Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25163 - mjpegtools 1.6.0-r7 fails to build with gcc 3.3
Summary: mjpegtools 1.6.0-r7 fails to build with gcc 3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 28491 30131 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-23 22:32 UTC by Chandler Carruth
Modified: 2003-10-05 04:30 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix gcc3.3 compile errors (mjpegtools-1.6.0-gcc33.diff,4.97 KB, patch)
2003-07-24 23:11 UTC, Chandler Carruth
Details | Diff
ebuild to use patch (mjpegtools-1.6.0-r8.ebuild,2.95 KB, text/plain)
2003-07-24 23:13 UTC, Chandler Carruth
Details

Note You need to log in before you can comment on or make changes to this bug.
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