Hi guys, has anyone seen buildroot fail on avahi complaining about missing expat? My host definitely has libexpat installed:
Code:
woody-desktop buildroot # locate libexpat
usr/lib32/libexpat.so.1.5.2
/usr/lib32/libexpat.so
/usr/lib32/libexpat.so.1
/usr/lib64/libexpat.la
/usr/lib64/libexpat.so.1.5.2
/usr/lib64/libexpat.a
/usr/lib64/libexpat.so
/usr/lib64/libexpat.so.1
Here is the build output...any ideas?
Thanks in advance, Matt.
Code:
woody-desktop buildroot # make
target/linux/Makefile.in.advanced:432: warning: overriding commands for target `/tftpboot/at91sam9263ek-linux-2.6.22.1-20080430.gz'
target/linux/Makefile.in.advanced:428: warning: ignoring old commands for target `/tftpboot/at91sam9263ek-linux-2.6.22.1-20080430.gz'
Checking build system dependencies:
Overriding $(DL_DIR) in '.config'. Ok
External download directory: Ok (/usr/local/install/downloads)
CC clean: Ok
CXX clean: Ok
CPP clean: Ok
CFLAGS clean: Ok
INCLUDES clean: Ok
CXXFLAGS clean: Ok
which installed: Ok
sed works: Ok (/bin/sed)
GNU make version '3.81': Ok
C compiler '/usr/bin/gcc'
C compiler version '4.2.3': Ok
C++ compiler '/usr/bin/g++'
C++ compiler version '4.2.3': Ok
bison installed: Ok
flex installed: Ok
gettext installed: Ok
makeinfo installed: Ok
Build system dependencies: Ok
rm -rf /usr/arm/buildroot/project_build_arm/at91sam9263ek/buildroot-config
mkdir -p /usr/arm/buildroot/project_build_arm/at91sam9263ek
cp -dpRf package/config/buildroot-config /usr/arm/buildroot/project_build_arm/at91sam9263ek/buildroot-config
(cd /usr/arm/buildroot/build_arm/avahi-0.6.22 && rm -rf config.cache && autoconf)
configure.ac:136: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
aclocal.m4:1270: AC_LIBTOOL_COMPILER_OPTION is expanded from...
aclocal.m4:5570: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
aclocal.m4:3350: _LT_AC_LANG_C_CONFIG is expanded from...
aclocal.m4:3349: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
aclocal.m4:718: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:698: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:663: AC_PROG_LIBTOOL is expanded from...
configure.ac:136: the top level
...
...
...
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/arm/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ld -L/usr/arm/buildroot/build_arm/staging_dir/lib -L/usr/arm/buildroot/build_arm/staging_dir/usr/lib --sysroot=/usr/arm/buildroot/build_arm/staging_dir/
checking if the linker (/usr/arm/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ld -L/usr/arm/buildroot/build_arm/staging_dir/lib -L/usr/arm/buildroot/build_arm/staging_dir/usr/lib --sysroot=/usr/arm/buildroot/build_arm/staging_dir/) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for intltool >= 0.35.0... 0.36.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking for pkg-config... yes
checking pkg-config is at least version 0.9.0... yes
checking for XML_ParserCreate in -lexpat... no
checking for XML_ParserCreate in -lbsdxml... no
configure: error: *** neither libexpat not libbsdxml could be found ***
make: *** [/usr/arm/buildroot/build_arm/avahi-0.6.22/.configured] Error 1