Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230487 - media-sound/rezound-0.12.3_beta fails to emerge with gcc-4.3.1
Summary: media-sound/rezound-0.12.3_beta fails to emerge with gcc-4.3.1
Status: RESOLVED DUPLICATE of bug 219438
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-02 09:29 UTC by Nico R.
Modified: 2008-07-02 09:36 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 Nico R. 2008-07-02 09:29:12 UTC
If I try to emerge media-sound/rezound-0.12.3_beta with gcc-4.3.1, it fails in directory rezound-0.12.3beta/src/misc/CNestedDataFile:

if /bin/sh ../../../libtool --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../config -I../../../src/misc -I../../../src/misc/missing/generated -I../../../src/PoolFile    -O2 -march=native -pipe -fomit-frame-pointer -g -Wall -Wno-unused-function -Wno-unused-variable -Wno-unused -I/usr/include -I/usr/include -I/usr/include -MT CNestedDataFile.lo -MD -MP -MF ".deps/CNestedDataFile.Tpo" -c -o CNestedDataFile.lo CNestedDataFile.cpp; \
        then mv -f ".deps/CNestedDataFile.Tpo" ".deps/CNestedDataFile.Plo"; else rm -f ".deps/CNestedDataFile.Tpo"; exit 1; fi
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../config -I../../../src/misc -I../../../src/misc/missing/generated -I../../../src/PoolFile -O2 -march=native -pipe -fomit-frame-pointer -g -Wall -Wno-unused-function -Wno-unused-variable -Wno-unused -I/usr/include -I/usr/include -I/usr/include -MT CNestedDataFile.lo -MD -MP -MF .deps/CNestedDataFile.Tpo -c CNestedDataFile.cpp -o CNestedDataFile.o
CNestedDataFile.cpp:21:2: warning: #warning parseFile doesnt need to set the filename, only the constructor and setFilename should do that
CNestedDataFile.cpp:22:2: warning: #warning see about retaining the order that things were parsed in the file
In file included from CNestedDataFile.h:163,
                 from CNestedDataFile.cpp:36:
anytype.h:70: error: explicit template specialization cannot have a storage class
anytype.h:72: error: explicit template specialization cannot have a storage class
anytype.h:74: error: explicit template specialization cannot have a storage class
anytype.h:75: error: explicit template specialization cannot have a storage class
anytype.h:77: error: explicit template specialization cannot have a storage class
anytype.h:78: error: explicit template specialization cannot have a storage class
anytype.h:80: error: explicit template specialization cannot have a storage class
anytype.h:81: error: explicit template specialization cannot have a storage class
anytype.h:83: error: explicit template specialization cannot have a storage class
anytype.h:84: error: explicit template specialization cannot have a storage class
anytype.h:86: error: explicit template specialization cannot have a storage class
anytype.h:87: error: explicit template specialization cannot have a storage class
anytype.h:89: error: explicit template specialization cannot have a storage class
anytype.h:90: error: explicit template specialization cannot have a storage class
anytype.h:91: error: explicit template specialization cannot have a storage class
In file included from CNestedDataFile.h:163,
                 from CNestedDataFile.cpp:36:
anytype.h:122: error: explicit template specialization cannot have a storage class
anytype.h:124: error: explicit template specialization cannot have a storage class
anytype.h:126: error: explicit template specialization cannot have a storage class
anytype.h:127: error: explicit template specialization cannot have a storage class
anytype.h:129: error: explicit template specialization cannot have a storage class
anytype.h:130: error: explicit template specialization cannot have a storage class
anytype.h:132: error: explicit template specialization cannot have a storage class
anytype.h:133: error: explicit template specialization cannot have a storage class
anytype.h:135: error: explicit template specialization cannot have a storage class
anytype.h:136: error: explicit template specialization cannot have a storage class
anytype.h:138: error: explicit template specialization cannot have a storage class
anytype.h:139: error: explicit template specialization cannot have a storage class
In file included from CNestedDataFile.h:163,
                 from CNestedDataFile.cpp:36:
anytype.h:144: error: explicit template specialization cannot have a storage class
anytype.h:145: error: explicit template specialization cannot have a storage class
anytype.h:146: error: explicit template specialization cannot have a storage class
make: *** [CNestedDataFile.lo] Error 1


It works with gcc-4.2.4.
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-07-02 09:36:42 UTC
Please try -r1. Running stable with gcc-4.3.1 is not supported.

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