Your message dated Sun, 23 Dec 2018 11:04:18 +0000
with message-id <[email protected]>
and subject line Bug#912091: fixed in netatalk 2.2.6-3
has caused the Debian Bug report #912091,
regarding netatalk FTCBFS: fails to find Berkeley DB
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.)
--
912091: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912091
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: netatalk
Version: 2.2.6-1
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap
The cross compilation specific Berkeley DB detection code in netatalk
does not work on systems with a multiarch path layout (such as Debian).
Consequently, a cross build fails to find Berkeley DB. The attached
patch removes assumptions on the filesystem layout by leveraging
AC_CHECK_LIB. After applying it (and autoreconfing), netatalk cross
builds successfully. Please consider applying it.
Helmut
--- netatalk-2.2.6.orig/macros/db3-check.m4
+++ netatalk-2.2.6/macros/db3-check.m4
@@ -63,20 +63,13 @@
],[
AC_MSG_RESULT(no)
],[
- bdblibs=`ls $bdblibdir/lib$lib.* 2>/dev/null`
- for bdblib in $bdblibs ; do
- echo "Testing for lib file $bdblib" >&AS_MESSAGE_LOG_FD
- if test -f "$bdblib" ; then
- AC_MSG_RESULT([yes (cross-compiling)])
- atalk_cv_bdb_version="yes"
- atalk_cv_lib_db="-l$lib"
- break
- fi
- done
- if test "x$atalk_cv_bdb_version" = "xyes" ; then
- break
- fi
- AC_MSG_RESULT([no (cross-compiling)])
+ AC_CHECK_LIB([$lib],[db_version],[
+ AC_MSG_RESULT([yes (cross-compiling)])
+ atalk_cv_bdb_version=yes
+ atalk_cv_lib_db="-l$lib"
+ ],[
+ AC_MSG_RESULT([no (cross-compiling)])
+ ])
])
done
LIBS="$savedlibs"
--- End Message ---
--- Begin Message ---
Source: netatalk
Source-Version: 2.2.6-3
We believe that the bug you reported is fixed in the latest version of
netatalk, 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.
Jonas Smedegaard <[email protected]> (supplier of updated netatalk 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: Sun, 23 Dec 2018 11:48:52 +0100
Source: netatalk
Binary: netatalk netatalk-dbg
Architecture: source
Version: 2.2.6-3
Distribution: unstable
Urgency: high
Maintainer: Debian Netatalk team <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Description:
netatalk - AppleTalk user binaries
netatalk-dbg - Debug symbols for netatalk
Closes: 912091
Changes:
netatalk (2.2.6-3) unstable; urgency=high
.
* Regenerate autotools during build.
Really closes: Bug#912091. Thanks (again!) to Helmut Grohne.
* Set urgency=high due to previously fixed CVE-2018-1160.
Checksums-Sha1:
9221670af80ec340fdb3adac211ea95e02934b16 2276 netatalk_2.2.6-3.dsc
9266ae235219953623334d1f0ae6388ad7296876 47492 netatalk_2.2.6-3.debian.tar.xz
8244d2592a1e1a8e9e4a46ca9006cd292eb34973 7379 netatalk_2.2.6-3_amd64.buildinfo
Checksums-Sha256:
fab3d64ae1731d5057519bc1120daa6f473af1d2ac15ce10ef8373de7c4cd8c9 2276
netatalk_2.2.6-3.dsc
278e6b57692ce77b165828c0b990e8b7103f1bc24d64d693fd567db9ad3a67a6 47492
netatalk_2.2.6-3.debian.tar.xz
bc50529ad764ad10d589b7ae20c91996990df011f865d333a19aa2f2cc9777de 7379
netatalk_2.2.6-3_amd64.buildinfo
Files:
8229dfffebd87a75dbc347db88ae823e 2276 net optional netatalk_2.2.6-3.dsc
270e7e504709f9826f9f7356d206bade 47492 net optional
netatalk_2.2.6-3.debian.tar.xz
7231bde44d4803bb7c887f03deacaa9b 7379 net optional
netatalk_2.2.6-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlwfaOAACgkQLHwxRsGg
ASF/IQ//Z1gBlJBYDMFE/CR+4JhW6zQMOzX3dyyjDkdTTTpsdACUaMkPhdNqJrmj
TQ9EX4d54FxVjSeKL+Bnzz4em0G+jH/p8YxLIqtpR7bp1j3QTxFA34V2g0/lq9XT
k0+0fZ7CjkJNckHa6iJ/d9FbqLKjhwmlH9KaAjOBXiPspyhd87Cf7mpIKsXI1hCR
15Mw5cvc3NAqkBIg9YIuukhvjsjWe4xqLBP8B256JPFiiebOj5ZZghTzvb5uHXjB
HXLTz34QVS71XOJ56koog1Lzh3UM8YVJGvnguWba4ewihIf44wVGxUWUspp0Iubn
VMGYnkSpMH2C9DJLsZP3Hpr7qDKix0mTdFvFgPhXjk0wYBWsgFZVRH8RTh+V7YdR
HibuTSigzm1d8dsDmWa3Tbh1Wv9IA/k6gOVk/DU5C5ydntZVH9vr+uB7SFn8aZRx
CT4aujQlT0VhCUS8f86J/kYLB84LGImEwrqPZx7tizqSeH/BJY5R30yxLqj4Cziz
Lx9VaAi/Y37WVS7ypnXwR5kcXD5hh2m7YvNtZLWs043jNW6eTkBvvM+Z/p+45D2f
v7n3xSStcarlJmiVXnjVHZgAfM7jyV1Nj8FO/3798DiuTNuO88nv24RkVc6rsdM6
SAUtM4v2A0psUR7y9ozRdeZuBpS7i596FpIY88jjIkgstIOlULA=
=Z1HZ
-----END PGP SIGNATURE-----
--- End Message ---