Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Aug 2010 00:52:46 +0300
From:      =?WINDOWS-1251?Q?=CD=E8=EA=EE=EB=E0=E9?= <torent_1986@ukr.net>
To:        freebsd-current@freebsd.org
Subject:   Problem with buildworld (Stop in /usr/src/lib/csu/i386-elf.)
Message-ID:  <E1OhrJu-000HIW-1h@ffe6.ukr.net>

next in thread | raw e-mail | index | archive | help
Hi  
I want to update my FreeBSD system from 7.2-RELEASE-p4 to 8.1-RELEASE  
When I try to run "make buildworld", process stopped with error.  
  
=============================================  
===> lib/csu/i386-elf (obj,depend,all,install)  
rm -f .depend  
mkdep -f .depend -a    -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include /usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S  
cc -O2 -pipe  -I/usr/src/lib/csu/i386-elf/../common  -I/usr/src/lib/csu/i386-elf/../../libc/include -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 -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /usr/src/lib/csu/i386-elf/crti.S  
cc -O2 -pipe  -I/usr/src/lib/csu/i386-elf/../common  -I/usr/src/lib/csu/i386-elf/../../libc/include -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 -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /usr/src/lib/csu/i386-elf/crtn.S  
cc -O2 -pipe  -I/usr/src/lib/csu/i386-elf/../common  -I/usr/src/lib/csu/i386-elf/../../libc/include -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 -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -DGCRT -c -o gcrt1_c.o /usr/src/lib/csu/i386-elf/crt1_c.c  
cc -O2 -pipe  -I/usr/src/lib/csu/i386-elf/../common  -I/usr/src/lib/csu/i386-elf/../../libc/include -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 -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /usr/src/lib/csu/i386-elf/crt1_s.S  
ld -Wl,--rpath -Wl,LIBDIR -o gcrt1.o -r crt1_s.o gcrt1_c.o  
ld: unrecognized option '-Wl,--rpath'  
ld: use the --help option for usage information  
*** Error code 1  
  
Stop in /usr/src/lib/csu/i386-elf.  
*** 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.  
=============================================  
  
"/etc/make.conf" is clean  
  
Thanks for the help!  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1OhrJu-000HIW-1h>