* CPV: dev-python/pyfltk-1.1.5 * REPO: gentoo * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU >>> Unpacking source... >>> Unpacking pyFltk-1.1.5.tar.gz to /var/tmp/portage/dev-python/pyfltk-1.1.5/work >>> Source unpacked in /var/tmp/portage/dev-python/pyfltk-1.1.5/work >>> Preparing source in /var/tmp/portage/dev-python/pyfltk-1.1.5/work/pyFltk-1.1.5 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pyfltk-1.1.5/work/pyFltk-1.1.5 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pyfltk-1.1.5/work/pyFltk-1.1.5 ... /usr/include/fltk-1.1/FL/Fl_Browser.H:76: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/Fl_Browser.H:76: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/Fl.H:180: Warning(314): 'del' is a python keyword, renaming to '_del' /usr/include/fltk-1.1/FL/Fl.H:180: Warning(314): 'del' is a python keyword, renaming to '_del' /usr/include/fltk-1.1/FL/Fl.H:180: Warning(314): 'del' is a python keyword, renaming to '_del' /usr/include/fltk-1.1/FL/Fl.H:243: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/Fl.H:243: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/Fl.H:243: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:38: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:50: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:38: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:50: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:39: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:51: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:39: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:51: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:40: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:52: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:40: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/filename.H:52: Warning(314): 'from' is a python keyword, renaming to '_from' /usr/include/fltk-1.1/FL/Fl_Overlay_Window.H:33: Warning(517): Director class 'Fl_Overlay_Window' is abstract, abstract method 'draw_overlay' is private Using default location for FLTK! ['-I/usr/include/fltk-1.1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT\n'] swig -w312 -w451 -w473 -I../swig -I/usr/include/fltk-1.1 -I/usr/include -DFL_EXPORT -DPYTHON -module fltk -c++ -python -shadow -modern -dirprot -fastdispatch -o fltk_wrap.cpp ../swig/fltk.i Copy fltk.py * Building of dev-python/pyfltk-1.1.5 with Python 2.6... python2.6 setup.py build -b build-2.6 Building for Linux ['./src', './contrib', '/usr/include'] Checking FLTK configuration ... Checking fltk-config using FLTK_HOME Checking fltk-config using default installation Using FLTK: ['1.1.9\n'] fltk-config includes: ['/usr/include/fltk-1.1'] fltk-config link paths: ['/usr/lib64/fltk-1.1'] fltk-config link libraries: ['fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xft', 'pthread', 'dl', 'm', 'Xext', 'X11'] FLTK was configured with multi-threading support! FLTK was configured with OpenGL support! FLTK was configured with Forms support! done running build running build_py creating build-2.6 creating build-2.6/lib.linux-x86_64-2.6 creating build-2.6/lib.linux-x86_64-2.6/fltk copying fltk/__init__.py -> build-2.6/lib.linux-x86_64-2.6/fltk warning: build_py: byte-compiling is disabled, skipping. running build_ext my_init_posix: changing gcc to g++ building 'fltk._fltk' extension creating build-2.6/temp.linux-x86_64-2.6 creating build-2.6/temp.linux-x86_64-2.6/python creating build-2.6/temp.linux-x86_64-2.6/contrib x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -pipe -O2 -fno-ident -fPIC -DUNIX=1 -I/usr/include/fltk-1.1 -I./src -I./contrib -I/usr/include -I/usr/include/python2.6 -c ./python/fltk_wrap.cpp -o build-2.6/temp.linux-x86_64-2.6/./python/fltk_wrap.o ./python/fltk_wrap.cpp: In function ‘const char* fl_vararg_input(const char*, const char*)’: ./python/fltk_wrap.cpp:4906: warning: format not a string literal and no format arguments ./python/fltk_wrap.cpp: In function ‘const char* fl_vararg_password(const char*, const char*)’: ./python/fltk_wrap.cpp:4912: warning: format not a string literal and no format arguments ./python/fltk_wrap.cpp: In function ‘void fl_mt_message(const char*)’: ./python/fltk_wrap.cpp:4950: warning: format not a string literal and no format arguments ./python/fltk_wrap.cpp: In function ‘void fl_mt_alert(const char*)’: ./python/fltk_wrap.cpp:4956: warning: format not a string literal and no format arguments ./python/fltk_wrap.cpp: In function ‘int fl_mt_ask(const char*)’: ./python/fltk_wrap.cpp:4963: warning: ‘int fl_ask(const char*, ...)’ is deprecated (declared at /usr/include/fltk-1.1/FL/fl_ask.H:59) ./python/fltk_wrap.cpp:4963: warning: format not a string literal and no format arguments ./python/fltk_wrap.cpp:4963: warning: ‘int fl_ask(const char*, ...)’ is deprecated (declared at /usr/include/fltk-1.1/FL/fl_ask.H:59) ./python/fltk_wrap.cpp: In function ‘int fl_mt_choice(const char*, const char*, const char*, const char*)’: ./python/fltk_wrap.cpp:4971: warning: format not a string literal and no format arguments ./python/fltk_wrap.cpp: In function ‘const char* fl_mt_input(const char*, const char*)’: ./python/fltk_wrap.cpp:4979: warning: format not a string literal and no format arguments ./python/fltk_wrap.cpp: In function ‘const char* fl_mt_password(const char*, const char*)’: ./python/fltk_wrap.cpp:4987: warning: format not a string literal and no format arguments ./python/fltk_wrap.cpp: In function ‘PyObject* _wrap_fl_ask__varargs__(PyObject*, PyObject*, PyObject*)’: ./python/fltk_wrap.cpp:39585: warning: ‘int fl_ask(const char*, ...)’ is deprecated (declared at /usr/include/fltk-1.1/FL/fl_ask.H:59) ./python/fltk_wrap.cpp:39585: warning: ‘int fl_ask(const char*, ...)’ is deprecated (declared at /usr/include/fltk-1.1/FL/fl_ask.H:59) x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -pipe -O2 -fno-ident -fPIC -DUNIX=1 -I/usr/include/fltk-1.1 -I./src -I./contrib -I/usr/include -I/usr/include/python2.6 -c ./contrib/ListSelect.cpp -o build-2.6/temp.linux-x86_64-2.6/./contrib/ListSelect.o x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -pipe -O2 -fno-ident -fPIC -DUNIX=1 -I/usr/include/fltk-1.1 -I./src -I./contrib -I/usr/include -I/usr/include/python2.6 -c ./contrib/Fl_Table_Row.cxx -o build-2.6/temp.linux-x86_64-2.6/./contrib/Fl_Table_Row.o x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -pipe -O2 -fno-ident -fPIC -DUNIX=1 -I/usr/include/fltk-1.1 -I./src -I./contrib -I/usr/include -I/usr/include/python2.6 -c ./contrib/Fl_Table.cxx -o build-2.6/temp.linux-x86_64-2.6/./contrib/Fl_Table.o x86_64-pc-linux-gnu-g++ -shared -Wl,-O1,--as-needed,--gc-sections,--hash-style=gnu,--sort-common -march=core2 -pipe -O2 -fno-ident build-2.6/temp.linux-x86_64-2.6/./python/fltk_wrap.o build-2.6/temp.linux-x86_64-2.6/./contrib/ListSelect.o build-2.6/temp.linux-x86_64-2.6/./contrib/Fl_Table_Row.o build-2.6/temp.linux-x86_64-2.6/./contrib/Fl_Table.o -L/usr/lib64/fltk-1.1 -Llib -L/usr/lib -L/usr/lib64 -lfltk_images -lpng -lz -ljpeg -lfltk_gl -lGLU -lGL -lfltk_forms -lfltk -lXft -lpthread -ldl -lm -lXext -lX11 -lfltk -lpython2.6 -o build-2.6/lib.linux-x86_64-2.6/fltk/_fltk.so * Building of dev-python/pyfltk-1.1.5 with Python 2.7... python2.7 setup.py build -b build-2.7 Building for Linux Traceback (most recent call last): File "setup.py", line 84, in old_init_posix = sysconfig._init_posix AttributeError: 'module' object has no attribute '_init_posix' * ERROR: dev-python/pyfltk-1.1.5 failed: * Building failed with Python 2.7 in distutils_building() function * * Call stack: * ebuild.sh, line 48: Called src_compile * environment, line 4082: Called distutils_src_compile * environment, line 1013: Called python_execute_function 'distutils_building' * environment, line 3122: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/pyfltk-1.1.5', * the complete build log and the output of 'emerge -pqv =dev-python/pyfltk-1.1.5'. * The complete build log is located at '/var/log/portage/build/dev-python/pyfltk-1.1.5:20100206-151434.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pyfltk-1.1.5/temp/environment'. * S: '/var/tmp/portage/dev-python/pyfltk-1.1.5/work/pyFltk-1.1.5'