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)
Change History (3)
Changed 13 years ago by neal@…
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: | new → closed |
Note: See
TracTickets for help on using
tickets.
The platchecks are expected to fail on platforms that don't have the feature they're checking for. The problem is this:
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.