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

Bug 25163

Summary: mjpegtools 1.6.0-r7 fails to build with gcc 3.3
Product: Gentoo Linux Reporter: Chandler Carruth <chandlerc>
Component: [OLD] GCC PortingAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: chandlerc, gcc-porting, googleplex, jstubbs, liverbugg
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to fix gcc3.3 compile errors
ebuild to use patch

Description Chandler Carruth 2003-07-23 22:32:40 UTC
General bugs w/ gcc 3.3... three files are missing header files... i think that
assert.h had been included w/ stdlib or some other stuff in earlier versions...
simply adding the include fixes those files.

I am now running into assembler bugs. (they are only warnings, but the package
compiles w/ -Werror by defualt, and they are depreciations, so in 3.4 they may
become full-blown errors.

I should have a patches up soon to fix... feel fairly confident I can patch up
the source sufficiently

-illusion
Comment 1 Chandler Carruth 2003-07-24 23:11:37 UTC
Created attachment 14984 [details, diff]
patch to fix gcc3.3 compile errors

3 files were missing assert.h (prob. due to header shuffling)

1 file had 3 inline assembly warnings concerning depreciated features, all are
removed. =] compiles like a charm for me.
Comment 2 Chandler Carruth 2003-07-24 23:13:32 UTC
Created attachment 14985 [details]
ebuild to use patch

Just a convience ebuild for people wanting to test/use the patch before it hits
portage; you can toss this in you're PORTAGE_OVERLAY.
Comment 3 Matt Taylor 2003-09-09 22:54:33 UTC
I get this error and the patch works for me
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-09-16 12:14:28 UTC
*** Bug 28491 has been marked as a duplicate of this bug. ***
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-10-02 04:42:39 UTC
*** Bug 30131 has been marked as a duplicate of this bug. ***
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-10-05 04:30:16 UTC
in cvs