Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353733 - net-misc/mediatomb-0.12.1 build error with GCC 4.6
Summary: net-misc/mediatomb-0.12.1 build error with GCC 4.6
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:
Depends on:
Blocks: gcc-4.6
  Show dependency tree
 
Reported: 2011-02-05 06:31 UTC by Ryan Hill (RETIRED)
Modified: 2011-02-21 06:58 UTC (History)
1 user (show)

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


Attachments
mediatomb-0.12.1-gcc46.patch (mediatomb-0.12.1-gcc46.patch,297 bytes, patch)
2011-02-05 06:32 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2011-02-05 06:31:50 UTC
x86_64-unknown-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -I/usr/include/js -I/usr/include/taglib -pthread -O2 -march=native -g -pipe -MT libmediatomb_a-autoscan.o -MD -MP -MF .deps/libmediatomb_a-autoscan.Tpo -c -o libmediatomb_a-autoscan.o `test -f '../src/autoscan.cc' || echo './'`../src/autoscan.cc
In file included from ../src/zmm/zmm.h:37:0,
from ../src/zmmf/zmmf.h:35,
from ../src/autoscan.h:36,
from ../src/autoscan.cc:36:
../src/zmm/object.h:51:32: error: declaration of 'operator new' as non-function
../src/zmm/object.h:51:27: error: expected ';' at end of member declaration
../src/zmm/object.h:51:39: error: expected ')' before 'size'
make[2]: *** [libmediatomb_a-autoscan.o] Error 1
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2011-02-05 06:32:48 UTC
Created attachment 261556 [details, diff]
mediatomb-0.12.1-gcc46.patch
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-21 06:58:19 UTC
thank you for submitting upstream! applied.

+  21 Feb 2011; Jeremy Olexa <darkside@gentoo.org> mediatomb-0.12.1.ebuild,
+  +files/mediatomb-0.12.1-gcc46.patch:
+  Add patch for gcc-4.6, bug 353733 by Ryan Hill