Hi

I'm having problems rebuilding the kdemultimedia-3.0.3-4 package to
include alsa support.

Normally I would install the source RPM, edit the kdemultimedia.spec file
and let the build run.  Having done that many times so far, and also having
tried just untarring the source tar archive and manually running the configure,
I have had no luck.

It *looks* like the options for the configure should be:

        ./configure \
                --with-alsa \
                --with-arts-alsa \
                --with-alsa-prefix=/usr/lib \
                --with-alsa-inc-prefix=/usr/include/alsa \
                --enable-audio=alsa \
                --includedir=/usr/include/kde

I have also tried *lots* of other variations, including merely taking
the stock RedHat RPM and just removing the line in the configure flags

        --without-alsa \

But this has not worked either.

For the builds which complete (most bomb with a somewhat cryptic error
message of the sort (this is line-broken to fit on an 80-col display --
I added the "\"'s at the ends of the lines):

> /bin/sh ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H \
>   -I. -I. -I../.. -I../../arts/runtime -I../../arts/midi \
>   -I../../arts/midi -I../../arts/gui/common -I../../arts/gui/common \
>   -I./freeverb -I/usr/include/kde/arts -I/usr/include/kde \
>   -I/usr/lib/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT \
>   -D_REENTRANT -I/usr/include/alsa  -O2 -fno-exceptions -fno-check-new \
>   -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST  -c -o synth_rc_impl.lo `test -f \
>   synth_rc_impl.cc || echo './'`synth_rc_impl.cc
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../arts/runtime -I../../arts/midi \
>   -I../../arts/midi -I../../arts/gui/common -I../../arts/gui/common \
>   -I./freeverb -I/usr/include/kde/arts -I/usr/include/kde \
>   -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT \
>   -D_REENTRANT -I/usr/include/alsa -O2 -fno-exceptions -fno-check-new \
>   -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c synth_rc_impl.cc -MT \
>   synth_rc_impl.lo -MD -MP -MF .deps/synth_rc_impl.TPlo  -fPIC -DPIC -o \
>   .libs/synth_rc_impl.o
> 
> ../../arts/gui/common/artsgui.h:2793: internal error: Segmentation fault

(I'm not out of memory, tmp file space, or swap space here, and this occurs
even with virtually nothing else running on the system, so I don't think it's
a resource issue...)

I'm not trying to solve the segfault problem: I suspect that I just
haven't hit the right combination of config options (and asking for the
impossible thereby).  My system is pretty much vanilla, and I have rebuilt
nearly 100 SRPMS on this box without a hitch.

If anyone can tell me a set of config options which work and which
actually generate a kmid which works on RH 8.0 with alsa, I would greately
appreciate it.  Feel free to write me off-list if you'd rather.

Thanks,


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to