Your message dated Mon, 31 Dec 2018 17:51:40 +0000
with message-id <e1ge1j2-0006ac...@fasolo.debian.org>
and subject line Bug#917266: fixed in mariadb-10.3 1:10.3.11-3
has caused the Debian Bug report #917266,
regarding "Compatibility symlink to /usr/include/mysql/mysql.h vanished"
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 ow...@bugs.debian.org
immediately.)


-- 
917266: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917266
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: default-libmysqlclient-dev
Version: 1.0.4
Severity: grave
Justification: renders package unusable

<mysql.h> no longer found.

Since mariadb10.3 became the default this no longer works:

#include <mysql.h>

It has to be changed to:

#include <mariadb/mysql.h>

You can experience this for yourself by rebuilding postfix, seeing it fail:

gcc -fPIC -I. -I../../include -DDEBIAN -DHAS_PCRE -DHAS_LDAP -DUSE_LDAP_SASL 
-DHAS_SQLITE -DMYORIGIN_FROM_FILE -DHAS_CDB -DHAS_LMDB -DHAS_MYSQL 
-I/usr/include/mysql -DHAS_PGSQL -I/usr/include/postgresql -DHAS_SQLITE 
-I/usr/include -DHAS_SSL -I/usr/include/openssl -DUSE_SASL_AUTH 
-I/usr/include/sasl -DUSE_CYRUS_SASL -DUSE_TLS -I/usr/include -DHAS_DEV_URANDOM 
-DDEF_DAEMON_DIR=\"/usr/lib/postfix/sbin\" 
-DDEF_HTML_DIR=\"/usr/share/doc/postfix/html\" 
-DDEF_MANPAGE_DIR=\"/usr/share/man\" 
-DDEF_README_DIR=\"/usr/share/doc/postfix\" -DUSE_DYNAMIC_LIBS 
-DUSE_DYNAMIC_MAPS -Wmissing-prototypes -Wformat -Wno-comment -fPIC -g -O2 -I. 
-I../../include -DLINUX3 -c dict_ldap.c
gcc -shared -Wl,--enable-new-dtags -Wl,-rpath,/usr/lib/postfix -o 
postfix-ldap.so dict_ldap.o -lldap -llber -L../../lib -L. -lpostfix-util 
-lpostfix-global
gcc -fPIC -I. -I../../include -DDEBIAN -DHAS_PCRE -DHAS_LDAP -DUSE_LDAP_SASL 
-DHAS_SQLITE -DMYORIGIN_FROM_FILE -DHAS_CDB -DHAS_LMDB -DHAS_MYSQL 
-I/usr/include/mysql -DHAS_PGSQL -I/usr/include/postgresql -DHAS_SQLITE 
-I/usr/include -DHAS_SSL -I/usr/include/openssl -DUSE_SASL_AUTH 
-I/usr/include/sasl -DUSE_CYRUS_SASL -DUSE_TLS -I/usr/include -DHAS_DEV_URANDOM 
-DDEF_DAEMON_DIR=\"/usr/lib/postfix/sbin\" 
-DDEF_HTML_DIR=\"/usr/share/doc/postfix/html\" 
-DDEF_MANPAGE_DIR=\"/usr/share/man\" 
-DDEF_README_DIR=\"/usr/share/doc/postfix\" -DUSE_DYNAMIC_LIBS 
-DUSE_DYNAMIC_MAPS -Wmissing-prototypes -Wformat -Wno-comment -fPIC -g -O2 -I. 
-I../../include -DLINUX3 -c dict_mysql.c
dict_mysql.c:171:10: fatal error: mysql.h: No such file or directory
 #include <mysql.h>
          ^~~~~~~~~
compilation terminated.

And then changing src/global/dict_mysql.c line 171

Alternately, I could update the include path, I guess, but isn't approximately
the whol point of providing a generic default so that every package in
Debian doesn't have to change when the default changes?

Scott K

--- End Message ---
--- Begin Message ---
Source: mariadb-10.3
Source-Version: 1:10.3.11-3

