[MacPorts] #26881: port orc fail to build
MacPorts
noreply at macports.org
Mon Nov 1 20:16:14 PDT 2010
#26881: port orc fail to build
-----------------------------------+----------------------------------------
Reporter: develop@… | Owner: rmstonecipher@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Resolution: fixed | Keywords:
Port: orc |
-----------------------------------+----------------------------------------
Changes (by rmstonecipher@…):
* status: new => closed
* resolution: => fixed
Comment:
This [http://www.linuxjournal.com/article/7269 article on gcc
optimization] includes an image of a table showing the individual
optimizations included in -O1, -O2, -Os, and -O3.[[br]]
Neither -O2 or -Os worked for a build architecture of i386 on my Core 2
Duo Macbook; however, -O1 worked.[[br]]
It follows that one or more of the 17 optimizations included in -Os but
not -O1 keeps us from using -Os.[[br]]
To fix the Portfile I added:[[br]]
{{{
configure.optflags-append -Xarch_i386 -O1
}}}
If any of y'all can determine which optimizations from -Os/-O2 cause the
error in this ticket, we could likely disable just those optimizations
rather than dropping all the way to -O1.[[br]]
Fixed in r73050.
--
Ticket URL: <https://trac.macports.org/ticket/26881#comment:25>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list