Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7513 - first emerge of gpm-1.20.0-r3 fails
Summary: first emerge of gpm-1.20.0-r3 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael M Nazaroff (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-05 09:00 UTC by Pierre-Henri Jondot
Modified: 2003-02-04 19:42 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 Pierre-Henri Jondot 2002-09-05 09:00:43 UTC
I'm installing gentoo 1.4_rc1 

amd duron 1Ghz, Cflags : athlon-xp -O3 -pipe

no problem for the first three stages...
but a problem with gpm-1.20.0-r3 whose FIRST emerge fails with (at the very
beginning of the compilation) :

make[1]: Entering directory `/var/tmp/portage/gpm-1.20.0-r3/work/gpm-1.20.0/src'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule
.
bison -y  /var/tmp/portage/gpm-1.20.0-r3/work/gpm-1.20.0/src/gpm-root.y && mv y.
tab.c gpm-root.c
make[1]: Entering directory `/var/tmp/portage/gpm-1.20.0-r3/work/gpm-1.20.0/src'
bison -y  /var/tmp/portage/gpm-1.20.0-r3/work/gpm-1.20.0/src/gpm-root.y && mv y.
tab.c gpm-root.c
for DEPS in `echo /var/tmp/portage/gpm-1.20.0-r3/work/gpm-1.20.0/src/*.c` gpm-ro
ot.c; do \
gcc -M -I/var/tmp/portage/gpm-1.20.0-r3/work/gpm-1.20.0/src -DHAVE_CONFIG_H -inc
lude headers/config.h -Wall  $DEPS | \
/bin/sed 's/\(\)\.o\([ :]*\)/\1.o \1.lo\2/g'  >> .depend ; done
mv: cannot stat `y.tab.c': No such file or directory
make[1]: *** [gpm-root.c] Error 1
make[1]: Leaving directory `/var/tmp/portage/gpm-1.20.0-r3/work/gpm-1.20.0/src'
make: *** [do-all] Error 1
make: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/gpm-1.20.0-r3/work/gpm-1.20.0/src'

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

SECOND emerge of gpm did work just fine...

I do remember I already encountered this problem before.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-05 16:20:48 UTC
emake -> make issue I bet, naz
Comment 2 Michael M Nazaroff (RETIRED) gentoo-dev 2002-09-06 01:10:11 UTC
Ok I will fix it this weekend :o) or just try make.

Naz
Comment 3 Ulf Bartelt (RETIRED) gentoo-dev 2002-09-11 12:12:35 UTC
i had some gpm builds failing and some immediate restarts succeeded.  i bet on a
-j2 problem.
Comment 4 Michael M Nazaroff (RETIRED) gentoo-dev 2002-09-21 18:42:28 UTC
This bug already fixed by seemant..

Naz