Your message dated Thu, 25 Jul 2019 21:19:13 +0000
with message-id <[email protected]>
and subject line Bug#933023: fixed in bmusb 0.7.4-4
has caused the Debian Bug report #933023,
regarding bmusb 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.)


-- 
933023: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933023
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: bmusb
Version: 0.7.4-4
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs

bmusb fails to cross build from source, because the upstream Makefile
hard codes the build architecture pkg-config. After making it
substitutable, bmusb cross builds successfully. Please consider applying
the attached patch.

Helmut
--- bmusb-0.7.4.orig/Makefile
+++ bmusb-0.7.4/Makefile
@@ -1,5 +1,6 @@
-CXXFLAGS := -std=gnu++14 -O2 -Wall -I. -g $(shell pkg-config libusb-1.0 --cflags) -pthread
-LDFLAGS := $(shell pkg-config libusb-1.0 --libs) -pthread
+PKG_CONFIG ?= pkg-config
+CXXFLAGS := -std=gnu++14 -O2 -Wall -I. -g $(shell $(PKG_CONFIG) libusb-1.0 --cflags) -pthread
+LDFLAGS := $(shell $(PKG_CONFIG) libusb-1.0 --libs) -pthread
 AR := ar
 LN := ln
 RANLIB := ranlib

--- End Message ---
--- Begin Message ---
Source: bmusb
Source-Version: 0.7.4-4

We believe that the bug you reported is fixed in the latest version of
bmusb, 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.
Steinar H. Gunderson <[email protected]> (supplier of updated bmusb 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: SHA256

Format: 1.8
Date: Thu, 25 Jul 2019 23:02:40 +0200
Source: bmusb
Architecture: source
Version: 0.7.4-4
Distribution: unstable
Urgency: medium
Maintainer: Steinar H. Gunderson <[email protected]>
Changed-By: Steinar H. Gunderson <[email protected]>
Closes: 933023
Changes:
 bmusb (0.7.4-4) unstable; urgency=medium
 .
   * support-external-pkg-config.diff: New patch from Helmut Grohne,
     adds support for overriding pkg-config (for cross-compilation).
     (Closes: #933023)
Checksums-Sha1:
 c5b1ce4490ee745c69483eb2d27618becf3045f6 1734 bmusb_0.7.4-4.dsc
 fdd558f265a05c27eaf5b15f820193b3746bdd57 3248 bmusb_0.7.4-4.debian.tar.xz
 713c84e6506c2f69d7d499ddf7cf0649df994bd5 5953 bmusb_0.7.4-4_amd64.buildinfo
Checksums-Sha256:
 7a8c29ab9b0e3398fbf0d2ef4d045ebd086c7a638b048a69d4a53c4115ebc275 1734 
bmusb_0.7.4-4.dsc
 0894bdb5a7adff1b295b3710fe9177f01bd5f22792af6c353bbc7004c74cc756 3248 
bmusb_0.7.4-4.debian.tar.xz
 de66556eb063f971619c17b8f441a425d5d5132796e79807ff095a98129cb615 5953 
bmusb_0.7.4-4_amd64.buildinfo
Files:
 c2d891e35643e9fa3fe3c909430a64d6 1734 libs optional bmusb_0.7.4-4.dsc
 5d703a6f219e877dfe48b3aeba7e4f32 3248 libs optional bmusb_0.7.4-4.debian.tar.xz
 41ffea71f9dc6297b8f9c0b5d6ab1d95 5953 libs optional 
bmusb_0.7.4-4_amd64.buildinfo

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

iQIyBAEBCAAdFiEEwukAT/AowY5OrduDf2F1YXeXj3YFAl06GZYACgkQf2F1YXeX
j3YkXw/4yaJLngX1ew8BAsfzzm9GGxzjeh8ERDLrlV3sW0uuLWip8g9zk0fbcNu0
BG+ZKljBJpimwyTAznvATR8xqF5Va2EzI4dXUbe1Q/oyuRL2mIYEi1TchEll31rY
RKJ6D8Tk5qnAzOqkD4sM1W7IPAuKFMGA113OxmPPvx5aEajn+O+2mdW02z3JzWp6
KqmV1y2PZiqJUE8KX4aYAIkr8tksCmlCVPtCLpEx9w1hBd/DmKOJYT76OmEIQg8r
P4VuduDn30OO2mdr8fgEEmaIOboK/4VAKtCOyNqoJYpK3NAm3Wqq5KxEc+ItJCGW
cOA0S1c1aUnSYgLBNVedQwVwvRaFmIh1Q196qMFsdMT1t69wfEVuTiwn3CcVscX5
GOoZknLTDL6a2d7mqVM05rxBBiLFAl+4cVAQ4fl4qXY0aG8IDATxXIpYH7nA6wis
971fhtnIyges5wcmujDOJO00xWkj8DHTD3HPhWKOJwJ05Vpi7vH6DdmzZKCc7GBm
UxcnuL2TNyefZ9dGje4bNdKks9G8f/ND4C3X2+oAFj6rFsaIaW0Mr0RI+0ngBma1
3/kwI5WvBexPBPNh/r8nid00wqKtO68NGWCdL+djJZaMYRY2rV6HU7DXIxvkAAT0
oEdzyW6Jaz1TBJzZ4RaBSr19MLper/1dQFKIWXcfxqkuWlmzpg==
=XprO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to