[asterisk-bugs] [Asterisk 0017017]: SQLite3-3.6.23 incompatibility in asterisk-1.6.2.6
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Mar 14 12:43:47 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17017
======================================================================
Reported By: alephlg
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17017
Category: CDR/cdr_sqlite3_custom
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.6.2.6-rc2
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-03-12 16:38 CST
Last Modified: 2010-03-14 12:43 CDT
======================================================================
Summary: SQLite3-3.6.23 incompatibility in asterisk-1.6.2.6
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
======================================================================
----------------------------------------------------------------------
(0119341) svnbot (reporter) - 2010-03-14 12:43
https://issues.asterisk.org/view.php?id=17017#c119341
----------------------------------------------------------------------
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 https://issues.asterisk.org/view.php?id=17017)
Reported by: alephlg
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=252314
Issue History
Date Modified Username Field Change
======================================================================
2010-03-14 12:43 svnbot Checkin
2010-03-14 12:43 svnbot Note Added: 0119341
======================================================================
More information about the asterisk-bugs
mailing list