Your message dated Sat, 09 Jul 2016 18:00:13 +0000
with message-id <[email protected]>
and subject line Bug#770650: fixed in mariadb-connector-c 2.3.0-1
has caused the Debian Bug report #770650,
regarding mariadb_config in mariadb-client-lgpl lacks features from mysql_config
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.)


-- 
770650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770650
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmariadb-client-lgpl-dev

I decided to forward the message from Arnaud Fontaine below as a bug
report so we can work on it using the normal Debian bug tracking
processes.

My quick opinion is that we cannot use upstream libmysqlclient as it
conflicts with Oracle libmysqlclient in Debian in ways senior DDs
don't accept and renaming to libmariadbclient wasn't adopted by
anybody downstream, so using only mariadb-client-lgpl is still our
best shot - maybe upstream mariadb-client-lgpl developer could solve
this by merging the missing features from mysql_configure to
mariadb_configure?


  * When trying to build out-of-tree mroonga engine (not yet released in
    10.0 but already merged though (MDEV-5222)):

    libmariadbclient   packages   have   been  removed   in   favor   of
    libmariadb-client-lgpl(-compat?).  The latter provide mariadb_config
    which should be used instead  of mysql_config AFAIU.  The problem is
    that mariadb_config does not provide everything mysql_config used to
    provide and which is used to build mroonga (namely '--plugindir' and
    '--variable=pkglibdir'  are missing  and '--version'  returns 5.5.40
    (don't think  that's a  problem as  long as  5.5.40 and  10.0 client
    protocol is the same, which should be the case AFAIK)):

    $ mysql_config
    Usage: /usr/bin/mysql_config [OPTIONS]
    Options:
            --cflags         [-I/usr/include/mysql -DBIG_JOINS=1
-fno-strict-aliasing  -g]
            --include        [-I/usr/include/mysql]
            --libs           [-L/usr/lib/x86_64-linux-gnu
-lmysqlclient -lpthread -lz -lm -lrt -ldl]
            --libs_r         [-L/usr/lib/x86_64-linux-gnu
-lmysqlclient_r -lpthread -lz -lm -lrt -ldl]
            --plugindir      [/usr/lib/mysql/plugin]
            --socket         [/var/run/mysqld/mysqld.sock]
            --port           [0]
            --version        [5.5.40]
            --libmysqld-libs [-L/usr/lib/x86_64-linux-gnu -lmysqld
-lpthread -lz -lm -lrt -lwrap -lcrypt -ldl -laio]
            --variable=VAR   VAR is one of:
                    pkgincludedir [/usr/include/mysql]
                    pkglibdir     [/usr/lib/x86_64-linux-gnu]
                    plugindir     [/usr/lib/mysql/plugin]

    $ mariadb_config
    Copyright 2011 Monty Program AB
    Get compiler flags for using the MariaDB client library.
    Usage: mariadb_config [OPTIONS]
      --cflags        [-I/usr/include/mariadb -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security
-D_FORTIFY_SOURCE=2  -Wunused -Wno-uninitialized]
      --include       [-I/usr/include/mariadb]
      --libs          [-L/usr/lib/x86_64-linux-gnu -lmariadb]
      --libs_r        [-L/usr/lib/x86_64-linux-gnu -lmariadb]
      --version       [5.5.0]
      --socket        [/tmp/mysql.sock]
      --port          [3306]

--- End Message ---
--- Begin Message ---
Source: mariadb-connector-c
Source-Version: 2.3.0-1

We believe that the bug you reported is fixed in the latest version of
mariadb-connector-c, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otto Kekäläinen <[email protected]> (supplier of updated mariadb-connector-c 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 09 Jul 2016 12:07:00 +0300
Source: mariadb-connector-c
Binary: libmariadb-dev libmariadb2 libmariadb-dev-compat
Architecture: source amd64
Version: 2.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers <[email protected]>
Changed-By: Otto Kekäläinen <[email protected]>
Description:
 libmariadb-dev - MariaDB Connector/C, development files
 libmariadb-dev-compat - MariaDB Connector/C, compatibility symlinks
 libmariadb2 - MariaDB Connector/C
Closes: 759717 766996 770650 781804 785684
Changes:
 mariadb-connector-c (2.3.0-1) unstable; urgency=low
 .
   [ Otto Kekäläinen ]
   * Fix d/copyright formatting
   * Import new upstream release 2.3.0
 .
   [ Daniel Schepler ]
   * New upstream release.  Closes: #785684.
     + Adds plugins as in MySQL Connector/C, updates mariadb-config
       accordingly with new --plugindir option.  Closes: #770650.
   * Rename source package to reflect upstream renaming to
     MariaDB Connector/C.
   * Rename binary dev packages to reflect that this is now the primary
     MariaDB client library in Debian.
   * Refresh patches.
     + Required major reworking of lib_install_dir.patch to create a
       "DEB" install profile.
     + Drop fix_mariadb_config_cflags.patch as it was merged upstream.
   * New patch: fix_mariadb_config_plugindir.patch to fix the output
     of mariadb_config --plugindir.
   * Configure default Unix socket path to Debian's default of
     /var/lib/mysqld/mysqld.sock.  Closes: #781804.
   * Add symlink /usr/include/mysql -> mariadb in compat package.
   * Add Otto Kekäläinen to Uploaders.
 .
   [ Changes from unreleased 2.0.0-2 ]
   * Add Vcs-* fields to debian/control now that packaging is maintained in
     Alioth git.
   * Added copyright information for zlib among others (Closes: #759717)
   * Add symlink /usr/bin/mysql_config -> mariadb_config in compat package.
     Closes: #766996.
Checksums-Sha1:
 318103cddee8202f1d51a6d11a603ab9e295a98a 2226 mariadb-connector-c_2.3.0-1.dsc
 35f4c58c9d54d970b931c5df880718062efbb3c7 536647 
mariadb-connector-c_2.3.0.orig.tar.gz
 af70f668d2305b7469826ff160683a37dd85b9b4 23812 
mariadb-connector-c_2.3.0-1.debian.tar.xz
 7fd2ce5e7ea54049eed170c8be65d5a1d4a78d1e 3992 
libmariadb-dev-compat_2.3.0-1_amd64.deb
 f2101044df5371c9f770a9f6e714db2b2f02106e 32496 
libmariadb-dev-dbgsym_2.3.0-1_amd64.deb
 5f3be844d5fe3cb436025b1bba5696557649b156 207044 
libmariadb-dev_2.3.0-1_amd64.deb
 1c3ae0e035b7915c6108c9352f3a397006301a80 413412 
libmariadb2-dbgsym_2.3.0-1_amd64.deb
 ca3126c75888ad71fa76c20300832dba8737c522 127196 libmariadb2_2.3.0-1_amd64.deb
Checksums-Sha256:
 cd6db2a345b07f030e4352d1e3ebdda06c68fd1045b72dc4400288240809c3bb 2226 
mariadb-connector-c_2.3.0-1.dsc
 37faae901ca77bd48d2c6286f2e19e8c1abe7cac6fb1b128bd556617f4335c8a 536647 
mariadb-connector-c_2.3.0.orig.tar.gz
 669e53b288094b0e8dae98a322417f120d6cebf404b224f279fdcd89e78f0d27 23812 
mariadb-connector-c_2.3.0-1.debian.tar.xz
 a63d83c3ad2038c4864ea564a647096d1b9231d0a7629cd1da006adf3f93051d 3992 
libmariadb-dev-compat_2.3.0-1_amd64.deb
 a2267891a4c420b76c6b0cddad408c31247265248beb468eacf15f7fdee7d1ae 32496 
libmariadb-dev-dbgsym_2.3.0-1_amd64.deb
 4dec32f958147eb0a1a2d72acc7cd6e8402f616c08753fef3030448f5ec55a13 207044 
libmariadb-dev_2.3.0-1_amd64.deb
 8fb2d85248e4cd76795cf5aeca807d88459f292e7d152ab9f0285f1b06f4df99 413412 
libmariadb2-dbgsym_2.3.0-1_amd64.deb
 3bb9be4271d4012901112856c1ab476e1881f3d36e21ff052f63fc96e160f9bd 127196 
libmariadb2_2.3.0-1_amd64.deb
Files:
 56bdcee47d13e30e94d12e155f93fbee 2226 libs optional 
mariadb-connector-c_2.3.0-1.dsc
 f358c2ec01e0df59390baa265e584813 536647 libs optional 
mariadb-connector-c_2.3.0.orig.tar.gz
 709e2a75a55effe834aa3e75aba2d796 23812 libs optional 
mariadb-connector-c_2.3.0-1.debian.tar.xz
 9901f190036dabc2986f2dcf37d0deb4 3992 libdevel extra 
libmariadb-dev-compat_2.3.0-1_amd64.deb
 2465e40d8fe6b11e7b9d71b3f9b4fdb9 32496 debug extra 
libmariadb-dev-dbgsym_2.3.0-1_amd64.deb
 9faaea7bcbb7c7d3ff542b9a03835cea 207044 libdevel optional 
libmariadb-dev_2.3.0-1_amd64.deb
 188ecbf2be755b82586c513ae158dd25 413412 debug extra 
libmariadb2-dbgsym_2.3.0-1_amd64.deb
 588d481e09eb46707d3383d6a18e3aab 127196 libs optional 
libmariadb2_2.3.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJXgMIoAAoJEL7YRJ/O6NqIZ70QALLB8zuWNXlVJkAEUeYPpY1B
y7idPP737I0cwd6a2hmrLLdKSx7KbKC9gL+ba79b1sePv3dCL928TwsFQuIT48bR
JLpqdyCLAqQkuJsanxHddWAJ5SJzfl8zCXOPuaozg6hjpE9dyZdhgi13VIg/UJzS
jLSaCcPipr5ppxa1QtRINdHsR50EnbQYl4XhEj63RnbB0az9rBXb0FG9d4dMTTNC
QLlO90UHSvwu2hQ3TxJaMdGjS82Ee9Sbc/btrcjfXOtz8RxjhAZhTrsMm8KBryFo
bNwcbXBsMKMZj46FG+/vArYkbp/8OvSzz2LA1j9L6QmjjRt5+FUZCKEYwENQ7tzo
JZWan0eBVMKI0ceI/2ya9psUkmfSxP9x59Dq74hq/2wYkP4ohmHj71cEh+oT9KwA
n0CYbc56PVPmHjwkjyyinw6B4+FPF1eV0PNEmAdZfAOmRWfbhMD7oTuFyoeYdLHu
LBkAjR0zu0apCv4r2SlsIvCt7HYKbkzXpudfCbUL20DTc1TACg3Mm9zUJ4fpfQMp
WFP5prNJZg/dubQX9UyoIeIIpsPblo5syIrv7QG8ZrC1+qwghHOmuwFHog1yY06e
S8f/W1NkfTKuBhcZbx40bw0QpE0DDVYpndTDujjbr1e9rO3E4KInXNVujOQmcHyd
vECnuuye83b+3MOHWAGa
=LvJ2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to