Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 603744 Details for
Bug 705872
dev-python/line_profiler-2.1.2 - _line_profiler.c:7890:21: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 8.24 KB, created by
Nowa Ammerlaan
on 2020-01-19 19:27:49 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Nowa Ammerlaan
Created:
2020-01-19 19:27:49 UTC
Size:
8.24 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-python/line_profiler-2.1.2 >[32;01m * [39;49;00mRepository: localrepo >[32;01m * [39;49;00mMaintainer: sci@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_7 test userland_GNU >[32;01m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking line_profiler-2.1.2.tar.gz to /var/tmp/portage/dev-python/line_profiler-2.1.2/work >>>> Source unpacked in /var/tmp/portage/dev-python/line_profiler-2.1.2/work >>>> Preparing source in /var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2 ... > [32;01m*[0m python3_7: running distutils-r1_run_phase distutils-r1_python_compile > [33;01m*[0m DISTUTILS_USE_SETUPTOOLS value is probably incorrect > [33;01m*[0m value: DISTUTILS_USE_SETUPTOOLS=bdepend (default?) > [33;01m*[0m expected: DISTUTILS_USE_SETUPTOOLS=rdepend >python3.7 setup.py build -j 12 >running build >running build_py >copying line_profiler.py -> /var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2-python3_7/lib >copying kernprof.py -> /var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2-python3_7/lib >copying line_profiler_py35.py -> /var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2-python3_7/lib >warning: build_py: byte-compiling is disabled, skipping. > >running build_ext >skipping '_line_profiler.c' Cython extension (up-to-date) >building '_line_profiler' extension >creating /var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2-python3_7/temp.linux-x86_64-3.7 >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -I/usr/include/python3.7m -c _line_profiler.c -o /var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2-python3_7/temp.linux-x86_64-3.7/_line_profiler.o >_line_profiler.c: In function â__Pyx__ExceptionSaveâ: >_line_profiler.c:7890:21: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_typeâ; did you mean âcurexc_typeâ? > 7890 | *type = tstate->exc_type; > | ^~~~~~~~ > | curexc_type >_line_profiler.c:7891:22: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_valueâ; did you mean âcurexc_valueâ? > 7891 | *value = tstate->exc_value; > | ^~~~~~~~~ > | curexc_value >_line_profiler.c:7892:19: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_tracebackâ; did you mean âcurexc_tracebackâ? > 7892 | *tb = tstate->exc_traceback; > | ^~~~~~~~~~~~~ > | curexc_traceback >_line_profiler.c: In function â__Pyx__ExceptionResetâ: >_line_profiler.c:7899:24: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_typeâ; did you mean âcurexc_typeâ? > 7899 | tmp_type = tstate->exc_type; > | ^~~~~~~~ > | curexc_type >_line_profiler.c:7900:25: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_valueâ; did you mean âcurexc_valueâ? > 7900 | tmp_value = tstate->exc_value; > | ^~~~~~~~~ > | curexc_value >_line_profiler.c:7901:22: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_tracebackâ; did you mean âcurexc_tracebackâ? > 7901 | tmp_tb = tstate->exc_traceback; > | ^~~~~~~~~~~~~ > | curexc_traceback >_line_profiler.c:7902:13: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_typeâ; did you mean âcurexc_typeâ? > 7902 | tstate->exc_type = type; > | ^~~~~~~~ > | curexc_type >_line_profiler.c:7903:13: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_valueâ; did you mean âcurexc_valueâ? > 7903 | tstate->exc_value = value; > | ^~~~~~~~~ > | curexc_value >_line_profiler.c:7904:13: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_tracebackâ; did you mean âcurexc_tracebackâ? > 7904 | tstate->exc_traceback = tb; > | ^~~~~~~~~~~~~ > | curexc_traceback >_line_profiler.c: In function â__Pyx__GetExceptionâ: >_line_profiler.c:7959:24: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_typeâ; did you mean âcurexc_typeâ? > 7959 | tmp_type = tstate->exc_type; > | ^~~~~~~~ > | curexc_type >_line_profiler.c:7960:25: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_valueâ; did you mean âcurexc_valueâ? > 7960 | tmp_value = tstate->exc_value; > | ^~~~~~~~~ > | curexc_value >_line_profiler.c:7961:22: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_tracebackâ; did you mean âcurexc_tracebackâ? > 7961 | tmp_tb = tstate->exc_traceback; > | ^~~~~~~~~~~~~ > | curexc_traceback >_line_profiler.c:7962:13: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_typeâ; did you mean âcurexc_typeâ? > 7962 | tstate->exc_type = local_type; > | ^~~~~~~~ > | curexc_type >_line_profiler.c:7963:13: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_valueâ; did you mean âcurexc_valueâ? > 7963 | tstate->exc_value = local_value; > | ^~~~~~~~~ > | curexc_value >_line_profiler.c:7964:13: error: âPyThreadStateâ {aka âstruct _tsâ} has no member named âexc_tracebackâ; did you mean âcurexc_tracebackâ? > 7964 | tstate->exc_traceback = local_tb; > | ^~~~~~~~~~~~~ > | curexc_traceback >error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1 > [31;01m*[0m ERROR: dev-python/line_profiler-2.1.2::localrepo failed (compile phase): > [31;01m*[0m (no error message) > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 125: Called src_compile > [31;01m*[0m environment, line 3733: Called distutils-r1_src_compile > [31;01m*[0m environment, line 977: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > [31;01m*[0m environment, line 377: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 3295: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2493: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2491: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 684: Called distutils-r1_run_phase 'distutils-r1_python_compile' > [31;01m*[0m environment, line 968: Called distutils-r1_python_compile > [31;01m*[0m environment, line 836: Called esetup.py 'build' '-j' '12' > [31;01m*[0m environment, line 1629: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m "${@}" || die "${die_args[@]}"; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/line_profiler-2.1.2::localrepo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/line_profiler-2.1.2::localrepo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-python/line_profiler-2.1.2/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/line_profiler-2.1.2/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2' > [31;01m*[0m S: '/var/tmp/portage/dev-python/line_profiler-2.1.2/work/line_profiler-2.1.2'
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 705872
: 603744