Your message dated Mon, 03 Mar 2025 13:19:15 +0000
with message-id <[email protected]>
and subject line Bug#1032588: fixed in gbdfed 1.6-5
has caused the Debian Bug report #1032588,
regarding gbdfed FTCBFS: multiple reasons
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.)


-- 
1032588: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032588
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gbdfed
Version: 1.6-4
Tags: patch
User: [email protected]
Usertags: ftcbfs

gbdfed fails to cross build from source for two completely distinct
reasons.

1. It ships a broken, outdated, embedded copy of PKG_CHECK_MODULES in
   aclocal.m4. Please remove this copy. Failing that, update it and
   register it with the security tracker. The actual bug has long been
   fixed in pkg-config and pkgconf. gbdfed just happens to ship a copy
   of the bug.

2. Use of AC_CHECK_FILE for build system files. The macro is only meant
   to be used for host system files and thus fails. Please use a simple
   test -e instead. I'm attaching a patch for your convenience.

Helmut
--- gbdfed-1.6.orig/configure.in
+++ gbdfed-1.6/configure.in
@@ -40,7 +40,7 @@ dnl These use the pkgconfig macro (in ac
 PKG_CHECK_MODULES(FREETYPE, freetype2 >= 2.0,DEFINES="-DHAVE_FREETYPE" CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS" LIBS="$LIBS $FREETYPE_LIBS",)
 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6,CPPFLAGS="$CPPFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS",)
 
-AC_CHECK_FILE(hbf.c, DEFINES="$DEFINES -DHAVE_HBF" HBFSRC="hbf.c" HBFOBJ="hbf.o",)
+AS_IF([test -e hbf.c],[DEFINES="$DEFINES -DHAVE_HBF" HBFSRC="hbf.c" HBFOBJ="hbf.o"])
 
 AC_PATH_XTRA
 

--- End Message ---
--- Begin Message ---
Source: gbdfed
Source-Version: 1.6-5
Done: Andrej Shadura <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gbdfed, 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.
Andrej Shadura <[email protected]> (supplier of updated gbdfed 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, 03 Mar 2025 14:03:54 +0100
Source: gbdfed
Architecture: source
Version: 1.6-5
Distribution: unstable
Urgency: medium
Maintainer: Andrej Shadura <[email protected]>
Changed-By: Andrej Shadura <[email protected]>
Closes: 980914 1032588
Changes:
 gbdfed (1.6-5) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Helmut Grohne ]
   * Remove incorrect use of AC_CHECK_FILE (Closes: #1032588).
 .
   [ Andrej Shadura ]
   * Remove outdated aclocal.m4 (Closes: #1032588)
   * Drop unnecessary dependency on dh-autoreconf.
   * Add patch metadata.
   * Default to not asking "Really quit?".
   * Fix maintainer's name.
   * Wrap and sort control files.
   * Use dh 13.
   * Switch to pkgconf.
   * Use Standards-Version: 4.6.2.
   * New upstream homepage (Closes: #980914).
   * Enlarge the buffers to prevent overflows.
Checksums-Sha1:
 e7f1c0b7cce701200307096a69771a7e9e6b1c35 1333 gbdfed_1.6-5.dsc
 1b2c859e76bd2681a8b4fca5d349806f0ce53d35 6328 gbdfed_1.6-5.debian.tar.xz
Checksums-Sha256:
 648211a0015b9f0fecd1c7391ba043d66f0ad21bd698e34bbb8919cbc648dc46 1333 
gbdfed_1.6-5.dsc
 d7f978f868cd772fe0bdf35e1884fc532f9fe92b0cfb7f0057bfac86aa1467e3 6328 
gbdfed_1.6-5.debian.tar.xz
Files:
 2b61cebdb8a9c9479010dc0ea7d8d1e0 1333 x11 optional gbdfed_1.6-5.dsc
 0ce204e38e01d4a71e51a5e0eae53dda 6328 x11 optional gbdfed_1.6-5.debian.tar.xz

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

iHUEARYKAB0WIQSD3NF/RLIsyDZW7aHoRGtKyMdyYQUCZ8WpwgAKCRDoRGtKyMdy
YQmyAQCyE+ty28rvZXnwXyJ7I2PjJlgnw261nGL99ovp3ImlngD+MO5CbZWu9ep8
zHsuCxZ9WZ22mnoMiKo7M5eF643L+gg=
=77yR
-----END PGP SIGNATURE-----

Attachment: pgpUviu5Djyrw.pgp
Description: PGP signature


--- End Message ---

Reply via email to