Your message dated Mon, 26 Dec 2016 19:24:43 +0100
with message-id
<cafx5sbyej369ctnci_nummlkocuvygbftd0eobke5qboaeg...@mail.gmail.com>
and subject line Re: [Pkg-samba-maint] Bug#849296: libsmbclient-dev: Incorrect
version (0.2.1 instead of 4.2.14) in pkgconfig/smbclient.pc
has caused the Debian Bug report #849296,
regarding libsmbclient-dev: Incorrect version (0.2.1 instead of 4.2.14) in
pkgconfig/smbclient.pc
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.)
--
849296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849296
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libsmbclient-dev
Version: 2:4.2.14+dfsg-0+deb8u2
Severity: important
Hello, Debian maintainers.
-- Steps to reproduce:
$ apt-get install -y libsmbclient-dev pkg-config
$ pkg-config --cflags --libs 'smbclient >= 4.0'
Requested 'smbclient >= 4.0' but version of smbclient is 0.2.1
You may find new versions of smbclient at http://www.samba.org/
$ pkg-config --modversion smbclient
0.2.1
-- Expected output:
$ pkg-config --cflags --libs 'smbclient >= 4.0'
-I/usr/include/samba-4.0 -lsmbclient
$ pkg-config --modversion smbclient
4.2.14
-- Patch:
--- /usr/lib/x86_64-linux-gnu/pkgconfig/smbclient.pc 2016-12-17
20:07:34.000000000 +0000
+++ smbclient.pc 2016-12-24 22:26:04.517089847 +0000
@@ -5,7 +5,7 @@
Name: smbclient
Description: A SMB library interface
-Version: 0.2.1
+Version: 4.2.14
Libs: -L${libdir} -lsmbclient
Cflags: -I${includedir}
URL: http://www.samba.org/
-- System Information:
Debian Release: 8.6
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.8.13-1-ARCH (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect
Versions of packages libsmbclient-dev depends on:
ii dpkg 1.17.27
ii libsmbclient 2:4.2.14+dfsg-0+deb8u2
libsmbclient-dev recommends no packages.
libsmbclient-dev suggests no packages.
-- no debconf information
Additional notes:
- Debian is running in Docker container but it doesn't change anything for
this bug.
--
Best regards,
Konstantin Gribov
--- End Message ---
--- Begin Message ---
Version: 2:4.2.14+dfsg-0+deb8u2
2016-12-25 18:49 GMT+01:00 Konstantin Gribov <[email protected]>:
> Sorry folks, I take it back.
>
> They are exposing ABI version instead of Samba version, so Debian
> `libsmbclient-dev` is perfectly OK.
> Issue can be closed. I'll take care of that on my side and will look for
> ways to improve it in Samba docs.
OK. Closed.
--
Mathieu
--- End Message ---