| Summary: | media-sound/musescore-0.0.6 fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Evil Compile Person <bugs> |
| Component: | New packages | Assignee: | Gentoo Sound Team <sound> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | christiank.vanves, telefrancisco |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 107848 | ||
| Bug Blocks: | |||
| Attachments: | mscore-0.0.6-cppfix.patch | ||
|
Description
Evil Compile Person
2006-10-29 14:06:00 UTC
Hello, i cannot emerge museseq too :
ake[2]: Entering directory `/tmp/portage/musescore-0.0.6/work/mscore-0.0.6/src'
make[3]: Entering directory `/tmp/portage/musescore-0.0.6/work/mscore-0.0.6/src'
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/qt/3/include -DINSTPREFIX=\"/usr\" -O2 -march=pentium4 -pipe -MT painter.o -MD -MP -MF ".deps/painter.Tpo" \
-c -o painter.o `test -f 'painter.cpp' || echo './'`painter.cpp; \
then mv ".deps/painter.Tpo" ".deps/painter.Po"; \
else rm -f ".deps/painter.Tpo"; exit 1; \
fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/qt/3/include -DINSTPREFIX=\"/usr\" -O2 -march=pentium4 -pipe -MT tempo.o -MD -MP -MF ".deps/tempo.Tpo" \
-c -o tempo.o `test -f 'tempo.cpp' || echo './'`tempo.cpp; \
then mv ".deps/tempo.Tpo" ".deps/tempo.Po"; \
else rm -f ".deps/tempo.Tpo"; exit 1; \
fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/qt/3/include -DINSTPREFIX=\"/usr\" -O2 -march=pentium4 -pipe -MT measure.o -MD -MP -MF ".deps/measure.Tpo" \
-c -o measure.o `test -f 'measure.cpp' || echo './'`measure.cpp; \
then mv ".deps/measure.Tpo" ".deps/measure.Po"; \
else rm -f ".deps/measure.Tpo"; exit 1; \
fi
ipmap.h: In member function ‘void pstl::ipmap<T>::push_back(T)’:
ipmap.h:77: error: ‘push_back’ is not a member of ‘std::map<int, void*, std::less<int>, std::allocator<std::pair<const int, void*> > >’
ipmap.h: In member function ‘T& pstl::ipmap<T>::back() const’:
ipmap.h:86: error: ‘back’ is not a member of ‘std::map<int, void*, std::less<int>, std::allocator<std::pair<const int, void*> > >’
ipmap.h: In member function ‘T& pstl::ipmap<T>::front() const’:
ipmap.h:87: error: ‘front’ is not a member of ‘std::map<int, void*, std::less<int>, std::allocator<std::pair<const int, void*> > >’
make[3]: *** [tempo.o] Error 1
make[3]: *** Waiting for unfinished jobs....
ipmap.h: In member function ‘void pstl::ipmap<T>::push_back(T)’:
ipmap.h:77: error: ‘push_back’ is not a member of ‘std::map<int, void*, std::less<int>, std::allocator<std::pair<const int, void*> > >’
ipmap.h: In member function ‘T& pstl::ipmap<T>::back() const’:
ipmap.h:86: error: ‘back’ is not a member of ‘std::map<int, void*, std::less<int>, std::allocator<std::pair<const int, void*> > >’
ipmap.h: In member function ‘T& pstl::ipmap<T>::front() const’:
ipmap.h:87: error: ‘front’ is not a member of ‘std::map<int, void*, std::less<int>, std::allocator<std::pair<const int, void*> > >’
make[3]: *** [measure.o] Error 1
make[3]: Leaving directory `/tmp/portage/musescore-0.0.6/work/mscore-0.0.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/portage/musescore-0.0.6/work/mscore-0.0.6/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/portage/musescore-0.0.6/work/mscore-0.0.6/src'
make: *** [all-recursive] Error 1
!!! ERROR: media-sound/musescore-0.0.6 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
musescore-0.0.6.ebuild, line 32: Called die
!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
I guess you may be interested in bug 107848 ... btw, version 0.5.0 is out but I am unable to compile the beast :-( Created attachment 117003 [details, diff]
mscore-0.0.6-cppfix.patch
Fixes the issue mentioned in the bugreport (and another one that will happen after the issue has been fixed)
0.0.6 seems ancient, we should get a working 0.5.1 in tree asap. (In reply to comment #4) > 0.0.6 seems ancient, we should get a working 0.5.1 in tree asap. > I've just added 0.6.0 to Portage, please try. Thanks for reporting. |