Your message dated Wed, 26 Oct 2016 14:36:18 +0300
with message-id <[email protected]>
and subject line Re: Bug#825085: Package links against libmysqlclient_r
has caused the Debian Bug report #825085,
regarding Package links against libmysqlclient_r
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
825085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825085
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tarantool-lts-mysql-module
Version: 1.5.5-18-g2998d20-1
Tags: patch
User: [email protected]
Usertags: origin-ubuntu yakkety ubuntu-patch

Dear Maintainer,

Please stop linking against libmysqlclient_r and link directly against
libmysqlclient instead.

Your package currently links against libmysqlclient_r. libmysqlclient_r
was the thread-safe version of libmysqlclient in previous MySQL
releases. However, libmysqlclient has been itself been made thread-safe
since before the current libmysqlclient18. Thus libmysqlclient_r is
currently deprecated and provided as a compatibility symlink only, and
will disappear in MySQL 5.7. This change can be made now, in advance of
a possible future transition to libmysqlclient20, which does not provide
the _r variant.

In Ubuntu, we have done this with the attached quilt patch, which I
believe is also applicable to Debian.

Thanks,

Robie Basak
Debian MySQL maintainers team
Ubuntu developer
Description: Build with mysqlclient instead of mysqlclient_r
 mysqlclient_r has been removed in MySQL 5.7. Since before 5.6
 the two libraries have been equivalent, so can simply use
 mysqlclient instead
Author: Lars Tangvald <[email protected]>
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/tarantool-lts/+bug/1570380
Forwarded: no
Last-Update: 2016-04-14

--- tarantool-lts-1.5.5-18-g2998d20.orig/cmake/FindMySQL.cmake
+++ tarantool-lts-1.5.5-18-g2998d20/cmake/FindMySQL.cmake
@@ -3,7 +3,7 @@ find_path(MYSQL_INCLUDE_DIR
     PATH_SUFFIXES mysql
 )
 find_library(MYSQL_LIBRARIES
-    NAMES mysqlclient_r
+    NAMES mysqlclient
     PATH_SUFFIXES mysql
 )
 

--- End Message ---
--- Begin Message ---
Unstable has already contains fix the bug, so I close the ticket.
See 1.5.5.36.gc9ed18a-1 version

:)

On 14:13 Mon 23 May     , Robie Basak wrote:
> Package: tarantool-lts-mysql-module
> Version: 1.5.5-18-g2998d20-1
> Tags: patch
> User: [email protected]
> Usertags: origin-ubuntu yakkety ubuntu-patch

> Dear Maintainer,

> Please stop linking against libmysqlclient_r and link directly against
> libmysqlclient instead.

> Your package currently links against libmysqlclient_r. libmysqlclient_r
> was the thread-safe version of libmysqlclient in previous MySQL
> releases. However, libmysqlclient has been itself been made thread-safe
> since before the current libmysqlclient18. Thus libmysqlclient_r is
> currently deprecated and provided as a compatibility symlink only, and
> will disappear in MySQL 5.7. This change can be made now, in advance of
> a possible future transition to libmysqlclient20, which does not provide
> the _r variant.

> In Ubuntu, we have done this with the attached quilt patch, which I
> believe is also applicable to Debian.

> Thanks,

> Robie Basak
> Debian MySQL maintainers team
> Ubuntu developer

> Description: Build with mysqlclient instead of mysqlclient_r
> mysqlclient_r has been removed in MySQL 5.7. Since before 5.6
> the two libraries have been equivalent, so can simply use
> mysqlclient instead
> Author: Lars Tangvald <[email protected]>
> Bug-Ubuntu: 
> https://bugs.launchpad.net/ubuntu/+source/tarantool-lts/+bug/1570380
> Forwarded: no
> Last-Update: 2016-04-14

> --- tarantool-lts-1.5.5-18-g2998d20.orig/cmake/FindMySQL.cmake
> +++ tarantool-lts-1.5.5-18-g2998d20/cmake/FindMySQL.cmake
> @@ -3,7 +3,7 @@ find_path(MYSQL_INCLUDE_DIR
> PATH_SUFFIXES mysql
> )
> find_library(MYSQL_LIBRARIES
> -    NAMES mysqlclient_r
> +    NAMES mysqlclient
> PATH_SUFFIXES mysql
> )
-- 

. ''`.                               Dmitry E. Oboukhov
: :’  :   email: [email protected] jabber://[email protected]
`. `~’              GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to