Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62721 - Perl 5.8.4 emerge system stopped, couldn't create libperl.so
Summary: Perl 5.8.4 emerge system stopped, couldn't create libperl.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 08:53 UTC by Brian Ronk
Modified: 2004-09-28 06:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Ronk 2004-09-03 08:53:39 UTC
This is a fresh install on an IBM Thinkpad 760XL over the network.  I did a 'emerge --fetchonly system' to get the files first.  It got to perl, and went for a while, but when it tried to create the lib file, it stopped.
Here's the last few lines:
gcc: Internal error: Terminated (program cc1)
See... (bug report info)
make: *** [toke.o] Error 1
make: *** Waiting for unfinished jobs...

!!! ERROR: sys-devel/libperl-5.8.4 failed.
!!! Function src_compile, Line 209, Exitcode 2
!!! Unable to make libperl.so

Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.
Comment 1 Brian Ronk 2004-09-03 10:04:35 UTC
I tried it again, and got the same result.  Hopefully someone knows what's going on.
Comment 2 Andrew Muraco 2004-09-03 10:38:21 UTC
what are your use flags and gcc flags?
Comment 3 Brian Ronk 2004-09-03 10:59:49 UTC
GCC flags are: "-O2 -march=pentium-mmx -fomit-frame-pointer"
USE = "mmx pcmcia svga x86 gtk gtk2 qt zlib bzlib php X"
Comment 4 Andrew Muraco 2004-09-03 17:01:37 UTC
disk space? did u clear out /var/tmp/?
Comment 5 Brian Ronk 2004-09-28 06:45:36 UTC
clearing /var/tmp worked, thanks.