From owner-freebsd-bugs@freebsd.org Tue Oct 10 13:56:48 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 A6EABE327E2 for ; Tue, 10 Oct 2017 13:56:48 +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 8BA9B83367 for ; Tue, 10 Oct 2017 13:56:48 +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 v9ADumN3067155 for ; Tue, 10 Oct 2017 13:56:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 222901] `make buildworld' fails if $NO_OBJ is set Date: Tue, 10 Oct 2017 13:56:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wosch@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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, 10 Oct 2017 13:56:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222901 Bug ID: 222901 Summary: `make buildworld' fails if $NO_OBJ is set Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: wosch@FreeBSD.org On one of my machines `make buildworld' failed after some seconds with the message: cd /usr/src make buildworld [...] >>> stage 1.2: bootstrap tools -------------------------------------------------------------- cd /root/tmp/freebsd; MAKEOBJDIRPREFIX=3D/usr/obj/root/tmp/freebsd/tmp=20 INSTALL=3D"sh /root/tmp/freebsd/tools/install.sh"=20 TOOLS_PREFIX=3D/usr/obj/root/tmp/freebsd/tmp=20 PATH=3D/usr/obj/root/tmp/freebsd/tmp/legacy/usr/sbin:/usr/obj/root/tmp/free= bsd/tmp/legacy/usr/bin:/usr/obj/root/tmp/freebsd/tmp/legacy/bin:/sbin:/bin:= /usr/sbin:/usr/bin WORLDTMP=3D/usr/obj/root/tmp/freebsd/tmp MAKEFLAGS=3D"-m /root/tmp/freebsd/tools/build/mk -m /root/tmp/freebsd/share/mk" make -f Makefile.inc1 DESTDIR=3D BOOTSTRAPPING=3D1101503 BWPHASE=3Dbootstrap-too= ls=20 SSP_CFLAGS=3D MK_HTML=3Dno NO_LINT=3Dyes MK_MAN=3Dno -DNO_PIC MK_PROFILE= =3Dno -DNO_SHARED -DNO_CPU_CFLAGS MK_WARNS=3Dno MK_CTF=3Dno MK_CLANG_EXTRAS=3Dno MK_CLANG_FULL=3Dno MK_LLDB=3Dno MK_TESTS=3Dno MK_INCLUDES=3Dyes bootstrap= -tools =3D=3D=3D> lib/clang/libllvmminimal (obj,all,install) c++ -O2 -pipe -I/root/tmp/freebsd/lib/clang/include -I/root/tmp/freebsd/contrib/llvm/include -DLLVM_BUILD_GLOBAL_ISEL -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"/usr/obj/root/tmp/freebsd/tmp\" -ffunction-sections -fdata-sections -gline-tables-only -MD -MF.depend.Support_APFloat.o -MTSupport/APFloat.o -Qunused-arguments -I/usr/obj/root/tmp/freebsd/tmp/legacy/usr/include -std=3Dc++11 -fno-except= ions -fno-rtti -gline-tables-only -stdlib=3Dlibc++ -Wno-c++11-extensions -c /root/tmp/freebsd/contrib/llvm/lib/Support/APFloat.cpp -o Support/APFloat.o error: unable to open output file 'Support/APFloat.o': 'No such file or directory' 1 error generated. *** Error code 1 Stop. make[3]: stopped in /root/tmp/freebsd/lib/clang/libllvmminimal Apparently, `make buildkernel' fails if $NO_OBJ is set to YES. This affects stable/11 and -current. PS: `make buildkernel' runs fine with NO_OBJ=3DYES --=20 You are receiving this mail because: You are the assignee for the bug.=