From owner-freebsd-bugs@freebsd.org Tue May 2 08:09:17 2017 Return-Path: Delivered-To: freebsd-bugs@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 14C7ED5A0B5 for ; Tue, 2 May 2017 08:09:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2D169A0 for ; Tue, 2 May 2017 08:09:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v4289Gjp030945 for ; Tue, 2 May 2017 08:09:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211564] distributeworld (and other distribuction functions) failing for custom DESTDIR Date: Tue, 02 May 2017 08:09:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: egypcio@googlemail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 08:09:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211564 --- Comment #4 from Vin=C3=ADcius Zavam --- I would like to report it as working! A "FreeBSD-12.0-CURRENT-amd64-20170420-r317181" jail was used to test it ag= ain; root@host:~ # fetch ftp://ftp.geo.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/12.0-CURRENT/ba= se.txz root@host:~ # fetch ftp://ftp.geo.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/12.0-CURRENT/li= b32.txz root@host:~ # fetch ftp://ftp.geo.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/12.0-CURRENT/sr= c.txz root@host:~ # mkdir -p /builder/mandanudes root@host:~ # tar --unlink -xJpf base.txz -C /builder/mandanudes root@host:~ # tar --unlink -xJpf lib32.txz -C /builder/mandanudes root@host:~ # tar --unlink -xJpf src.txz -C /builder/mandanudes root@host:~ # mount -t devfs devfs /builder/mandanudes/dev root@host:~ # jail -cmr exec.clean allow.chflags=3D1 path=3D/builder/mandan= udes host.hostname=3Dmandanudes.hue.com.br command=3D/bin/sh # make -s -C /usr/src -j16 buildworld # make -s -C /usr/src -j16 buildkernel # mkdir /mydist # make -s -C /usr/src -j16 distributeworld DISTDIR=3D/mydist # make -s -C /usr/src -j16 distributekernel DISTDIR=3D/mydist # make -s -C /usr/src -j16 packageworld DISTDIR=3D/mydist # make -s -C /usr/src -j16 packagekernel DISTDIR=3D/mydist # ls -1 /builder/mandanudes/mydist base base-dbg.txz base.txz doc doc.txz kernel kernel-dbg.txz kernel.txz lib32 lib32-dbg.txz lib32.txz tests tests.txz NOTE: The targets can't be lined up; they must be executed separated (as above). # mkdir /mydist # make -s -C /usr/src buildworld buildkernel distributeworld distributekern= el packageworld packagekernel DISTDIR=3D/mydist make[1]: "/usr/src/Makefile.inc1" line 160: SYSTEM_COMPILER: Determined that CC=3Dcc matches the source tree. Not bootstrapping a cross-compiler. cd: //mydist/base: No such file or directory --- packageworld --- *** [packageworld] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src --- packageworld --- *** [packageworld] Error code 2 make: stopped in /usr/src A failure has been detected in another branch of the parallel make make[1]: stopped in /usr/src --- buildworld --- *** [buildworld] Error code 2 make: stopped in /usr/src A failure has been detected in another branch of the parallel make make[1]: stopped in /usr/src --- distributekernel --- *** [distributekernel] Error code 2 make: stopped in /usr/src A failure has been detected in another branch of the parallel make make[1]: stopped in /usr/src --- packagekernel --- *** [packagekernel] Error code 2 make: stopped in /usr/src 4 errors make: stopped in /usr/src --=20 You are receiving this mail because: You are the assignee for the bug.=