On Wed, 18 Apr 2012 02:41:35 +0100 Fernando de Oliveira <fam...@yahoo.com.br> wrote:
> 1. LFS6.5 problem with "configure" I think this ^ is an important clue. > I do not understand why only here, configure did not work, with error: > > > " ... > > checking for GSTREAMER... no > > configure: error: Package requirements (gstreamer-0.10 >= > > GSTREAMER_0_10_REQUIRED_VERSION > > gstreamer-app-0.10 > > gstreamer-audio-0.10 > > gstreamer-fft-0.10 > > gstreamer-base-0.10 > > gstreamer-interfaces-0.10 > > gstreamer-pbutils-0.10 > > gstreamer-plugins-base-0.10 >= > > GSTREAMER_0_10_PLUGINS_BASE_REQUIRED_VERSION > > gstreamer-video-0.10) were not met: > > > > Requested 'gstreamer-0.10 >= GSTREAMER_0_10_REQUIRED_VERSION' but version > > of GStreamer is 0.10.36 > > Requested 'gstreamer-plugins-base-0.10 >= > > GSTREAMER_0_10_PLUGINS_BASE_REQUIRED_VERSION' but version of GStreamer Base > > Plugins Libraries is 0.10.36 > > > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > > installed software in a non-standard prefix. > > > > Alternatively, you may set the environment variables GSTREAMER_CFLAGS > > and GSTREAMER_LIBS to avoid the need to call pkg-config. > > See the pkg-config man page for more details." On my system, with pkg-config-0.26 installed, if I run: pkg-config --exists --print-errors "gstreamer-0.10 >= GSTREAMER_0_10_REQUIRED_VERSION" echo ${?} 0 and if I use pkg-config-0.23 (frome LFS-6.5) I get: pkg-config --exists --print-errors "gstreamer-0.10 >= GSTREAMER_0_10_REQUIRED_VERSION" Package gstreamer-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-0.10' found echo ${?} 1 So it seems that this bug is triggered by older versions of pkg-config. Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page