Opened 13 years ago

Closed 13 years ago

#29721 closed defect (invalid)

pypy @1.5_0 Build failure

Reported by: neal@… Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: pypy

Description

pypy failed to build due to an undeclared sem_timedwait function in platcheck_40.c.

Attachments (1)

pypy.log (51.1 KB) - added by neal@… 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by neal@…

Attachment: pypy.log added

comment:1 Changed 13 years ago by mf2k (Frank Schima)

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

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

The platchecks are expected to fail on platforms that don't have the feature they're checking for. The problem is this:

/usr/local/lib/libexpat.dylib: no matching architecture in universal wrapper

We don't support having libraries or headers in /usr/local because gcc treats it as a "system" location. After you get rid of the incompatible lib you may need to uninstall the old version of pypy and/or clean.

Note: See TracTickets for help on using tickets.