Your message dated Tue, 04 Jan 2022 16:19:49 +0000
with message-id <[email protected]>
and subject line Bug#876126: fixed in toilet 0.3-1.4
has caused the Debian Bug report #876126,
regarding toilet FTCBFS: sets PKG_CONFIG_LIBDIR=/dev/null
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.)
--
876126: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876126
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: toilet
Version: 0.3-1.1
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap
toilet fails to cross build from source, because the upstream configure
initializes PKG_CONFIG_LIBDIR to "/dev/null" when cross building is
detected. That breaks Debian's pkg-config-cross-wrapper and thus caca.pc
is not found. After removing the setting, toilet cross builds
successfully. Please consider applying the attached patch.
Helmut
From: Helmut Grohne <[email protected]>
Subject: remove PKG_CONFIG_LIBDIR override
The pkg-config cross wrappers will do nothing when PKG_CONFIG_LIBDIR is set. By
setting it to /dev/null, it will not find any package. Leaving it unset is what
we need.
Index: toilet-0.3/configure.ac
===================================================================
--- toilet-0.3.orig/configure.ac
+++ toilet-0.3/configure.ac
@@ -18,12 +18,6 @@
AC_EGREP_CPP(yes, foo)
PKG_PROG_PKG_CONFIG()
-dnl Don't let pkg-config fuck our cross-compilation environment
-m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
-if test "$build" != "$host" -a "${PKG_CONFIG_LIBDIR}" = ""; then
- export PKG_CONFIG_LIBDIR=/dev/null
-fi
-
AC_CHECK_HEADERS(sys/ioctl.h)
AC_CACHE_CHECK([for TIOCGWINSZ],
--- End Message ---
--- Begin Message ---
Source: toilet
Source-Version: 0.3-1.4
Done: Stefano Rivera <[email protected]>
We believe that the bug you reported is fixed in the latest version of
toilet, 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.
Stefano Rivera <[email protected]> (supplier of updated toilet 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: Sat, 25 Dec 2021 10:30:38 -0400
Source: toilet
Architecture: source
Version: 0.3-1.4
Distribution: unstable
Urgency: medium
Maintainer: Sam Hocevar <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 876126 965845
Changes:
toilet (0.3-1.4) unstable; urgency=medium
.
* Non-maintainer upload.
* Bump debhelper compat level to 13 (Closes: #965845)
- Use minimal dh debian/rules.
- Enables autoreconf by default (Closes: #876126)
- Drop autotools-dev Build-Depends, no longer explicitly needed.
* Patch: AM_INIT_AUTOMAKE([foreign]), required to autoreconf.
* Declare Rules-Requires-Root: no.
* Remove legacy Alioth Vcs fields.
* Bump Standards-Version to 4.6.0, no changes needed.
* Remove ancient figlet conflicts, no longer needed.
* Add a smoketest autopkgtest.
Checksums-Sha1:
aec04c4746dcd042af661252b56dd68013cc8af5 1198 toilet_0.3-1.4.dsc
126b48902408f5152399ae8c8e6ee5fdbe0bcaf6 3416 toilet_0.3-1.4.debian.tar.xz
e0e052afbfceb56e8597929a0251fa9bc724a69a 5308 toilet_0.3-1.4_source.buildinfo
Checksums-Sha256:
e3530433d786f5a400fcefdbd4dab953e2861470de47858b082e35a8983b81f8 1198
toilet_0.3-1.4.dsc
889227a68dc3bd650639222b38de16eba56758c00e1bd9b674dd09238dec6970 3416
toilet_0.3-1.4.debian.tar.xz
a2a36c017085296bce392e1c962ac62a3d6f054cebe9296c8d9c7edb23b99fd6 5308
toilet_0.3-1.4_source.buildinfo
Files:
11fb3aa7fc7c7935ab5b5c90539563a7 1198 libs optional toilet_0.3-1.4.dsc
28437b7d3a982f19855b9881277bd5cf 3416 libs optional
toilet_0.3-1.4.debian.tar.xz
4e8a7a3a7a32fc26c4e0314774a812fe 5308 libs optional
toilet_0.3-1.4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYcc52RQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2BWsAQDTN2PYtOaSSwfjKiZronJxmjbjE1+A
4LxB3sQoD4O1lwD/atXa8UxTBH+wu+x37wEnLP0wlMJLvuvT/1I2c5EnRgU=
=IGq/
-----END PGP SIGNATURE-----
--- End Message ---