[asterisk-bugs] [Asterisk 0017716]: [patch] [regression] 1.6.2.10 sounds Makefile error prevents install in Centos 4.8 (x86) with GNU Make 3.80
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jul 26 11:02:44 CDT 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=17716
======================================================================
Reported By: farisraouf
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17716
Category: General
Reproducibility: always
Severity: block
Priority: normal
Status: acknowledged
Target Version: 1.6.2.11
Asterisk Version: 1.6.2.10
JIRA:
Regression: Yes
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2
SVN Revision (number only!): 279420
Request Review:
======================================================================
Date Submitted: 2010-07-26 09:22 CDT
Last Modified: 2010-07-26 11:02 CDT
======================================================================
Summary: [patch] [regression] 1.6.2.10 sounds Makefile error
prevents install in Centos 4.8 (x86) with GNU Make 3.80
Description:
"make install" from the asterisk-1.6.2.10.tar.gz tarball and from 1.6.2
revision 279420 SVN checkout fails when processing sounds/Makefile under
Centos 4.8 (x86) with the following error:
#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/path-to/asterisk-1.6.2.10/sounds'
Makefile:144: *** missing separator. Stop.
make[1]: Leaving directory `/root/path-to/asterisk-1.6.2.10/sounds'
make: *** [datafiles] Error 2
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
child of 0015370 [patch] Repeatedly building the asteris...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-07-26 11:02 lmadsen Severity major => block
======================================================================
More information about the asterisk-bugs
mailing list