Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341011 - media-sound/rezound-0.12.3_beta-r2 remerge fails
Summary: media-sound/rezound-0.12.3_beta-r2 remerge fails
Status: RESOLVED DUPLICATE of bug 334797
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 340997
  Show dependency tree
 
Reported: 2010-10-14 17:40 UTC by DEMAINE Benoît-Pierre, aka DoubleHP
Modified: 2010-10-15 00:00 UTC (History)
1 user (show)

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


Attachments
/var/tmp/portage/media-sound/rezound-0.12.3_beta-r2/temp/environment (environment,120.28 KB, text/plain)
2010-10-14 23:58 UTC, DEMAINE Benoît-Pierre, aka DoubleHP
Details

Note You need to log in before you can comment on or make changes to this bug.
Description DEMAINE Benoît-Pierre, aka DoubleHP 2010-10-14 17:40:57 UTC
[ebuild   R   ] media-sound/rezound-0.12.3_beta-r2  USE="alsa flac jack nls oss
vorbis -16bittmp -portaudio -soundtouch" 0 kB
=>
[ebuild   R   ] media-sound/rezound-0.12.3_beta-r2  USE="alsa flac jack nls vorbis -16bittmp -oss* -portaudio -soundtouch" 0 kB

fails:
libtool: link: ( cd ".libs" && rm -f "libfrontend.la" && ln -s "../libfrontend.la" "libfrontend.la" )
/bin/sh ../../libtool --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++  -O2 -march=athlon64 -pipe -fomit-frame-pointer -g -Wall -Wno-unused-function -Wno-unused-variable -Wno-unused -I/usr/include -I/usr/include -I/usr/include  -Wl,--as-needed -Xlinker -lpthread -o rezound main.o libfrontend.la ../../src/backend/libbackend.la ../../src/backend/File/libFile.la ../../src/backend/Edits/libEdits.la ../../src/backend/Effects/libEffects.la ../../src/backend/Filters/libFilters.la ../../src/backend/Looping/libLooping.la ../../src/backend/Remaster/libRemaster.la ../../src/backend/Generate/libGenerate.la ../../src/backend/LADSPA/libLADSPA.la ../../src/misc/CNestedDataFile/libmiscCN.la ../../src/PoolFile/libPoolFile.la  -lFOX-1.6         -lrfftw -lfftw -lasound -lm -ldl -lpthread -lpthread -lpthread
libtool: link: x86_64-pc-linux-gnu-g++ -O2 -march=athlon64 -pipe -fomit-frame-pointer -g -Wall -Wno-unused-function -Wno-unused-variable -Wno-unused -I/usr/include -I/usr/include -I/usr/include -Wl,-lpthread -o rezound main.o  -Wl,--as-needed ./.libs/libfrontend.a -L/usr/lib64 ../../src/backend/.libs/libbackend.a /usr/lib64/libaudiofile.so /usr/lib64/libjack.so /usr/lib64/libvorbisfile.so /usr/lib64/libvorbisenc.so /usr/lib64/libvorbis.so -logg -L/usr/lib -lFLAC++ -lFLAC ../../src/backend/File/.libs/libFile.a ../../src/backend/Edits/.libs/libEdits.a ../../src/backend/Effects/.libs/libEffects.a ../../src/backend/Filters/.libs/libFilters.a ../../src/backend/Looping/.libs/libLooping.a ../../src/backend/Remaster/.libs/libRemaster.a ../../src/backend/Generate/.libs/libGenerate.a ../../src/backend/LADSPA/.libs/libLADSPA.a ../../src/misc/CNestedDataFile/.libs/libmiscCN.a ../../src/PoolFile/.libs/libPoolFile.a /usr/lib64/libFOX-1.6.so /usr/lib64/libXft.so /usr/lib64/libfontconfig.so /usr/lib64/libexpat.so /usr/lib64/libfreetype.so /usr/lib64/libXcursor.so /usr/lib64/libXfixes.so /usr/lib64/libXrandr.so /usr/lib64/libXext.so /usr/lib64/libXrender.so /usr/lib64/libX11.so /usr/lib64/libxcb.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so /usr/lib64/libpng14.so /usr/lib64/libtiff.so -lc -ljbig /usr/lib64/libjpeg.so -lz -lbz2 -lcups -lnsl -lGLU /usr/lib64/libdrfftw.so /usr/lib64/libdfftw.so /usr/lib64/libasound.so -lrt -lm -ldl -lpthread -Wl,-rpath -Wl,/usr/lib64 -Wl,-rpath -Wl,/usr/lib64
../../src/backend/.libs/libbackend.a(CNativeSoundClipboard.o): In function `CNativeSoundClipboard::temporarilyShortenLength(unsigned int, unsigned long)':
/var/tmp/portage/media-sound/rezound-0.12.3_beta-r2/work/rezound-0.12.3beta/src/backend/CNativeSoundClipboard.cpp:140: undefined reference to `TStaticPoolAccesser<float, TPoolFile<unsigned long, unsigned long> > TPoolFile<unsigned long, unsigned long>::createPool<float>(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)'
../../src/backend/.libs/libbackend.a(CNativeSoundClipboard.o): In function `CNativeSoundClipboard::copyFrom(CSound const*, bool const*, unsigned long, unsigned long)':
/var/tmp/portage/media-sound/rezound-0.12.3_beta-r2/work/rezound-0.12.3beta/src/backend/CNativeSoundClipboard.cpp:68: undefined reference to `TStaticPoolAccesser<float, TPoolFile<unsigned long, unsigned long> > TPoolFile<unsigned long, unsigned long>::createPool<float>(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)'
collect2: ld returned 1 exit status

emerge --info:
http://bugs.gentoo.org/attachment.cgi?id=250571

build log:
http://bugs.gentoo.org/attachment.cgi?id=250579&action=view

The build failed 3 times, the same way, at the same place. ccache have been disabled, cache have been cleane. Same.
Comment 1 DEMAINE Benoît-Pierre, aka DoubleHP 2010-10-14 18:39:09 UTC
fails, even when keeping oss flag.
Comment 2 Michael Weber (RETIRED) gentoo-dev 2010-10-14 23:53:40 UTC
Hi,

can you please submit a full build.log and environment file?

Thanks, Michael
Comment 3 DEMAINE Benoît-Pierre, aka DoubleHP 2010-10-14 23:58:00 UTC
Created attachment 250635 [details]
/var/tmp/portage/media-sound/rezound-0.12.3_beta-r2/temp/environment

What's wrong with http://bugs.gentoo.org/attachment.cgi?id=250579&action=view ?
Comment 4 Michael Weber (RETIRED) gentoo-dev 2010-10-15 00:00:02 UTC

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