Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 51300

Summary: !!! ERROR: media-video/mjpegtools-1.6.2-r2 failed.
Product: Gentoo Linux Reporter: Michael S. Coulman <mcoulman>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED DUPLICATE    
Severity: normal CC: vapier
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: output as requested by emerge error message

Description Michael S. Coulman 2004-05-17 10:51:15 UTC
motion.c: In function `calc_SAD_mmx':
motion.c:143: internal compiler error: asm clobber conflict with output operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/mjpegtools-1.6.2-r2/temp/ccpEotxW.out file, please attach this to your bugreport

The file referenced above is too large to include in this text field. I will retain it to send via email, if requested.
Comment 1 Michael S. Coulman 2004-05-17 10:57:59 UTC
Created attachment 31598 [details]
output as requested by emerge error message
Comment 2 Chris White (RETIRED) gentoo-dev 2004-05-17 17:16:52 UTC
 * Caching service dependencies...
>>> media-video/mjpegtools-1.6.2-r2 merged.

Nope, nothing on my side.  I would recommend also posting the output of emerge --info as it asks for in the bug reporting process.
Comment 3 Michael S. Coulman 2004-05-18 10:52:41 UTC
The CFLAGS -fPIC -DPIC break the build. You're welcome. ;>)
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2004-05-18 22:52:54 UTC
Well, Don't Do That, Then. :-)
Comment 5 Michael S. Coulman 2004-05-19 17:00:28 UTC
WHy on earth not? I want to prelink, so those compiler flags are not optional. No I have to edit make.conf every time I need to build mjegtools. Get your build to work with PIC flags like the vast majority of other Gentoo builds do.
Comment 6 SpanKY gentoo-dev 2004-06-23 16:54:40 UTC
becuase building everything with -fPIC and -DPIC on a normal Gentoo system is wrong

you build the shared libraries in order to get prelink to work ... and you patch the packages that dont do it correctly, you dont force CFLAGS onto them

*** This bug has been marked as a duplicate of 47335 ***