Your message dated Fri, 4 Nov 2022 14:48:13 +0100
with message-id <[email protected]>
and subject line 
has caused the Debian Bug report #1022962,
regarding projectm FTCBFS: broken, outdated, embedded copy of AX_HAVE_QT
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.)


-- 
1022962: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022962
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: projectm
Version: 3.1.12-2.1
User: [email protected]
Usertags: ftcbfs

projectm fails to cross build from source, because it uses an broken,
outdated, embedded copy of AX_HAVEQT that is still affected by #965273
while this has been fixed in autoconf-archive already.

Please delete this copy from m4/autoconf-archive/ax_have_qt.m4 and use
the one from autoconf-archive instead. Failing that, please update your
copy and register it with the security tracker. See
https://wiki.debian.org/EmbeddedCopies for how to register embedded
copies.

Beyond this, projectm also hard codes the build architecture pkg-config
in one occasion. I'm attaching a patch for this latter issue for your
convenience.

Helmut
--- projectm-3.1.12.orig/configure.ac
+++ projectm-3.1.12/configure.ac
@@ -165,9 +165,10 @@
 AC_ARG_ENABLE([qt], AS_HELP_STRING([--enable-qt], [Enable Qt: needed for pulseaudio and jack GUIs]), [], [enable_qt=check])
 AS_IF([test "$enable_qt" != "no"],
   [
+   AC_REQUIRE([PKG_PROG_PKG_CONFIG])
     case $host_os in
       linux*)
-        PATH="$PATH:`pkg-config --variable=host_bins Qt5Core`"
+        PATH="$PATH:`$PKG_CONFIG --variable=host_bins Qt5Core`"
       ;;
     esac
     AX_HAVE_QT  # m4/qt.m4

--- End Message ---
--- Begin Message ---
Version: 3.1.12-3

Duplicate of #1022752

--- End Message ---

Reply via email to