Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7550 - raidtools won't compile during install
Summary: raidtools won't compile during install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-05 14:12 UTC by Torgeir Hansen
Modified: 2003-04-04 01:26 UTC (History)
2 users (show)

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 Torgeir Hansen 2002-09-05 14:12:31 UTC
booted and installed stage1 from cd, and building of raidtools fails during
'emerge system'

the message is:
gcc -o mkpw mkpw.o parser.o raidlib.o version.o raid_io.o popt.o
parser.o: file no trecognized: File truncated
collect2: ld returned 1 exit status
make: *** [mkpw] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 4, Exitcode 2
!!! (no error message)

--------

i checked /var/tmp/portage/raidtools-0.90-r2/work/raidtools-0.90, and the
parser.o there is not empty (5136 bytes)

that bothers me, is that I can build the parser.o manually and it works!
even if I enable all flags that the ebuild does:
gcc -mcpu=i686 -O3 -pipe -Wall -DMD_VERSION=\""raidtools-0.90"\" -c -o parser.o
parser.c

In other words, it ain't the -mcpu=i686 -O3 flags that kill it!

The system is a AMD Duron 800Mhz w/192Mb ram
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-09-07 19:30:14 UTC
i can't seem to reproduce this.. what version of portage were you using at the time?
Comment 2 Torgeir Hansen 2002-09-08 05:25:33 UTC
I'm not sure which version of portage I was using, but I installed with this iso:

http://www.ibiblio.org/pub/Linux/distributions/gentoo/releases/build/1.2/gentoo-ix86-1.2.iso

And this happened the day the bug was reported; that's as specific as I can be!

On a sidenote, after emerge system (which game me this error)  and a emerge
rsync; emerge --update world, raidtools seems to build fine as it should! :o
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2002-09-16 04:28:20 UTC
yeah... i think the problem was the portage version used. with a 1.2 bootstap
you need to update portage first (or else other things break too).
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2002-09-30 10:27:39 UTC
please reopen it, i've the same problem
portagetree 28.9.2002
1.2 iso version
gcc -march=i686 -O3 
got the same error message
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2002-09-30 10:29:28 UTC
don't know why, but the 2nd try: emerge system works now

Comment 6 Alessandro Pisani 2003-01-19 03:46:19 UTC
the same happens to me: I installed 5 gentoo 1.2 systems during the last 2
months and all stopped during "emerge system" on raidtools 0.90. Restarting
emerge system again after it stopped the first time will work. I do not hink it
is a CFLAGS related issue since the 5 machines were all of different types (P4,
Duron, k6, P3, Celeron). Please also note that the last one was built three days
ago (16/1/2003).
Anyone have any idea about this?
Does this happen also with 1.4rc2 ?

Bye,
Alessandro
Comment 7 Matthew Kennedy (RETIRED) gentoo-dev 2003-01-20 20:05:25 UTC
I have nothing to go on unless you can send me a full build log.
Comment 8 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:21:11 UTC
db fix
Comment 9 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:26:04 UTC
db fix