[MacPorts] #24636: gst-ffmpeg-0.10.10 multiple problems on Snow Leopard (i386 build arch)
#24636: gst-ffmpeg-0.10.10 multiple problems on Snow Leopard (i386 build arch) ---------------------------------+------------------------------------------ Reporter: nzaidenberg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gst-ffmpeg-0.10.10 ---------------------------------+------------------------------------------ note this problems are in addition to the one discussed in #24629 and are SnowLeopard(i386 build arch) specific. I was building on x86_64 machine 1. First the built in ffmpeg fails to configure (similar to #24626) this is fixed by fixing configure script. (in gst-libs/ext/ffmpeg) 2. After configure is successful you will see an error asm and ebx registered. this is fixed by changing HAVE_EBX_AVAILABLE to 0 in config.h (This is register is available for x86_64 but not for i386 so i assume there is a better fix.) 3. continuing to build you will get another failure on linking x86_64/i386 by editing subdir.mak and common.mak in ffmpeg dirs 4. Then you will see problems with libswscale/rgb2rgb_pallate.c and again asm code. This is inside #ifdef HAVE_MMX (which is defined to 0 in config.h) I add #include "../config.h" and #define HAVE_MMX 0 to this file 5. you will see the AVPacket errors now (from #24629) -- Ticket URL: <http://trac.macports.org/ticket/24636> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24636: gst-ffmpeg-0.10.10 multiple problems on Snow Leopard (i386 build arch) ---------------------------------+------------------------------------------ Reporter: nzaidenberg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gst-ffmpeg ---------------------------------+------------------------------------------ Changes (by jmr@…): * port: gst-ffmpeg-0.10.10 => gst-ffmpeg -- Ticket URL: <http://trac.macports.org/ticket/24636#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24636: gst-ffmpeg-0.10.10 multiple problems on Snow Leopard (i386 build arch) ---------------------------------+------------------------------------------ Reporter: nzaidenberg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gst-ffmpeg ---------------------------------+------------------------------------------ Comment(by ryandesign@…): See also #28182. -- Ticket URL: <https://trac.macports.org/ticket/24636#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24636: gst-ffmpeg-0.10.10 multiple problems on Snow Leopard (i386 build arch) ---------------------------------+------------------------------------------ Reporter: nzaidenberg@… | Owner: rmstonecipher@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gst-ffmpeg ---------------------------------+------------------------------------------ Changes (by jmr@…): * cc: rmstonecipher@… (removed) * owner: macports-tickets@… => rmstonecipher@… -- Ticket URL: <https://trac.macports.org/ticket/24636#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24636: gst-ffmpeg-0.10.10 multiple problems on Snow Leopard (i386 build arch) ---------------------------------+------------------------------------------ Reporter: nzaidenberg@… | Owner: rmstonecipher@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gst-ffmpeg ---------------------------------+------------------------------------------ Changes (by jmr@…): * cc: jmr@… (added) Comment: Looks like this may all be down to --with-ffmpeg-extra-configure being passed multiple times; AFAICT only the last one would apply. See if r88383 fixed this. -- Ticket URL: <https://trac.macports.org/ticket/24636#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts