Bug#919373: kannel: FTBFS with mariadb-10.3: gwlib/utils.c:602:14:

2019-02-23 Thread Jonas Smedegaard
control: reassign -1 libmariadb-dev-compat
control: affects -1 kannel
control: retitle -1 libmariadb-dev-compat: lacks MYSQL_SERVER_VERSION causing 
FTBFS

Quoting Jonas Smedegaard (2019-02-18 20:54:04)
> Quoting Faustin Lammler (2019-01-17 22:17:07)
> > Control: forwarded -1 https://redmine.kannel.org/issues/795
> > 
> > Hi,
> > This seems to be a bug (see
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919395#36):
> > 
> > > error: 'MYSQL_SERVER_VERSION' undeclared
> > > 
> > > this looks like a bug. MYSQL_SERVER_VERSION is documented here:
> > > https://dev.mysql.com/doc/refman/5.5/en/c-api-server-client-versions.html
> 
> Thanks, Andreas and Faustin.
> 
> In case others get confused same as me: This seems to be a but not in 
> kannel but in mariadb, in that it fails to implement the MySQL spec.

...and therefore reassigning to libmariadb-dev-compat.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Processed: Re: Bug#919373: kannel: FTBFS with mariadb-10.3: gwlib/utils.c:602:14:

2019-02-23 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 libmariadb-dev-compat
Bug #919373 [src:kannel] kannel: FTBFS with mariadb-10.3: gwlib/utils.c:602:14: 
error: 'MYSQL_SERVER_VERSION' undeclared
Bug reassigned from package 'src:kannel' to 'libmariadb-dev-compat'.
No longer marked as found in versions kannel/1.4.5-2.
Ignoring request to alter fixed versions of bug #919373 to the same values 
previously set
> affects -1 kannel
Bug #919373 [libmariadb-dev-compat] kannel: FTBFS with mariadb-10.3: 
gwlib/utils.c:602:14: error: 'MYSQL_SERVER_VERSION' undeclared
Added indication that 919373 affects kannel
> retitle -1 libmariadb-dev-compat: lacks MYSQL_SERVER_VERSION causing FTBFS
Bug #919373 [libmariadb-dev-compat] kannel: FTBFS with mariadb-10.3: 
gwlib/utils.c:602:14: error: 'MYSQL_SERVER_VERSION' undeclared
Changed Bug title to 'libmariadb-dev-compat: lacks MYSQL_SERVER_VERSION causing 
FTBFS' from 'kannel: FTBFS with mariadb-10.3: gwlib/utils.c:602:14: error: 
'MYSQL_SERVER_VERSION' undeclared'.

-- 
919373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#919373: kannel: FTBFS with mariadb-10.3: gwlib/utils.c:602:14:

2019-02-18 Thread Jonas Smedegaard
Quoting Faustin Lammler (2019-01-17 22:17:07)
> Control: forwarded -1 https://redmine.kannel.org/issues/795
> 
> Hi,
> This seems to be a bug (see
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919395#36):
> 
> > error: 'MYSQL_SERVER_VERSION' undeclared
> > 
> > this looks like a bug. MYSQL_SERVER_VERSION is documented here:
> > https://dev.mysql.com/doc/refman/5.5/en/c-api-server-client-versions.html

Thanks, Andreas and Faustin.

In case others get confused same as me: This seems to be a but not in 
kannel but in mariadb, in that it fails to implement the MySQL spec.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#919373: kannel: FTBFS with mariadb-10.3: gwlib/utils.c:602:14:

2019-01-17 Thread Faustin Lammler
Control: forwarded -1 https://redmine.kannel.org/issues/795

Hi,
This seems to be a bug (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919395#36):

> error: 'MYSQL_SERVER_VERSION' undeclared
> 
> this looks like a bug. MYSQL_SERVER_VERSION is documented here:
> https://dev.mysql.com/doc/refman/5.5/en/c-api-server-client-versions.html

Regards,
Faustin



Bug#919373: kannel: FTBFS with mariadb-10.3: gwlib/utils.c:602:14: error: 'MYSQL_SERVER_VERSION' undeclared

2019-01-15 Thread Andreas Beckmann
Source: kannel
Version: 1.4.5-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

kannel FTBFS against mariadb-10.3:

gcc -D_REENTRANT=1 -I. -Igw -g -O2 -fdebug-prefix-map=/build/kannel-1.4.5=. 
-fstack-protector-strong -Wformat -Werror=format-security -D_XOPEN_SOURCE=600 
-D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_
LARGE_FILES= -I/usr/include/libxml2  -Wall -Wmissing-prototypes 
-Wmissing-declarations -Wnested-externs -Winline -Wformat -Wformat-security 
-Wmissing-format-attribute -I/usr/include -I/usr/include/mariadb -I/usr/
include/mariadb/mysql -I/usr/include/postgresql -I/usr/include/hiredis 
-I/usr/include -o gwlib/utils.o -c gwlib/utils.c
In file included from gwlib/utils.c:98:
/usr/include/mariadb/mysql_version.h:3:2: warning: #warning This file should 
not be included by clients, include only  [-Wcpp]
 #warning This file should not be included by clients, include only 
  ^~~
gwlib/utils.c: In function 'version_report_string':
gwlib/utils.c:602:14: error: 'MYSQL_SERVER_VERSION' undeclared (first use in 
this function); did you mean 'MYSQL_PS_CONVERSION'?
  MYSQL_SERVER_VERSION, mysql_get_client_info(),
  ^~~~
  MYSQL_PS_CONVERSION
gwlib/utils.c:602:14: note: each undeclared identifier is reported only once 
for each function it appears in
gwlib/utils.c:622:1: warning: control reaches end of non-void function 
[-Wreturn-type]
 }
 ^
make[1]: *** [Makefile:226: gwlib/utils.o] Error 1


Cheers,

Andreas


kannel_1.4.5-2.log.gz
Description: application/gzip