[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 14:25:12 CDT 2010
A NOTE has been added to this issue.
======================================================================
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
Asterisk Version: 1.6.2.10
JIRA: SWP-1939
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 14:25 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...
======================================================================
----------------------------------------------------------------------
(0125061) svnbot (reporter) - 2010-07-26 14:25
https://issues.asterisk.org/view.php?id=17716#c125061
----------------------------------------------------------------------
Repository: asterisk
Revision: 279561
U branches/1.6.2/configure
U branches/1.6.2/configure.ac
D branches/1.6.2/sounds/Makefile
A branches/1.6.2/sounds/Makefile.380
A branches/1.6.2/sounds/Makefile.381
------------------------------------------------------------------------
r279561 | tilghman | 2010-07-26 14:15:59 -0500 (Mon, 26 Jul 2010) | 5
lines
Use a special Makefile for noobs who still have GNU Make 3.80.
(Closes issue https://issues.asterisk.org/view.php?id=17716)
Reported by: farisraouf
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=279561
Issue History
Date Modified Username Field Change
======================================================================
2010-07-26 14:25 svnbot Checkin
2010-07-26 14:25 svnbot Note Added: 0125061
======================================================================
More information about the asterisk-bugs
mailing list