From owner-freebsd-bugs@freebsd.org Wed Nov 18 11:35:11 2015 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 2A282A3196B for ; Wed, 18 Nov 2015 11:35:11 +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 F1ECC1882 for ; Wed, 18 Nov 2015 11:35:10 +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 tAIBZAxX021934 for ; Wed, 18 Nov 2015 11:35:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 204640] make installworld fails installing libc_p.a to /usr/lib Date: Wed, 18 Nov 2015 11:35:11 +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: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tps@vr-web.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 11:35:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204640 --- Comment #4 from Thomas Schweikle --- - What command did you use when you ran `make installworld`? `sudo make installworld`? su - cd /usr/src svn revert --depth infinity . svn update --accept theirs-full make buildworld make buildkernel KERNCONF=FBSD12 make installkernel KERNCONF=FBSD12 reboot mergemaster -ipF make installworld mergemaster -a reboot cd /usr/ports svn revert --depth infinity . svn update --accept theirs-full make index portversion -c > ${TMP}/_pu.sh /bin/sh ${TMP}/_pu.sh -cefRr reboot cd /usr/src make BATCH_DELETE_OLD_FILES=YES delete-old make -DWITH_ATF delete-old-libs reboot - Did you set environment variables that affect SRCCONF or __MAKE_CONF? Only KERNCONF=FBSD12 With /usr/src/sys/amd64/conf/FBSD12 holding: ---- include GENERIC ident FBSD12 options SCSI_DELAY=3000 # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # VESA video modes options VESA options VGA_WIDTH90 options SC_PIXEL_MODE ---- - Did you change WITHOUT_PROFILE to WITH_PROFILE after running `make buildworld`? No. Shall I? - Did `make buildworld` succeed last time you ran it? It succeeded last time Mai, 28th 2015. -- You are receiving this mail because: You are the assignee for the bug.