Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 725578 Details for
Bug 803284
dev-tcltk/tclpython-5.0-r1 fails tests: - make: *** [Makefile:<snip>: test]<snip> Segmentation fault
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-tcltk:tclpython-5.0-r1:20210721-180856.log
dev-tcltk:tclpython-5.0-r1:20210721-180856.log (text/plain), 4.88 KB, created by
Toralf Förster
on 2021-07-21 21:40:57 UTC
(
hide
)
Description:
dev-tcltk:tclpython-5.0-r1:20210721-180856.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2021-07-21 21:40:57 UTC
Size:
4.88 KB
patch
obsolete
> * Package: dev-tcltk/tclpython-5.0-r1 > * Repository: gentoo > * Maintainer: tcltk@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_single_target_python3_9 userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox > * Using python3.9 to build >>>> Unpacking source... >>>> Unpacking tclpython-5.0.tar.gz to /var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work >>>> Source unpacked in /var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work >>>> Preparing source in /var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work/tclpython-5.0 ... > * Applying tclpython-5.0-gentoo.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work/tclpython-5.0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work/tclpython-5.0 ... >make -j3 PKG_NAME=tclpython3 CC=x86_64-pc-linux-gnu-gcc 'MYCFLAGS=-pipe -march=native -fno-diagnostics-color -O2 ' 'MYLDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 /usr/lib64/libpython3.9.so' >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fPIC -DUSE_TCL_STUBS -I/usr/include/python3.9 -I/usr/include/python3.9 -I/usr/include/tcl8.6 -DTCLPYTHON_VERSION=5.0 -c -o build/tclpython3/src/py.o src/py.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fPIC -DUSE_TCL_STUBS -I/usr/include/python3.9 -I/usr/include/python3.9 -I/usr/include/tcl8.6 -DTCLPYTHON_VERSION=5.0 -c -o build/tclpython3/src/tclpython.o src/tclpython.c >src/py.c: In function âpython_new_interpreterâ: >src/py.c:27:13: warning: âPyEval_InitThreadsâ is deprecated [-Wdeprecated-declarations] > 27 | PyEval_InitThreads(); > | ^~~~~~~~~~~~~~~~~~ >In file included from /usr/include/python3.9/Python.h:154, > from src/py.c:4: >/usr/include/python3.9/ceval.h:130:37: note: declared here > 130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); > | ^~~~~~~~~~~~~~~~~~ >src/py.c: In function âpython_delete_interpreterâ: >src/py.c:63:9: warning: âPyEval_ReleaseLockâ is deprecated [-Wdeprecated-declarations] > 63 | PyEval_ReleaseLock(); > | ^~~~~~~~~~~~~~~~~~ >In file included from /usr/include/python3.9/Python.h:154, > from src/py.c:4: >/usr/include/python3.9/ceval.h:136:37: note: declared here > 136 | Py_DEPRECATED(3.2) PyAPI_FUNC(void) PyEval_ReleaseLock(void); > | ^~~~~~~~~~~~~~~~~~ >src/py.c: In function âpython_evalâ: >src/py.c:122:17: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 122 | tmp_str = PyUnicode_AsUTF8(py_result_str); > | ^ >x86_64-pc-linux-gnu-gcc -o build/tclpython3/tclpython3/tclpython3.so.5.0 build/tclpython3/src/tclpython.o build/tclpython3/src/py.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 /usr/lib64/libpython3.9.so -shared -lcrypt -lpthread -ldl -lutil -lm -lm -ltclstub8.6 >make build/tclpython3/tclpython3/pkgIndex.tcl >make[1]: Entering directory '/var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work/tclpython-5.0' >cp -t build/tclpython3/tclpython3/ pkg/pkgIndex.tcl >make[1]: Leaving directory '/var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work/tclpython-5.0' >>>> Source compiled. >>>> Test phase: dev-tcltk/tclpython-5.0-r1 >make -j3 PKG_NAME=tclpython3 CC=x86_64-pc-linux-gnu-gcc test >make build/tclpython3/tclpython3/pkgIndex.tcl >make[1]: Entering directory '/var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work/tclpython-5.0' >make[1]: 'build/tclpython3/tclpython3/pkgIndex.tcl' is up to date. >make[1]: Leaving directory '/var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work/tclpython-5.0' >TCLLIBPATH=build/tclpython3/tclpython3 tclsh test/test.tcl tclpython3 >---- Package search paths ---- >build/tclpython3/tclpython3 >/usr/lib64/tcl8.6 >/usr/lib64 >/usr/lib >---- Loading package tclpython3 ---- >OK >---- Verifying python version ---- >OK >---- Testing exception handler ---- >Traceback (most recent call last): > File "<string>", line 1, in <module> >Exception >OK >make: *** [Makefile:35: test] Segmentation fault > * ERROR: dev-tcltk/tclpython-5.0-r1::gentoo failed (test phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-tcltk/tclpython-5.0-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-tcltk/tclpython-5.0-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-tcltk:tclpython-5.0-r1:20210721-180856.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-tcltk/tclpython-5.0-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-tcltk/tclpython-5.0-r1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work/tclpython-5.0' > * S: '/var/tmp/portage/dev-tcltk/tclpython-5.0-r1/work/tclpython-5.0' >
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 803284
:
725575
| 725578 |
725581
|
725584
|
725587
|
725590