
Axel.Thimm at ATrpms
Dec 21, 2008, 8:07 AM
Post #2 of 2
(654 views)
Permalink
|
Hi, On Thu, Dec 11, 2008 at 10:01:33AM -0200, Paulo Cavalcanti wrote: > alsaplayer is still broken in F9 and F10. > > The problem is libmikmod-3.2.0-3.beta2.fc9.x86_64 > from F9 and F10, which segfaults alsaplayer. > > We have two options: > > 1) rebuild the alsaplayer below using --without mikmod > 2) build mikmod-3.2.2-7.fc8.src.rpm, which will be used for creating the > alsaplayer rpm > > http://people.atrpms.net/~pcavalcanti/srpms/mikmod-3.2.2-7.fc8.src.rpm > http://people.atrpms.net/~pcavalcanti/srpms/alsaplayer-0.99.80-3.fc8.src.rpm > > I am using the second option. The installation of the new mikmod does not > remove anything. > This is what I currently have on F10: > > [naja:~/RPMS104/lcgrpms] qrpm mikmod > libmikmod_2-3.2.2-7.fc10.x86_64 > libmikmod-3.2.0-3.beta2.fc9.x86_64 > mikmod-3.2.2-7.fc10.x86_64 > mikmod-devel-3.2.2-7.fc10.x86_64 OK, I pulled all in and mikmod builds nicely everywhere, alsaplayer builds on Fedora, but now fails on RHEL. I'm not sure what the reason is: /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../alsaplayer -D_REENTRANT -O2 -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT FlacStream.lo -MD -MP -MF .deps/FlacStream.Tpo -c -o FlacStream.lo FlacStream.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../alsaplayer -D_REENTRANT -O2 -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT FlacStream.lo -MD -MP -MF .deps/FlacStream.Tpo -c FlacStream.cpp -fPIC -DPIC -o .libs/FlacStream.o FlacStream.cpp: In member function 'virtual bool Flac::FlacStream::open()': FlacStream.cpp:129: error: invalid conversion from 'FLAC__StreamDecoderReadStatus (*)(const FLAC__StreamDecoder*, FLAC__byte*, size_t*, void*)' to 'FLAC__StreamDecoderReadStatus (*)(const FLAC__StreamDecoder*, FLAC__byte*, unsigned int*, void*)' FlacStream.cpp:129: error: initializing argument 2 of 'FLAC__bool FLAC__stream_decoder_set_read_callback(FLAC__StreamDecoder*, FLAC__StreamDecoderReadStatus (*)(const FLAC__StreamDecoder*, FLAC__byte*, unsigned int*, void*))' -- Axel.Thimm at ATrpms.net
|