Your message dated Tue, 7 Aug 2018 10:03:20 +0900
with message-id <[email protected]>
and subject line Re: [debian-mysql] Bug#890966: libmariadb-dev: mysql_config
doesn't accept arguments
has caused the Debian Bug report #890966,
regarding libmariadb-dev: mysql_config doesn't accept arguments
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.)
--
890966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890966
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmariadb-dev
Version: 10.3.0-0+exp2
Severity: normal
/usr/bin/mysql_config doesn't accept arguments.
Expected:
$ /usr/lib/x86_64-linux-gnu/mysql_config --cflags
-I/usr/include/mysql -I/usr/include/mysql/..
Actual:
$ mysql_config --flags
Usage: /usr/lib/x86_64-linux-gnu/mysql_config [OPTIONS]
Options:
--cflags [-I/usr/include/mysql -I/usr/include/mysql/.. ]
--include [-I/usr/include/mysql -I/usr/include/mysql/..]
--libs [-L/usr/lib/x86_64-linux-gnu -lmariadb]
--libs_r [-L/usr/lib/x86_64-linux-gnu -lmariadb]
--plugindir [/usr/lib/x86_64-linux-gnu/mariadb3/plugin]
--socket [/var/run/mysqld/mysqld.sock]
--port [0]
--version [10.3.0]
--libmysqld-libs [-L/usr/lib/x86_64-linux-gnu -lmysqld -lpthread -lz
-lm -ldl -lpcre -lcrypt -laio]
--variable=VAR VAR is one of:
pkgincludedir [/usr/include/mysql]
pkglibdir [/usr/lib/x86_64-linux-gnu]
plugindir [/usr/lib/x86_64-linux-gnu/mariadb3/plugin]
It's caused by the wrapper script for the actual mysql_config:
% cat /usr/bin/mysql_config
#!/bin/sh
exec /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/$(basename $0)
"$@" should be added to the tail of the command.
Probably #881073 is triggered by the same cause with it.
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages libmariadb-dev depends on:
ii libc6 2.26-6
ii libmariadb3 10.3.0-0+exp2
ii zlib1g-dev 1:1.2.8.dfsg-5
libmariadb-dev recommends no packages.
libmariadb-dev suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: libmariadb-dev-compat
Version: 1:3.0.6-1
I confirmed that the issue is already fixed.
Thanks!
On 2018年08月05日 01:41, Otto Kekäläinen wrote:
Control: tags -1 moreinfo
Hello!
You have used an version from experimental that was badly packaged and
not intended for wider use.
Can you please confirm if this issue is present in the latest
libmariadb3 et al in Debian sid?
--- End Message ---