Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466 - op/stat test fails after running emerge system
Summary: op/stat test fails after running emerge system
Status: RESOLVED DUPLICATE of bug 9314
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Geert Bevin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-31 16:00 UTC by Jay Graves
Modified: 2005-07-17 13:06 UTC (History)
1 user (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 Jay Graves 2002-01-31 16:00:10 UTC
After running emerge system

during the testing fase op/stat returns a "FAILED" at test 35
after the rest of the tests are completed this message is printed to the screen

Failed 1 test script out of 255, 99.61% okay.
### Since not all tests were successful, you may want to run some
### of them individually and examine and diagnostic messages they
### produce.  See the INSTALL document's section on "make test".
### If you are testing the compiler, then ignore this message
### and run
###       ./perl harness
### in the directory ./t.
### Since most tests were successful, you have a good chance to
### get information with better granularity by running
###     ./perl harness
### in directory ./t.
u=0.41 s=0.15 cu=27.40 cs=4.93 scripts=255 tests=13060
make: *** [test] Error 1

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

!!! emerge aborting on /usr/portage/sys-devel/perl/perl-5.6.1.r2.ebuild .


This is happening on a Sony Vaio pcg-fx240 laptop
PIII 800
256 MB RAM
15 GIG HD
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-02-01 09:02:23 UTC
I think this was due to a "make test || die" that gbevin added.  I *think*
woodchip fixed it.  Assigning to woodchip and adding gbevin as a CC
Comment 2 Geert Bevin 2002-02-01 09:06:26 UTC
fixed this as r3
Comment 3 John Woods 2002-10-14 01:25:58 UTC
My system is failing on the same test, but the error message at the end is different. Here are the last five lines:

make: *** No rule to make target `install'. Stop.

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


I've got an Athlon Thunderbird 1333/266 with 256 megs of RAM. Gentoo 1.4 RC 1. The only thing I can think of that may have contributed to this is that after bootstrap finished, the system froze. But I was able to reboot with the CD and change the root back to /mnt/gentoo, and everything appeared to be fine. Is that what screwed this up? I'm going to try re-running bootstrap now.
Comment 4 John Woods 2002-10-14 16:06:40 UTC
I tried something to fix this (I'll tell you to begin with that it didn't stop 
the "unknown error message" thing). I used the emerge -p system command, and 
installed everything in the list one item at a time. Turns out that only the 
packages dependent on Perl 5.6.1 were failing (with the same error message). So 
I installed everything else, then tried to install Perl alone, with emerge 
perl. It gave the same error message at the end, but the op/stat test passed 
this time. I tried emerge rsync again, and then emerge system. It still failed. 
I also tried emerge system > emerge.system.log, so I could post the full 
messages here, but it didn't pipe the actual message into the file, so I won't 
even bother to post that.

The only other thing I can think of is that in make.conf I've got -march=athlon-
tbird -03 -pipe, and the CC reports that 03 is an unknown flag.

Thoughts? Is there some workaround? I need this computer for school. :(
Comment 5 John Woods 2002-10-15 00:53:54 UTC
Turns out I had typed one of the flags as -03 when it should have been -O3. Nevertheless, this failed to solve the problem. 'emerge system' failed in exactly the same way.
Comment 6 SpanKY gentoo-dev 2002-11-05 12:28:19 UTC

*** This bug has been marked as a duplicate of 9314 ***