Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 423600 Details for
Bug 572600
build_extension() defined in dev-lang/python-3.[45]*/work/P*/Lib/distutils/command/build_ext.py may forget -lcrypt and -lnsl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch to dev-lang/python-3.5.1/work/P*/Lib/distutils/command/build_ext.py allowing manual execution of the correct x86_64-pc-linux-gnu-gcc command in the correct environment
patch.python-build_ext.py (text/plain), 1.06 KB, created by
Daa Jaa
on 2016-01-22 12:31:53 UTC
(
hide
)
Description:
Patch to dev-lang/python-3.5.1/work/P*/Lib/distutils/command/build_ext.py allowing manual execution of the correct x86_64-pc-linux-gnu-gcc command in the correct environment
Filename:
MIME Type:
Creator:
Daa Jaa
Created:
2016-01-22 12:31:53 UTC
Size:
1.06 KB
patch
obsolete
>--- - 2016-01-22 08:59:13.334160275 +0100 >+++ $EPREFIX/tmp/var/tmp/portage/dev-lang/python-3.5.1/work/Python-3.5.1/Lib/distutils/command/build_ext.py 2016-01-22 08:58:50.909474872 +0100 >@@ -545,7 +545,7 @@ > # Detect target language, if not provided > language = ext.language or self.compiler.detect_language(sources) > >- self.compiler.link_shared_object( >+ result=self.compiler.link_shared_object( > objects, ext_path, > libraries=self.get_libraries(ext), > library_dirs=ext.library_dirs, >@@ -555,6 +555,12 @@ > debug=self.debug, > build_temp=self.build_temp, > target_lang=language) >+ log.info("linked '%s' extension, time to hack ", ext.name) >+ if (ext.name == "_crypt") or (ext.name == "nis"): # time to hack, >+ os.system("declare -x") >+ os.system("declare -p") >+ os.system("sleep 99999") >+ result > > def swig_sources(self, sources, extension): > """Walk the list of source files in 'sources', looking for SWIG
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 572600
:
423598
| 423600 |
423602