We believe that the bug you reported is fixed in the latest version of
mariadb-10.3, 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 917...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otto Kekäläinen <o...@debian.org> (supplier of updated mariadb-10.3 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Mon, 31 Dec 2018 16:39:33 +0200
Source: mariadb-10.3
Binary: libmariadb-dev libmariadb-dev-compat libmariadb3 libmariadbclient18 
libmariadbd19 libmariadbd-dev mariadb-common mariadb-client-core-10.3 
mariadb-client-10.3 mariadb-server-core-10.3 mariadb-server-10.3 mariadb-server 
mariadb-client mariadb-backup mariadb-plugin-connect mariadb-plugin-rocksdb 
mariadb-plugin-oqgraph mariadb-plugin-tokudb mariadb-plugin-mroonga 
mariadb-plugin-spider mariadb-plugin-gssapi-server mariadb-plugin-gssapi-client 
mariadb-plugin-cracklib-password-check mariadb-test mariadb-test-data
Architecture: source
Version: 1:10.3.11-3
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers <pkg-mysql-ma...@lists.alioth.debian.org>
Changed-By: Otto Kekäläinen <o...@debian.org>
Description:
 libmariadb-dev - MariaDB database development files
 libmariadb-dev-compat - MariaDB Connector/C, compatibility symlinks
 libmariadb3 - MariaDB database client library
 libmariadbclient18 - Virtual package to satisfy external libmariadbclient18 
depends
 libmariadbd-dev - MariaDB embedded database, development files
 libmariadbd19 - MariaDB embedded database, shared library
 mariadb-backup - Backup tool for MariaDB server
 mariadb-client - MariaDB database client (metapackage depending on the latest 
vers
 mariadb-client-10.3 - MariaDB database client binaries
 mariadb-client-core-10.3 - MariaDB database core client binaries
 mariadb-common - MariaDB common metapackage
 mariadb-plugin-connect - Connect storage engine for MariaDB
 mariadb-plugin-cracklib-password-check - CrackLib Password Validation Plugin 
for MariaDB
 mariadb-plugin-gssapi-client - GSSAPI authentication plugin for MariaDB client
 mariadb-plugin-gssapi-server - GSSAPI authentication plugin for MariaDB server
 mariadb-plugin-mroonga - Mroonga storage engine for MariaDB
 mariadb-plugin-oqgraph - OQGraph storage engine for MariaDB
 mariadb-plugin-rocksdb - RocksDB storage engine for MariaDB
 mariadb-plugin-spider - Spider storage engine for MariaDB
 mariadb-plugin-tokudb - TokuDB storage engine for MariaDB
 mariadb-server - MariaDB database server (metapackage depending on the latest 
vers
 mariadb-server-10.3 - MariaDB database server binaries
 mariadb-server-core-10.3 - MariaDB database core server files
 mariadb-test - MariaDB database regression test suite
 mariadb-test-data - MariaDB database regression test suite - data files
Closes: 863675 886853 895461 917266 917395
Changes:
 mariadb-10.3 (1:10.3.11-3) unstable; urgency=low
 .
   [ Otto Kekäläinen ]
   * Use sst_dump from package rocksdb-tools (Closes: #886853)
   * Remove wsrep_sst_xtrabackup(-v2) already deprecated in upstream
   * Make gitlab-ci.yml upgrade test specifically run mariadb-server-10.1->10.3
   * Fix upstream RocksDB patch to fix Lintian complaints about source code
   * Drop the MIPS Innobase patch that it is already fixed upstream
   * Extend gitlab-ci.yml to test libmysql* interactions
   * Ensure libmariadbd19 does not breaks/replace anything
   * Make libmariadb-dev-compat break what is replaces
   * Make libmariadb-dev breaks/replaces libmysqlclient-dev (Closes: #863675)
   * Update Dutch translation by Frans Spiesschaert (Closes: #895461)
 .
   [ Faustin Lammler ]
   * Fix 2 typo error in README contributor
   * Lintian some complaints
 .
   [ Helge Deller ]
   * Skip failing test on HPPA, it's not too important (Closes: #917395)
 .
   [ Scott Kitterman ]
   * Update libmariadb-dev.links to restore /usr/include/mysql compatibility
     symlinks lost when the default switched from 10.1 to 10.3 (Closes: #917266)
Checksums-Sha1:
 b5263d6135ecd393c8ef445b6a0dd0418bf0b594 4472 mariadb-10.3_10.3.11-3.dsc
 c9a3e66ace787664f8bf1705fadfdccd5d40e973 273120 
mariadb-10.3_10.3.11-3.debian.tar.xz
 7f9f5dbcf140af919825ff9f37b2dc33c5fdf4f4 9028 
mariadb-10.3_10.3.11-3_source.buildinfo
Checksums-Sha256:
 7a4f087cb06a881939f8d72946cd226bbfc3347acd18de9724b4a589379413a0 4472 
mariadb-10.3_10.3.11-3.dsc
 ca689445c3472dbe6d0767eb04326e1e88254b751dc14834354e958fcc6f80f0 273120 
mariadb-10.3_10.3.11-3.debian.tar.xz
 314b8fc8e6c34cf2d8e3f687bdf9989e898cd310db1a9dc8920dbab52c025d50 9028 
mariadb-10.3_10.3.11-3_source.buildinfo
Files:
 2f1c1447a6afc64d2cec0aa4684ff78d 4472 database optional 
mariadb-10.3_10.3.11-3.dsc
 a47700860854dc534cab7b5eeb4d8e16 273120 database optional 
mariadb-10.3_10.3.11-3.debian.tar.xz
 0e051e0597613aa1c8e29c44cdd5b6c6 9028 database optional 
mariadb-10.3_10.3.11-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAlwqKsYACgkQvthEn87o
2ojrkxAAh63OcBlrBOoll0IEi1gItGRSd8ta7+CgAU4X2xklr8wc0GUO3TD9CxZv
zLCtAtLoEoRxj0v/rlGVCdMmK0I4+1CjrIDVyMU8kojX0Df9KQWGrUxlou3X50J2
ezT2iO0VIh9vSU48ow9XCl4pZUFFEdIctmzHf8RKQYqZovZVFE3cxBEymaNr9qoP
7AyPMLppFlOR7QZbglruk+QJ5LWGyLwq5kkcfBIqJWSFM3pDPSEV5nDbbe40OFpd
0XIM68JdxekOPwxIRv7Y2cUWFFMTqWZOXez9yrAnFuFp+tZb4HwHHrLs+h+mASjm
5vVZ9n4jVvzcdrQjof39RpgvGPqtTgAsCmgYBdwh0XNWuVkzAQgCv2wk0455iI1z
N2lREAltADzp1UTKXqXKOugnaQWCtBIo1hEOzC2AO8/Na74LEla4FGNW7uIomGO2
xKjBoSqhS5WJuqg4KKGGWLWDnQnswjZTw5bbgPB61kB6qBxUmDkby17g8xx15680
AXgyYdigLfEfwxptwrs/60jLOKpkccj54WUPZPihdTh7hrPhjxbssJyDYeaWKWtF
Nmk5Pf0D0sB9I9CcJv4ccm9asO9k4XTzBHAKjB3i4VNa8pO8YZJfA6aibyskArmA
Z5+dlLSwx+0W38Kf5A94TY5O1HOSyYkKSTFF83Bm2XO1/qvYnyU=
=zK+1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to