[Home]

Summary:ASTERISK-11461: asterisk-ADDONS-1.4.5 not compile: 'struct ast_filestream' has no member named '_private'
Reporter:Lónyai Gergely (alephlg)Labels:
Date Opened:2008-02-18 05:00:34.000-0600Date Closed:2011-06-07 14:02:37
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/format_mp3
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) build.log
( 1) environment
Description:x86_64-pc-linux-gnu-gcc  -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -fPIC  -march=nocona -O2 -pipe -fPIC -fPIC  -march=nocona -O2 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE  -march=nocona -O2 -pipe -fPIC    -c -o format_mp3.o format_mp3.c
format_mp3.c: In function 'mp3_open':
format_mp3.c:101: error: 'struct ast_filestream' has no member named '_private'
format_mp3.c: In function 'mp3_close':
format_mp3.c:118: error: 'struct ast_filestream' has no member named '_private'
format_mp3.c: In function 'mp3_squeue':
format_mp3.c:126: error: 'struct ast_filestream' has no member named '_private'
format_mp3.c: In function 'mp3_dqueue':
format_mp3.c:145: error: 'struct ast_filestream' has no member named '_private'
format_mp3.c: In function 'mp3_queue':
format_mp3.c:157: error: 'struct ast_filestream' has no member named '_private'
format_mp3.c: In function 'mp3_read':
format_mp3.c:202: error: 'struct ast_filestream' has no member named '_private'
format_mp3.c: In function 'mp3_seek':
format_mp3.c:258: error: 'struct ast_filestream' has no member named '_private'
format_mp3.c: In function 'mp3_tell':
format_mp3.c:298: error: 'struct ast_filestream' has no member named '_private'
make[2]: *** [format_mp3.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-misc/asterisk-addons-1.4.5/work/asterisk-addons-1.4.5/format_mp3'
make[1]: *** [format_mp3.so] Error 2
rm app_saycountpl.o
make[1]: Leaving directory `/var/tmp/portage/net-misc/asterisk-addons-1.4.5/work/asterisk-addons-1.4.5'
make: *** [all] Error 2
Comments:By: Joshua C. Colp (jcolp) 2008-02-18 09:51:45.000-0600

This is a build environment issue. -addons is being built against the headers of a previous version of Asterisk.