Opened 13 years ago
Closed 13 years ago
#33657 closed defect (fixed)
boost 1.49 fails unter 10.5.8 PPC
Reported by: | drechsel@… | Owned by: | adfernandes (Andrew Fernandes) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | boost |
Description (last modified by mf2k (Frank Schima))
-sICU_PATH=/opt/local variant=release threading=single,multi link=static,shared architecture=power address-model=32 --disable-long-double " returned error 1
Attachments (2)
Change History (9)
Changed 13 years ago by drechsel@…
Attachment: | boost-1.49_main.log added |
---|
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to adfernandes@… |
---|
comment:2 Changed 13 years ago by adfernandes (Andrew Fernandes)
Changed 13 years ago by drechsel@…
Attachment: | boost-gcc42-main.log added |
---|
comment:3 Changed 13 years ago by drechsel@…
Hi, thanks for the quick reply. It took me an hour to find out that gcc_select no longer works as it used to… )-:
Now I switched to Apple's gcc42 and tried again - and again so success, but it looks like another failure. I attached the last few lines of the log
comment:5 Changed 13 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:6 Changed 13 years ago by drechsel@…
Building went through after I changend permissions in my working directory. Dunno why… Ticket can be closed.
comment:7 Changed 13 years ago by adfernandes (Andrew Fernandes)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Gha! Glad you figured it out!
And thanks for adding the resolution to the ticket!
Note: See
TracTickets for help on using
tickets.
Hmm... the relevant lines are
I'm not sure how to fix this, other than set another build compiler (and requirements, etc.) which is something that I can't test.
I don't know if 32-bit/ppc under gcc-4.0.1 is still supported by boost, actually. That's a pretty old combination, and I doubt that they test much on it. You might have to stick with 1.48 and install manually.
Anybody else have any fixes or suggestions? (Perhaps removing the precompiled headers would help? Again, I can't test on 10.5/ppc...)