Your message dated Tue, 19 Sep 2017 21:51:29 +0000
with message-id <e1duqqt-0009ez...@fasolo.debian.org>
and subject line Bug#876046: fixed in pcre3 2:8.39-5
has caused the Debian Bug report #876046,
regarding [pcre3] FTBFS on sh4 due to a missing STL symbol
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 ow...@bugs.debian.org
immediately.)


-- 
876046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876046
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pcre3
Version: 2:8.39-4
Severity: minor
Tags: patch

Dear maintainer,

On sh4, a build is failing due to mismatched symbols [1]. However,
missing symbol seems to be a template instantiation from STL. I think
STL symbols are not necessary thing and should be marked optional. Here
I attach a patch to mark 3 STL symbols (including a new symbol added in
[1]) optional. Could you please apply it?

[1] 
https://buildd.debian.org/status/fetch.php?pkg=pcre3&arch=sh4&ver=2:8.39-4&stamp=1505391860&raw=0

Thanks,
Katsuhiko
diff -Nru pcre3-8.39/debian/libpcrecpp0v5.symbols pcre3-8.39/debian/libpcrecpp0v5.symbols
--- pcre3-8.39/debian/libpcrecpp0v5.symbols	2017-03-26 01:20:59.000000000 +0900
+++ pcre3-8.39/debian/libpcrecpp0v5.symbols	2017-09-18 05:20:16.000000000 +0900
@@ -1,5 +1,4 @@
 libpcrecpp.so.0 libpcrecpp0v5 #MINVER#
- (c++)"void std::vector<pcrecpp::StringPiece, std::allocator<pcrecpp::StringPiece> >::_M_emplace_back_aux<pcrecpp::StringPiece>(pcrecpp::StringPiece&&)@Base" 2:8.39-2
  (c++)"operator<<(std::basic_ostream<char, std::char_traits<char> >&, pcrecpp::StringPiece const&)@Base" 8.38
  (c++)"pcrecpp::Arg::parse_char(char const*, int, void*)@Base" 7.7
  (c++)"pcrecpp::Arg::parse_double(char const*, int, void*)@Base" 7.7
@@ -85,4 +84,6 @@
  (c++)"pcrecpp::Scanner::Scanner(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 7.7
  (c++)"pcrecpp::Scanner::SetSkipExpression(char const*)@Base" 7.7
  (c++)"pcrecpp::Scanner::Skip(char const*)@Base" 7.7
-#MISSING: 2:8.39-2# (c++)"std::vector<pcrecpp::StringPiece, std::allocator<pcrecpp::StringPiece> >::_M_insert_aux(__gnu_cxx::__normal_iterator<pcrecpp::StringPiece*, std::vector<pcrecpp::StringPiece, std::allocator<pcrecpp::StringPiece> > >, pcrecpp::StringPiece const&)@Base" 7.7
+ (c++|optional=STL)"void std::vector<pcrecpp::StringPiece, std::allocator<pcrecpp::StringPiece> >::_M_emplace_back_aux<pcrecpp::StringPiece>(pcrecpp::StringPiece&&)@Base" 2:8.39-2
+ (c++|optional=STL)"void std::vector<pcrecpp::StringPiece, std::allocator<pcrecpp::StringPiece> >::_M_realloc_insert<pcrecpp::StringPiece const&>(__gnu_cxx::__normal_iterator<pcrecpp::StringPiece*, std::vector<pcrecpp::StringPiece, std::allocator<pcrecpp::StringPiece> > >, pcrecpp::StringPiece const&)@Base" 2:8.39-4
+#MISSING: 2:8.39-2# (c++|optional=STL)"std::vector<pcrecpp::StringPiece, std::allocator<pcrecpp::StringPiece> >::_M_insert_aux(__gnu_cxx::__normal_iterator<pcrecpp::StringPiece*, std::vector<pcrecpp::StringPiece, std::allocator<pcrecpp::StringPiece> > >, pcrecpp::StringPiece const&)@Base" 7.7

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: pcre3
Source-Version: 2:8.39-5

