Your message dated Tue, 21 May 2019 13:18:40 +0000
with message-id <[email protected]>
and subject line Bug#928880: fixed in notmuch-addrlookup 9-2
has caused the Debian Bug report #928880,
regarding notmuch-addrlookup 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.)


-- 
928880: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928880
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: notmuch-addrlookup
Version: 9-1
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap

notmuch-addrlookup fails to cross build from source, because it hard
codes the build architecture pkg-config. Making pkg-config substitutable
is sufficient for making notmuch-addrlookup cross buildable. Please
consider applying the attached patch.

Helmut
--- notmuch-addrlookup-9.orig/Makefile
+++ notmuch-addrlookup-9/Makefile
@@ -3,8 +3,9 @@
 # Adrian Perez, 2014-01-06 12:23
 #
 
-GLIB_CFLAGS := $(shell pkg-config glib-2.0 --cflags)
-GLIB_LDLIBS := $(shell pkg-config glib-2.0 --libs)
+PKG_CONFIG ?= pkg-config
+GLIB_CFLAGS := $(shell $(PKG_CONFIG) glib-2.0 --cflags)
+GLIB_LDLIBS := $(shell $(PKG_CONFIG) glib-2.0 --libs)
 
 OPTFLAGS ?= -O2
 LDLIBS  += -lnotmuch $(GLIB_LDLIBS)

--- End Message ---
--- Begin Message ---
Source: notmuch-addrlookup
Source-Version: 9-2

We believe that the bug you reported is fixed in the latest version of
notmuch-addrlookup, 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.
Raphaël Hertzog <[email protected]> (supplier of updated notmuch-addrlookup 
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: Tue, 21 May 2019 14:59:19 +0200
Source: notmuch-addrlookup
Architecture: source
Version: 9-2
Distribution: unstable
Urgency: medium
Maintainer: Sophie Brun <[email protected]>
Changed-By: Raphaël Hertzog <[email protected]>
Closes: 928880
Changes:
 notmuch-addrlookup (9-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/rules: Remove trailing whitespaces
 .
   [ Sophie Brun ]
   * Add a patch to fix cross build (Closes: #928880)
Checksums-Sha1:
 a53d0c97f8ff4d01523d8a2d5c7219e45c422a5f 1677 notmuch-addrlookup_9-2.dsc
 19f9f1ede080a9da7e25bad8a9a5c86c38b0a99a 3764 
notmuch-addrlookup_9-2.debian.tar.xz
 a1a8f8a4c3c7649f86efe732ac8417e705e503bb 5407 
notmuch-addrlookup_9-2_source.buildinfo
Checksums-Sha256:
 40f83f10130da8d706085908cedb024b0ee9a531b24a407cc93ee6807263ccde 1677 
notmuch-addrlookup_9-2.dsc
 e1a18fef182bba0a4171b3ff50a9b71a8592ceeb99529db4cc17d33e995d7d48 3764 
notmuch-addrlookup_9-2.debian.tar.xz
 eb3f1a48fcc1ba580f59ea7118a3bc2631f6bf0ecc48d2225066c01d9a2e305e 5407 
notmuch-addrlookup_9-2_source.buildinfo
Files:
 717a7b03e2583f7507903d18b8225a18 1677 utils optional notmuch-addrlookup_9-2.dsc
 124c60619de20d125195d701e06c6723 3764 utils optional 
notmuch-addrlookup_9-2.debian.tar.xz
 4dfe893d412844072e750f5f531c7281 5407 utils optional 
notmuch-addrlookup_9-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAlzj9s4ACgkQA4gdq+vC
mrm+5QgArFzIiCwFMoSJwRJQEE6aLI8DEC0grZjY5RJvIgANaOKqmgc9QlwS9O+L
nz+wgXpDXYxUPeNdhjr42ophMvEzDPSghr2RYCQrMJlgO44L7++s6CoQHeRkfdm+
DvYDN7u05x/fVk6IT0DqlT1q4F/rmLISDMi7yzG87b4i9MAmK6DxVouyztdw/DRm
bb3fg2K8cy9W7wOXPswqshD0QZ+6W1ZKW/BqlAXYR2XV2vxoVwZtw6H9vkJyuuTy
UwueO7llLPzYp9HBl3ERkuAAx7jhvkg8t1DtQCdPEoYQoS/k8ayWKvCRBVdvL69G
Au2JFaDPfjFm8bgWYJ5T7kWf8rAYyg==
=bThS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to