Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 571786 Details for
Bug 682482
sys-cluster/ceph-14.2.0-r3: Interpreter change detected - this module can only be loaded into one interpreter per process.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to also apply the Cython fix during distutils install
cythonfix.patch (text/plain), 946 bytes, created by
Hector Martin
on 2019-04-04 04:00:28 UTC
(
hide
)
Description:
Patch to also apply the Cython fix during distutils install
Filename:
MIME Type:
Creator:
Hector Martin
Created:
2019-04-04 04:00:28 UTC
Size:
946 bytes
patch
obsolete
>--- ceph-13.2.1/cmake/modules/Distutils.cmake.old 2018-07-26 17:39:56.000000000 -0000 >+++ ceph-13.2.1/cmake/modules/Distutils.cmake 2018-12-24 05:43:51.566174070 -0000 >@@ -58,8 +62,13 @@ > function(distutils_install_cython_module name) > get_property(compiler_launcher GLOBAL PROPERTY RULE_LAUNCH_COMPILE) > get_property(link_launcher GLOBAL PROPERTY RULE_LAUNCH_LINK) >- set(PY_CC "${compiler_launcher} ${CMAKE_C_COMPILER}") >+ string(REPLACE " " ";" cflags ${CMAKE_C_FLAGS}) >+ list(APPEND cflags -iquote${CMAKE_SOURCE_DIR}/src/include -w) >+ list(APPEND cflags -D'void0=dead_function\(void\)') >+ list(APPEND cflags -D'__Pyx_check_single_interpreter\(ARG\)=ARG \#\# 0') >+ string(REPLACE ";" " " cflags "${cflags}") >+ set(PY_CC "${compiler_launcher} ${CMAKE_C_COMPILER} ${cflags}") > set(PY_LDSHARED "${link_launcher} ${CMAKE_C_COMPILER} -shared") > install(CODE " > set(ENV{CC} \"${PY_CC}\") > set(ENV{LDSHARED} \"${PY_LDSHARED}\")
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 682482
: 571786