Opened 15 years ago
Closed 15 years ago
#20989 closed defect (fixed)
py25-pyobjc2 @2.0 fail to build on snow leopard
Reported by: | weichun@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | py25-pyobjc2 |
Description
Snow leopard with Xcode 3.2. Attached is build log.
Attachments (1)
Change History (7)
Changed 15 years ago by weichun@…
comment:1 follow-up: 2 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to jmr@… |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by macport-snhhome@…
Replying to jmr@…:
Looks like something that upstream needs to fix.
The error is coming from one deprecated call that copies an error message, so if you really need matplotlib, you can do the following:
Try to install the port and wait for it to fail. Then
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-pyobjc2/work/pyobjc-core vi Modules/objc/objc_inject.m
Go to line 415 and comment it out. Save and install the port.
comment:3 follow-ups: 4 5 Changed 15 years ago by jmroot (Joshua Root)
I actually can't reproduce this failure. Are you using the latest python25? Are you by any chance building on a 32-bit CPU (mine is 64-bit)?
comment:4 Changed 15 years ago by lists.pascal.juergens@…
Replying to jmr@…:
I actually can't reproduce this failure. Are you using the latest python25? Are you by any chance building on a 32-bit CPU (mine is 64-bit)?
I'm encountering this issue on py26-pyobjc2, and for me it's 32bit-specific. First generation Macbook Pro (32) fails, Mac Pro (64) succeeds.
comment:5 Changed 15 years ago by weichun@…
Replying to jmr@…:
I actually can't reproduce this failure. Are you using the latest python25? Are you by any chance building on a 32-bit CPU (mine is 64-bit)?
I was building it on my 32-bit MacBook Pro.
comment:6 Changed 15 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be fixed by r57629.
Looks like something that upstream needs to fix.