Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161374 - media-sound/denemo-0.7.2 fails w/ gcc-4
Summary: media-sound/denemo-0.7.2 fails w/ gcc-4
Status: RESOLVED DUPLICATE of bug 146186
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 18:58 UTC by Helge Kruse
Modified: 2007-01-10 19:01 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Kruse 2007-01-10 18:58:22 UTC
Hi,

I want to use denemo. The command
emerge denemo
failes while compiling the source code.

exportmudela.cpp: In function 'void lily_write_out(void*, GList*, lily_output_type)':
exportmudela.cpp:183: error: invalid lvalue in assignment
exportmudela.cpp:194: error: invalid lvalue in assignment
...

The lvalue looks like out in
gpointer out;
(GList*)out) = g_list_last(.....);

So it looks like the current version 0.7.2 of denemo is broken in portage. There is no binary version available.
How can I get a running version?

Regards,
Helge

Reproducible: Always

Steps to Reproduce:
1. install gentoo 2006.1
2. starte emerge denemo

Actual Results:  
compilation fails


The source code cannot be compiled with the actual c++ compiler (4.1.1). The construct 
  void*foo;
  ((char*)foo) = 0;
will be not accepted, but is used similar in the macros.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-10 19:00:19 UTC
Not a portage bug; read the descriptions please.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-10 19:01:29 UTC
Please emerge --sync before reporting bugs.


*** This bug has been marked as a duplicate of bug 146186 ***