Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204332 Details for
Bug 285198
dev-python/pyfltk-1.1.2 fails to build against python-2.6.2 & fltk-1.1.7-r2 on AMD64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build error as attachment
pyfltk.out (text/plain), 4.61 KB, created by
Stuart Shelton
on 2009-09-16 14:32:44 UTC
(
hide
)
Description:
Build error as attachment
Filename:
MIME Type:
Creator:
Stuart Shelton
Created:
2009-09-16 14:32:44 UTC
Size:
4.61 KB
patch
obsolete
>running build >running build_py >creating build >creating build/lib.linux-x86_64-2.6 >creating build/lib.linux-x86_64-2.6/fltk >copying fltk/__init__.py -> build/lib.linux-x86_64-2.6/fltk >running build_ext >my_init_posix: changing gcc to g++ >building 'fltk._fltk' extension >creating build/temp.linux-x86_64-2.6 >creating build/temp.linux-x86_64-2.6/python >creating build/temp.linux-x86_64-2.6/contrib >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=barcelona -mfpmath=sse -O2 -pipe -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/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:4584: 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:4590: 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:4628: 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:4634: 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:4641: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/fltk-1.1/FL/fl_ask.H:59) >./python/fltk_wrap.cpp:4641: warning: format not a string literal and no format arguments >./python/fltk_wrap.cpp:4641: 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:4649: 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:4657: 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:4665: 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:37813: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/fltk-1.1/FL/fl_ask.H:59) >./python/fltk_wrap.cpp:37813: 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 'PyObject* _wrap_new_Fl_RGB_Image(PyObject*, PyObject*)': >./python/fltk_wrap.cpp:39224: error: cannot convert 'int*' to 'Py_ssize_t*' for argument '3' to 'int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)' >./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Bitmap(PyObject*, PyObject*)': >./python/fltk_wrap.cpp:39877: error: cannot convert 'int*' to 'Py_ssize_t*' for argument '3' to 'int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)' >./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_draw_image(PyObject*, PyObject*)': >./python/fltk_wrap.cpp:54546: error: cannot convert 'int*' to 'Py_ssize_t*' for argument '3' to 'int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)' >./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_draw_image_mono(PyObject*, PyObject*)': >./python/fltk_wrap.cpp:54654: error: cannot convert 'int*' to 'Py_ssize_t*' for argument '3' to 'int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)' >./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_FormsBitmap_set(PyObject*, PyObject*)': >./python/fltk_wrap.cpp:58780: error: cannot convert 'int*' to 'Py_ssize_t*' for argument '3' to 'int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)' >./python/fltk_wrap.cpp: In function 'PyObject* _wrap_gl_draw_image(PyObject*, PyObject*)': >./python/fltk_wrap.cpp:93899: error: cannot convert 'int*' to 'Py_ssize_t*' for argument '3' to 'int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)' >error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1 > * > * ERROR: dev-python/pyfltk-1.1.2 failed. > * Call stack: > * ebuild.sh, line 49: Called src_compile > * environment, line 3044: Called distutils_src_compile > * environment, line 739: Called die > * The specific snippet of code: > * ${python} setup.py "${DISTUTILS_GLOBAL_OPTIONS[@]}" build "$@" || die "Building failed"; > * The die message: > * Building failed
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 285198
: 204332