Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56031 - media-sound/denemo-0.7.2 needs gcc-3.4 loving
Summary: media-sound/denemo-0.7.2 needs gcc-3.4 loving
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-04 03:13 UTC by Jeremy Huddleston (RETIRED)
Modified: 2004-07-12 23:05 UTC (History)
2 users (show)

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


Attachments
denemo-0.7.2.ebuild-gcc34.patch (denemo-0.7.2.ebuild-gcc34.patch,730 bytes, patch)
2004-07-10 22:48 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 03:13:46 UTC
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I../include -I../pixmaps -DLOCALEDIR=\"/usr/share/locale\" -DPKGDATADIR=\"/usr/share/denemo/\"    -O2 -pipe -fomit-frame-pointer -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/libxml2 -g -Wall -O2 -MT exportmudela.o -MD -MP -MF ".deps/exportmudela.Tpo" \
  -c -o exportmudela.o `test -f 'exportmudela.cpp' || echo './'`exportmudela.cpp; \
then mv ".deps/exportmudela.Tpo" ".deps/exportmudela.Po"; \
else rm -f ".deps/exportmudela.Tpo"; exit 1; \
fi
exportmudela.cpp: In function `void lily_write_out(void*, GList*, lily_output_type)':
exportmudela.cpp:183: error: ISO C++ forbids cast to non-reference type used as lvalue
exportmudela.cpp:194: error: ISO C++ forbids cast to non-reference type used as lvalue
exportmudela.cpp:208: error: ISO C++ forbids cast to non-reference type used as lvalue
exportmudela.cpp:216: error: ISO C++ forbids cast to non-reference type used as lvalue
exportmudela.cpp:224: error: ISO C++ forbids cast to non-reference type used as lvalue
exportmudela.cpp:230: error: ISO C++ forbids cast to non-reference type used as lvalue
exportmudela.cpp:232: error: ISO C++ forbids cast to non-reference type used as lvalue
make[2]: *** [exportmudela.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/mnt/raid0/tmp/portage/denemo-0.7.2/work/denemo-0.7.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/raid0/tmp/portage/denemo-0.7.2/work/denemo-0.7.2'
make: *** [all] Error 2

!!! ERROR: media-sound/denemo-0.7.2 failed.
!!! Function src_compile, Line 418, Exitcode 2
!!! emake failed
Comment 1 Patrick Dawson (RETIRED) gentoo-dev 2004-07-10 22:48:12 UTC
Created attachment 35145 [details, diff]
denemo-0.7.2.ebuild-gcc34.patch

Adding -fpermissive changes the errors to warnings.
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-12 22:59:22 UTC
Thanks again =)
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-12 23:05:08 UTC
in portage