Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2006 18:08:36 -0400
From:      "freebsd freebsd" <bsdbitbucket@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   Major problem with make buildworld 6.1-STABLE
Message-ID:  <39bc55550607201508h22def04cpecb99bf9fefc950b@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39bc55550607201508h22def04cpecb99bf9fefc950b>