From owner-freebsd-current@freebsd.org Sun Jul 17 19:58:54 2016 Return-Path: Delivered-To: freebsd-current@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 0A39EB98BFA for ; Sun, 17 Jul 2016 19:58:54 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-vk0-x236.google.com (mail-vk0-x236.google.com [IPv6:2607:f8b0:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDD061887 for ; Sun, 17 Jul 2016 19:58:53 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: by mail-vk0-x236.google.com with SMTP id s189so6876455vkh.1 for ; Sun, 17 Jul 2016 12:58:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=hDXm2FlziQ/boepBRfi1JWcmgo8H0RXeBcc6drhssWo=; b=j+d0Ib/GwCgywwBSq0DLt7GbaHA3qXuPZiOcU89pnL9kAbvEkaXgJCPSWVCrmGlq8P vZ6cvvgdzvefyFf+mG0jmlU/CES8iu+bPucfkI9j46Hhrd4MeeGv1vVSCRulQ1UZu9t0 TDQrLe95g85yIqk02NPc9adxkXVqRtK03wzXGEHfU3e9OSggPmWtzZSbQBT4qfcYeejR REIxbK8RDiEPuYal0wY+Ggr+S9ucrSoSjs4sHFz40M4LL7PM2FS4rSUXrxRYXuk/YcCK qbGMvXq+f34OlggywGI73b3O0FJadSy44b3PJsJvBi2dJQ5y8ELB20rKatoApajYtFXJ SdjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=hDXm2FlziQ/boepBRfi1JWcmgo8H0RXeBcc6drhssWo=; b=jAwMH+YdsWhQmc+1HYXC+JpJUxq84670mT7jsMt7paZo65RRrm5zbdT1oFC3sOnNQY O1Z7qWwoMntlDOxQZLjz40tpiNfkO3Ga3dtHEoE3HItRDCeTNuU0rd+ojAn4s+Hn0xw/ xsyClGoxbZm5mJCbIh3pHMOuUXkVQXxYxCqafv3y8R7guHJIvmjID0EJt1jNO7BTks9b xzitLS0e/Yb2BQ1rXULZzZHLd96mS3ebB6buXvsBN7oSd2QsdTagJmyoDpjsYj3aAp/m DvrI0ekr+AiFAn0g3JUcDLRquUefuxE2ORgrDU/iLrI1NzWTgXOus51u/iPWnaskHSPB SYMg== X-Gm-Message-State: ALyK8tJOf7MUFryIdJfGKaBfEw59naajQSZ34eaKzrQHV9DaB/s9/tTqlpyltVuTCvrvE0qMdGU7b9njXnTZ5w== X-Received: by 10.31.52.69 with SMTP id b66mr13366249vka.16.1468785532656; Sun, 17 Jul 2016 12:58:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.6.101 with HTTP; Sun, 17 Jul 2016 12:58:52 -0700 (PDT) From: Kim Culhan Date: Sun, 17 Jul 2016 15:58:52 -0400 Message-ID: Subject: 11.0-BETA1 make installworldworld fails To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 19:58:54 -0000 Seeing this on FreeBSD 11.0-BETA1 #0 r302963M After make buildworld completes with no problem, then rebooted in single-user mode in /usr/src: make installworld -------------------------------------------------------------- >>> Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> lib (install) ===> lib/csu (install) ===> lib/csu/amd64 (install) cc -target x86_64-unknown-freebsd11.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/csu/amd64/../common -I/usr/src/lib/csu/amd64/../../libc/include -fno-omit-frame-pointer -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments ERROR-tried-to-rebuild-during-make-install -S -o crt1.s /usr/src/lib/csu/amd64/crt1.c *** Error code 127 Stop. make[6]: stopped in /usr/src/lib/csu/amd64 *** Error code 1 Hope this helps. thanks -kim