From owner-freebsd-ports@FreeBSD.ORG Wed Dec 18 13:21:13 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAB6EA4D for ; Wed, 18 Dec 2013 13:21:13 +0000 (UTC) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 608B81EA2 for ; Wed, 18 Dec 2013 13:21:13 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id t61so7465713wes.39 for ; Wed, 18 Dec 2013 05:21:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Ld2vQjEjbyU77yV41zciuSk3+/66o6F9aStII+RjC2k=; b=bbAe+BQKHraegY8dtBgl7g/cwA8YQi9gE001xRLyE/achYbyPv2muolPXgpWFF84yI buZKv+im0N9henIuqA9wAzjX77buiCIDr+2EVHBIP2WHnjokRlMudobT+i0tfffAal32 lT+jFipmgj5oMzsNH91KdQyVjLlVDTPpLwTSgUOVUdTvZvcIDmTALr9h57No7mWOgcIK 18GZcqwJI/DA/dN3qHvmeYdABY4eOidY4L/9bpv0mcpPJpROA3tTJoTxavsNghJ0TUk4 srYXQTE565CTuXDHJrjoIoz8M5y0icJVTr3vcrpShfImqK08IO+eZcpr0tfmhSvEaYjL 9Fjw== X-Received: by 10.180.85.71 with SMTP id f7mr8223638wiz.41.1387372871918; Wed, 18 Dec 2013 05:21:11 -0800 (PST) Received: from [10.0.2.15] (LNantes-156-74-19-50.w82-127.abo.wanadoo.fr. [82.127.90.50]) by mx.google.com with ESMTPSA id e1sm1015788wij.7.2013.12.18.05.21.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Dec 2013 05:21:11 -0800 (PST) Message-ID: <52B1A144.7010104@gmail.com> Date: Wed, 18 Dec 2013 14:21:08 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: emulation/virtualbox-ose-additions fails to build only in poudriere References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 13:21:13 -0000 On 18/12/2013 09:53, David Demelier wrote: > Hi there, > > The port emulation/virtualbox-ose-additions successfully builds on my > machine but not when trying to bulk in a poudriere : > > kmk_redirect: error: _execvp(_P_WAIT, "python", ...) failed: No such > file or directory > kmk_redirect: error: _execvp(_P_WAIT, "python", ...) failed: No such > file or directory > kmk: *** [/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VBoxOGLgen/cr_opcodes.h] > Error 1 > kmk: *** Deleting file > `/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VBoxOGLgen/cr_opcodes.h' > kmk: *** Waiting for unfinished jobs.... > kmk: *** [/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VBoxOGLgen/cr_packfunctions.h] > Error 1 > kmk: *** Deleting file > `/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VBoxOGLgen/cr_packfunctions.h' > kmk: *** Exiting with status 2 > *** [do-build] Error code 2 > > Stop in /usr/ports/emulators/virtualbox-ose-additions. > > Regards, > If anyone is interested: ports/184964