Your message dated Mon, 25 May 2020 17:19:33 +0000
with message-id <[email protected]>
and subject line Bug#958485: fixed in opensmtpd-extras 6.7.1-2
has caused the Debian Bug report #958485,
regarding opensmtpd-extras FTCBFS: uses the build architecture pkg-config
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.)


-- 
958485: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958485
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: opensmtpd-extras
Version: 6.6.0-1
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs

opensmtpd-extras fails to cross build from source, because configure.ac
hard codes the build architecture pkg-config. Please consider using the
upstream macro PKG_PROG_PKG_CONFIG to discover the pkg-config location.
I'm attaching a patch for your convenience.

Helmut
--- opensmtpd-extras-6.6.0.orig/configure.ac
+++ opensmtpd-extras-6.6.0/configure.ac
@@ -1357,6 +1357,8 @@
 	]
 )
 
+PKG_PROG_PKG_CONFIG
+
 #
 # check for python
 #
@@ -1425,12 +1427,9 @@
 LUA_LDFLAGS=
 if test x"${need_lua}" = x"yes"; then
    LUA_CONFIG=
-   for path in /usr/local/bin /usr/bin; do
-	if test -f ${path}/pkg-config; then
-		LUA_CONFIG=${path}/pkg-config
-		break
-	fi
-   done
+   if test "x$PKG_CONFIG" != x; then
+	LUA_CONFIG=$PKG_CONFIG
+   fi
 
    # if lua provided --with-lua, override
    if test x"${with_lua}" != x""; then
@@ -1471,12 +1470,9 @@
 REDIS_LDFLAGS=
 if test x"${need_redis}" = x"yes"; then
    REDIS_CONFIG=
-   for path in /usr/local/bin /usr/bin; do
-	if test -f ${path}/pkg-config; then
-		REDIS_CONFIG=${path}/pkg-config
-		break
-	fi
-   done
+   if test "x$PKG_CONFIG" != x; then
+	REDIS_CONFIG=$PKG_CONFIG
+   fi
 
    # if redis provided --with-redis, override
    if test x"${with_hiredis}" != x""; then

--- End Message ---
--- Begin Message ---
Source: opensmtpd-extras
Source-Version: 6.7.1-2
Done: Ryan Kavanagh <[email protected]>

