Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66547 - ufo-ai ebuild fails when starting the install stage
Summary: ufo-ai ebuild fails when starting the install stage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-06 10:12 UTC by Johann Scheepers
Modified: 2004-11-20 00:29 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 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.