Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126814 - media-sound/mp3splt-2.1: gcc-4.1 compilation fix
Summary: media-sound/mp3splt-2.1: gcc-4.1 compilation fix
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 Sound Team
URL:
Whiteboard:
Keywords:
: 142974 (view as bug list)
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-03-19 07:51 UTC by TGL
Modified: 2006-08-06 07:01 UTC (History)
2 users (show)

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


Attachments
mp3splt-2.1-gcc41.patch (mp3splt-2.1-gcc41.patch,382 bytes, patch)
2006-03-19 07:52 UTC, TGL
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TGL 2006-03-19 07:51:51 UTC
Attached is a patch to fix the following gcc4 compilation issue on mp3splt-2.1:
  In file included from splt.c:40:
  splt.h:99: error: array type has incomplete element type

I think it is the correct fix, because it matches the parameter declaration that is in split.c, and also it is what upstream now has in its CVS:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/mp3splt/mp3splt/mp3splt/splt.h
Comment 1 TGL 2006-03-19 07:52:12 UTC
Created attachment 82563 [details, diff]
mp3splt-2.1-gcc41.patch
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2006-03-19 12:05:37 UTC
Looks fine to me then :)
Comment 3 Mark Loeser (RETIRED) gentoo-dev 2006-03-31 22:11:22 UTC
Added patch, thanks.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-08-06 07:01:57 UTC
*** Bug 142974 has been marked as a duplicate of this bug. ***