Your message dated Sun, 24 Sep 2023 15:04:43 +0000
with message-id <e1qkqf5-00hl6z...@fasolo.debian.org>
and subject line Bug#903518: fixed in jack-stdio 1.4-3
has caused the Debian Bug report #903518,
regarding jack-stdio 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 ow...@bugs.debian.org
immediately.)


-- 
903518: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903518
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jack-stdio
Version: 1.4-1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

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

Helmut
--- jack-stdio-1.4.orig/Makefile
+++ jack-stdio-1.4/Makefile
@@ -1,8 +1,9 @@
 # override e.g. `make install PREFIX=/usr`
 PREFIX ?= /usr/local
 
-CFLAGS=-Wall `pkg-config --cflags jack` -O3
-LIBS=`pkg-config --libs jack` -lpthread -lm
+PKG_CONFIG ?= pkg-config
+CFLAGS=-Wall `$(PKG_CONFIG) --cflags jack` -O3
+LIBS=`$(PKG_CONFIG) --libs jack` -lpthread -lm
 #compat w/ NetBSD and GNU Make
 LDADD=${LIBS}
 LDLIBS=${LIBS}

--- End Message ---
--- Begin Message ---
Source: jack-stdio
Source-Version: 1.4-3
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
jack-stdio, 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 903...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated jack-stdio 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 24 Sep 2023 16:49:31 +0200
Source: jack-stdio
Architecture: source
Version: 1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 903518
Changes:
 jack-stdio (1.4-3) unstable; urgency=medium
 .
   * Team upload
 .
   [ Sam Q ]
   * d/watch: Change to GitHub
 .
   [ Helmut Grohne ]
   * Fix FTCBFS by making pkg-config path overridable (Closes: #903518)
Checksums-Sha1:
 a28a4136feff599db346ab1aeb8862043b9154bd 1789 jack-stdio_1.4-3.dsc
 5af6a7ca8c13cfa226bf2d435c006a8e31e74853 2776 jack-stdio_1.4-3.debian.tar.xz
 a8e489ad1adb44d0a447d9046660d5c94b4ce705 5578 jack-stdio_1.4-3_source.buildinfo
Checksums-Sha256:
 8095b430f92440b4ac311ecd142cfd67b7e3c53427d65c0ab051f10aec9a058d 1789 
jack-stdio_1.4-3.dsc
 f993c2c51bc3243c5a5516fe47cfdc05417cbb0d3d0d24342a52e38d33007f38 2776 
jack-stdio_1.4-3.debian.tar.xz
 62593dfdf5a5d15f90c4680ac5d38ec898d7c44001a2fcf8c09bea265b57399d 5578 
jack-stdio_1.4-3_source.buildinfo
Files:
 09474274cb394183e947848294ef4d5f 1789 sound optional jack-stdio_1.4-3.dsc
 76410a02ded59a4e264feded708edaf3 2776 sound optional 
jack-stdio_1.4-3.debian.tar.xz
 6f1b6e2621ba4e0c90c21c7ae627e32e 5578 sound optional 
jack-stdio_1.4-3_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmUQTQQQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFGmLC/9cgSkVA6kUnbOxLfwyLV0eVPSwY6qXe3pM
E9fUPFiIbzoXgOtptsjEiQGmCslb4GcDEvrwCrugn3jsEeHPZ5AegExzTaEW7/k8
zi0O/V9RUbxgFJgYww7jSztfQG4eag3J4EivP1xxMyGsYTzW2fMxueIjBCuEwMH5
2JFRBBkmgQjVKYl6Cg4YV1HMztfZCE9QoQyLrh2QH053Fsv8tTk2ijcsLpprMmPh
mFX0RqN23VFcciQsvxlsMYmYptVbMbkAIvev9tOdTUy2qo9lrfoA0UZLbLv2IOCn
VdVjOfASIxGMSM2A2WLqR5Zf8qngEP9HBvFkXefayqPZ98YQarwI4XV6lvCI9+2v
iCTHkqBEst4BqwdjmV+gRcDACGSfwfg4oR9pNT/Vy5MQoktQaFySuiDtzifyKYHS
LgRYUOm5a1LFyQH57oCRl2+RDcT9GxE9szKEIuqRa4Z3PSW1EFeGGLbrXd0w408V
WhWbjeD8VKM6WEKoo9nFFr0/20JJc3c=
=Fxa6
-----END PGP SIGNATURE-----

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

Reply via email to