FTBFS. Log attached.
Some strange errors and warnings.
========================================================== I have the following installed:
gst-plugins-base-0.10.29 gst-plugins-good-0.10.22 gst-python-0.10.12 gstreamer-0.10.29
The configure output:
checking for gstreamer-0.10 >= 0.10.0... checking for gstreamer-0.8 >= 0.8.0... checking theora/theora.h usability... yes
Later in the configure checks I receive the following message:
* You do not seem to have GStreamer 0.8.x installed. * Without this aRts and/or aKode output will be used exclusively. * * If you actually have gstreamer installed make sure you also have * the gst-plugins collection installed. Both gstreamer and * gst-plugins need to be 0.8.x (0.9 is not supported) * http://gstreamer.freedesktop.org/modules/
========================================================== I have lame-3.98.4 installed. I have /usr/include/lame/lame.h installed.
I received the following configure messages:
checking lame/lame.h usability... no checking lame/lame.h presence... no checking for lame/lame.h... no checking for lame_init in -lmp3lame... no ... lame not found, MP3 support will be built into audiocd:/, but if the library isn't present at runtime it will be disabled. See http://lame.sourceforge.net/
There it is; I just didn't see it for some reason.
Thanks!
Tim
FTBFS. Log attached.
Some strange errors and warnings.
========================================================== I have the following installed:
gst-plugins-base-0.10.29 gst-plugins-good-0.10.22 gst-python-0.10.12 gstreamer-0.10.29
The configure output:
checking for gstreamer-0.10 >= 0.10.0... checking for gstreamer-0.8 >= 0.8.0... checking theora/theora.h usability... yes
Later in the configure checks I receive the following message:
- You do not seem to have GStreamer 0.8.x installed.
- Without this aRts and/or aKode output will be used exclusively.
- If you actually have gstreamer installed make sure you also have
- the gst-plugins collection installed. Both gstreamer and
- gst-plugins need to be 0.8.x (0.9 is not supported)
- http://gstreamer.freedesktop.org/modules/
========================================================== I have lame-3.98.4 installed. I have /usr/include/lame/lame.h installed.
I received the following configure messages:
checking lame/lame.h usability... no checking lame/lame.h presence... no checking for lame/lame.h... no checking for lame_init in -lmp3lame... no ... lame not found, MP3 support will be built into audiocd:/, but if the library isn't present at runtime it will be disabled. See http://lame.sourceforge.net/
You probably missed this patch submission for kdeadmin:
http://trinity-devel.pearsoncomputing.net/?0::178 (Tue, 7 Sep 2010 19:58:45)
Now that I can build kdeadmin that patch would be handy. I can patch here on-the-fly, but should be part of SVN.
Darrell
You probably missed this patch submission for kdeadmin:
http://trinity-devel.pearsoncomputing.net/?0::178 (Tue, 7 Sep 2010 19:58:45)
Now that I can build kdeadmin that patch would be handy. I can patch here on-the-fly, but should be part of SVN.
Darrell
Yes, I missed it. Also, it was created backwards; i.e. it tried to *remove* the additional lines from the patched file. I ended up having to apply it with the reverse flag for patch.
It is now in SVN as of revision 1174283.
Tim