[Home]

Summary:ASTERISK-07098: Asterisk 1.2.8 will not compile on SuSE 10.0
Reporter:Chip Schweiss (lschweiss)Labels:
Date Opened:2006-06-05 11:50:17Date Closed:2011-06-07 14:00:34
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Compile fails on SuSE 10.0 x86.  No problem on 10.1.

Changing dependancies mid stream on a stable branch just doesn't work for a production environment.  Getting bug fixes on a stable branch should not mean upgrading the OS.

****** ADDITIONAL INFORMATION ******

Output of make:

.... many lines deleted
gcc -c  -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE  -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS         -fomit-frame-pointer  -Wno-missing-prototypes -Wno-missing-declarations -DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC  -o chan_zap.o chan_zap.c
chan_zap.c: In function ‘pri_dchannel’:
chan_zap.c:9038: error: ‘pri_event_setup_ack’ has no member named ‘call’
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-1.2.8/channels'
make: *** [subdirs] Error 1
Comments:By: Serge Vecher (serge-v) 2006-06-05 11:58:58

did you also update zaptel and libpri to latest stable releases?

By: Joshua C. Colp (jcolp) 2006-06-05 12:05:22

Indeed - you MUST update libpri and install it before compiling Asterisk. Structure information changed, so the older one is incompatible with the new chan_zap

By: Serge Vecher (serge-v) 2006-06-05 12:40:19

feel free to reopen, if updating zaptel/libpri did not fix it. Thanks.