From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 3 23:59:54 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28421106564A for ; Sat, 3 Mar 2012 23:59:54 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id E11578FC0C for ; Sat, 3 Mar 2012 23:59:53 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email2.allantgroup.com (8.14.4/8.14.4) with ESMTP id q23Nepf9046027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 3 Mar 2012 17:40:51 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.5/8.14.5) with ESMTP id q23Nep2k097111 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 3 Mar 2012 17:40:51 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.5/8.14.5/Submit) id q23Nepuw097107; Sat, 3 Mar 2012 17:40:51 -0600 (CST) (envelope-from dan) Date: Sat, 3 Mar 2012 17:40:51 -0600 From: Dan Nelson To: Brandon Falk Message-ID: <20120303234051.GA42750@dan.emsphone.com> References: <4F52AA30.2030600@gamozo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F52AA30.2030600@gamozo.org> X-OS: FreeBSD 8.2-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.2 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (email2.allantgroup.com [199.67.51.78]); Sat, 03 Mar 2012 17:41:37 -0600 (CST) X-Scanned-By: MIMEDefang 2.68 on 199.67.51.78 Cc: freebsd-hackers@freebsd.org Subject: Re: [clang] Build error on r232474 (and a few before, don't know exactly which) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 23:59:54 -0000 In the last episode (Mar 03), Brandon Falk said: > I'm trying to build r232474 with clang (build environment is 10.0-CURRENT > r231589 amd64 with clang), and I fail on `make -j16 buildworld`. I've > tried with and without threads. I've built so many builds of clang that I > can't even count, so I'm confident my environment is set up properly. I'm > building under a virtual machine, although I've never had issues with that > before. You didn't actually paste an error at all below, but the fact that the top-level make reported an error from one of the sub-makes. You'll need to either capture the entire build log and scroll through it from the bottom up to find the error message, or build without -j16 so the error is at the bottom of the output. > ---- error ---- > > ===> gnu/usr.bin/texinfo/doc (all) > makeinfo --no-split -I /root/src/gnu/usr.bin/texinfo/doc -I /root/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /root/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi -o info.info > makeinfo --no-split -I /root/src/gnu/usr.bin/texinfo/doc -I /root/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /root/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi -o info-stnd.info > ln -fs /root/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi texinfo.texi > makeinfo --no-split -I /root/src/gnu/usr.bin/texinfo/doc -I /root/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi -o texinfo.info > gzip -cn info.info> info.info.gz > gzip -cn info-stnd.info> info-stnd.info.gz > gzip -cn texinfo.info> texinfo.info.gz > 1 error > *** [everything] Error code 2 > 1 error > *** [buildworld] Error code 2 > 1 error > > ---- END error ---- > > ---- Make.conf ---- > > .if !defined(CC) || ${CC} == "cc" > CC=clang > .endif > .if !defined(CXX) || ${CXX} == "c++" > CXX=clang++ > .endif > .if !defined(CPP) || ${CPP} == "cpp" > CPP=clang-cpp > .endif > > NO_WERROR= > WERROR= > NO_FSCHG= > > # added by use.perl 2012-03-03 16:12:59 > PERL_VERSION=5.12.4 > > ---- END Make.conf ---- > > -Brandon > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" -- Dan Nelson dnelson@allantgroup.com