Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56070 - kid3-0.4 needs gcc-3.4 fixin
Summary: kid3-0.4 needs gcc-3.4 fixin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-04 10:26 UTC by Jeremy Huddleston (RETIRED)
Modified: 2004-07-14 03:40 UTC (History)
2 users (show)

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


Attachments
kid3-0.4-gcc34.patch (kid3-0.4-gcc34.patch,414 bytes, patch)
2004-07-10 22:15 UTC, Patrick Dawson (RETIRED)
Details | Diff
kid3-0.4.ebuild-gcc34.patch (kid3-0.4.ebuild-gcc34.patch,574 bytes, patch)
2004-07-10 22:16 UTC, Patrick Dawson (RETIRED)
Details | Diff
kid3-0.4.ebuild-gcc34.patch (kid3-0.4.ebuild-gcc34.patch,646 bytes, patch)
2004-07-10 22:25 UTC, Patrick Dawson (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-04 10:26:21 UTC
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -O2 -pipe -fomit-frame-pointer -fno-exceptions -fno-check-new  -c -o importselector.o `test -f 'importselector.cpp' || echo './'`importselector.cpp
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
importdialog.cpp:112: error: extra `;'
make[3]: *** [importdialog.o] Error 1
make[3]: *** Waiting for unfinished jobs....
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
make[3]: Leaving directory `/mnt/raid0/tmp/portage/kid3-0.4/work/kid3-0.4/kid3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/raid0/tmp/portage/kid3-0.4/work/kid3-0.4/kid3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/raid0/tmp/portage/kid3-0.4/work/kid3-0.4'
make: *** [all] Error 2
Comment 1 Patrick Dawson (RETIRED) gentoo-dev 2004-07-10 22:15:31 UTC
Created attachment 35142 [details, diff]
kid3-0.4-gcc34.patch

Yeah, what gcc said. There's a semicolon where there shouldn't be one. One-line
patch.
Comment 2 Patrick Dawson (RETIRED) gentoo-dev 2004-07-10 22:16:21 UTC
Created attachment 35143 [details, diff]
kid3-0.4.ebuild-gcc34.patch

Update for the ebuild.
Comment 3 Patrick Dawson (RETIRED) gentoo-dev 2004-07-10 22:25:53 UTC
Created attachment 35144 [details, diff]
kid3-0.4.ebuild-gcc34.patch

Put the inherits on the same line.
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-14 03:40:15 UTC
fixed in portage.  thanks.