We believe that the bug you reported is fixed in the latest version of
opensmtpd-extras, 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.
Ryan Kavanagh <[email protected]> (supplier of updated opensmtpd-extras 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: Mon, 25 May 2020 12:56:51 -0400
Source: opensmtpd-extras
Architecture: source
Version: 6.7.1-2
Distribution: unstable
Urgency: medium
Maintainer: Ryan Kavanagh <[email protected]>
Changed-By: Ryan Kavanagh <[email protected]>
Closes: 958485
Changes:
 opensmtpd-extras (6.7.1-2) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Repository, Repository-Browse.
 .
   [ Ryan Kavanagh ]
   * Allow cross-building, 08_cross.patch.
     Thanks to Helmut Grohne <[email protected]> (Closes: #958485)
   * Let gbp-dch parse meta information
Checksums-Sha1:
 15fdeb059ab10657c38932e16dc269d9d85d96f3 3107 opensmtpd-extras_6.7.1-2.dsc
 45075b743a1a35c690823553b5e70e5a7d3563d1 548792 
opensmtpd-extras_6.7.1.orig.tar.gz
 d19ae922e60f17ea90b51b29d6d4acd07cb73b78 8256 
opensmtpd-extras_6.7.1-2.debian.tar.xz
 2c0cba8891c9f4c5f3effea1039ce68e414483d1 9563 
opensmtpd-extras_6.7.1-2_source.buildinfo
Checksums-Sha256:
 5f5056bdc356d662df13cd7e344ca98d75e4fb458a4fb6ca7ef2c83c4df3d060 3107 
opensmtpd-extras_6.7.1-2.dsc
 f84385559a8bb366b2fe25d8b1f78c108f07cc15992350171569d7bdc2e935ac 548792 
opensmtpd-extras_6.7.1.orig.tar.gz
 d1e10936e2217b911001e25edd5f135d3a623bf747b4d7bd0602ad72afa68679 8256 
opensmtpd-extras_6.7.1-2.debian.tar.xz
 bdbf9acfbbafa91bca09e35eae84096eab0543d0a14c2d3874a589e4f6cbf403 9563 
opensmtpd-extras_6.7.1-2_source.buildinfo
Files:
 38b25c9b31f9ebefdc50884969ee5ed4 3107 mail optional 
opensmtpd-extras_6.7.1-2.dsc
 2e84b07cbd6b629d47e079615c98cd43 548792 mail optional 
opensmtpd-extras_6.7.1.orig.tar.gz
 9fc6fe33cce74a0ea3fb5ca37912083e 8256 mail optional 
opensmtpd-extras_6.7.1-2.debian.tar.xz
 14f6359d920ea46f21c13db044fcc91c 9563 mail optional 
opensmtpd-extras_6.7.1-2_source.buildinfo

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

iQVDBAEBCgAtFiEETkaVGe1ndzQmj72Vj3v4/EoRyXoFAl7L+PUPHHJha0BkZWJp
YW4ub3JnAAoJEI97+PxKEcl6DQgn/3cdAO8CNmk0Rnp8I2aAQR7czzxN3CObzrQg
OhJFbOMKDDQw7OuDC3Vvta6QsRq2XdwiJ2dhMbcKJCmILmlRc8emVxGDqp0vX3BW
eYMBdrJQ0gpuKhRaj2m8n5AVogF82Vn9T+1LGzbwu/idWG8sJn2l6BZ4p/+Bbo2D
Z41vGi76o+6+9LX7MpFmmre+jMt3wP+ElgLEUA3hE9JzB6zKjHS71/rbNuTY3S4L
eXEcS7Prg3PvGfqungosO3HW/tgn3F5Nz6JgiObRdjDb1SapjE4ogNIej0DaNsUQ
LY27EbXLdL/Wt5AEU9Sqr+Sq47YFNX6SxrLxxU29OS/2fjnRbIiiQCa18eLAA2yF
hsV2V5AWM3lUFtwwWfdG844aur4u/wG0c/SVpFSbBfh8oW8ixu5968f6RhKV2uFQ
AN/Q28TxK8ezTUvs3h+6oaeTPN0yxAjK8AM4dbnIOf3KJb2KdSM66dlpOoyftFTa
r72u/ma8kMW7zMkvzRSa/F74rinH9GXkTiYAv+9YQUe/BJRUKn0K2bUM7tqsdFOs
AxJPLyP2zxO3N7iyv0Cm9+eJnGg0z95ygb+pRQJ+VqGyDprZyx2YV+trq1+93q8z
uZH6gPl4GBRLFyZsz/eejWd5qQNw0b6HEGtvUH4+s1/nfmIljqawHxPPXVBcZa8I
Hie1niYx04SkyZkK4t9uYDnOfL88eHjYjHOnGwTUe22/yjJyTIpeX5jWHCAsLJTf
sY7Y3Vkxl0tj/Wtpf62Q3n8278jEWkh2qkJyy1CJ5thghXdzm3rDjNuaaBj7E6U4
rXxLuO7hE5EnznTRBjAN6gzTm1ySzFFrlZnB8nG+rliD5n40SGHuav0E1qVX/NFs
0NuHJP8Ucs9mMFKuKF0r8fV0fTfyJKU1rhSAGWiWrW6hZTvlWU1xOlTRlhSlBOuz
D4TlEFEaQSMF92hGfRVMGJQqep982NhHluYV/iJbOpJl4XhXbmFjErayBr+8BWw6
nnprLxuf2r5UIX0v9ss3JV48bCBkqPW8sMibLrQbMvFIHRZQPm5R7hM+KGYs1huW
xfaGTcD8HIcOJWB2kpBcfn5X+WSdC19FKO/LMgOqGIKksfcPuyV2bbvsCtOAd2r2
odeDZ1KMv6xQbECSwMhSRQ8FjUCWnAIothtg3mZYm45Gsova/DHnlz1mQcM9l8I5
wIN7pR/w7eimWsHAYsvRKwt3PxuAMFpdI5e7vS68UgHoTNeZ/9XbSvJ9/Mx38TJp
1+O+x4eDtfSdmuCt++2nqV0N+5htXwq7+7QjRs8dxog86yZJhCvCF26KDJWQaVB8
1zCCIntvRuYU/VMOgrUXFg+PHu1YKoB1mtvVxHbfmL8KSUh5J9clF4anXiD8c2Z4
XDLuCqB6gkz0ALsYeFXEeT3OH7gzVUZ6SwA9QScI8FPvUQyd4lDkKa6XTrXNR0S7
U80JqbwBwTeB2RPErzDISKVnDKI2hGr1EBOm0559ff/MOZLTyYeeyE8s/GN5CDZO
CWxXQAwXOKTHrKHBRPLAG466e290tG5zcnAYz95yVnz4HAu4YJ3ewgdZOkRh6nBR
cBTRkphmJ8shKmYRrP1eGLNLsVrJ5ZWOzTYWTi8i0O1msA7H4E6sF6cqOkuZKTEy
QLAyVEC3iY7oIV+Lxg/jO1XMkBLb/0rKEo7St0K5zzOH44sjn617iaBebO61bplf
iyO54okT
=XUfp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to