Your message dated Thu, 29 Mar 2018 11:05:56 +0000
with message-id <[email protected]>
and subject line Bug#893808: fixed in libquazip 0.7.3-6
has caused the Debian Bug report #893808,
regarding libquazip: symbols adjustments to support build with -O3
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.)
--
893808: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893808
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libquazip
Version: 0.7.3-5
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu bionic ubuntu-patch
Dear maintainers,
libquazip 0.7.3-5 fails to build on ppc64el in Ubuntu because the symbols
files don't match. This is because Ubuntu builds its ppc64el port with -O3
by default, and some C++ symbols are added or removed when building with
higher optimization levels.
The attached patch makes the symbols file work when building with either -O2
or -O3 (at least on ppc64el). Please consider including this in Debian.
Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
diff -Nru libquazip-0.7.3/debian/libquazip1.symbols
libquazip-0.7.3/debian/libquazip1.symbols
--- libquazip-0.7.3/debian/libquazip1.symbols 2018-03-04 12:02:42.000000000
-0800
+++ libquazip-0.7.3/debian/libquazip1.symbols 2018-03-22 09:25:48.000000000
-0700
@@ -39,6 +39,8 @@
_ZN10JlCompress12extractFilesER6QuaZipRK11QStringListRK7QString@Base 0.7.3
_ZN10JlCompress13compressFilesE7QString11QStringList@Base 0.7.3
_ZN10JlCompress14compressSubDirEP6QuaZip7QStringS2_b6QFlagsIN4QDir6FilterEE@Base
0.7.3
+ (optional)_ZN10QByteArrayD1Ev@Base 0.7.3-5
+ (optional)_ZN10QByteArrayD2Ev@Base 0.7.3-5
_ZN10QuaAdler325resetEv@Base 0.7.3
_ZN10QuaAdler325valueEv@Base 0.7.3
_ZN10QuaAdler326updateERK10QByteArray@Base 0.7.3
@@ -135,8 +137,8 @@
_ZN18QSharedDataPointerI16QuaZipDirPrivateED2Ev@Base 0.7.3
_ZN18QuaGzipFilePrivate4openERK7QStringPKc@Base 0.7.3
_ZN18QuaGzipFilePrivate4openEiPKc@Base 0.7.3
-
_ZN18QuaGzipFilePrivate4openI7QStringEEbT_6QFlagsIN9QIODevice12OpenModeFlagEERS1_@Base
0.7.3
-
_ZN18QuaGzipFilePrivate4openIiEEbT_6QFlagsIN9QIODevice12OpenModeFlagEER7QString@Base
0.7.3
+
(optional)_ZN18QuaGzipFilePrivate4openI7QStringEEbT_6QFlagsIN9QIODevice12OpenModeFlagEERS1_@Base
0.7.3
+
(optional)_ZN18QuaGzipFilePrivate4openIiEEbT_6QFlagsIN9QIODevice12OpenModeFlagEER7QString@Base
0.7.3
_ZN19QuaZIODevicePrivate7doFlushER7QString@Base 0.7.3
_ZN19QuaZIODevicePrivateC1EP9QIODevice@Base 0.7.3
_ZN19QuaZIODevicePrivateC2EP9QIODevice@Base 0.7.3
@@ -149,20 +151,30 @@
_ZN23QuaZipDirRestoreCurrentD2Ev@Base 0.7.3
_ZN5QHashI7QString15QHashDummyValueE11deleteNode2EPN9QHashData4NodeE@Base
0.7.3
_ZN5QHashI7QString15QHashDummyValueE13duplicateNodeEPN9QHashData4NodeEPv@Base
0.7.3
+ (optional)_ZN5QHashI7QString15QHashDummyValueED1Ev@Base 0.7.3
+ (optional)_ZN5QHashI7QString15QHashDummyValueED2Ev@Base 0.7.3
_ZN5QHashI7QString16unz64_file_pos_sE11deleteNode2EPN9QHashData4NodeE@Base
0.7.3
_ZN5QHashI7QString16unz64_file_pos_sE13duplicateNodeEPN9QHashData4NodeEPv@Base
0.7.3
_ZN5QListI14QuaZipFileInfoE13detach_helperEi@Base 0.7.3
- _ZN5QListI14QuaZipFileInfoE18detach_helper_growEii@Base 0.7.3
- _ZN5QListI14QuaZipFileInfoE5clearEv@Base 0.7.3
+ (optional)_ZN5QListI14QuaZipFileInfoE18detach_helper_growEii@Base 0.7.3
+ (optional)_ZN5QListI14QuaZipFileInfoE5clearEv@Base 0.7.3
_ZN5QListI14QuaZipFileInfoE6appendERKS0_@Base 0.7.3
+ (optional)_ZN5QListI14QuaZipFileInfoED1Ev@Base 0.7.3
+ (optional)_ZN5QListI14QuaZipFileInfoED2Ev@Base 0.7.3
_ZN5QListI16QuaZipFileInfo64E13detach_helperEi@Base 0.7.3
- _ZN5QListI16QuaZipFileInfo64E18detach_helper_growEii@Base 0.7.3
+ (optional)_ZN5QListI16QuaZipFileInfo64E18detach_helper_growEii@Base 0.7.3
_ZN5QListI16QuaZipFileInfo64E6appendERKS0_@Base 0.7.3
+ (optional)_ZN5QListI16QuaZipFileInfo64ED1Ev@Base 0.7.3
+ (optional)_ZN5QListI16QuaZipFileInfo64ED2Ev@Base 0.7.3
_ZN5QListI7QStringE13detach_helperEi@Base 0.7.3
_ZN5QListI7QStringE18detach_helper_growEii@Base 0.7.3
- _ZN5QListI7QStringE5clearEv@Base 0.7.3
+ (optional)_ZN5QListI7QStringE5clearEv@Base 0.7.3
_ZN5QListI7QStringE6appendERKS0_@Base 0.7.3
+ (optional)_ZN5QListI7QStringED1Ev@Base 0.7.3
+ (optional)_ZN5QListI7QStringED2Ev@Base 0.7.3
_ZN5QListI9QFileInfoE13detach_helperEi@Base 0.7.3
+ (optional)_ZN5QListI9QFileInfoED1Ev@Base 0.7.3
+ (optional)_ZN5QListI9QFileInfoED2Ev@Base 0.7.3
_ZN6QuaZip10getUnzFileEv@Base 0.7.3
_ZN6QuaZip10getZipFileEv@Base 0.7.3
_ZN6QuaZip10setCommentERK7QString@Base 0.7.3
@@ -190,6 +202,8 @@
_ZN6QuaZipC2Ev@Base 0.7.3
_ZN6QuaZipD1Ev@Base 0.7.3
_ZN6QuaZipD2Ev@Base 0.7.3
+ (optional)_ZN7QStringD1Ev@Base 0.7.3
+ (optional)_ZN7QStringD2Ev@Base 0.7.3
_ZN8QuaCrc325resetEv@Base 0.7.3
_ZN8QuaCrc325valueEv@Base 0.7.3
_ZN8QuaCrc326updateERK10QByteArray@Base 0.7.3
@@ -235,9 +249,9 @@
_ZNK12QuaZIODevice12isSequentialEv@Base 0.7.3
_ZNK12QuaZIODevice14bytesAvailableEv@Base 0.7.3
_ZNK12QuaZIODevice5atEndEv@Base 0.7.3
- _ZNK13QuaZipPrivate15getFileInfoListI14QuaZipFileInfoEEbP5QListIT_E@Base 0.7.3
- _ZNK13QuaZipPrivate15getFileInfoListI16QuaZipFileInfo64EEbP5QListIT_E@Base
0.7.3
- _ZNK13QuaZipPrivate15getFileInfoListI7QStringEEbP5QListIT_E@Base 0.7.3
+
(optional)_ZNK13QuaZipPrivate15getFileInfoListI14QuaZipFileInfoEEbP5QListIT_E@Base
0.7.3
+
(optional)_ZNK13QuaZipPrivate15getFileInfoListI16QuaZipFileInfo64EEbP5QListIT_E@Base
0.7.3
+ (optional)_ZNK13QuaZipPrivate15getFileInfoListI7QStringEEbP5QListIT_E@Base
0.7.3
_ZNK14QuaZipFileInfo14getPermissionsEv@Base 0.7.3
_ZNK16QuaZipDirPrivate13entryInfoListI11QStringListEEbS1_6QFlagsIN4QDir6FilterEES2_INS3_8SortFlagEERT_@Base
0.7.3
_ZNK16QuaZipDirPrivate13entryInfoListI5QListI14QuaZipFileInfoEEEb11QStringList6QFlagsIN4QDir6FilterEES5_INS6_8SortFlagEERT_@Base
0.7.3
@@ -248,8 +262,8 @@
_ZNK16QuaZipFileInfo6414getPermissionsEv@Base 0.7.3
_ZNK16QuaZipFileInfo6416toQuaZipFileInfoER14QuaZipFileInfo@Base 0.7.3
_ZNK17QuaZipFilePrivate11setZipErrorEi@Base 0.7.3
- _ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_Pj@Base 0.7.3
- _ZNK5QHashI7QString16unz64_file_pos_sE8findNodeERKS0_Pj@Base 0.7.3
+ (optional)_ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_Pj@Base 0.7.3
+ (optional)_ZNK5QHashI7QString16unz64_file_pos_sE8findNodeERKS0_Pj@Base 0.7.3
_ZNK6QuaZip10getCommentEv@Base 0.7.3
_ZNK6QuaZip10getZipNameEv@Base 0.7.3
_ZNK6QuaZip11getIoDeviceEv@Base 0.7.3
diff -Nru libquazip-0.7.3/debian/libquazip5-1.symbols
libquazip-0.7.3/debian/libquazip5-1.symbols
--- libquazip-0.7.3/debian/libquazip5-1.symbols 2018-03-04 12:02:42.000000000
-0800
+++ libquazip-0.7.3/debian/libquazip5-1.symbols 2018-03-22 09:27:23.000000000
-0700
@@ -137,8 +137,8 @@
_ZN18QSharedDataPointerI16QuaZipDirPrivateED2Ev@Base 0.7.3
_ZN18QuaGzipFilePrivate4openERK7QStringPKc@Base 0.7.3
_ZN18QuaGzipFilePrivate4openEiPKc@Base 0.7.3
-
_ZN18QuaGzipFilePrivate4openI7QStringEEbT_6QFlagsIN9QIODevice12OpenModeFlagEERS1_@Base
0.7.3
-
_ZN18QuaGzipFilePrivate4openIiEEbT_6QFlagsIN9QIODevice12OpenModeFlagEER7QString@Base
0.7.3
+
(optional)_ZN18QuaGzipFilePrivate4openI7QStringEEbT_6QFlagsIN9QIODevice12OpenModeFlagEERS1_@Base
0.7.3
+
(optional)_ZN18QuaGzipFilePrivate4openIiEEbT_6QFlagsIN9QIODevice12OpenModeFlagEER7QString@Base
0.7.3
_ZN19QuaZIODevicePrivate7doFlushER7QString@Base 0.7.3
_ZN19QuaZIODevicePrivateC1EP9QIODevice@Base 0.7.3
_ZN19QuaZIODevicePrivateC2EP9QIODevice@Base 0.7.3
@@ -156,7 +156,7 @@
_ZN5QHashI7QString16unz64_file_pos_sE11deleteNode2EPN9QHashData4NodeE@Base
0.7.3
_ZN5QHashI7QString16unz64_file_pos_sE13duplicateNodeEPN9QHashData4NodeEPv@Base
0.7.3
_ZN5QListI14QuaZipFileInfoE18detach_helper_growEii@Base 0.7.3
- _ZN5QListI14QuaZipFileInfoE5clearEv@Base 0.7.3
+ (optional)_ZN5QListI14QuaZipFileInfoE5clearEv@Base 0.7.3
_ZN5QListI14QuaZipFileInfoE6appendERKS0_@Base 0.7.3
_ZN5QListI14QuaZipFileInfoED1Ev@Base 0.7.3
_ZN5QListI14QuaZipFileInfoED2Ev@Base 0.7.3
@@ -168,7 +168,7 @@
_ZN5QListI16QuaZipFileInfo64ED1Ev@Base 0.7.3
_ZN5QListI16QuaZipFileInfo64ED2Ev@Base 0.7.3
_ZN5QListI7QStringE18detach_helper_growEii@Base 0.7.3
- _ZN5QListI7QStringE5clearEv@Base 0.7.3
+ (optional)_ZN5QListI7QStringE5clearEv@Base 0.7.3
_ZN5QListI7QStringE6appendERKS0_@Base 0.7.3
_ZN5QListI7QStringEC1ERKS1_@Base 0.7.3
_ZN5QListI7QStringEC2ERKS1_@Base 0.7.3
@@ -265,10 +265,10 @@
_ZNK16QuaZipFileInfo6414getPermissionsEv@Base 0.7.3
_ZNK16QuaZipFileInfo6416toQuaZipFileInfoER14QuaZipFileInfo@Base 0.7.3
_ZNK17QuaZipFilePrivate11setZipErrorEi@Base 0.7.3
- _ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_Pj@Base 0.7.3
- _ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_j@Base 0.7.3
- _ZNK5QHashI7QString16unz64_file_pos_sE8findNodeERKS0_Pj@Base 0.7.3
- _ZNK5QHashI7QString16unz64_file_pos_sE8findNodeERKS0_j@Base 0.7.3
+ (optional)_ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_Pj@Base 0.7.3
+ (optional)_ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_j@Base 0.7.3
+ (optional)_ZNK5QHashI7QString16unz64_file_pos_sE8findNodeERKS0_Pj@Base 0.7.3
+ (optional)_ZNK5QHashI7QString16unz64_file_pos_sE8findNodeERKS0_j@Base 0.7.3
_ZNK6QuaZip10getCommentEv@Base 0.7.3
_ZNK6QuaZip10getZipNameEv@Base 0.7.3
_ZNK6QuaZip11getIoDeviceEv@Base 0.7.3
--- End Message ---
--- Begin Message ---
Source: libquazip
Source-Version: 0.7.3-6
We believe that the bug you reported is fixed in the latest version of
libquazip, 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.
Andreas Tille <[email protected]> (supplier of updated libquazip 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: SHA256
Format: 1.8
Date: Thu, 29 Mar 2018 12:16:05 +0200
Source: libquazip
Binary: libquazip1 libquazip-dev libquazip5-1 libquazip5-dev libquazip-headers
libquazip5-headers libquazip-doc
Architecture: source
Version: 0.7.3-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
libquazip-dev - C++ wrapper for ZIP/UNZIP (development files, Qt4 build)
libquazip-doc - C++ wrapper for ZIP/UNZIP (documentation)
libquazip-headers - C++ wrapper for ZIP/UNZIP (development header files)
libquazip1 - C++ wrapper for ZIP/UNZIP (Qt4 build)
libquazip5-1 - C++ wrapper for ZIP/UNZIP (Qt5 build)
libquazip5-dev - C++ wrapper for ZIP/UNZIP (development files, Qt5 build)
libquazip5-headers - C++ wrapper for ZIP/UNZIP (development header files, Qt5
build)
Closes: 893808
Changes:
libquazip (0.7.3-6) unstable; urgency=medium
.
[ Steve Langasek ]
* symbols adjustments to support build with -O3
Closes: #893808
Checksums-Sha1:
3837c4d68f717519ae480eba5337a46930d2c4ff 2496 libquazip_0.7.3-6.dsc
276c08dde96166665c0630ea6b23dc6d4ba5ee17 10008 libquazip_0.7.3-6.debian.tar.xz
Checksums-Sha256:
9b8fad97c38464bd7b5d34e2b8210de38c3b2b9e7fe919b26080fbe7c48fd38d 2496
libquazip_0.7.3-6.dsc
92caf1327573a01ba66eecda37383c3ef1a3ab1f57ddb90217a91866007109f0 10008
libquazip_0.7.3-6.debian.tar.xz
Files:
0361cab9cf870237cffb2b30d75ecb1e 2496 libs optional libquazip_0.7.3-6.dsc
b3715533502cd8a042e416bab8ecf723 10008 libs optional
libquazip_0.7.3-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlq8v+wRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGk1g//UcPqPltVTDyGq2tkhE4tX1Mqp+pS2m0I
q4AyxXTXa0hh2h5nd98BI0eg4aeDy3vwFPx+bGYFDdMpQZINWCMus4eoVIxEio2X
mysp4DulE0WZTINY+Hs54GZ2x8o7a3UP+pQn4wSqTQKtb5Ciq2RA5UNYh8p6RdNC
u+yox3K9xm7otgd26gmGrbWaKUYKM81oT4N+vKGoaKm+Z5T1ICboWRg1dG2DFoFs
+xvtJCTlFKK35NnQ1g640F/3+tq5AoW6KL6LP/La+tDVxmldsbbMEJJxiNs38nBp
30ghHjd+geAcSb/OQdr3eu5dq4fIlbhpbUHumZVXoDRbQloLkZQGf+h6745Ptob0
E378akayvQdai2jAnP0ms1r3PhByUUTGZ1nbz+8CzG5C2VozExHyBhHaI+xkTESg
PmXOpD2WDFeL/0C46aGcCIVJ/wh37JkqjGHrrHylIAZ8tUsi/WxYlkEmmKXuGisf
RvahpbRvStKRMCRQ6yvk4iq00RCTeYMGUQXB1Bd170xLCuW2r/VWK2G/Pp8h0VC+
d1fFjOGL+AiUVG4Ii7vcYAmVZmvC6e6JxRKhHv+Lodfr/CEgOrfTu6AZ9knETsXg
VrMXJopPu+/ruj+wFjanBLJ2if/roHX9wzoGpeO5zKhIzaTtztdPFyTDhC1GR2gH
kC/gvFVtM9Q=
=9Py/
-----END PGP SIGNATURE-----
--- End Message ---