#12873 closed defect (fixed)
Python25 upgrade 2 does not work with Mac OSX 10.3.9, fix attached
Reported by: | jwelp1@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Python25 | Cc: | jwelp1@…, mww@… |
Port: |
Description
Upgrading to python25 2.5.1_2 failed because 10.3.9 does not include SystemStubs. I have attached a gzip'd tar file with an updated Portfile and files directory to include a patch-Makefile.pre.in.7 for 10.3.9 systems that removes the -lSystemStubs entry.
Attachments (1)
Change History (8)
Changed 17 years ago by jwelp1@…
Attachment: | python252.tar.gz added |
---|
comment:1 Changed 17 years ago by nox@…
Milestone: | → Port Bugs |
---|
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jwelp1@… added |
---|---|
Owner: | changed from macports-dev@… to mww@… |
comment:3 Changed 17 years ago by william.allen.simpson@…
comment:5 Changed 17 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
I've added a post-patch reinplace
statement for 10.3 that removes -lSystemStubs
form Makefile.pre.in
afterwards;
thanks for the fix -- though to speed up things, please supply a diff next time! Please re-open this ticket if it doesn't work (cannot test on 10.3)
comment:6 Changed 17 years ago by william.allen.simpson@…
Because the ticket was closed before verification, and I'm not on the CC list, it disappeared from the tickets I'm watching. Just checked, and it does install here....
It doesn't install a link from python to python2.5, but that's another issue. Thanks!
same problem here.