From owner-svn-ports-head@freebsd.org Sun Apr 19 17:05:38 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 24E5627B5C5; Sun, 19 Apr 2020 17:05:38 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 494x6V05tCz4c2w; Sun, 19 Apr 2020 17:05:38 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2600:1700:a570:11f0:f2ad:4eff:fe09:150e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id 781DF2F757; Sun, 19 Apr 2020 17:05:37 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: svn commit: r532040 - head/cad/opencascade To: Thierry Thomas , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202004181842.03IIgSxm046815@repo.freebsd.org> From: Craig Leres Message-ID: Date: Sun, 19 Apr 2020 10:05:36 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <202004181842.03IIgSxm046815@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2020 17:05:38 -0000 On 2020-04-18 11:42, Thierry Thomas wrote: > Author: thierry > Date: Sat Apr 18 18:42:27 2020 > New Revision: 532040 > URL:https://svnweb.freebsd.org/changeset/ports/532040 > > Log: > Switch to VTK-8.1. This breaks the build for me (11.3-RELEASE-p7): -- Installing: /usr/local/OpenCAS/bin/DRAWEXE-7.4.0 -- Installing: /usr/local/OpenCAS/bin/DRAWEXE -- Set runtime path of "/usr/local/OpenCAS/bin/DRAWEXE-7.4.0" to "/usr/local /lib:/usr/local/lib/vtk-8.1" /bin/mv /wrkdirs/usr/ports/cad/opencascade/work/stage/usr/local/OpenCAS/bin/ DRAWEXE-7.4.0 /wrkdirs/usr/ports/cad/opencascade/work/stage/usr/local/bin/DRAWEX E mv: rename /wrkdirs/usr/ports/cad/opencascade/work/stage/usr/local/OpenCAS/bin/DRAWEXE-7.4.0 to /wrkdirs/usr/ports/cad/opencascade/work/stage/usr/local/bin/ DRAWEXE: No such file or directory *** Error code 1 I played around with poudriere for a few minutes and it looks like stage is installing to /usr/local instead of /wrkdirs/usr/ports/cad/opencascade/usr/local. To prove this I started a new interactive poudriere jail, installed dependencies, did "chflags schg /usr/local/*" and then started a build. It eventually produced this: ===> Staging for opencascade-7.4.0_3 ===> opencascade-7.4.0_3 depends on executable: bash - not found ===> Installing existing package /packages/All/bash-5.0.16.txz [zinc.ee.lbl.gov] Installing bash-5.0.16... [zinc.ee.lbl.gov] Extracting bash-5.0.16: 1% pkg-static: Fail to create temporary file: /usr/local/bin/.pkgtemp.bash.sHPHww8sa6mS:Operation not permitted [zinc.ee.lbl.gov] Extracting bash-5.0.16: 100% Failed to install the following 1 package(s): /packages/All/bash-5.0.16.txz *** Error code 70 Stop. make: stopped in /usr/ports/cad/opencascade I tried a couple of things but my cmake foo is insufficient to develop a fix. I also noticed https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241165 is related to using a newer version of VTK. Craig