Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 416770 Details for
Bug 565594
dev-python/pyfltk-1.3.3 : ./python/fltk_wrap.cpp:37752:30: error: ‘PyGILState_Ensure’ was not declared in this scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:pyfltk-1.3.3:20151112-031811.log
dev-python:pyfltk-1.3.3:20151112-031811.log (text/plain), 5.95 KB, created by
Toralf Förster
on 2015-11-12 15:14:44 UTC
(
hide
)
Description:
dev-python:pyfltk-1.3.3:20151112-031811.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-11-12 15:14:44 UTC
Size:
5.95 KB
patch
obsolete
> * Package: dev-python/pyfltk-1.3.3 > * Repository: gentoo > * Maintainer: python > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_4 userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking pyFltk-1.3.3.tar.gz to /var/tmp/portage/dev-python/pyfltk-1.3.3/work >>>> Source unpacked in /var/tmp/portage/dev-python/pyfltk-1.3.3/work >>>> Preparing source in /var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3 ... > * Applying ignore-func.patch ... > [ ok ] > * Applying fltk_wrap.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3 ... > * python2_7: running distutils-r1_run_phase python_configure_all >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3 ... > * python3_4: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.4 setup.py build >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.3.3\n'] >fltk-config includes: ['/usr/include/fltk'] >fltk-config link paths: ['/usr/lib64/fltk'] >fltk-config link libraries: ['fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xcursor', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'Xinerama', 'dl', 'm', 'X11'] >FLTK was configured without multi-threading support! >FLTK was configured with OpenGL support! >FLTK was configured with Forms support! >done >running build >running build_py >creating /var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3-python3_4/lib/fltk >copying fltk/__init__.py -> /var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3-python3_4/lib/fltk >warning: build_py: byte-compiling is disabled, skipping. > >running build_ext >my_init_posix: changing gcc to g++ >building 'fltk._fltk' extension >creating /var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3-python3_4/temp.linux-x86_64-3.4 >creating /var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3-python3_4/temp.linux-x86_64-3.4/python >creating /var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3-python3_4/temp.linux-x86_64-3.4/contrib >x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fno-strict-aliasing -fPIC -DUNIX=1 -I/usr/include/fltk -I./src -I./contrib -I/usr/include -I/usr/include/python3.4 -c ./python/fltk_wrap.cpp -o /var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3-python3_4/temp.linux-x86_64-3.4/./python/fltk_wrap.o -Wno-unused-label -Wno-unused-but-set-variable -Werror=format-security -DDO_NOT_USE_THREADS >./python/fltk_wrap.cpp: In function âint fl_mt_ask(const char*)â: >./python/fltk_wrap.cpp:5369:14: warning: âint fl_ask(const char*, ...)â is deprecated (declared at /usr/include/fltk/FL/fl_ask.H:53) [-Wdeprecated-declarations] > status = fl_ask("%s", text); > ^ >./python/fltk_wrap.cpp:5369:31: warning: âint fl_ask(const char*, ...)â is deprecated (declared at /usr/include/fltk/FL/fl_ask.H:53) [-Wdeprecated-declarations] > status = fl_ask("%s", text); > ^ >./python/fltk_wrap.cpp: In function âint _run_loop_interactive()â: >./python/fltk_wrap.cpp:37752:30: error: âPyGILState_Ensureâ was not declared in this scope > gstate = PyGILState_Ensure(); > ^ >./python/fltk_wrap.cpp:37758:28: error: âPyGILState_Releaseâ was not declared in this scope > PyGILState_Release(gstate); > ^ >./python/fltk_wrap.cpp: In function âPyObject* _wrap_fl_ask__varargs__(PyObject*, PyObject*, PyObject*)â: >./python/fltk_wrap.cpp:60152:17: warning: âint fl_ask(const char*, ...)â is deprecated (declared at /usr/include/fltk/FL/fl_ask.H:53) [-Wdeprecated-declarations] > result = (int)fl_ask((char const *)arg1,arg2); > ^ >./python/fltk_wrap.cpp:60152:47: warning: âint fl_ask(const char*, ...)â is deprecated (declared at /usr/include/fltk/FL/fl_ask.H:53) [-Wdeprecated-declarations] > result = (int)fl_ask((char const *)arg1,arg2); > ^ >error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 > * ERROR: dev-python/pyfltk-1.3.3::gentoo failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 93: Called src_compile > * environment, line 3850: Called distutils-r1_src_compile > * environment, line 1039: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > * environment, line 311: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 3329: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2448: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2446: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 636: Called distutils-r1_run_phase 'distutils-r1_python_compile' > * environment, line 1030: Called distutils-r1_python_compile > * environment, line 909: Called esetup.py 'build' > * environment, line 1519: Called die > * The specific snippet of code: > * "${@}" || die > * > * If you need support, post the output of `emerge --info '=dev-python/pyfltk-1.3.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/pyfltk-1.3.3::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:pyfltk-1.3.3:20151112-031811.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pyfltk-1.3.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/pyfltk-1.3.3/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3' > * S: '/var/tmp/portage/dev-python/pyfltk-1.3.3/work/pyFltk-1.3.3'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 565594
: 416770 |
416772
|
416774