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)

build.log (94.3 KB) - added by weichun@… 15 years ago.

Download all attachments as: .zip

Change History (7)

Changed 15 years ago by weichun@…

Attachment: build.log added

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to jmr@…
Status: newassigned

Looks like something that upstream needs to fix.

comment:2 in reply to:  1 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 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 in reply to:  3 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 in reply to:  3 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: assignedclosed

Should be fixed by r57629.

Note: See TracTickets for help on using tickets.