Your message dated Wed, 23 Nov 2022 21:08:15 +0000
with message-id <[email protected]>
and subject line Bug#1023487: fixed in libsgml-parser-opensp-perl 0.994-6
has caused the Debian Bug report #1023487,
regarding libsgml-parser-opensp-perl FTCBFS: hard codes the build architecture
C++ compiler
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.)
--
1023487: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023487
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libsgml-parser-opensp-perl
Version: 0.994-5
Tags: patch
User: [email protected]
Usertags: ftcbfs
libsgml-parser-opensp-perl fails to cross build from source, because the
Makefile.PL hard codes the build architecture C++ compiler. I'm
attaching a patch for your convenience to make it use the host one and
thus make libsgml-parser-opensp-perl cross buildable.
Helmut
diff --minimal -Nru libsgml-parser-opensp-perl-0.994/debian/changelog
libsgml-parser-opensp-perl-0.994/debian/changelog
--- libsgml-parser-opensp-perl-0.994/debian/changelog 2022-06-18
23:48:03.000000000 +0200
+++ libsgml-parser-opensp-perl-0.994/debian/changelog 2022-11-04
11:18:05.000000000 +0100
@@ -1,3 +1,10 @@
+libsgml-parser-opensp-perl (0.994-5.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Use a triplet-prefixed compiler. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Fri, 04 Nov 2022 11:18:05 +0100
+
libsgml-parser-opensp-perl (0.994-5) unstable; urgency=medium
* Team upload.
diff --minimal -Nru libsgml-parser-opensp-perl-0.994/debian/patches/cross.patch
libsgml-parser-opensp-perl-0.994/debian/patches/cross.patch
--- libsgml-parser-opensp-perl-0.994/debian/patches/cross.patch 1970-01-01
01:00:00.000000000 +0100
+++ libsgml-parser-opensp-perl-0.994/debian/patches/cross.patch 2022-11-04
11:17:43.000000000 +0100
@@ -0,0 +1,13 @@
+--- libsgml-parser-opensp-perl-0.994.orig/Makefile.PL
++++ libsgml-parser-opensp-perl-0.994/Makefile.PL
+@@ -13,8 +13,8 @@
+ else
+ {
+ # assume some compatible Linux
+- $options{LD} = "g++";
+- $options{CC} = "g++";
++ $options{CC} = $ENV{CXX} || "g++";
++ $options{LD} = $options{CC};
+ $options{LIBS} = "-lstdc++ -losp";
+ }
+
diff --minimal -Nru libsgml-parser-opensp-perl-0.994/debian/patches/series
libsgml-parser-opensp-perl-0.994/debian/patches/series
--- libsgml-parser-opensp-perl-0.994/debian/patches/series 2022-06-18
23:48:03.000000000 +0200
+++ libsgml-parser-opensp-perl-0.994/debian/patches/series 2022-11-04
11:16:30.000000000 +0100
@@ -1,2 +1,3 @@
doc_misspelling.patch
binnmu_rebuild_fix.patch
+cross.patch
diff --minimal -Nru libsgml-parser-opensp-perl-0.994/debian/rules
libsgml-parser-opensp-perl-0.994/debian/rules
--- libsgml-parser-opensp-perl-0.994/debian/rules 2022-06-18
23:48:03.000000000 +0200
+++ libsgml-parser-opensp-perl-0.994/debian/rules 2022-11-04
11:18:02.000000000 +0100
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+DPKG_EXPORT_BUILDTOOLS=1
+include /usr/share/dpkg/buildtools.mk
+
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
--- End Message ---
--- Begin Message ---
Source: libsgml-parser-opensp-perl
Source-Version: 0.994-6
Done: gregor herrmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libsgml-parser-opensp-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
libsgml-parser-opensp-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: Wed, 23 Nov 2022 21:18:35 +0100
Source: libsgml-parser-opensp-perl
Architecture: source
Version: 0.994-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Closes: 1023487
Changes:
libsgml-parser-opensp-perl (0.994-6) unstable; urgency=medium
.
* Team upload.
.
[ Helmut Grohne ]
* Fix FTCBFS: Use a triplet-prefixed compiler. (Closes: #1023487)
Checksums-Sha1:
3b59c6bd917d0969a190a5649c9f1da45fe293eb 2614
libsgml-parser-opensp-perl_0.994-6.dsc
4b308270cc0c3cbf0f744b2ca6931a98f9f56c46 3928
libsgml-parser-opensp-perl_0.994-6.debian.tar.xz
Checksums-Sha256:
2e804be80790fa729d00acc16c7850538ddc186e921d05237de5cffc5881cb6e 2614
libsgml-parser-opensp-perl_0.994-6.dsc
345b2d357be7d5c682edb13827af06c1789d992e84d59315daeaca6cd77be0be 3928
libsgml-parser-opensp-perl_0.994-6.debian.tar.xz
Files:
cc69d2b7c4dcf01d2a0b569e5e8fe473 2614 perl optional
libsgml-parser-opensp-perl_0.994-6.dsc
c73d0af3159ed3e1654302e5c5a1ba10 3928 perl optional
libsgml-parser-opensp-perl_0.994-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmN+gYNfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgY7Sg/+JLh9UcWLBODahbl6mnDXJHefE4LehAuXZR5UcK7xqsEKrNKY4rlqP9BN
0gIrtf5OEGYo302v06L80LXsXYqehQDCoppXBMxVYRUf69ntMAgEMbXcG3ybdY11
Y/BakD2iiIm0bjpns1SremKjUGdSve3QRPwMsCN2gD4S3lM7jnT7VktGcZ8KVdHA
BYcR2GAg1TFLjnl7imhWeQ8NJl5rizfu5+74u6Lo8ZjQxvu1TgM5FBWAUiwPwzxJ
3KriTAKNV9lWeoqcxnzttj8uYfW1yfoYn9ILmSdAcnBxgCihlHJQZXn6DEtUvEsc
wRSl3q3KqiSXagfbp8ccOvfwFsYyva6UJu7m/4YKK0Dv6izq8muM4862lXmQhagq
1GSNEjJwScp1K7/uzZ+0BGxg543lpSYBXyfqaW2Z5vTh8YebI86xiNGC9MZsT+yf
ZzH6cfejXHbBdGjJHnpPkcwEp84ugCDHJqZZAoTaB9fT1eUhMqqQMfLykQBAGDXK
lwabNo9DYGst0KUU81vGZRdTkYMZko9qsrgp6rdVb0RNmBGwmZ/d7Wa0knprK08x
T71lJM20Yk0ETKIeJ8Ic0OsD4S3p61lAR6kZRNhQSkL7MqGR7/mDrehYkmkBnBJR
drZK84a1Rw2WXr8onhO6iHxCjRnMTtODyWXVkaMMUmP91RkIxAU=
=SEbE
-----END PGP SIGNATURE-----
--- End Message ---