This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年10月03日 17:38 by ocean-city, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| unixccompiler-implib.patch | masamoto, 2016年10月29日 07:30 | review | ||
| 2.7-unixccompiler-implib.patch | masamoto, 2016年10月29日 07:32 | review | ||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 4136 | erik.bray, 2017年10月27日 15:30 | ||
| PR 4153 | closed | masamoto, 2017年10月27日 16:33 | |
| Messages (9) | |||
|---|---|---|---|
| msg74265 - (view) | Author: Hirokazu Yamamoto (ocean-city) * (Python committer) | Date: 2008年10月03日 17:38 | |
This issue is derived from issue1706863. |
|||
| msg119371 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年10月22日 09:02 | |
Can you produce a patch? (Removing Terry from nosy at his request) |
|||
| msg119378 - (view) | Author: Hirokazu Yamamoto (ocean-city) * (Python committer) | Date: 2010年10月22日 10:51 | |
I used to create the patch http://bugs.python.org/file11597/experimental_distutils.patch in #1706863, but cygwin guys wanted this code implemented in CCygwinCompiler class (See #2445). I think #2445 should be resolved before. |
|||
| msg119379 - (view) | Author: Hirokazu Yamamoto (ocean-city) * (Python committer) | Date: 2010年10月22日 10:57 | |
Can you port that patch? I don't have cygwin installed now. |
|||
| msg119843 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年10月29日 02:25 | |
Okay, let’s reach a conclusion on the other bug before getting back to this one. |
|||
| msg279661 - (view) | Author: Masayuki Yamamoto (masamoto) * | Date: 2016年10月29日 07:30 | |
Move version to 3.7 and 2.7, and I updated two patches adding import library type for file searching. Current Cygwin is used UnixCCompiler, and the compiler has be able to build extension module that doesn't need to library link at build time (e.g. array). And CygwinCCompiler has supported old version compilers, but its haven't maintained on Current Cygwin any longer. Therefore I think there is no necessary that waits solution to #2445 and #18654. So would you be able to free dependence to #2445, and start to review the patches? Many thanks. |
|||
| msg279662 - (view) | Author: Masayuki Yamamoto (masamoto) * | Date: 2016年10月29日 07:32 | |
And updated patch for 2.7 |
|||
| msg305125 - (view) | Author: Masayuki Yamamoto (masamoto) * | Date: 2017年10月27日 16:50 | |
I opened PR 4153 that is an alternative for PR 4136 (issue2445). |
|||
| msg386326 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2021年02月03日 18:19 | |
Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:40 | admin | set | github: 48282 |
| 2021年02月03日 18:19:19 | steve.dower | set | status: open -> closed nosy: + steve.dower messages: + msg386326 resolution: out of date stage: patch review -> resolved |
| 2017年10月27日 16:50:33 | masamoto | set | messages: + msg305125 |
| 2017年10月27日 16:33:26 | masamoto | set | pull_requests: + pull_request4121 |
| 2017年10月27日 15:30:00 | erik.bray | set | stage: patch review pull_requests: + pull_request4120 |
| 2016年10月29日 07:32:01 | masamoto | set | files:
+ 2.7-unixccompiler-implib.patch messages: + msg279662 |
| 2016年10月29日 07:30:06 | masamoto | set | files:
+ unixccompiler-implib.patch type: behavior components: + Build, - Windows versions: + Python 3.7, - Python 3.4, Python 3.5 keywords: + patch nosy: + masamoto title: distutils cannot recognize ".dll.a" as library on cygwin -> distutils doesn't search ".dll.a" as library on cygwin messages: + msg279661 |
| 2014年07月09日 21:52:23 | BreamoreBoy | set | nosy:
+ dstufft components: - Distutils2 versions: + Python 3.4, Python 3.5, - 3rd party, Python 3.1, Python 3.2 |
| 2010年10月29日 02:25:57 | eric.araujo | set | messages: + msg119843 |
| 2010年10月22日 10:57:15 | ocean-city | set | messages: + msg119379 |
| 2010年10月22日 10:51:54 | ocean-city | set | dependencies:
+ Use The CygwinCCompiler Under Cygwin messages: + msg119378 |
| 2010年10月22日 09:02:18 | eric.araujo | set | messages: - msg113008 |
| 2010年10月22日 09:02:08 | eric.araujo | set | nosy:
+ eric.araujo, - terry.reedy messages: + msg119371 components: + Distutils2 versions: + 3rd party, Python 3.2 |
| 2010年08月10日 11:35:48 | flox | set | nosy:
jlt63, terry.reedy, amaury.forgeotdarc, ocean-city, vitalyy2000, tarek, tan2, rpetrov components: + Windows |
| 2010年08月05日 22:12:20 | ghaering | set | nosy:
- ghaering |
| 2010年08月05日 19:00:07 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg113008 |
| 2010年08月05日 18:58:57 | terry.reedy | set | versions: - Python 2.6, Python 3.0 |
| 2009年02月06日 09:17:25 | tarek | set | assignee: tarek nosy: + tarek |
| 2008年10月11日 15:55:04 | ocean-city | set | title: disutils cannot recognize ".dll.a" as library on cygwin -> distutils cannot recognize ".dll.a" as library on cygwin |
| 2008年10月03日 17:38:53 | ocean-city | create | |