Your message dated Sun, 08 Dec 2019 20:58:13 +0000
with message-id <[email protected]>
and subject line Bug#929089: fixed in sord 0.16.4-1
has caused the Debian Bug report #929089,
regarding sord FTCBFS: Build-Depends: python not installable
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.)


-- 
929089: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929089
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sord
Version: 0.16.0~dfsg0-1
Tags: patch
User: [email protected]
Usertags: rebootstrap

sord fails to cross build from source, because its dependency on a host
architecture python is not installable. It really wants a build
architecture python to run waf though, so the dependency should be
annotated with :native or :any. For cross building with waf, one should
set up variables CC and PKGCONFIG (not PKG_CONFIG). The attached patch
makes sord cross buildable. Please consider applying it.

Helmut
diff --minimal -Nru sord-0.16.0~dfsg0/debian/changelog 
sord-0.16.0~dfsg0/debian/changelog
--- sord-0.16.0~dfsg0/debian/changelog  2016-09-22 20:33:50.000000000 +0200
+++ sord-0.16.0~dfsg0/debian/changelog  2019-05-16 22:08:44.000000000 +0200
@@ -1,3 +1,12 @@
+sord (0.16.0~dfsg0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Annotate Build-Depends: python with :native.
+    + Pass cross tools to waf.
+
+ -- Helmut Grohne <[email protected]>  Thu, 16 May 2019 22:08:44 +0200
+
 sord (0.16.0~dfsg0-1) unstable; urgency=medium
 
   * New upstream version 0.16.0~dfsg0
diff --minimal -Nru sord-0.16.0~dfsg0/debian/control 
sord-0.16.0~dfsg0/debian/control
--- sord-0.16.0~dfsg0/debian/control    2016-09-22 20:33:50.000000000 +0200
+++ sord-0.16.0~dfsg0/debian/control    2019-05-16 22:08:42.000000000 +0200
@@ -12,7 +12,7 @@
  libserd-dev (>= 0.24.0~dfsg0),
  libpcre++-dev,
  pkg-config,
- python
+ python:native,
 Standards-Version: 3.9.8
 Homepage: http://drobilla.net/software/sord/
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/sord.git
diff --minimal -Nru sord-0.16.0~dfsg0/debian/rules 
sord-0.16.0~dfsg0/debian/rules
--- sord-0.16.0~dfsg0/debian/rules      2016-09-22 20:33:50.000000000 +0200
+++ sord-0.16.0~dfsg0/debian/rules      2019-05-16 22:08:44.000000000 +0200
@@ -6,7 +6,9 @@
 dfsg_version = $(upstream_version)~dfsg0
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+include /usr/share/dpkg/architecture.mk
+-include /usr/share/dpkg/buildtools.mk
+PKG_CONFIG ?= pkg-config
 LDFLAGS+=-Wl,--as-needed
 WAF = ./waf
 
@@ -14,6 +16,7 @@
        dh $@ --parallel
 
 override_dh_auto_configure:
+       CC=$(CC) PKGCONFIG=$(PKG_CONFIG) \
        $(WAF) configure \
                --prefix=/usr \
                --mandir=/usr/share/man \

--- End Message ---
--- Begin Message ---
Source: sord
Source-Version: 0.16.4-1

We believe that the bug you reported is fixed in the latest version of
sord, 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.
Sebastian Ramacher <[email protected]> (supplier of updated sord 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, 08 Dec 2019 21:24:44 +0100
Source: sord
Architecture: source
Version: 0.16.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Closes: 929089 943225
Changes:
 sord (0.16.4-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: (Closes: #929089)
     + Annotate Build-Depends: python with :native.
     + Pass cross tools to waf.
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Felipe Sateler ]
   * Change maintainer address to [email protected]
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat
 .
   [ Sebastian Ramacher ]
   * New upstream release
   * debian/rules: Remove get-orig-source
   * debian/copyright: Fix waf paragraph
   * debian/control:
     - Bump libserd-dev B-D
     - Remove obsolete Pre-Depends
     - Bump debhelper compat to 12
     - Bump Standards-Version
     - Set RRR: no
     - Fix section of library package
   * debian/: Use python3 to run waf (Closes: #943225)
Checksums-Sha1:
 f1c7fb5f51bd34dad3373acb6089e579916a8a57 2180 sord_0.16.4-1.dsc
 178ab6bcfec0d11f9242fdf87d0cc7eb581ef661 510920 sord_0.16.4.orig.tar.bz2
 fb2dc25f85871bec3a44607c690115bdd68ff382 5080 sord_0.16.4-1.debian.tar.xz
Checksums-Sha256:
 17eeeb1e265fe490ccd1f35437424644ff6e55a315f97d56b1252bddb68fc532 2180 
sord_0.16.4-1.dsc
 b15998f4e7ad958201346009477d6696e90ee5d3e9aff25e7e9be074372690d7 510920 
sord_0.16.4.orig.tar.bz2
 0f9e5903950cd3010e8d0c3311a4c19413b49b43862f1264a57a4cd08e39d277 5080 
sord_0.16.4-1.debian.tar.xz
Files:
 619fbcdc9e76fbe10db7035d823c79d0 2180 libs optional sord_0.16.4-1.dsc
 c80bcaf8e411ceeff5ac7fd14da27ace 510920 libs optional sord_0.16.4.orig.tar.bz2
 40b1d25582a3d4e8507216d6bc07ef5e 5080 libs optional sord_0.16.4-1.debian.tar.xz

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

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl3tXTcACgkQafL8UW6n
GZM+UhAAtQICV2edhwX0+b2N06PT/RrMJImpuuQurdZ6UIM5bdD07m9XSBChcrxv
jbgG+1fBSEjUMVJC4ielvmbIuWWZxQLvWX3b9uCGLl7sIq9fX8vdigp+f8tf23dy
nUiAptSsJvIqVrXRsEzHREhOt73mZufZRvEYMMBFJVeDETYUDGKNXxsCMq1wyTsC
yt8/twc18GbbqVU++56rIb5cEopZSv6XbjIdIMBv9ibofUCoEHA/GEz3UcBeI/xC
JyQKqQiAnU4XLe8Gff2+Enmtgo+cHGB6kUYbBaXNojeGu6Z/oouEYeV3v2M7Ghqm
ogtu6GeuVr1sOnSjphhXsomZbY/Wz3D6sIjJbIOxjxpEpLHMskX9iF8lirkV9s2a
BvlgLaNg7o5ZtIlSWj2Bso98nwMH70bOP01QvBjcez+Y2qFYTap5EA74r7u0xqE9
Do5O7SY3ICVp4h+XAR9c50LXkZSfNvqU0VBu1CzGEv9j/hTKXL49gljYhnWO33zF
r1XE5IceyTquqXYqu2iH2QJF7DTflBN8P7fGG2EqaCZbld/Wru003cR+e40jWzyl
oxjifvH8xJ+yRy5ECVi/qtwzb3AhUrLWph8BP/Qsk85eQyRfxZ7sNryUjo77Uaox
gZ45W9Z8q/3x8Cjdr/1yvW4xzwWOHE8d3T97Jggm/f6O0lnFRaM=
=w7Mv
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to