Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 241637 Details for
Bug 331433
dev-python/PyQrcodec fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
PyQrcodec-1.0:20100806-051029.log (text/plain), 6.47 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-08-06 12:54:26 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-08-06 12:54:26 UTC
Size:
6.47 KB
patch
obsolete
> * CPV: dev-python/PyQrcodec-1.0 > * REPO: gentoo > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking PyQrcodec_Linux.tar.gz to /var/tmp/portage/dev-python/PyQrcodec-1.0/work >>>> Source unpacked in /var/tmp/portage/dev-python/PyQrcodec-1.0/work >>>> Compiling source in /var/tmp/portage/dev-python/PyQrcodec-1.0/work/PyQrCodec ... >python2.7 setup.py build >running build >running build_py >creating build >creating build/lib.linux-i686-2.7 >creating build/lib.linux-i686-2.7/PyQrcodec >copying PyQrcodec/__init__.py -> build/lib.linux-i686-2.7/PyQrcodec >warning: build_py: byte-compiling is disabled, skipping. > >running build_ext >building 'qr_encode' extension >creating build/temp.linux-i686-2.7 >creating build/temp.linux-i686-2.7/qr_enc >i686-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_enc/ -I/usr/include/python2.7 -c qr_encode.c -o build/temp.linux-i686-2.7/qr_encode.o >i686-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_enc/ -I/usr/include/python2.7 -c ./qr_enc/qrencode.c -o build/temp.linux-i686-2.7/./qr_enc/qrencode.o >i686-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_enc/ -I/usr/include/python2.7 -c ./qr_enc/bitstream.c -o build/temp.linux-i686-2.7/./qr_enc/bitstream.o >i686-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_enc/ -I/usr/include/python2.7 -c ./qr_enc/qrinput.c -o build/temp.linux-i686-2.7/./qr_enc/qrinput.o >i686-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_enc/ -I/usr/include/python2.7 -c ./qr_enc/qrspec.c -o build/temp.linux-i686-2.7/./qr_enc/qrspec.o >i686-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_enc/ -I/usr/include/python2.7 -c ./qr_enc/rscode.c -o build/temp.linux-i686-2.7/./qr_enc/rscode.o >i686-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe build/temp.linux-i686-2.7/qr_encode.o build/temp.linux-i686-2.7/./qr_enc/qrencode.o build/temp.linux-i686-2.7/./qr_enc/bitstream.o build/temp.linux-i686-2.7/./qr_enc/qrinput.o build/temp.linux-i686-2.7/./qr_enc/qrspec.o build/temp.linux-i686-2.7/./qr_enc/rscode.o -L/usr/lib -lpython2.7 -o build/lib.linux-i686-2.7/qr_encode.so >building 'qr_decode' extension >creating build/temp.linux-i686-2.7/qr_dec >i686-pc-linux-gnu-g++ -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_dec/ -I/usr/include/opencv/ -I/usr/include/python2.7 -c qr_decode.cpp -o build/temp.linux-i686-2.7/qr_decode.o >qr_decode.cpp: In function âPyObject* qr_decode(PyObject*, PyObject*)â: >qr_decode.cpp:58:15: warning: deprecated conversion from string constant to âchar*â >i686-pc-linux-gnu-g++ -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_dec/ -I/usr/include/opencv/ -I/usr/include/python2.7 -c ./qr_dec/bitstream.cpp -o build/temp.linux-i686-2.7/./qr_dec/bitstream.o >i686-pc-linux-gnu-g++ -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_dec/ -I/usr/include/opencv/ -I/usr/include/python2.7 -c ./qr_dec/codedata.cpp -o build/temp.linux-i686-2.7/./qr_dec/codedata.o >i686-pc-linux-gnu-g++ -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_dec/ -I/usr/include/opencv/ -I/usr/include/python2.7 -c ./qr_dec/container.cpp -o build/temp.linux-i686-2.7/./qr_dec/container.o >i686-pc-linux-gnu-g++ -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_dec/ -I/usr/include/opencv/ -I/usr/include/python2.7 -c ./qr_dec/ecidecoder.cpp -o build/temp.linux-i686-2.7/./qr_dec/ecidecoder.o >i686-pc-linux-gnu-g++ -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_dec/ -I/usr/include/opencv/ -I/usr/include/python2.7 -c ./qr_dec/formatinfo.cpp -o build/temp.linux-i686-2.7/./qr_dec/formatinfo.o >i686-pc-linux-gnu-g++ -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_dec/ -I/usr/include/opencv/ -I/usr/include/python2.7 -c ./qr_dec/galois.cpp -o build/temp.linux-i686-2.7/./qr_dec/galois.o >./qr_dec/galois.cpp: In member function âGalois::Polynomial* Galois::Polynomial::_lu(Galois::Polynomial*)â: >./qr_dec/galois.cpp:395:48: warning: taking address of temporary >./qr_dec/galois.cpp:398:65: warning: taking address of temporary >./qr_dec/galois.cpp: In member function âGalois::Polynomial* Galois::Polynomial::solve(Galois::Polynomial*)â: >./qr_dec/galois.cpp:453:69: warning: taking address of temporary >./qr_dec/galois.cpp:459:56: warning: taking address of temporary >./qr_dec/galois.cpp:461:54: warning: taking address of temporary >./qr_dec/galois.cpp: In member function âint Galois::BCH::decode(int)â: >./qr_dec/galois.cpp:560:56: warning: taking address of temporary >./qr_dec/galois.cpp:562:59: warning: taking address of temporary >./qr_dec/galois.cpp: In member function âGalois::Nomial* Galois::BCH::_error_syndrome(int)â: >./qr_dec/galois.cpp:587:44: warning: taking address of temporary >i686-pc-linux-gnu-g++ -pthread -O2 -pipe -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I./qr_dec/ -I/usr/include/opencv/ -I/usr/include/python2.7 -c ./qr_dec/imagereader.cpp -o build/temp.linux-i686-2.7/./qr_dec/imagereader.o >./qr_dec/imagereader.cpp: In function âvoid Qr::apaptive_white_leveling(const CvArr*, CvArr*, double, int, int, int, double)â: >./qr_dec/imagereader.cpp:1053:9: error: â__BEGIN__â was not declared in this scope >./qr_dec/imagereader.cpp:1054:9: error: expected â;â before âifâ >./qr_dec/imagereader.cpp:1095:9: error: â__END__â was not declared in this scope >./qr_dec/imagereader.cpp:1097:5: error: expected â;â before â}â token >./qr_dec/imagereader.cpp:1062:13: error: label âexitâ used but not defined >error: command 'i686-pc-linux-gnu-g++' failed with exit status 1 > * ERROR: dev-python/PyQrcodec-1.0 failed: > * Building failed > * > * Call stack: > * ebuild.sh, line 54: Called src_compile > * environment, line 3477: Called distutils_src_compile > * environment, line 1166: Called die > * The specific snippet of code: > * "$(PYTHON)" "${setup_file}" "${DISTUTILS_GLOBAL_OPTIONS[@]}" build "$@" || die "Building failed"; > * > * If you need support, post the output of 'emerge --info =dev-python/PyQrcodec-1.0', > * the complete build log and the output of 'emerge -pqv =dev-python/PyQrcodec-1.0'. > * The complete build log is located at '/var/log/portage/build/dev-python/PyQrcodec-1.0:20100806-051029.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/PyQrcodec-1.0/temp/environment'. > * S: '/var/tmp/portage/dev-python/PyQrcodec-1.0/work/PyQrCodec'
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 331433
: 241637