[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#957448: marked as done (libmspub: ftbfs with GCC-10)



Your message dated Fri, 17 Apr 2020 21:34:34 +0000
with message-id <E1jPYd8-00017j-Tm@fasolo.debian.org>
and subject line Bug#957448: fixed in libmspub 0.1.4-2
has caused the Debian Bug report #957448,
regarding libmspub: ftbfs with GCC-10
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 owner@bugs.debian.org
immediately.)


-- 
957448: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957448
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:libmspub
Version: 0.1.4-1
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/libmspub_0.1.4-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
      |      ^~~~~~~~
In file included from MSPUBMetaData.cpp:10:
MSPUBMetaData.h:38:8: note: candidate is: ‘void libmspub::MSPUBMetaData::readPropertySet(librevenge::RVNGInputStream*, int, char*)’
   38 |   void readPropertySet(librevenge::RVNGInputStream *input, uint32_t offset, char *FMTID);
      |        ^~~~~~~~~~~~~~~
MSPUBMetaData.h:24:7: note: ‘class libmspub::MSPUBMetaData’ defined here
   24 | class MSPUBMetaData
      |       ^~~~~~~~~~~~~
MSPUBMetaData.cpp:141:10: error: no declaration matches ‘uint32_t libmspub::MSPUBMetaData::getCodePage()’
  141 | uint32_t libmspub::MSPUBMetaData::getCodePage()
      |          ^~~~~~~~
MSPUBMetaData.cpp:141:10: note: no functions named ‘uint32_t libmspub::MSPUBMetaData::getCodePage()’
In file included from MSPUBMetaData.cpp:10:
MSPUBMetaData.h:24:7: note: ‘class libmspub::MSPUBMetaData’ defined here
   24 | class MSPUBMetaData
      |       ^~~~~~~~~~~~~
MSPUBMetaData.cpp: In member function ‘void libmspub::MSPUBMetaData::readPropertyIdentifierAndOffset(librevenge::RVNGInputStream*)’:
MSPUBMetaData.cpp:160:19: error: request for member ‘push_back’ in ‘((libmspub::MSPUBMetaData*)this)->libmspub::MSPUBMetaData::m_idsAndOffsets’, which is of non-class type ‘int’
  160 |   m_idsAndOffsets.push_back(std::make_pair(propertyIdentifier, offset));
      |                   ^~~~~~~~~
