From owner-freebsd-stable@FreeBSD.ORG Thu Jul 20 22:08:38 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDE516A4DF for ; Thu, 20 Jul 2006 22:08:38 +0000 (UTC) (envelope-from bsdbitbucket@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDD243D45 for ; Thu, 20 Jul 2006 22:08:37 +0000 (GMT) (envelope-from bsdbitbucket@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1065014uge for ; Thu, 20 Jul 2006 15:08:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=pYNUxQUDe180umfRxWadkDK633T3hsrkGJhgfhQGN3sTTaOXUtCqrAXjVfmCjFR1ojkG44pWL3pOFymuP2/sC8btOeefNrVFxATKWNwQ7YJ5MqbROVl2tTUULieM1B8nXmCoNzT/QVOc8EJ5sQhj7cuAE95JyycjZLz4RrgKdAc= Received: by 10.78.159.7 with SMTP id h7mr962444hue; Thu, 20 Jul 2006 15:08:36 -0700 (PDT) Received: by 10.78.141.17 with HTTP; Thu, 20 Jul 2006 15:08:36 -0700 (PDT) Message-ID: <39bc55550607201508h22def04cpecb99bf9fefc950b@mail.gmail.com> Date: Thu, 20 Jul 2006 18:08:36 -0400 From: "freebsd freebsd" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Major problem with make buildworld 6.1-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 22:08:39 -0000 I didn't like how my partitions were set up so I decided to reinstall 6.1from scratch, but now I cannot finish a buildworld no matter what I do. In order, I've: 1. Installed 6.1-RELEASE from ftp on fresh partitions 1a. installed cvsup and perl-5.8.8 from /usr/ports 2. edit cvsup11 into /usr/share/examples/cvsup/stable-supfile 3. cvsup /usr/share/examples/cvsup/stable-supfile 4. rm -rf /usr/obj/* 5. cd /usr/src/; 6. make clean && make clean 7. make buildworld and I get: cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-omit-frame-pointer -fno-unit-at-a-time -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I/usr/src/gnu/lib/csu/../../../contrib/gcc -I. -I/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools -g0 -DCRT_BEGIN -c -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c In file included from /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:65: /usr/src/gnu/lib/csu/../../../contrib/gcc/unwind-dw2-fde.h: In function `const dwarf_cie* get_cie(const dwarf_fde*)': /usr/src/gnu/lib/csu/../../../contrib/gcc/unwind-dw2-fde.h:159: error: pointer of type `void *' used in arithmetic /usr/src/gnu/lib/csu/../../../contrib/gcc/unwind-dw2-fde.h:159: error: invalid conversion from `void*' to `const dwarf_cie*' /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c: In function `void __do_global_dtors_aux()': /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:258: error: `_Bool' does not name a type /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:261: error: `completed' undeclared (first use this function) /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:261: error: (Each undeclared identifier is reported only once for each function it appears in.) *** Error code 1 Stop in /usr/src/gnu/lib/csu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. This is the first time I ran just "make buildworld:. I've tried this several times with make -j4 buildworld, but the build always dies while making libgcc instead of crtstuff. I've reinstalled from ftp again (and again) and always the same. Is there a bug in the stable sources? Am I missing something? Thanks!