Your message dated Thu, 23 Apr 2020 12:33:55 +0000
with message-id <[email protected]>
and subject line Bug#947659: fixed in sqlite3-pcre 0~git20070120091816+4229ecc-2
has caused the Debian Bug report #947659,
regarding sqlite3-pcre 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.)
--
947659: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947659
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sqlite3-pcre
Version: 0~git20070120091816+4229ecc-1
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs
sqlite3-pcre fails to cross build from source, because its Makefile hard
codes the build architecture pkg-config. After making it substitutable,
sqlite3-pcre cross builds successfully. Please consider applying the
attached patch.
Helmut
--- sqlite3-pcre-0~git20070120091816+4229ecc.orig/Makefile
+++ sqlite3-pcre-0~git20070120091816+4229ecc/Makefile
@@ -1,8 +1,9 @@
CC=cc
INSTALL=install
+PKG_CONFIG?=pkg-config
CFLAGS?=
-CFLAGS+=$(shell pkg-config --cflags sqlite3 libpcre) -fPIC
-LIBS=$(shell pkg-config --libs libpcre)
+CFLAGS+=$(shell $(PKG_CONFIG) --cflags sqlite3 libpcre) -fPIC
+LIBS=$(shell $(PKG_CONFIG) --libs libpcre)
prefix=/usr
.PHONY : install clean
--- End Message ---
--- Begin Message ---
Source: sqlite3-pcre
Source-Version: 0~git20070120091816+4229ecc-2
Done: Gilles Filippini <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sqlite3-pcre, 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.
Gilles Filippini <[email protected]> (supplier of updated sqlite3-pcre 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: Thu, 23 Apr 2020 14:09:30 +0200
Source: sqlite3-pcre
Architecture: source
Version: 0~git20070120091816+4229ecc-2
Distribution: unstable
Urgency: medium
Maintainer: Gilles Filippini <[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Closes: 947659
Changes:
sqlite3-pcre (0~git20070120091816+4229ecc-2) unstable; urgency=medium
.
* Autotoolize the build (closes: #947659)
* Compat level 12
* Drop get-orig-source target and set up a d/watch file
* Update d/copyright
* d/control:
- drop quilt as build dependency
- add Vcs-* fields
- Standards-Version: 4.5.0
Checksums-Sha1:
b053c0074af3f25ce8b816c55a229e64dfd5adc3 1754
sqlite3-pcre_0~git20070120091816+4229ecc-2.dsc
921b6b7595820cc01d6ce59fc2a8ac8c5bd2f36f 2436
sqlite3-pcre_0~git20070120091816+4229ecc-2.debian.tar.xz
2a45134cbedb5c10120985103d662ccc1273696e 5947
sqlite3-pcre_0~git20070120091816+4229ecc-2_amd64.buildinfo
Checksums-Sha256:
9bf2bb2c9f08a4b9ffd55bf1313d7b61b01e51624f0ba30a857d250be1fea86b 1754
sqlite3-pcre_0~git20070120091816+4229ecc-2.dsc
e00d899b0df9acee3386f73c0deb09b0a8c57ee77e02e86b1abee2a796fafa7c 2436
sqlite3-pcre_0~git20070120091816+4229ecc-2.debian.tar.xz
749242503a7dcd40179a882d93420463b8894bd5b39bf57759d10e0ac949e227 5947
sqlite3-pcre_0~git20070120091816+4229ecc-2_amd64.buildinfo
Files:
7ed86e53aa58642a5ad305d7adcd2a8a 1754 libs optional
sqlite3-pcre_0~git20070120091816+4229ecc-2.dsc
0564349d0e7e14721f853727b3a8c9db 2436 libs optional
sqlite3-pcre_0~git20070120091816+4229ecc-2.debian.tar.xz
d69d866984f155d2f374790a717743e9 5947 libs optional
sqlite3-pcre_0~git20070120091816+4229ecc-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFEBAEBCgAuFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAl6hhgEQHHBpbmlAZGVi
aWFuLm9yZwAKCRDv6Gxsf/7PgzcQB/0R3CxUK5NNgwv3hAWDCpmpKKTT2rbD6Su1
RBMJXFqqDCLgD1H62ZJTGhe2QnULSMZTy2Y8uPUiRyqg0LKwh6u7V5RPLXWQsZOh
p1W/g90+k7E0RfZHvi1rOW/1OuZVIoeEMNCEPIjsS/Ikryfxjn7DW+mGCVuUDOmt
bLchpeWHnOYFHZmrXCKxfIgoSbkAiCRMyl5HpgX979oFFBcE3rzi4cRWHjgcsHyi
U3BAbg5hvRY29egVmNhb34Hn9vv5EAK2Uxy4Lbalu1jk8QFAuCfQ4LL7VsZthUtp
yIgvrZIq/0oPDr9QqCnxeUzwAsWO4jbgBZYJQVHQNeyWykbEaCxe
=Hjc8
-----END PGP SIGNATURE-----
--- End Message ---