[Home]

Summary:ASTERISK-15800: SQLite3-3.6.23 incompatibility in asterisk-1.6.2.6
Reporter:Lónyai Gergely (alephlg)Labels:
Date Opened:2010-03-12 16:38:49.000-0600Date Closed:2010-03-14 12:48:55
Priority:MinorRegression?No
Status:Closed/CompleteComponents:CDR/cdr_sqlite3_custom
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:x86_64-mandriva-linux-gnu-gcc -o cdr_radius.o -c cdr_radius.c -MD -MT cdr_radius.o -MF .cdr_radius.o.d -MP  -I/home/mandrake/rpm/BUILD/asterisk-1.6.2.6/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Werror-implicit-function-declaration -I/usr/include/gmime-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/libxml2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations  -march=k8   -fPIC -DAST_MODULE=\"cdr_radius\"  -I/usr/include  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Werror-implicit-function-declaration
x86_64-mandriva-linux-gnu-gcc  -o cdr_radius.so  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--as-needed -Wl,-z,relro -Wl,-O1   -shared  cdr_radius.o  -L/usr/lib64 -lradiusclient-ng
x86_64-mandriva-linux-gnu-gcc -o cdr_sqlite3_custom.o -c cdr_sqlite3_custom.c -MD -MT cdr_sqlite3_custom.o -MF .cdr_sqlite3_custom.o.d -MP  -I/home/mandrake/rpm/BUILD/asterisk-1.6.2.6/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Werror-implicit-function-declaration -I/usr/include/gmime-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/libxml2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations  -march=k8   -fPIC -DAST_MODULE=\"cdr_sqlite3_custom\"  -I/usr/include  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Werror-implicit-function-declaration
cdr_sqlite3_custom.c:223: error: conflicting types for 'sqlite3_log'
/usr/include/sqlite3.h:5720: note: previous declaration of 'sqlite3_log' was here
make[1]: *** [cdr_sqlite3_custom.o] Error 1
make[1]: Leaving directory `/home/mandrake/rpm/BUILD/asterisk-1.6.2.6/cdr'
make: *** [cdr] Error 2
Comments:By: Digium Subversion (svnbot) 2010-03-14 12:43:47

Repository: asterisk
Revision: 252314

U   trunk/cdr/cdr_sqlite3_custom.c
U   trunk/cel/cel_sqlite3_custom.c

------------------------------------------------------------------------
r252314 | seanbright | 2010-03-14 12:43:47 -0500 (Sun, 14 Mar 2010) | 8 lines

Fix building CDR and CEL SQLite3 modules.

They added a sqlite3_log() function which was conflicting with our function
names.

(closes issue ASTERISK-15800)
Reported by: alephlg

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=252314

By: Digium Subversion (svnbot) 2010-03-14 12:45:54

Repository: asterisk
Revision: 252315

_U  branches/1.6.0/
U   branches/1.6.0/cdr/cdr_sqlite3_custom.c

------------------------------------------------------------------------
r252315 | seanbright | 2010-03-14 12:45:53 -0500 (Sun, 14 Mar 2010) | 15 lines

Merged revisions 252314 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r252314 | seanbright | 2010-03-14 13:43:46 -0400 (Sun, 14 Mar 2010) | 8 lines
 
 Fix building CDR and CEL SQLite3 modules.
 
 They added a sqlite3_log() function which was conflicting with our function
 names.
 
 (closes issue ASTERISK-15800)
 Reported by: alephlg
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=252315

By: Digium Subversion (svnbot) 2010-03-14 12:47:12

Repository: asterisk
Revision: 252316

_U  branches/1.6.1/
U   branches/1.6.1/cdr/cdr_sqlite3_custom.c

------------------------------------------------------------------------
r252316 | seanbright | 2010-03-14 12:47:12 -0500 (Sun, 14 Mar 2010) | 15 lines

Merged revisions 252314 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r252314 | seanbright | 2010-03-14 13:43:46 -0400 (Sun, 14 Mar 2010) | 8 lines
 
 Fix building CDR and CEL SQLite3 modules.
 
 They added a sqlite3_log() function which was conflicting with our function
 names.
 
 (closes issue ASTERISK-15800)
 Reported by: alephlg
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=252316

By: Digium Subversion (svnbot) 2010-03-14 12:48:55

Repository: asterisk
Revision: 252317

_U  branches/1.6.2/
U   branches/1.6.2/cdr/cdr_sqlite3_custom.c

------------------------------------------------------------------------
r252317 | seanbright | 2010-03-14 12:48:54 -0500 (Sun, 14 Mar 2010) | 15 lines

Merged revisions 252314 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r252314 | seanbright | 2010-03-14 13:43:46 -0400 (Sun, 14 Mar 2010) | 8 lines
 
 Fix building CDR and CEL SQLite3 modules.
 
 They added a sqlite3_log() function which was conflicting with our function
 names.
 
 (closes issue ASTERISK-15800)
 Reported by: alephlg
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=252317