Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122782 - games-rpg/eternal-lands-1.2.0_p1 compile faild
Summary: games-rpg/eternal-lands-1.2.0_p1 compile faild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 123039
Blocks:
  Show dependency tree
 
Reported: 2006-02-14 04:43 UTC by toto
Modified: 2006-02-27 03:08 UTC (History)
3 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 toto 2006-02-14 04:43:44 UTC
gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer 
-DDATA_DIR=\"/usr/share/games/eternal-lands/\" -DLINUX -DELC -DPNG_SCREENSHOT
-DUSE_FRAMEBUFFER -DNEW_FRUSTUM -DBUG_FIX_3D_OBJECTS_MIN_MAX -DNEW_TEX
-DOPTIONS_I18N -DATI_9200_FIX -DNETWORK_THREAD -DWIDGETS_FIX
-DNEW_ACTOR_ANIMATION -DCOMMAND_BUFFER -I/usr/include/SDL -D_REENTRANT
-I/usr/include/libxml2 -c -o events.o events.c
gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer 
-DDATA_DIR=\"/usr/share/games/eternal-lands/\" -DLINUX -DELC -DPNG_SCREENSHOT
-DUSE_FRAMEBUFFER -DNEW_FRUSTUM -DBUG_FIX_3D_OBJECTS_MIN_MAX -DNEW_TEX
-DOPTIONS_I18N -DATI_9200_FIX -DNETWORK_THREAD -DWIDGETS_FIX
-DNEW_ACTOR_ANIMATION -DCOMMAND_BUFFER -I/usr/include/SDL -D_REENTRANT
-I/usr/include/libxml2 -c -o framebuffer.o framebuffer.c
framebuffer.c: In function `print_fbo_errors':
framebuffer.c:24: error: `GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT' undeclared
(first use in this function)
framebuffer.c:24: error: (Each undeclared identifier is reported only once
framebuffer.c:24: error: for each function it appears in.)
make: *** [framebuffer.o] Ошибка 1

!!! ERROR: games-rpg/eternal-lands-1.2.0_p1 failed.
!!! Function src_compile, Line 71, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Roy Marples (RETIRED) gentoo-dev 2006-02-14 04:59:46 UTC
What is the output of
grep GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT /usr/include/GL/* ?

And does /usr/include/GL/glext.h point to a valid file?
Comment 2 toto 2006-02-14 05:10:55 UTC
(In reply to comment #1)
> What is the output of
> grep GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT /usr/include/GL/* ?
nothing
> And does /usr/include/GL/glext.h point to a valid file?
I dont known, but hi is symlink to: /usr/lib/opengl/global/include/glext.h
I use opengl nvidia

Comment 3 Roy Marples (RETIRED) gentoo-dev 2006-02-14 06:04:02 UTC
The error is with /usr/lib/opengl/global/include/glext.h provided by opengl-update.

With eselect-opengl installed instead this error goes away.
Comment 4 toto 2006-02-14 06:14:45 UTC
(In reply to comment #3)
> The error is with /usr/lib/opengl/global/include/glext.h provided by
> opengl-update.
> 
> With eselect-opengl installed instead this error goes away.
> 
xm,
app-admin/eselect-opengl have no stable version, what use ? 
- app-admin/eselect-opengl-1.0.2-r1 (masked by: ~x86 keyword)
- app-admin/eselect-opengl-1.0.3 (masked by: ~x86 keyword)

Comment 5 Roy Marples (RETIRED) gentoo-dev 2006-02-15 01:57:46 UTC
Try a newer version of opengl-update.

Try opengl-update-2.2.4, if that fails then try opengl-update-3.0.0 and report back which one works - if any.
Comment 6 Martin 2006-02-15 11:11:53 UTC
Thanks, works great with opengl-update 3.0.0 (aka eselect-opengl 1.0.3)
Comment 7 toto 2006-02-16 00:35:41 UTC
With opengl-update-2.2.4 work fine for me, it need to depend in ebuild imxo
Comment 8 Roy Marples (RETIRED) gentoo-dev 2006-02-27 03:08:50 UTC
opengl-update-2.2.4 is now stable for amd64 and x86, which fixes this bug.