Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 05:38:39 -0500
From:      "R. Tyler Ballance" <tyler@bleepsoft.com>
To:        freebsd-current@freebsd.org
Cc:        FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   Re: Failing `make buildworld` with today's source
Message-ID:  <FD1B457B-841D-4307-A9EA-85B6910C1966@bleepsoft.com>
In-Reply-To: <B56D248F-143A-423B-9D84-3E0B6CCC58CE@bleepsoft.com>
References:  <B56D248F-143A-423B-9D84-3E0B6CCC58CE@bleepsoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

freebsd-current:
I figured out why this was failing on my machine, I did a clean `make  
buildworld` which succeeded without a hitch


freebsd-hackers:
After taking Warner's advice, I am building world with a different  
target arch, but I cannot track down exactly where this error is  
occurring, I'm including a new version of the error transcript in  
case it's helpful at all. Any porters seen this before, kmacy? arm  
guys? anybody? :P

Cheers,

- -R. Tyler Ballance
===================

cc -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H - 
DPREFIX=\"/usr\" -DCROSS_COMPILE -I/usr/home/tyler/builds/obj/iguana/ 
usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/cc_tools/../ 
cc_tools -I/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../cc_tools -I/usr/home/tyler/perforce/projects/l4bsd/src/ 
gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/home/tyler/ 
perforce/projects/l4bsd/src/gnu/usr.bin/cc/cc_tools/../../../../ 
contrib/gcc/config -DGENERATOR_FILE  -I/home/tyler/builds/obj/iguana/ 
usr/home/tyler/perforce/projects/l4bsd/src/tmp/legacy/usr/include -c / 
usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../../../../contrib/gcc/gengenrtl.c
cc -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H - 
DPREFIX=\"/usr\" -DCROSS_COMPILE -I/usr/home/tyler/builds/obj/iguana/ 
usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/cc_tools/../ 
cc_tools -I/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../cc_tools -I/usr/home/tyler/perforce/projects/l4bsd/src/ 
gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/home/tyler/ 
perforce/projects/l4bsd/src/gnu/usr.bin/cc/cc_tools/../../../../ 
contrib/gcc/config -DGENERATOR_FILE  -I/home/tyler/builds/obj/iguana/ 
usr/home/tyler/perforce/projects/l4bsd/src/tmp/legacy/usr/include  -L/ 
home/tyler/builds/obj/iguana/usr/home/tyler/perforce/projects/l4bsd/ 
src/tmp/legacy/usr/lib -o gengenrtl gengenrtl.o errors.o libiberty.a
./gengenrtl > genrtl.c
./gengenrtl -h > genrtl.h
cc -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H - 
DPREFIX=\"/usr\" -DCROSS_COMPILE -I/usr/home/tyler/builds/obj/iguana/ 
usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/cc_tools/../ 
cc_tools -I/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../cc_tools -I/usr/home/tyler/perforce/projects/l4bsd/src/ 
gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/home/tyler/ 
perforce/projects/l4bsd/src/gnu/usr.bin/cc/cc_tools/../../../../ 
contrib/gcc/config -DGENERATOR_FILE  -I/home/tyler/builds/obj/iguana/ 
usr/home/tyler/perforce/projects/l4bsd/src/tmp/legacy/usr/include -c / 
usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../../../../contrib/gcc/genattr.c
In file included from /usr/home/tyler/perforce/projects/l4bsd/src/gnu/ 
usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c:27:
./tm.h:4:15: /.h: No such file or directory
./tm.h:10:22: /freebsd.h: No such file or directory
In file included from /usr/home/tyler/perforce/projects/l4bsd/src/gnu/ 
usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c:28:
/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../../../../contrib/gcc/rtl.h:2189: warning: parameter has  
incomplete type
/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../../../../contrib/gcc/rtl.h:2189: warning: parameter has  
incomplete type
/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../../../../contrib/gcc/rtl.h:2190: warning: parameter has  
incomplete type
/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../../../../contrib/gcc/rtl.h:2190: warning: parameter has  
incomplete type
/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools/../../../../contrib/gcc/rtl.h:2209: warning: parameter has  
incomplete type
*** Error code 1

Stop in /usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
cc_tools.
*** Error code 1

Stop in /usr/home/tyler/perforce/projects/l4bsd/src.
*** Error code 1

Stop in /usr/home/tyler/perforce/projects/l4bsd/src.
*** Error code 1

Stop in /usr/home/tyler/perforce/projects/l4bsd/src.
%


===================

On Jul 24, 2006, at 12:31 AM, R. Tyler Ballance wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I recently integrated today's (ok, sunday's) source code into my  
> branch in perforce, and I'm getting these build errors:
>
> Anybody seen anything similar?
>
> ./gengenrtl > genrtl.c
> ./gengenrtl -h > genrtl.h
> cc -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H - 
> DPREFIX=\"/usr\" -DCROSS_COMPILE -I/usr/home/tyler/builds/obj/ 
> iguana/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
> cc_tools/../cc_tools -I/usr/home/tyler/perforce/projects/l4bsd/src/ 
> gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/home/tyler/perforce/ 
> projects/l4bsd/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc - 
> I/usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
> cc_tools/../../../../contrib/gcc/config -DGENERATOR_FILE  -I/home/ 
> tyler/builds/obj/iguana/usr/home/tyler/perforce/projects/l4bsd/src/ 
> tmp/legacy/usr/include -c /usr/home/tyler/perforce/projects/l4bsd/ 
> src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c
> In file included from /usr/home/tyler/perforce/projects/l4bsd/src/ 
> gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c:27:
> ./tm.h:4:15: /.h: No such file or directory
> ./tm.h:10:22: /freebsd.h: No such file or directory
> In file included from /usr/home/tyler/perforce/projects/l4bsd/src/ 
> gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c:28:
> /usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
> cc_tools/../../../../contrib/gcc/rtl.h:2189: warning: parameter has  
> incomplete type
> /usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
> cc_tools/../../../../contrib/gcc/rtl.h:2189: warning: parameter has  
> incomplete type
> /usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
> cc_tools/../../../../contrib/gcc/rtl.h:2190: warning: parameter has  
> incomplete type
> /usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
> cc_tools/../../../../contrib/gcc/rtl.h:2190: warning: parameter has  
> incomplete type
> /usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
> cc_tools/../../../../contrib/gcc/rtl.h:2209: warning: parameter has  
> incomplete type
> *** Error code 1
>
> Stop in /usr/home/tyler/perforce/projects/l4bsd/src/gnu/usr.bin/cc/ 
> cc_tools.
> *** Error code 1
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (Darwin)
>
> iD8DBQFExFsbqO6nEJfroRsRApY8AJ9vbI88wohJdzjb/W29kxFYwW6e6gCfa94r
> C+A4qVhDRd2r7rI10nDGsoc=
> =4Maf
> -----END PGP SIGNATURE-----
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current- 
> unsubscribe@freebsd.org"
>
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFExKMxqO6nEJfroRsRAlVLAJ9lCVe6F55hldMVrZGp3mn4G6oKlwCeLqPn
iIp1appbD1RFA2KB/17js6Q=
=IsFh
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FD1B457B-841D-4307-A9EA-85B6910C1966>