Opened 13 years ago
Closed 13 years ago
#34018 closed defect (fixed)
boost fails to build +universal i386,x86_64,ppc
Reported by: | jeremyhu (Jeremy Huddleston Sequoia) | Owned by: | adfernandes (Andrew Fernandes) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | universal muniversal merger_dont_diff | Cc: | |
Port: | boost |
Description
If you have universal_archs set to i386 x86_64 ppc, boost will try to build for ppc64 which will cause it to fail to link due to missing dependencies.
It seems this is a deficiency in boost's logic. It has a switch for ppc/intel/both and a switch for 32/64/both, so you can't represent this configuration accurately with those options.
Change History (3)
comment:1 Changed 13 years ago by jeremyhu (Jeremy Huddleston Sequoia)
comment:3 Changed 13 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This patch looks like it should do the trick, I'm testing it now...