[asterisk-users] 1.6.2.10 sounds Makefile error?
Faris Raouf
asterisk at raouf.net
Sun Jul 25 14:06:55 CDT 2010
I'm having some mysterious problems installing 1.6.2.10 on Centos 4.8
(totally up to date). I can't see anything on Google or the list regarding
this issue, which I find a bit odd considering 1.6.2.10 was released a few
days ago. I'm therefore assuming there's something weird about my setup,
even though there shouldn't be!
I had no problems with 1.6.2.7 or any other release. It is just 1.6.2.10
that's causing the problem.
I've tried using an svn checkout and downloading asterisk-1.6.2.10.tar.gz
and asterisk-1.6.2-current.tar.gz but the same thing happens.
Basically, after the usual "./configure" and "make", when I "make install" I
get the following (this is from the SVN attempt but other than the paths all
is the same):
#make install
CFLAGS=" -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -g3 -march=i686 "
build_tools/mkpkgconfig /usr/lib/pkgconfig;
mkdir -p /var/lib/asterisk/static-http
for x in static-http/*; do \
/usr/bin/install -c -m 644 $x /var/lib/asterisk/static-http ; \
done
if [ -d doc/tex/asterisk ] ; then \
mkdir -p /var/lib/asterisk/static-http/docs ; \
for n in doc/tex/asterisk/* ; do \
/usr/bin/install -c -m 644 $n
/var/lib/asterisk/static-http/docs ; \
done \
fi
mkdir -p /var/lib/asterisk/images
for x in images/*.jpg; do \
/usr/bin/install -c -m 644 $x /var/lib/asterisk/images ; \
done
mkdir -p /var/lib/asterisk/agi-bin
make -C sounds install
make[1]: Entering directory `/root/asterisk-svn/asterisk-1.6.2/sounds'
Makefile:144: *** missing separator. Stop.
make[1]: Leaving directory `/root/asterisk-svn/asterisk-1.6.2/sounds'
make: *** [datafiles] Error 2
Looking at the sounds directory, I have Makefile and sounds.xml
Running "make install" in that directory gives me the same "Makefile:144 ***
missing separator. Stop"
When I copy across the sounds/Makefile from my 1.6.2.7 source directory to
the 1.6.2.10 source directory, all is well again and I can "make install"
with no errors.
I did a diff on the two Makefiles and there are what appear to be several
differences, but I can't put my finger on any obvious errors.
Any ideas?
Faris Raouf
More information about the asterisk-users
mailing list