From owner-freebsd-ports@freebsd.org Sun Jul 10 07:10:26 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B28B1B84333 for ; Sun, 10 Jul 2016 07:10:26 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [185.24.122.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E15614F3 for ; Sun, 10 Jul 2016 07:10:25 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id u6A7AGA8048009 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 10 Jul 2016 07:10:16 GMT (envelope-from list1@gjunka.com) To: freebsd-ports@freebsd.org From: Grzegorz Junka Subject: i386-wine-stating is failing in poudriere Message-ID: <9ce0052c-4eea-25e0-274b-a19082db0f4f@gjunka.com> Date: Sun, 10 Jul 2016 07:10:16 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2016 07:10:26 -0000 wit the following [00:02:04] ====>> [03][00:00:08] Finished build of emulators/i386-wine-staging: Failed: run-depends [00:02:04] ====>> [03][00:00:08] Skipping build of emulators/pipelight: Dependent port emulators/i386-wine-staging failed ===> i386-wine-staging-1.9.13,1 depends on file: /usr/local/share/wine/gecko/wine_gecko-2.44-x86.msi - not found ===> Installing existing package /packages/All/wine-gecko-devel-2.47.txz [10rel3amd64-local-crayon2-job-03] Installing wine-gecko-devel-2.47... [10rel3amd64-local-crayon2-job-03] Extracting wine-gecko-devel-2.47: . done ===> i386-wine-staging-1.9.13,1 depends on file: /usr/local/share/wine/gecko/wine_gecko-2.44-x86.msi - not found *** Error code 1 However, on my main host the package is there: g@crayon2:~ % l /usr/local/share/wine/gecko/wine_gecko-2.44-x86.msi -rw-r--r-- 1 root wheel 34,832,896 3 Mar 13:34 /usr/local/share/wine/gecko/wine_gecko-2.44-x86.msi Why does it fail in poudriere? Can I copy it to poudriere from the main host? System: 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Grzegorz