[Home]

Summary:ASTERISK-10435: Cannot install zaptel & asterisk packages
Reporter:Nhat Truong (luctruong75)Labels:
Date Opened:2007-10-03 07:55:00Date Closed:2011-06-07 14:08:09
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Dear all,

I am using Redhat 9.0 and try to install Asterisk-1.4. When I instal zaptel package (downloaded from digium.com site), I got the error as below:...

make[2]: Leaving directory `/usr/src/zaptel/wct4xxp'
gcc -c -fPIC -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DBUILDING_TONEZONE -o zonedata.lo zonedata.c
gcc -c -fPIC -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DBUILDING_TONEZONE -o tonezone.lo tonezone.c
gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -shared -Wl,-soname,libtonezone.so.1.0 -o libtonezone.so zonedata.lo tonezone.lo   -lm
gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\"   -c -o zonedata.o zonedata.c
gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\"   -c -o tonezone.o tonezone.c
ar rcs libtonezone.a zonedata.o tonezone.o
ranlib libtonezone.a
gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o fxotune.o -c fxotune.c
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
make: *** [all] Aborted
[root@lnx1 zaptel]#

Could every one help me to fix this issue?

Thanks a lot

Truong
Comments:By: Tilghman Lesher (tilghman) 2007-10-03 08:04:39

This is a known issue in GNU Make.  Please upgrade your version of GNU Make to version 3.81 or higher.