We believe that the bug you reported is fixed in the latest version of
pcre3, 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 876...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthew Vernon <matt...@debian.org> (supplier of updated pcre3 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 19 Sep 2017 22:10:37 +0100
Source: pcre3
Binary: libpcre3 libpcre3-udeb libpcrecpp0v5 libpcre3-dev libpcre3-dbg pcregrep 
libpcre16-3 libpcre32-3
Architecture: i386 source
Version: 2:8.39-5
Distribution: unstable
Urgency: medium
Maintainer: Matthew Vernon <matt...@debian.org>
Changed-By: Matthew Vernon <matt...@debian.org>
Closes: 853606 876046
Description: 
 libpcre16-3 - Old Perl 5 Compatible Regular Expression Library - 16 bit runtime
 libpcre32-3 - Old Perl 5 Compatible Regular Expression Library - 32 bit runtime
 libpcre3-dbg - Old Perl 5 Compatible Regular Expression Library - debug symbols
 libpcre3-dev - Old Perl 5 Compatible Regular Expression Library - development 
fi
 libpcre3   - Old Perl 5 Compatible Regular Expression Library - runtime files
 libpcre3-udeb - Old Perl 5 Compatible Regular Expression Library - runtime 
files  (udeb)
 libpcrecpp0v5 - Old Perl 5 Compatible Regular Expression Library - C++ runtime 
fi
 pcregrep   - grep utility that uses perl 5 compatible regexes.
Changes:
 pcre3 (2:8.39-5) unstable; urgency=medium
 .
   * patch from Katsuhiko Nishimra to symbols file to fix FTBFS with gcc7
     (Closes: #876046, #853606)
Checksums-Sha1: 
 68dbabfe95f200038908a27f090558ade82846a9 2224 pcre3_8.39-5.dsc
 822bf105a38f4455cd89aa5da3b5fa20bb8becf7 25511 pcre3_8.39-5.debian.tar.gz
 46c0f6b09ea0ef778de13265ccad00ad39273792 256614 libpcre16-3_8.39-5_i386.deb
 5a47351f6cef7bcb09eb1fefa65c36627c4d5ce3 800846 libpcre3-dbg_8.39-5_i386.deb
 995c67bbddcfa4f69e395146bb646e858b780fc1 647122 libpcre3-dev_8.39-5_i386.deb
 f0b12304a45691eee5bbc364eeac146430f770ba 154690 libpcre3-udeb_8.39-5_i386.udeb
 3868cb132aafbf4c540a3c576565f6ccc010ad20 248232 libpcre32-3_8.39-5_i386.deb
 23144d7e73a7ef8d0a440ae721890b8dfeb6bcd9 337740 libpcre3_8.39-5_i386.deb
 5af2b1a738fc742d1dea7f01cd89ed821412311e 152550 libpcrecpp0v5_8.39-5_i386.deb
 94ce6a6c11fbb77ae00699165089712157ac5f1a 6796 pcre3_8.39-5_i386.buildinfo
 99b364c876210cd9411fe4c28888184015b37ba3 27204 pcregrep_8.39-5_i386.deb
Checksums-Sha256: 
 228e6495d610bb001c66509786f65023bb672db31575157b92c741158019d039 2224 
pcre3_8.39-5.dsc
 33f51d04b363f20a808f6069955a661be28d29a480adce65458add27b8d11314 25511 
pcre3_8.39-5.debian.tar.gz
 acaf6843b233fdc2ace941962bb88232ff849f794535023f9e354f3abafb8780 256614 
libpcre16-3_8.39-5_i386.deb
 69a50544aefd2461274ba55c0a359b8ca70806a6b2957778b9c9f9598a3a350d 800846 
libpcre3-dbg_8.39-5_i386.deb
 dc3a72d299ba59da88e8a8a1c061d262fdf72efbbf289e73533478d04c934a0a 647122 
libpcre3-dev_8.39-5_i386.deb
 7d270966cd3858204fb5d3f89b2d2984903d9791c86a805996d929610a5d4ef4 154690 
libpcre3-udeb_8.39-5_i386.udeb
 d641521f310c1435f3fec8aa83ea553c0fd24dce1332d271d37945c52e4b6227 248232 
libpcre32-3_8.39-5_i386.deb
 85767b871a67e47659599b9d57f5b83cc3f5ad8117c24c61ae409bb7a2a8a394 337740 
libpcre3_8.39-5_i386.deb
 d6707540bd39a9054426a3ba618eb0a6c98933ba73c14a313124c53e2c6ea353 152550 
libpcrecpp0v5_8.39-5_i386.deb
 3fefa3e7c20cd6fe53910d04b3f79ccd97c1473ad9e5068167b3bbaec5bcbfe4 6796 
pcre3_8.39-5_i386.buildinfo
 a710add7cfd071920c628351961c384a9003f6ed14bd97891aa52657a46d20c8 27204 
pcregrep_8.39-5_i386.deb
Files: 
 f3cca104e63907b784ceb93e9fddbc7f 2224 libs optional pcre3_8.39-5.dsc
 809d9d6b539ce657f31806e368bd0282 25511 libs optional pcre3_8.39-5.debian.tar.gz
 64baed5c1fb94babc20ff82501adcaa2 256614 libs optional 
libpcre16-3_8.39-5_i386.deb
 44b67d1e1a805718fcabb35d3a8c6fae 800846 debug extra 
libpcre3-dbg_8.39-5_i386.deb
 03767ae87cc594814f8a017260d27de6 647122 libdevel optional 
libpcre3-dev_8.39-5_i386.deb
 1b3794fceeaae0bd17e9dd743be2a648 154690 debian-installer important 
libpcre3-udeb_8.39-5_i386.udeb
 b2f9662aa085b841adbb106e6cc73fa0 248232 libs optional 
libpcre32-3_8.39-5_i386.deb
 54fa58e70c6a65471c12341c63a656e5 337740 libs important libpcre3_8.39-5_i386.deb
 842bc595f4c73f6c722ea510ee0629dc 152550 libs optional 
libpcrecpp0v5_8.39-5_i386.deb
 5434783122fb3e219fecfe9db534be58 6796 libs optional pcre3_8.39-5_i386.buildinfo
 cd02a39cd1122e4301b337ec3ea2181d 27204 utils optional pcregrep_8.39-5_i386.deb

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

iQJHBAEBCgAxFiEEuk75yE35bTfYoeLUEvTSHI9qY8gFAlnBjFUTHG1hdHRoZXdA
ZGViaWFuLm9yZwAKCRAS9NIcj2pjyANnD/4o4AG9C9cXq16FAg+AJepesXRpB29v
Lh4PHuWitOqQGyXVHv17Bsnfo3nEhG3LqLBRnyXYifHoVrz5Bfhn9lex4G1X4/BK
TVzuRBVXh4hgk+pZnMKXY107Mn+iLz7aqstcd81lXTY8DgbfYhYPfeOn2U6wyTXs
QzV387kOFWWFL5D/q/SRBBs2IWc0Wtc1LpxNUua79XGfS3R65HoyMdiOTIJFiv/U
1w5Yw/2eofVP2eEwPbbb6XjuF7YnJ6EvjNx+yKAnEjqf2SWOXG+1udRrFFbCHL5n
Qqveig6QWDqC5tc5Bo+GMnXHEgEbtW15jCbLpMNcDCLy4XKCKhd33Cp1K02t2K86
42UY3WK5RAlMsxCWqRTRI4s33SvrJINuSchLUyt965heo+1a9p/z5hFSijSqtrGp
m0CDYwIsLxCISd/LASyvSmbYniFK0p3xQT74nTbr96sSEsWGAiH/uIZYpg15ghsD
sxtt3rWJAXmVvkf1DKFe7B6mrcS64ND+l6x3mHslyZ9+OIKdrkqcr7Q/gVQErqql
Gbpr7ebDxqE/2MQ9Opa61tnFwuYO4HjtpOBcCirR8BPTfRg/uCe5EvcNFQpt5KYX
YhqFk3223CssFC8hZnHHw7awfN3J44LWyfVRDQHYleok7GOPDMsaoBx4zZKUQTAE
9kDgvnmLDhqeng==
=F/17
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to