Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
glibc emerge error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
HeadHolio
Guru
Guru


Joined: 10 Aug 2002
Posts: 445

PostPosted: Sat Jan 25, 2003 1:59 pm    Post subject: glibc emerge error Reply with quote

I searched for help on this error but came up with nothing. I haven't had a chance to look deeper into the problem yet, and I was hoping someone here could help me out. Anyways, here's the error after I try an "emerge --update world":

Code:
collect2: ld returned 1 exit status
make[1]: *** [/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/libc.so] Error 1
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.1-r2 failed.
!!! Function src_compile, Line 184, Exitcode 2
!!! (no error message)


It looks like it starts to compile, gives me about 10 lines of compiling code, and then shoots out the error above. Here are my specs/flags:

AthlonXP 1600+
Using Gentoo-Sources 2.4.19-r10
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"
CXXFLAGS="${CFLAGS}"
Gentoo 1.4 rc1
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Sat Jan 25, 2003 5:41 pm    Post subject: Reply with quote

Can you post another 20 lines or so above that?
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
HeadHolio
Guru
Guru


Joined: 10 Aug 2002
Posts: 445

PostPosted: Sun Jan 26, 2003 12:35 am    Post subject: More Detail... Reply with quote

Sure, here it is:

Code:
rk/glibc-2.3.1/buildhere/iconv/iconvconfig.o
rm -f /var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/libc.so.6.new
/bin/sh ../scripts/rellns-sh /var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/libc.so /var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/libc.so.6.new
mv -f /var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/libc.so.6.new /var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/libc.so.6
gcc iconv_prog.c -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -march=athlon-xp -pipe   -I../locale/programs   -I../include -I. -I/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv -I.. -I../libio  -I/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386/i686 -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686 -I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -I /lib/modules/2.4.19-gentoo-r10/build/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h   -DNOT_IN_libc -DIS_IN_tests  -DNOT_IN_libc -o /var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv/iconv_prog.o
/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv/iconv_prog.o: No space left on device
{standard input}: Assembler messages:
{standard input}:1505: FATAL: Can't write /var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv/iconv_prog.o: Illegal seek
make[2]: *** [/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv/iconv_prog.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv/charmap.o: No space left on device
{standard input}: Assembler messages:
{standard input}:5596: FATAL: Can't write /var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv/charmap.o: Illegal seek
make[2]: *** [/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv/charmap.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/iconv'
make[1]: *** [iconv/others] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.1-r2 failed.
!!! Function src_compile, Line 184, Exitcode 2
!!! (no error message)


And there's more where that came from...if needed ;)
Back to top
View user's profile Send private message
kutsuya
Retired Dev
Retired Dev


Joined: 21 Oct 2002
Posts: 189

PostPosted: Sun Jan 26, 2003 12:48 am    Post subject: Re: More Detail... Reply with quote

HeadHolio wrote:

/var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv/iconv_prog.o: No space left on device
{standard input}: Assembler messages:
{standard input}:1505: FATAL: Can't write /var/tmp/portage/glibc-2.3.1-r2/work/glibc-2.3.1/buildhere/iconv/iconv_prog.o: Illegal seek


I suspect the 'No space left on device' is a problem. :)
Code:

# df -h

_________________
--Kutsuya
Back to top
View user's profile Send private message
HeadHolio
Guru
Guru


Joined: 10 Aug 2002
Posts: 445

PostPosted: Sun Jan 26, 2003 5:02 pm    Post subject: Yeah I'm an idiot! Reply with quote

I can't believe I missed that. :oops: Thanx, and sorry for wasting your time. Feel free to delete this thread.
Back to top
View user's profile Send private message
kutsuya
Retired Dev
Retired Dev


Joined: 21 Oct 2002
Posts: 189

PostPosted: Sun Jan 26, 2003 8:19 pm    Post subject: Reply with quote

HeadHolio wrote:
I can't believe I missed that. :oops: Thanx, and sorry for wasting your time. Feel free to delete this thread.


We all miss stuff because our brain is pretty good about filtering. I take advantage of that by just looking for the first error and ignoring the rest. It wasn't a waste since it helped a fellow Gentoo user.
_________________
--Kutsuya
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum