Your message dated Mon, 01 Sep 2025 10:51:06 +0000
with message-id <[email protected]>
and subject line Bug#1112684: fixed in ioquake3 1.36+u20250901.45788d2+dfsg-1
has caused the Debian Bug report #1112684,
regarding ioquake3 FTCBFS: debian/rules invokes build architecture build tools
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.)


-- 
1112684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112684
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ioquake3
Version: 1.36+u20250830.3e0b279+dfsg-1
Tags: patch
User: [email protected]
Usertags: ftcbfs

Hi,

ioquake3 started to fail to cross build from source. The root cause is 
to be found in debian/rules where $(CC) defaults to cc and pkg-config is 
hard coded. I suggest including dpkg's buildtools.mk and using 
$(PKG_CONFIG) to use triplet-prefixed build tools. Once doing so, 
ioquake3 cross builds again. I'm attaching a patch for your convenience.

Helmut
diff -Nru ioquake3-1.36+u20250830.3e0b279+dfsg/debian/changelog 
ioquake3-1.36+u20250830.3e0b279+dfsg/debian/changelog
--- ioquake3-1.36+u20250830.3e0b279+dfsg/debian/changelog       2025-08-31 
00:00:29.000000000 +0200
+++ ioquake3-1.36+u20250830.3e0b279+dfsg/debian/changelog       2025-08-31 
15:34:46.000000000 +0200
@@ -1,3 +1,10 @@
+ioquake3 (1.36+u20250830.3e0b279+dfsg-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Use triplet-prefixed build tools. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sun, 31 Aug 2025 15:34:46 +0200
+
 ioquake3 (1.36+u20250830.3e0b279+dfsg-1) unstable; urgency=medium
 
   * New upstream snapshot, fixing FTBFS on architectures not recognised by
diff -Nru ioquake3-1.36+u20250830.3e0b279+dfsg/debian/rules 
ioquake3-1.36+u20250830.3e0b279+dfsg/debian/rules
--- ioquake3-1.36+u20250830.3e0b279+dfsg/debian/rules   2025-08-31 
00:00:29.000000000 +0200
+++ ioquake3-1.36+u20250830.3e0b279+dfsg/debian/rules   2025-08-31 
15:34:45.000000000 +0200
@@ -22,6 +22,7 @@
 endif
 
 include /usr/share/dpkg/default.mk
+include /usr/share/dpkg/buildtools.mk
 
 export ASMFLAGS = $(ASFLAGS) $(CPPFLAGS)
 
@@ -63,12 +64,12 @@
 debian/depends.so: debian/shlibdeps-helper.c debian/rules
        $(CC) -shared $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wl,--no-as-needed \
                -o$@ $< \
-               $$(pkg-config --cflags --libs gl)
+               $$($(PKG_CONFIG) --cflags --libs gl)
 
 debian/recommends.so: debian/shlibdeps-helper.c debian/rules
        $(CC) -shared $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wl,--no-as-needed \
                -o$@ $< \
-               $$(pkg-config --cflags --libs libcurl)
+               $$($(PKG_CONFIG) --cflags --libs libcurl)
 
 execute_after_dh_shlibdeps-arch: debian/depends.so debian/recommends.so
        dh_shlibdeps -pioquake3 \

--- End Message ---
--- Begin Message ---
Source: ioquake3
Source-Version: 1.36+u20250901.45788d2+dfsg-1
Done: Simon McVittie <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ioquake3, 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.
Simon McVittie <[email protected]> (supplier of updated ioquake3 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: Mon, 01 Sep 2025 10:56:57 +0100
Source: ioquake3
Architecture: source
Version: 1.36+u20250901.45788d2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Simon McVittie <[email protected]>
Closes: 1112684
Changes:
 ioquake3 (1.36+u20250901.45788d2+dfsg-1) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * d/rules: Fix FTCBFS by using triplet-prefixed pkgconf
     (Closes: #1112684)
 .
   [ Simon McVittie ]
   * New upstream snapshot
   * d/control, d/rules: Use dpkg build API v1, available since trixie
     - /usr/share/dpkg/buildtools.mk does not need to be included explicitly
   * d/salsa-ci.yml: Exercise cross-builds
   * d/rules: Stop setting ASMFLAGS, no longer needed.
     All files containing standalone GNU assembler code were removed
     upstream, and the remaining GNU assembler code is inlined into C
     source, which already gets all the necessary compiler flags.
Checksums-Sha1:
 8436bd0213cb91ad59473ba95d26f4f03f6e39a0 2483 
ioquake3_1.36+u20250901.45788d2+dfsg-1.dsc
 9f591a2cd8d9870424a1cad73c167afd34b2cb0d 1954532 
ioquake3_1.36+u20250901.45788d2+dfsg.orig.tar.xz
 80601cf41fe9201dee385a2a031a4d77d2b95c17 26492 
ioquake3_1.36+u20250901.45788d2+dfsg-1.debian.tar.xz
 98ede7de77a6ed73859bacdd68de0c256c5cb3ce 12566 
ioquake3_1.36+u20250901.45788d2+dfsg-1_source.buildinfo
Checksums-Sha256:
 13d917157bbb57e9a871adfed0e29d2c39629ba9c9dbf1eb6884e37b53f9508d 2483 
ioquake3_1.36+u20250901.45788d2+dfsg-1.dsc
 cc6c979fe85ec5322a65d2ad116314871ce271c9f1d2a4caaa1c63d6087bd093 1954532 
ioquake3_1.36+u20250901.45788d2+dfsg.orig.tar.xz
 4a4a2efb6c94d55158cf2ce9ccc1ae00234d9c9a69fd5de74465b3463dc62a09 26492 
ioquake3_1.36+u20250901.45788d2+dfsg-1.debian.tar.xz
 b9823c285eb75bebefbe75d94307facc685190260bd75247e1168b0b902909a9 12566 
ioquake3_1.36+u20250901.45788d2+dfsg-1_source.buildinfo
Files:
 1d9b0a40a48fde246b52ec56256c5478 2483 games optional 
ioquake3_1.36+u20250901.45788d2+dfsg-1.dsc
 6015ce7436c9af6ca97328dfc65f1881 1954532 games optional 
ioquake3_1.36+u20250901.45788d2+dfsg.orig.tar.xz
 e3ca55b8f8f0d4acf8f64d3cd07a301a 26492 games optional 
ioquake3_1.36+u20250901.45788d2+dfsg-1.debian.tar.xz
 43af2cccb8d29808ac947a488b3eb844 12566 games optional 
ioquake3_1.36+u20250901.45788d2+dfsg-1_source.buildinfo

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

iQIzBAEBCgAdFiEEegc60a5pT6Jb/2LlI1wJnT6zMHYFAmi1doUACgkQI1wJnT6z
MHZAWw//SIYii5m2OTnRfod0hg6E5cukwUSR/5mOkGHOKwIAUq3Imw1ReGfcaP5D
KouX6GSkXgJvsapdNoi0orGfRlnklYcQ41haZ0SbMRhr/j0f42pQpcARz8Bn6QpS
rqPLpWxGIGvHAlg+2EkqJK5o080gQRRgti3p2N1u68LtuGwyWSpOTjsnW2cOaReq
HA8ItJXW64vo/Zxyn3JOOYG5xhczCs9SpAw0uYsW1rM98Y+6MUBpzEEo93jD+qRR
sxrTOxafss3CxYdp2UW+FKxgcQXfmL2SmMytA5WbTIme/DhIkgBxfOu8PuUPlybX
ICv4cJ9uEaw8IfvxB+ydzt+/rqp9WWd1lcfBwJSGFYcVoqmMZjwEthqySMWv1ese
R4+Y/+m/8TBdp+vScQEmrF5NpFlo+fFmM+JEQ4LisJ4JPLjJoRyzJxB1dZn6+By9
zslv37VGvWOBNhdMk4Iml1caUXmXxBncWU8ScNpHsz8y2aJlfXHmdvW4iVPx9UrQ
8hYtpv4fEs4dSfOtWucxnCdGmCTf6SUuUGuBdbDoGdfLhDH2Gl2zyywdqKahBN3L
3vmuYqe7oMUtz+Mn5ZopK0W9PxiCaneEYuDd1eVel3JBX9P0yAMASgvPGCbhiC3f
yWWpVXVy9GvNC1vXBB7cfB+DA9xq5Qa8220BzBmGhXOL2ZZM8Y4=
=/ym6
-----END PGP SIGNATURE-----

Attachment: pgpfCNRXX_4Uu.pgp
Description: PGP signature


--- End Message ---

Reply via email to