Summary: | i try to install pygame-1.7.1 and it stops at source unpacking | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Kukula <daniel.kuku> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | beowulfwork, pacho |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Daniel Kukula
2005-10-19 12:35:40 UTC
During configuration dev-python/numeric is not found, configure asks if you want to compile without tough. That`s where it stops, but not the Problem. Tried an older Version of dev-python/numeric(0.22) but then pygame stops compiling with following errors: ############################################################################# In file included from src/display.c:28: /usr/include/SDL/SDL_syswm.h:56:22: X11/Xlib.h: No such file or directory /usr/include/SDL/SDL_syswm.h:57:23: X11/Xatom.h: No such file or directory In file included from src/display.c:28: /usr/include/SDL/SDL_syswm.h:69: error: syntax error before "XEvent" /usr/include/SDL/SDL_syswm.h:69: warning: no semicolon at end of struct or union/usr/include/SDL/SDL_syswm.h:69: warning: no semicolon at end of struct or union/usr/include/SDL/SDL_syswm.h:70: warning: data definition has no type or storage class /usr/include/SDL/SDL_syswm.h:71: error: syntax error before '}' token /usr/include/SDL/SDL_syswm.h:82: error: syntax error before "Display" /usr/include/SDL/SDL_syswm.h:82: warning: no semicolon at end of struct or union/usr/include/SDL/SDL_syswm.h:82: warning: no semicolon at end of struct or union/usr/include/SDL/SDL_syswm.h:82: warning: no semicolon at end of struct or union/usr/include/SDL/SDL_syswm.h:83: warning: data definition has no type or storage class /usr/include/SDL/SDL_syswm.h:93: error: syntax error before "fswindow" /usr/include/SDL/SDL_syswm.h:93: warning: data definition has no type or storage class /usr/include/SDL/SDL_syswm.h:94: error: syntax error before "wmwindow" /usr/include/SDL/SDL_syswm.h:94: warning: data definition has no type or storage class /usr/include/SDL/SDL_syswm.h:95: warning: data definition has no type or storage class /usr/include/SDL/SDL_syswm.h:96: error: syntax error before '}' token /usr/include/SDL/SDL_syswm.h:96: warning: data definition has no type or storage class /usr/include/SDL/SDL_syswm.h:97: error: syntax error before '}' token /usr/include/SDL/SDL_syswm.h:97: warning: data definition has no type or storage class /usr/include/SDL/SDL_syswm.h:197: error: syntax error before '*' token src/display.c: In function `get_wm_info': src/display.c:372: error: syntax error before "info" src/display.c:379: error: request for member `version' in something not a structure or union src/display.c:379: error: request for member `version' in something not a structure or union src/display.c:379: error: request for member `version' in something not a structure or union src/display.c:388: error: request for member `info' in something not a structure or union src/display.c:389: error: request for member `info' in something not a structure or union src/display.c:390: error: request for member `info' in something not a structure or union src/display.c:391: error: request for member `info' in something not a structure or union src/display.c:392: error: request for member `info' in something not a structure or union src/display.c:393: error: request for member `info' in something not a structure or union error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1 !!! ERROR: dev-python/pygame-1.6.2 failed. !!! Function distutils_src_compile, Line 35, Exitcode 1 !!! compilation failed !!! If you need support, post the topmost build error, NOT this status message. ############################################################################### Looks for me, as if it wishes to have X. The reason for this misbehaviour seems to be a previous update from python 2.3 to python 2.4! After running the script python-updater, the bug doesn't occur any more, however, the ebuild should be fixed in order to terminate with an error message rather than stopping without further notice. The first problem (ebuild hanging because the configure tries to ask the user a question) appears to be the same as bug 39998; the suggestion there is to re-emerge dev-python/numeric (which worked for me). The second (building requiring X) appears to be the same as bug 89486. I cannot reproduce this, I think that can be closed. Thanks Closing. |