[MacPorts] #26881: port orc fail to build
MacPorts
noreply at macports.org
Sun Oct 31 02:30:32 PDT 2010
#26881: port orc fail to build
----------------------------------+-----------------------------------------
Reporter: develop@… | Owner: rmstonecipher@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: orc
----------------------------------+-----------------------------------------
Comment(by chandramohan.rangaswamy@…):
Replying to [comment:15 vulcan_@…]:
> Replying to [comment:14 develop@…]:
> > orc is also a dependency for gstreamer (gst-plugins-base).
> > We cannot lose gstreamer on i386 because of orc.
> > Maybe as for ffmpeg we could build gst-plugins-base without orc?
>
> further update from the trenches .. someone went made GIMP dependent on
Schroedinger, which tries to build ORC .. boom !!
>
> so the best OS image manip tool is now not installable via MacPorts
The issue seems to be due to the optimization flag -O2. Disabling the
optimization makes the issue go away.
This is what I did:
{{{
cd <workdir>/orc-0.4.11/testsuite/orcc
modify Makefile to remove -O2 flag from the CFLAGS and CCASFLAGS
cd ../..
make
}}}
I am not sure if this is the right thing to do. I was just trying to get
the debugging symbols to investigate further, but then saw that the
compilation goes through when -O2 is disabled. Did not investigate any
further than that. I am guessing that this is fine as this is happening in
testsuite alone? Schroedinger/ffmpeg compiled fine afterwards.
--
Ticket URL: <https://trac.macports.org/ticket/26881#comment:16>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list