Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181524 - dev-python/pyopengl -- compile broken by Tcl/Tk-8.5*
Summary: dev-python/pyopengl -- compile broken by Tcl/Tk-8.5*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tcltk-8.5
  Show dependency tree
 
Reported: 2007-06-10 10:39 UTC by Federico Ferri (RETIRED)
Modified: 2007-12-23 14:05 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 Federico Ferri (RETIRED) gentoo-dev 2007-06-10 10:39:36 UTC
[ebuild   R   ] dev-python/pyopengl-2.0.0.44
...
i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fomit-frame-pointer -march=athlon-xp -fPIC -I/usr/include -I/usr/local/include -I/usr/X11R6/include -I/usr/lib/tk8.4/include -I/usr/include/python2.4/Numeric -Isrc/gle/src -I/usr/include/python2.4 -Isrc/Togl-1.5 -I/usr/lib/tk8.5/../../include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/X11R6/include -I/usr/lib/tk8.4/include -I/usr/include/python2.4/Numeric -Isrc/gle/src -I/usr/include/python2.4 -c src/Togl-1.5/togl.c -o build/temp.linux-i686-2.4/src/Togl-1.5/togl.o -O2 -pipe -fomit-frame-pointer -march=athlon-xp
src/Togl-1.5/togl.c:143:2: error: #error Sorry, you will have to edit togl.c to include the right tkInt.h file
src/Togl-1.5/togl.c: In function 'Togl_Init':
src/Togl-1.5/togl.c:711: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type
src/Togl-1.5/togl.c: In function 'Togl_Configure':
src/Togl-1.5/togl.c:942: warning: passing argument 5 of 'Tk_ConfigureWidget' from incompatible pointer type
src/Togl-1.5/togl.c: In function 'Togl_Cmd':
src/Togl-1.5/togl.c:1160: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type
src/Togl-1.5/togl.c: In function 'SetupOverlay':
src/Togl-1.5/togl.c:1242: error: 'TkWindow' undeclared (first use in this function)
src/Togl-1.5/togl.c:1242: error: (Each undeclared identifier is reported only once
src/Togl-1.5/togl.c:1242: error: for each function it appears in.)
src/Togl-1.5/togl.c:1242: error: 'winPtr' undeclared (first use in this function)
src/Togl-1.5/togl.c:1242: error: expected expression before ')' token
src/Togl-1.5/togl.c: In function 'Togl_MakeWindowExist':
src/Togl-1.5/togl.c:1363: error: 'TkWindow' undeclared (first use in this function)
src/Togl-1.5/togl.c:1363: error: 'winPtr' undeclared (first use in this function)
src/Togl-1.5/togl.c:1363: error: expected expression before ')' token
src/Togl-1.5/togl.c:1364: error: 'winPtr2' undeclared (first use in this function)
src/Togl-1.5/togl.c: In function 'ToglCmdDeletedProc':
src/Togl-1.5/togl.c:1871: error: 'TkWindow' undeclared (first use in this function)
src/Togl-1.5/togl.c:1871: error: 'winPtr' undeclared (first use in this function)
src/Togl-1.5/togl.c:1871: error: expected expression before ')' token
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1

!!! ERROR: dev-python/pyopengl-2.0.0.44 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 1305:   Called distutils_src_compile
  distutils.eclass, line 38:   Called die

!!! compilation failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-python/pyopengl-2.0.0.44/temp/build.log'.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-10 10:47:09 UTC
Have you reported this upstream? There's no tcl/tk 8.5 in the official tree.
Comment 2 Federico Ferri (RETIRED) gentoo-dev 2007-06-10 13:51:47 UTC
no,
but pyopengl-2.0.1.09-r1 compiles fine.
I guess upstream won't address problems in older releases
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-12-23 14:05:14 UTC
(In reply to comment #2)
> but pyopengl-2.0.1.09-r1 compiles fine.

Closing then.