MSPUBMetaData.cpp: At global scope:
MSPUBMetaData.cpp:166:6: error: no declaration matches ‘void libmspub::MSPUBMetaData::readTypedPropertyValue(librevenge::RVNGInputStream*, uint32_t, uint32_t, char*)’
  166 | void libmspub::MSPUBMetaData::readTypedPropertyValue(librevenge::RVNGInputStream *input,
      |      ^~~~~~~~
In file included from MSPUBMetaData.cpp:10:
MSPUBMetaData.h:40:8: note: candidate is: ‘void libmspub::MSPUBMetaData::readTypedPropertyValue(librevenge::RVNGInputStream*, int, int, char*)’
   40 |   void readTypedPropertyValue(librevenge::RVNGInputStream *input, uint32_t index, uint32_t offset, char *FMTID);
      |        ^~~~~~~~~~~~~~~~~~~~~~
MSPUBMetaData.h:24:7: note: ‘class libmspub::MSPUBMetaData’ defined here
   24 | class MSPUBMetaData
      |       ^~~~~~~~~~~~~
MSPUBMetaData.cpp: In member function ‘librevenge::RVNGString libmspub::MSPUBMetaData::readCodePageString(librevenge::RVNGInputStream*)’:
MSPUBMetaData.cpp:250:23: error: ‘getCodePage’ was not declared in this scope
  250 |   uint32_t codepage = getCodePage();
      |                       ^~~~~~~~~~~
make[4]: *** [Makefile:563: MSPUBMetaData.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
MSPUBParser.cpp: In member function ‘bool libmspub::MSPUBParser::parseFontChunk(librevenge::RVNGInputStream*, const libmspub::ContentChunkReference&)’:
MSPUBParser.cpp:565:41: warning: ‘eotOffset.boost::optional_detail::tc_optional_base<unsigned int>::m_storage’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  565 |             input->seek(eotOffset.get() + 4, librevenge::RVNG_SEEK_SET);
      |                         ~~~~~~~~~~~~~~~~^~~
MSPUBParser.cpp: In member function ‘bool libmspub::MSPUBParser::parseShape(librevenge::RVNGInputStream*, const libmspub::ContentChunkReference&)’:
MSPUBParser.cpp:800:97: warning: ‘index.boost::optional_detail::tc_optional_base<unsigned int>::m_storage’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  800 |         const ContentChunkReference &cellsChunk = m_contentChunks[m_cellsChunkIndices[get(index)]];
      |                                                                                                 ^
MSPUBParser.cpp:863:34: warning: ‘textId.boost::optional_detail::tc_optional_base<unsigned int>::m_storage’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  863 |         m_collector->addTextShape(get(textId), chunk.seqNum);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
MSPUBParser.cpp:754:39: warning: ‘rowcolArrayOffset.boost::optional_detail::tc_optional_base<unsigned int>::m_storage’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  754 |       while (stillReading(input, rcao + arrayLength))
      |                                  ~~~~~^~~~~~~~~~~~~
MSPUBParser.cpp:765:46: warning: ‘numCols.boost::optional_detail::tc_optional_base<unsigned int>::m_storage’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  765 |               if (columnWidthsInEmu.size() < nc)
      |                                              ^~
MSPUBParser.cpp:767:49: warning: ‘numRows.boost::optional_detail::tc_optional_base<unsigned int>::m_storage’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  767 |               else if (rowHeightsInEmu.size() < nr)
      |                                                 ^~
MSPUBParser.cpp:781:9: warning: ‘cellsSeqNum.boost::optional_detail::tc_optional_base<unsigned int>::m_storage’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  781 |         if (m_contentChunks[m_cellsChunkIndices[i]].seqNum == csn)
      |         ^~
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib'
make[3]: *** [Makefile:387: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:493: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:404: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libmspub
Source-Version: 0.1.4-2
Done: Rene Engelhard <rene@debian.org>

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

Debian distribution maintenance software
pp.
Rene Engelhard <rene@debian.org> (supplier of updated libmspub 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Fri, 17 Apr 2020 20:57:30 +0000
Source: libmspub
Architecture: source
Version: 0.1.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
Closes: 957448
Changes:
 libmspub (0.1.4-2) unstable; urgency=medium
 .
   * #include <cstdint> in src/lib/MSPUBMetaData.h to fix build with g++ 10
     (closes: #957448)
Checksums-Sha1:
 2593adb9cd74e395897497e5dcaad04e97a72c72 2130 libmspub_0.1.4-2.dsc
 9899acd0e0a28bd4fffcaf41aa112c58e394894f 7408 libmspub_0.1.4-2.debian.tar.xz
 e2cb72c8f4b52f21f4d32a51f5e101a8c526665d 5810 libmspub_0.1.4-2_source.buildinfo
Checksums-Sha256:
 b68d40ec029c14ecac184915e97abf0eabd34520f156fc1af515370e226121d3 2130 libmspub_0.1.4-2.dsc
 fa2b5469ac58de38e67b94fb17803f50e028164a40214ca052c5e62e6e3116e1 7408 libmspub_0.1.4-2.debian.tar.xz
 f2c93f0f89dc77edd3793e827a42600d8fd632f954c48104ac2449cbfa66d15c 5810 libmspub_0.1.4-2_source.buildinfo
Files:
 12d0335aedf65577753b60573834f693 2130 libs optional libmspub_0.1.4-2.dsc
 0d74f9b0d0637311ad9bb532b8719f53 7408 libs optional libmspub_0.1.4-2.debian.tar.xz
 cae6ca709e8c5aa5d6bb877ed5e8426a 5810 libs optional libmspub_0.1.4-2_source.buildinfo

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

iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAl6aHF4QHHJlbmVAZGVi
aWFuLm9yZwAKCRAKoEVx0D4+cM/hD/4/RhJ9k3Bmd/qXyzgGsc2F4JOkTopRwVhJ
6I0jNee8+rVbUUuTClL1oNvWrzuZXp6oqHBA2kbmmzvL7oAH2050pq7TViNGYkNV
RQ/QjSRz0/HBU7N5rg3hMTxbR0yTHbo9CqnVfqHsLpjxDsbno39uyj9T7v0euKN6
oLTwnjstqp2ffWXV5k3Dj9ccYr7uDW7LFnEGemhR5fTC2EqYoBIqRaGW+LHPmV30
a4XK6awgZH8gqnqWnrxkW6SiyNLjuyl7tUzLYI62TGPaYBJn12wQotHuVl3yf8N8
klaNFXA/IcPDC2rmMkRWGnN4SgK9N0JDKGdAKSPKKkFg7kv47JH8BbqVROe/dfk9
L+CCGt0yofcC3HK73YsOdhAX1AGJ+88KM1jpOGKQO8OFHQxc9+kmoakGTW2wJa5z
VHA3DqzWjRXLz2H6AgCNRoPO96G9aEEn9LvAeH2sOnqDW3pdRStOnYOjopCchEAg
Sa8IKou97pFbJEa49lIE7V3fDiAuBL0NsEz4SX4/MdKZPjL8em4OR+5S4DvBj+DJ
AZUs/QhCMvGOS6m2ozpsePAvNpXM8ycsNwmQxaRjm8ktfuRU2Bd/ysQaydZRPQkf
zQMJpAwQDNLreiHKih8Yovf9sSU9sydzXg4StVdyTn0CvOgzUfwFjaUaTDK0rNIb
fcW9NWgMqQ==
=V9qC
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: