Your message dated Wed, 22 Oct 2014 00:06:33 +0000
with message-id <[email protected]>
and subject line Bug#742172: fixed in mariadb-10.0 10.0.14-2
has caused the Debian Bug report #742172,
regarding "mysql_config --libs" doesn't list all required libs
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.)


-- 
742172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742172
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmariadbclient-dev
Version: 5.5.36-1
Severity: normal

$ cat > mysql_version.c <<EOF
> #include <stdio.h>
> #include <mysql.h>
> int main(int argc, char **argv)
> {
> printf("MySQL client version: %s\n", mysql_get_client_info());
> return 0;
> }
> EOF
$ gcc mysql_version.c $(mysql_config --libs --cflags)
$ gcc mysql_version.c $(mysql_config --libs --cflags)
/usr/lib/x86_64-linux-gnu/libmariadbclient.a(libmysql.c.o): In function 
`fetch_float_with_conversion':
(.text+0xb0d): undefined reference to `floor'
. . . and many more

On the other hand,
$ gcc mysql_version.c $(mysql_config --libs_r --cflags)
$ ./a.out
MySQL client version: 5.5.36-MariaDB

The difference is
$ mysql_config --libs
-L/usr/lib/x86_64-linux-gnu -lmariadbclient
$ mysql_config --libs_r
-L/usr/lib/x86_64-linux-gnu -lmariadbclient_r -lpthread -lz -lm -lssl -lcrypto 
-ldl

On Arch Linux, --libs and --libs_r include the same list of libraries except 
for mysqlclient/mysqlclient_r



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14.0-rc7.00+ (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libmariadbclient-dev depends on:
ii  libmariadbclient18  5.5.36-1
ii  zlib1g-dev          1:1.2.8.dfsg-1

libmariadbclient-dev recommends no packages.

libmariadbclient-dev suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: mariadb-10.0
Source-Version: 10.0.14-2

We believe that the bug you reported is fixed in the latest version of
mariadb-10.0, 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-10.0 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: SHA256

Format: 1.8
Date: Sat, 18 Oct 2014 19:00:11 +0300
Source: mariadb-10.0
Binary: libmariadbd-dev mariadb-common mariadb-client-core-10.0 
mariadb-client-10.0 mariadb-server-core-10.0 mariadb-test-10.0 
mariadb-server-10.0 mariadb-server mariadb-client mariadb-test 
mariadb-connect-engine-10.0 mariadb-oqgraph-engine-10.0
Architecture: source amd64 all
Version: 10.0.14-2
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers <[email protected]>
Changed-By: Otto Kekäläinen <[email protected]>
Description:
 libmariadbd-dev - MariaDB embedded database development files
 mariadb-client - MariaDB database client (metapackage depending on the latest 
vers
 mariadb-client-10.0 - MariaDB database client binaries
 mariadb-client-core-10.0 - MariaDB database core client binaries
 mariadb-common - MariaDB common metapackage
 mariadb-connect-engine-10.0 - Connect storage engine for MariaDB
 mariadb-oqgraph-engine-10.0 - OQGraph storage engine for MariaDB
 mariadb-server - MariaDB database server (metapackage depending on the latest 
vers
 mariadb-server-10.0 - MariaDB database server binaries
 mariadb-server-core-10.0 - MariaDB database core server files
 mariadb-test - MariaDB database regression test suite (metapackage for the 
lates
 mariadb-test-10.0 - MariaDB database regression test suite
Closes: 739452 742172 761452 761911 763952 764013
Changes:
 mariadb-10.0 (10.0.14-2) unstable; urgency=low
 .
   [ Tobias Frost ]
   * Fix two lintian warnings in d/copyright (missing "-" between GPL and 2)
   * Always be verbose when building the package and show compiler args
 .
   [ Otto Kekäläinen ]
   * Upload to unstable
   * Updated German translation by Chris Leick and Holger Wansing
     (Closes: #763952)
   * Updated Dutch translation by Frans Spiesschaert (Closes: #764013)
   * Removed libssl-dev from build dependencies in favour of using
     bundled YaSSL instead (Closes: #761911)
   * Fixed debconf value saving (Closes: #761452)
   * Re-enabled TokuDB after backporting upstream fix in MDEV-6815
   * Removed libmariadbclient packages that provided the Debian-only
     libmariadbclient.so library that nobody used. Instead developers are
     encouraged to use the libraries from the package libmariadb-client-lgpl
     instead (Closes: #739452) (Closes: #742172).
Checksums-Sha1:
 2c8c0a95ce143a6e245810aabfa3b637ad1d688b 3103 mariadb-10.0_10.0.14-2.dsc
 1e2ce6e94de51b06665ad3ccf4e3d367be918365 187436 
mariadb-10.0_10.0.14-2.debian.tar.xz
 bdaae19003ea5a82ac42bd16535ddde4ea41e8ba 8254890 
libmariadbd-dev_10.0.14-2_amd64.deb
 a58a632496462eb3cf19bf056293f66a5f11efb2 14694 mariadb-common_10.0.14-2_all.deb
 a32831ee29c845d447a02bba4eb52998b945b509 801340 
mariadb-client-core-10.0_10.0.14-2_amd64.deb
 28893b4c677d198246f2b315a22dd8ca3e69f869 1159278 
mariadb-client-10.0_10.0.14-2_amd64.deb
 c385e5fccf2d84acb327e3e55aa0d115d5340a04 4193520 
mariadb-server-core-10.0_10.0.14-2_amd64.deb
 390544a7f58888046b633791d8d1c1887b8521f4 23874480 
mariadb-test-10.0_10.0.14-2_amd64.deb
 47183aa894866192f9b0b5e01774bf4b2ca6e301 4497474 
mariadb-server-10.0_10.0.14-2_amd64.deb
 0ef7553e08e30369865789871048cda1becd2824 14390 mariadb-server_10.0.14-2_all.deb
 186f4409fb12254df60a6aabb995113aba00dcf3 14272 mariadb-client_10.0.14-2_all.deb
 11fbe61c40f501768b9fa0153f51c7e4677fc704 14202 mariadb-test_10.0.14-2_all.deb
 6dd089326635b82409a7d10c27926c7ebb8bea3d 325714 
mariadb-connect-engine-10.0_10.0.14-2_amd64.deb
 4ab8121e33a8773e9ade3cb5c9cb1dcc0ecd07ce 73768 
mariadb-oqgraph-engine-10.0_10.0.14-2_amd64.deb
Checksums-Sha256:
 9bf305d8cfc3846496e7242d22592fd6c2cd111b75d56f7746f3737f00950bc3 3103 
mariadb-10.0_10.0.14-2.dsc
 d8003385fa68af93a15179d89738b792ec0e16b2941cc1098d8c5d8b9250772e 187436 
mariadb-10.0_10.0.14-2.debian.tar.xz
 e49a8d12b67ef05b03bc0b5a475593ea9a66e0ead30b59ed3343afceb3847916 8254890 
libmariadbd-dev_10.0.14-2_amd64.deb
 1145e72b87690b91cd5d66ffbd6727f9201b03080052fa6e7ae485655ecb40bb 14694 
mariadb-common_10.0.14-2_all.deb
 8cdf1edef041c381c816d76f4c209fc43ed1b9c472b30fb25643ba6889af28c6 801340 
mariadb-client-core-10.0_10.0.14-2_amd64.deb
 b556249dfe9eb5ac60e2722fcfa3c0d3f5ffb80eb06d2883ec01dfca6c69a958 1159278 
mariadb-client-10.0_10.0.14-2_amd64.deb
 f8f87260c7c0390f0cf55870db20841b10d282ab9d2cf9cc1ad6b406caf2552b 4193520 
mariadb-server-core-10.0_10.0.14-2_amd64.deb
 5ccfb45dca0c9de0eff12e8b4d9cb6a881040012af7cef9d976557232e001dcf 23874480 
mariadb-test-10.0_10.0.14-2_amd64.deb
 95d526b5f002bdb4ba31082be5b9c389c1f65fcb446ff086cfa0687db0cf3c58 4497474 
mariadb-server-10.0_10.0.14-2_amd64.deb
 591097503bebc46dd21200701281775fd4efac86d922af38f60e46eb2c833e3d 14390 
mariadb-server_10.0.14-2_all.deb
 870edf61b4e5b3902fae0215261cb9a8c4e816cfc1ecbedcc13debcc45694b42 14272 
mariadb-client_10.0.14-2_all.deb
 dc9fd1eca46657e174615f4e56916e26d375be457b3ba0eaa8cb11ea1d2f7640 14202 
mariadb-test_10.0.14-2_all.deb
 82ebd39e7170b50866116f50a98b1ec8a2ff49bdada4d1c346f98ae3ca8ac6bd 325714 
mariadb-connect-engine-10.0_10.0.14-2_amd64.deb
 53ea13c915c6bc5aa6b9502deb25aeb866e54025360b608ea366c568c9035de0 73768 
mariadb-oqgraph-engine-10.0_10.0.14-2_amd64.deb
Files:
 6054c921647c59fc75a1c0e142fa8099 3103 database optional 
mariadb-10.0_10.0.14-2.dsc
 ca229cd79a799797b9b02965e5538821 187436 database optional 
mariadb-10.0_10.0.14-2.debian.tar.xz
 302a3211d90da406ca12177349d4af75 8254890 libdevel optional 
libmariadbd-dev_10.0.14-2_amd64.deb
 a42bdbc4b2e5367e5867dac34cb5137f 14694 database optional 
mariadb-common_10.0.14-2_all.deb
 b96566d8e14a8fc9ae575dd25f150c0c 801340 database optional 
mariadb-client-core-10.0_10.0.14-2_amd64.deb
 4fcf0dff844ecbcfc8b3fc000e9ae3eb 1159278 database optional 
mariadb-client-10.0_10.0.14-2_amd64.deb
 27e8fc73f90d7071dd5ad68dba7f3f33 4193520 database optional 
mariadb-server-core-10.0_10.0.14-2_amd64.deb
 7fff14cca4f37f676b3b42f34229b6a6 23874480 database optional 
mariadb-test-10.0_10.0.14-2_amd64.deb
 28403ad51cf2a673ece1a5e20bed52f2 4497474 database optional 
mariadb-server-10.0_10.0.14-2_amd64.deb
 9593ca2fa6234b2660e843acb776e233 14390 database optional 
mariadb-server_10.0.14-2_all.deb
 d01783d509ad66c5aed46c7c67678e42 14272 database optional 
mariadb-client_10.0.14-2_all.deb
 0e12708db7ab7d042f927f16e097c37f 14202 database optional 
mariadb-test_10.0.14-2_all.deb
 08e8cc0572aa95099a523dac3e4ff391 325714 database optional 
mariadb-connect-engine-10.0_10.0.14-2_amd64.deb
 a5fab7ebb24b95a90d8fe8dac62f544c 73768 database optional 
mariadb-oqgraph-engine-10.0_10.0.14-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJURu/sAAoJEJFk+h0XvV02jMYQAJvEFpe96eqpfyxSE11t49Qj
Y67ee269+nXj4xvae6fdc/fxWFaemkmftjUXAIiLG0ZFMJ1Bv+cITI7Hd4Lx3dZs
xVo0+s8qhrqrRN/fF4+F71RsMVvSpLZzLXvt5+trWhMijdscKToxy+sUZp0KNknP
lWvF+5L8r6h83qSmroVsbEPsxeLQGTlfRDGFzANm7K7Ct1hgFcJcDHL4TtYEK7iO
F4xyWJLxz+Umgp8FL0iXdbaGoL81iNHC9evzmeQsLxSgzH965Cvo6QoHgvy3V7u6
RKvIr+wf2FZy13ekYBaCj8RCBGh0cvrcNd8O7a6oWMt2I71UIA8sPj9lqNzS9oI6
toa04RBa9FqMtISnkZUrqITvFXxsaJk29lJVbP0yUPuGBtVdyv0EoS3AJXrUPvpC
+Ymx134L1dOysG/IkTFFpFGlxDdV5YVFGcegf8xI0ZdTIm/YGHvDgC75T7QHlyTV
ncaffjYz/2V1c7bD/vNWb1Db65d55mwSv+rnKL0CW5kS3SyHHhm0ob95OgpUPlHM
0wLNxWsqvw9G6SBzSF1pk0CO+3vaeKsaTJVtUCOTuvFnuIOHjNyb5A5RpEevAwm/
kdUUVfpbGxNixg2jnIho2ZXNCF6b/yLokcR4ZjLMKl6W75VgmtfKTqpEfIY6vT8a
sDr6vtNgQwCCyd64K0cJ
=SJr2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to