Opened 14 years ago
Closed 14 years ago
#26865 closed defect (fixed)
ppl 0.10.2 fails to build with +universal
Reported by: | manphiz@… | Owned by: | adfernandes (Andrew Fernandes) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | ppl |
Description
Build log attached.
Attachments (1)
Change History (3)
Changed 14 years ago by manphiz@…
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Cc: | adfernandes@… openmaintainer@… removed |
---|---|
Owner: | changed from macports-tickets@… to adfernandes@… |
As per the ticket guidelines, it's not useful to cc openmaintainer.
comment:2 Changed 14 years ago by adfernandes (Andrew Fernandes)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Setting universal_variant no
, since the ppl
library does weird things with all sorts of compile-time constants based on the architecture it's compiling on. Take a look at src/ppl.hh
for an example; it is generated by a make-header
utility script. Then all sorts of classes are complie-time named depending on int
-size.
Gross.
I'm not rev-bumping since a re-build should not be required if the port hasn't built yet... :-)
Committed in r72559.
Note: See
TracTickets for help on using
tickets.
Build failure log with +universal