Your message dated Sat, 08 Feb 2020 14:15:11 +0000
with message-id <[email protected]>
and subject line Bug#873161: fixed in zita-convolver 4.0.3-1
has caused the Debian Bug report #873161,
regarding zita-convolver FTCBFS: binutils dependency unsatisfiable, uses build
architecture compiler
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.)
--
873161: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873161
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: zita-convolver
Version: 3.1.0-5
Tags: patch
User: [email protected]
Usertags: rebootstrap
zita-convolver fails to cross build from source for multiple reasons:
* Its binutils build-dependency (host architecture) conflicts with the
binutils dependncy from build-essential. In theory, we'd have to
apply "toolchain dependency cross translation", but it is much easier
to simply drop the redundant dependency.
* The upstream Makefile hard codes g++ (build architecture compiler).
After fixing both issues, zita-convolver cross builds successfully.
Please consider applying the attached patch.
Helmut
diff --minimal -Nru zita-convolver-3.1.0/debian/changelog
zita-convolver-3.1.0/debian/changelog
--- zita-convolver-3.1.0/debian/changelog 2016-12-27 13:53:40.000000000
+0100
+++ zita-convolver-3.1.0/debian/changelog 2017-08-25 07:27:37.000000000
+0200
@@ -1,3 +1,12 @@
+zita-convolver (3.1.0-5.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: (Closes: #-1)
+ * Drop implicitly satisfied binutils build dependency.
+ + Make g++ substitutable in Makefile.
+
+ -- Helmut Grohne <[email protected]> Fri, 25 Aug 2017 07:27:37 +0200
+
zita-convolver (3.1.0-5) unstable; urgency=medium
* Set dh/compat 10.
diff --minimal -Nru zita-convolver-3.1.0/debian/control
zita-convolver-3.1.0/debian/control
--- zita-convolver-3.1.0/debian/control 2016-12-27 13:53:30.000000000 +0100
+++ zita-convolver-3.1.0/debian/control 2017-08-25 07:27:25.000000000 +0200
@@ -6,7 +6,6 @@
Free Ekanayaka <[email protected]>,
JaromÃr MikeÅ¡ <[email protected]>
Build-Depends:
- binutils,
debhelper (>= 10),
libfftw3-dev (>= 3.1.2-3.1)
Standards-Version: 3.9.8
diff --minimal -Nru zita-convolver-3.1.0/debian/patches/makefile.patch
zita-convolver-3.1.0/debian/patches/makefile.patch
--- zita-convolver-3.1.0/debian/patches/makefile.patch 2012-09-01
12:25:45.000000000 +0200
+++ zita-convolver-3.1.0/debian/patches/makefile.patch 2017-08-25
07:27:37.000000000 +0200
@@ -34,7 +34,16 @@
LDLFAGS +=
LDLIBS +=
+@@ -47,7 +46,7 @@
+
+
+ $(ZITA-CONVOLVER_MIN): $(ZITA-CONVOLVER_O)
+- g++ -shared $(LDFLAGS) -Wl,-soname,$(ZITA-CONVOLVER_MAJ) -o
$(ZITA-CONVOLVER_MIN) $(ZITA-CONVOLVER_O) $(ZITA-CONVOLVER_DEP)
++ $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(ZITA-CONVOLVER_MAJ) -o
$(ZITA-CONVOLVER_MIN) $(ZITA-CONVOLVER_O) $(ZITA-CONVOLVER_DEP)
+
+
+ install: $(ZITA-CONVOLVER_MIN)
@@ -55,8 +54,8 @@ install: $(ZITA-CONVOLVER_MIN)
install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)
install -m 644 $(ZITA-CONVOLVER_H) $(DESTDIR)$(PREFIX)/include
install -m 755 $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)
--- End Message ---
--- Begin Message ---
Source: zita-convolver
Source-Version: 4.0.3-1
We believe that the bug you reported is fixed in the latest version of
zita-convolver, 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.
Dennis Braun <[email protected]> (supplier of updated zita-convolver 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: Thu, 06 Feb 2020 20:18:35 +0100
Binary: libzita-convolver4 libzita-convolver4-dbgsym libzita-convolver-dev
Source: zita-convolver
Architecture: amd64 source
Version: 4.0.3-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Dennis Braun <[email protected]>
Closes: 873161
Description:
libzita-convolver4 - C++ library implementing a real-time convolution matrix
libzita-convolver-dev - Development files (headers) for libzita-convolver
library
Changes:
zita-convolver (4.0.3-1) experimental; urgency=medium
.
* Team upload
.
[ Felipe Sateler ]
* Change maintainer address to [email protected]
.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat
* d/control: Set Vcs-* to salsa.debian.org
.
[ Dennis Braun ]
* New upstream version 4.0.3
+ Fixes cross build (Closes: #873161)
* d/control:
+ Bump dh-compat to 12
+ Bump Standards-Version to 4.5.0
+ Bump SONAME
+ Set RRR: no
* d/copyright: Update year, http > https & add myself
* d/libzita-convolver*.install: Bump SONAME
* d/patches: Update patch
* Upgrade symbols file
* d/rules:
+ Add more exports to make the build work
+ Replace libs/ with source/
Checksums-Sha1:
88ef61ff334b81bbef0f77aa391040cbb758dad6 2135 zita-convolver_4.0.3-1.dsc
1ff8014d8cdc6f95ca1ca5529d82fc7ac08a69b0 19591
zita-convolver_4.0.3.orig.tar.bz2
4dd933c53dce1917d3e85d60954261a169b3cbde 4800
zita-convolver_4.0.3-1.debian.tar.xz
956962339e29fed4e85c1bdef9c3bcbb180cfb8a 8048
libzita-convolver-dev_4.0.3-1_amd64.deb
3178b4a059d72bbdfa62a06c7ac9030768d9c5a8 30712
libzita-convolver4-dbgsym_4.0.3-1_amd64.deb
5887a2ca20ebfcc7650c6e9de9b59492fa7bc4d4 17816
libzita-convolver4_4.0.3-1_amd64.deb
Checksums-Sha256:
552ee7bc2b541ee4204c689ce397b08244f7b48cd2d146ad075b1a0804e447d3 2135
zita-convolver_4.0.3-1.dsc
9aa11484fb30b4e6ef00c8a3281eebcfad9221e3937b1beb5fe21b748d89325f 19591
zita-convolver_4.0.3.orig.tar.bz2
5590c3ae1ed2b86e4bcdf63ae2ac4da27c494db6fc94584ac43be6b51daf4267 4800
zita-convolver_4.0.3-1.debian.tar.xz
e8d24ef1a55bad2be4198dad7893dead14b4aada2f37981d63b8a2bc71d74601 8048
libzita-convolver-dev_4.0.3-1_amd64.deb
e47e3e4b6b7ba923d59e95e62907174e0d513891e6fb3fdf234042efd147b4d6 30712
libzita-convolver4-dbgsym_4.0.3-1_amd64.deb
005beb55a779adbe1ad605ec5cc9efdc2724ed0f9a6e77fff0b06e16f63964db 17816
libzita-convolver4_4.0.3-1_amd64.deb
Files:
d5f37aa422c1c625d28bac2cbfa61598 2135 sound optional zita-convolver_4.0.3-1.dsc
a357f6ff8588eb53af5335968cfacf3a 19591 sound optional
zita-convolver_4.0.3.orig.tar.bz2
8a395834b1d06fc40c3f25443ea7b6f9 4800 sound optional
zita-convolver_4.0.3-1.debian.tar.xz
d769eb03916737fae804778e401b9023 8048 libdevel optional
libzita-convolver-dev_4.0.3-1_amd64.deb
e72f23c665dcdbbfd9aadf819061d694 30712 debug optional
libzita-convolver4-dbgsym_4.0.3-1_amd64.deb
585484f759667277db7b339e1b85cdca 17816 libs optional
libzita-convolver4_4.0.3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl48ZzEACgkQafL8UW6n
GZOWfhAAoW+brTsQUtCrnlJnD35ly3GedcF66nuha+5PIIER1FRcjevQzBs4Lvan
UM35TyiZbNW6+W/FxkwYhuRdd8c2tRe2KBmJ35YB7uzVmTEFGlilvJtZ2xw06Pvy
KmFR3TGTa58nPGKq7oIGEh40nFXhq+HJy/3VWKPSWdMMBk5C50DOGz3F6V77v5Ga
Fzsq4m3Fy+Pe+JkJqRRXo2JEjGfaDHaOfF9EV8j7c1uxszaHsxMKkinGWqIZ+nJH
sLdWS8XwssP+WlbiGrb2JlCghNeILRy01LLLAp8jOfUitl63CgEYIhI5fK9NZLlU
G+Q2EoTBxmvtRPJl9fL2mYIr6x7wU6rOOGj/D7iNNZCD31FhJ/U2zhFON8vHvFyo
eZ2nUUIMv9sdvKlVBzUtZczgYrUxLoog07xSVt81lGVxYhC9cb+vKf/7eYasPYSX
LhbrNXoj29UR79cySxBZqryUccPaIb5qfPhBaV1ihdDZMv1Cn/mrOdC9SBzKUHOs
H2cZI+ZJiaguHfdxki4B2YN3fMtDjaI8L8Dkv/mrgWcmpuwHdqlv1QnpwP8iGL1s
JItAzLJSOUok9aQTciZ9Vj9i7o13L6E/ZeCQNC6fZ0tYlTLnZncsBvDaXI77F7CS
1eoozsR7MrdYXUTnNIE1+OHN7yUz7WgxHFKVkOyL6HevndgRt14=
=ffAs
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers