Your message dated Tue, 05 May 2026 09:33:50 +0000
with message-id <[email protected]>
and subject line Bug#1135293: fixed in libimage-librsvg-perl 0.07-12
has caused the Debian Bug report #1135293,
regarding libimage-librsvg-perl FTCBFS: hard codes 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 [email protected]
immediately.)
--
1135293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135293
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libimage-librsvg-perl
Version: 0.07-11
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs
libimage-librsvg-perl fails to cross build from source, because the
upstream Makefile.pl hard codes the build architecture pkg-config. In
doing so, it fails to locate librsvg and the compiler fails including
its headers. I'm attaching a patch to pick up the substitution provided
by debhelper. Please consider applying it and forwarding it upstream.
Helmut
--- libimage-librsvg-perl-0.07.orig/Makefile.PL
+++ libimage-librsvg-perl-0.07/Makefile.PL
@@ -1,9 +1,10 @@
use ExtUtils::MakeMaker;
+my $pkg_config = $ENV{"PKG_CONFIG"} // "pkg-config";
my %config;
-$config{INC} = ' ' . `pkg-config --cflags librsvg-2.0`;
-$config{LIBS} = ' ' . `pkg-config --libs-only-l librsvg-2.0`;
+$config{INC} = ' ' . `$pkg_config --cflags librsvg-2.0`;
+$config{LIBS} = ' ' . `$pkg_config --libs-only-l librsvg-2.0`;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
--- End Message ---
--- Begin Message ---
Source: libimage-librsvg-perl
Source-Version: 0.07-12
Done: gregor herrmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libimage-librsvg-perl, 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.
gregor herrmann <[email protected]> (supplier of updated libimage-librsvg-perl
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: Tue, 5 May 2026 11:09:29 CEST
Source: libimage-librsvg-perl
Binary:
Architecture: source
Version: 0.07-12
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Built-For-Profiles: nocheck
Changed-By: gregor herrmann <[email protected]>
Description:
Closes: 1135293
Changes:
libimage-librsvg-perl (0.07-12) unstable; urgency=medium
.
* Team upload.
* Add cross.patch to use $ENV{"PKG_CONFIG"} in order to enable
cross-building.
Thanks to Helmut Grohne for the bug report and the patch.
(Closes: #1135293)
* Declare compliance with Debian Policy 4.7.4.
Checksums-Sha256:
50946308ad1dad700da58e0549dbf32be73aadbee499963c914e877efaac4a6b 2313
libimage-librsvg-perl_0.07-12.dsc
eb12c1555041e1c51af4c7de928ea645462f14394cc2d4db4d32e0c260fc17f3 5912
libimage-librsvg-perl_0.07-12.debian.tar.xz
e3b9915030dc1c7f0ae9f9c5f702628cd6fc3ce5e1bc9bf442a0759b4ec6831a 11046
libimage-librsvg-perl_0.07-12_sourceonly.buildinfo
Checksums-Sha1:
a4ebede88328e5c5d33055fb09c13a928e348817 2313 libimage-librsvg-perl_0.07-12.dsc
ec6a06ac3d478aee3ff14d3530a2fbad948b901e 5912
libimage-librsvg-perl_0.07-12.debian.tar.xz
a52dd62f7e86fdc5680ce9a0457823a2ba3e953f 11046
libimage-librsvg-perl_0.07-12_sourceonly.buildinfo
Files:
c15385757e1e3b4099406161f3811a24 2313 perl optional
libimage-librsvg-perl_0.07-12.dsc
feb3e38932497c3c35787b22f62091b4 5912 perl optional
libimage-librsvg-perl_0.07-12.debian.tar.xz
d70c5c7a07a40c045cdaa34dfc267cd6 11046 - -
libimage-librsvg-perl_0.07-12_sourceonly.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmn5s8lfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaEbRAAsdwLNtG3u7oi+CN3qak2h677kZwaYCwh+UoULGWen77KRdFucslqZzXI
+F6O5d7fMZOruGeenu/h2rdY2P6zBtbywHDwUdc+QuGZqjeDFY6x5iTEmrZubUfS
GRFPiOWhVyryEUMLLMp4OXr+muE42ojlKcb1Xf90Kjd2olE5JCtp9d0BzfCW94dH
NBmNrJCN7+laeO6rHsbOHHKI/QUyqNBQIHTSnBSWdYzqHPJaliiTbXgl1lUUt55j
r2YUrSqaRSm3RcFe86w6m3jAEvnJosJSejCW7WXYXUBThYCgXmOCYNi3D0wA4XT8
hxafiM0qo0vkRipA9qyex/bk5L77HdY51isUZUxhmwhdMk3wi6Zfv5M9YxsHFYOe
+qTDPgz0oyUkfDW5biW4m0PU/pusyeDfL8O4vsxy6GRL5Q21T5Vj+iofUhX2kT23
GXMJBqhMnWup98jMLd5hfHP7OoYJ0hnK19jsjbNhnPa/5Y4XI6LuG3vKrTVx7W+l
aVyT39LknhbTUa7Vi8HpbCGZF4ijh6Asii95wSy/B5Nd45Vg8MFFZdm4PVRYfdEE
gl+JDzzb88MJNrYXNdFDdA1giiFlXfGlFNpKtVqD3x2/C8EuV65eWeakAcWmsiHI
sRUuQbLCelh9o0wjcHAf7sFTbeXmCFA6obKHAondW/kppoBajHg=
=gNBG
-----END PGP SIGNATURE-----
pgp3gJKRnPZMS.pgp
Description: PGP signature
--- End Message ---