Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 66547

Summary: ufo-ai ebuild fails when starting the install stage
Product: Gentoo Linux Reporter: Johann Scheepers <aquadog>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johann Scheepers 2004-10-06 10:12:37 UTC
Emerging ufo-ai with latest sync of portage, it compiles fine until it reaches
the part where it has to install files into the 'install' directory in /var/tmp/portage/ufo-ai/...........

Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge ufo-ai
3. wait for failure

Actual Results:  
gcc -ffast-math -funroll-loops -Dstricmp=strcasecmp -march=athlon-xp -m3dnow
-msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer
-funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4
-maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays
-fno-stack-protector -shared -o releasei386-glibc/ref_gl.so
releasei386-glibc/ref_gl/gl_anim.o releasei386-glibc/ref_gl/gl_draw.o
releasei386-glibc/ref_gl/gl_image.o releasei386-glibc/ref_gl/gl_light.o
releasei386-glibc/ref_gl/gl_mesh.o releasei386-glibc/ref_gl/gl_model.o
releasei386-glibc/ref_gl/gl_particle.o releasei386-glibc/ref_gl/gl_rmain.o
releasei386-glibc/ref_gl/gl_rmisc.o releasei386-glibc/ref_gl/gl_rsurf.o
releasei386-glibc/ref_gl/gl_warp.o releasei386-glibc/ref_gl/qgl_linux.o
releasei386-glibc/ref_gl/q_shared.o releasei386-glibc/ref_gl/q_shlinux.o
releasei386-glibc/ref_gl/glob.o  -L/usr/X11R6/lib -lX11 -lXext -lm -ljpeg
make[1]: Leaving directory `/var/tmp/portage/ufo-ai-0.10.040218/work/source/linux'
>>> Test phase [not enabled]: games-strategy/ufo-ai-0.10.040218

>>> Install ufo-ai-0.10.040218 into /var/tmp/portage/ufo-ai-0.10.040218/image/
category games-strategy
x86
install: cannot stat
`/var/tmp/portage/ufo-ai-0.10.040218/work/source/linux/releasei386-glibc/{ref_gl.so,ref_glx.so,ufo}':
No such file or directory

!!! ERROR: games-strategy/ufo-ai-0.10.040218 failed.
!!! Function src_install, Line 47, Exitcode 1
!!! doexe ufo
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
It should emerge cleanly

I'm running ~x86 and gcc 3.4.2 and latest glibc, but i doubt if the problem is
related to that.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2004-10-06 12:37:33 UTC
Are you using nvidia drivers?

If so, try to opengl-update xorg-x11 then re-merge ufo-ai.  Once it merges, opengl-update nvidia and let me know if it works.
Comment 2 Johann Scheepers 2004-10-06 14:30:22 UTC
I am using nvidia drivers, and i just did a opengl-update xorg-x11 and tried to recompile, but i still get the exact same ebuild error:

>>> Install ufo-ai-0.10.040218 into /var/tmp/portage/ufo-ai-0.10.040218/image/ category games-strategy
x86
install: cannot stat `/var/tmp/portage/ufo-ai-0.10.040218/work/source/linux/releasei386-glibc/{ref_gl.so,ref_glx.so,ufo}': No such file or directory
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-11-20 00:29:35 UTC
This was a bug in bash that has since been fixed.