Hi all,
I get the following errors when trying to build libao:
[jaco@penguinbook Puxedo]$ rpm --install libao*
[jaco@penguinbook Puxedo]$ rpm -ba RPM/SPECS/libao.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.18686
+ umask 022
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libao-0.8.0
+ /usr/bin/bzip2 -dc /usr/src/RPM/SOURCES/libao-0.8.0.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd libao-0.8.0
++ /usr/bin/id -u
+ '[' 501 = 0 ']'
++ /usr/bin/id -u
+ '[' 501 = 0 ']'
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ echo 'Patch #0 (libao-fix-optflags.patch.bz2):'
<snip>
..
</snip>
+ perl -pi -e 's|plugindir=.*|plugindir=/usr/lib/libao2|' configure.in
+ autoconf0.8.0/src/plu
configure.in:105: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:106: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:107: warning: AC_TRY_RUN called without default to allow
cross compiling
+ CFLAGS=-O2 -march=i686
+ export CFLAGS/sr
+ CXXFLAGS=-O2 -march=i686
+ export CXXFLAGS
+ FFLAGS=-O2 -march=i686
+ export FFLAGS
+ '[' -f configure.in ']'
+ libtoolize --copy --force
+ ./configure i686-mandrake-linux --prefix=/usr --exec-prefix=/usr
--bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib
--libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info
+ makeba
configure.in:105: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:106: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:107: warning: AC_TRY_RUN called without default to allow
cross compiling
ao_arts.c:29:19: artsc.h: No such file or directory
make[3]: *** [ao_arts.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Bad exit status from /var/tmp/rpm-tmp.34007 (%build)
[jaco@penguinbook Puxedo]$
Any comments, ideas, fixes would be great.
Greetings,
Jaco