anigel Bodhisattva
Joined: 14 Apr 2003 Posts: 1894 Location: Un petit bled pas loin de Limoges ;-)
|
Posted: Fri May 14, 2004 12:44 pm Post subject: problems with emerge -U system on alphaserver800 |
|
|
Hello all.
I finally managed to install gentoo on my alphaserver800, using LiveCD 1.4rc1.
But after reboot, and kernel issues resolved, i tried to upgrade my system to an up-to-date version, using emerge -U system.
But damn, i get errors while trying to upgrade binutils. Here is the error :
Code: | gcc -c -DHAVE_CONFIG_H -mcpu=ev5 -O1 -pipe -I. -I./../include -W -Wall -Wtraditional -pedantic strerror.c -o strerror.o
if [ x"-fPIC" != x ]; then \
gcc -c -DHAVE_CONFIG_H -mcpu=ev5 -O1 -pipe -I. -I./../include -W -Wall -Wtraditional -pedantic -fPIC strsignal.c -o pic/strsignal.o; \
else true; fi
In file included from /usr/include/signal.h:358,
from strsignal.c:23:
/usr/include/bits/sigthread.h:36: error: storage class specified for parameter `type name'
make[1]: *** [strsignal.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/binutils-2.14.90.0.7-r4/work/binutils-2.14.90.0.7/libiberty'
make: *** [all-libiberty] Error 2
make: *** Waiting for unfinished jobs....
no
updating cache .././config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
!!! ERROR: sys-devel/binutils-2.14.90.0.7-r4 failed.
!!! Function src_compile, Line 116, Exitcode 2
!!! (no error message) |
I did have errors while upgrading portage during installation, and solved this by reducing the optimisation level of gcc from 3 to 2. But this time, don't have a clue
Any help welcome ! _________________ Il y a 10 sortes d'individus en ce bas-monde : ceux qui causent binaire, et les autres. |
|