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

Bug#1037732: marked as done (liborcus: ftbfs with GCC-13)



Your message dated Wed, 14 Jun 2023 17:05:01 +0000
with message-id <E1q9TvZ-009mWy-9W@fasolo.debian.org>
and subject line Bug#1037732: fixed in liborcus 0.17.2-3
has caused the Debian Bug report #1037732,
regarding liborcus: ftbfs with GCC-13
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.)


-- 
1037732: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037732
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:liborcus
Version: 0.17.2-2
Severity: normal
Tags: sid trixie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/liborcus_0.17.2-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
/usr/include/c++/13/bits/basic_string.h:654:7: note: candidate: ‘template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(size_type, _CharT, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  654 |       basic_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:654:7: note:   template argument deduction/substitution failed:
/usr/include/c++/13/bits/basic_string.h:631:7: note: candidate: ‘template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
/usr/include/c++/13/bits/basic_string.h:705:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:705:7: note:   conversion of argument 1 would be ill-formed:
/usr/include/c++/13/bits/basic_string.h:700:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:700:7: note:   conversion of argument 1 would be ill-formed:
/usr/include/c++/13/bits/basic_string.h:695:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:695:7: note:   conversion of argument 1 would be ill-formed:
/usr/include/c++/13/bits/basic_string.h:667:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
/usr/include/c++/13/bits/basic_string.h:609:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, size_type, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; size_type = long unsigned int]’
  609 |       basic_string(const _CharT* __s, size_type __n,
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:609:7: note:   conversion of argument 1 would be ill-formed:
/usr/include/c++/13/bits/basic_string.h:589:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, size_type, size_type, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; size_type = long unsigned int]’
  589 |       basic_string(const basic_string& __str, size_type __pos,
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:589:7: note:   candidate expects 4 arguments, 2 provided
/usr/include/c++/13/bits/basic_string.h:571:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, size_type, size_type) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; size_type = long unsigned int]’
  571 |       basic_string(const basic_string& __str, size_type __pos,
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:571:7: note:   candidate expects 3 arguments, 2 provided
/usr/include/c++/13/bits/basic_string.h:554:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, size_type, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; size_type = long unsigned int]’
  554 |       basic_string(const basic_string& __str, size_type __pos,
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:554:7: note:   conversion of argument 1 would be ill-formed:
/usr/include/c++/13/bits/basic_string.h:537:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
/usr/include/c++/13/bits/basic_string.h:525:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
/usr/include/c++/13/bits/basic_string.h:512:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  512 |       basic_string()
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
/usr/include/c++/13/bits/basic_string.h:176:7: note: candidate: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
/usr/include/c++/13/bits/basic_string.h:176:7: note:   conversion of argument 1 would be ill-formed:
make[4]: *** [Makefile:1208: base64.lo] Error 1
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DSRCDIR=\"../..\" -D__ORCUS_PSR_BUILDING_DLL -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pthread -Wshadow -DSIZEOF_VOID_P=8 -O2 -D__ORCUS_ODS -D__ORCUS_XLSX -D__ORCUS_XLS_XML -D__ORCUS_GNUMERIC -I/usr/include/mdds-2.0 -D__ORCUS_SPREADSHEET_MODEL -D__ORCUS_PYTHON_CSV -D__ORCUS_PYTHON_XLSX -D__ORCUS_PYTHON_ODS -D__ORCUS_PYTHON_XLS_XML -D__ORCUS_PYTHON_GNUMERIC -c json_parser_base.cpp -o json_parser_base.o >/dev/null 2>&1
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DSRCDIR=\"../..\" -D__ORCUS_PSR_BUILDING_DLL -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pthread -Wshadow -DSIZEOF_VOID_P=8 -O2 -D__ORCUS_ODS -D__ORCUS_XLSX -D__ORCUS_XLS_XML -D__ORCUS_GNUMERIC -I/usr/include/mdds-2.0 -D__ORCUS_SPREADSHEET_MODEL -D__ORCUS_PYTHON_CSV -D__ORCUS_PYTHON_XLSX -D__ORCUS_PYTHON_ODS -D__ORCUS_PYTHON_XLS_XML -D__ORCUS_PYTHON_GNUMERIC -c css_types.cpp -o css_types.o >/dev/null 2>&1
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DSRCDIR=\"../..\" -D__ORCUS_PSR_BUILDING_DLL -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pthread -Wshadow -DSIZEOF_VOID_P=8 -O2 -D__ORCUS_ODS -D__ORCUS_XLSX -D__ORCUS_XLS_XML -D__ORCUS_GNUMERIC -I/usr/include/mdds-2.0 -D__ORCUS_SPREADSHEET_MODEL -D__ORCUS_PYTHON_CSV -D__ORCUS_PYTHON_XLSX -D__ORCUS_PYTHON_ODS -D__ORCUS_PYTHON_XLS_XML -D__ORCUS_PYTHON_GNUMERIC -c css_parser_base.cpp -o css_parser_base.o >/dev/null 2>&1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/parser'
make[3]: *** [Makefile:2184: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:1286: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1195: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: liborcus
Source-Version: 0.17.2-3
Done: Rene Engelhard <rene@debian.org>

We believe that the bug you reported is fixed in the latest version of
liborcus, 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 1037732@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 liborcus 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: Wed, 14 Jun 2023 18:35:12 +0200
Source: liborcus
Architecture: source
Version: 0.17.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
Closes: 1037732
Changes:
 liborcus (0.17.2-3) unstable; urgency=medium
 .
   * debian/patches/cstdint.diff: add missing #include <cstdint> to fix
     build with gcc 13 (closes: #1037732)
Checksums-Sha1:
 7ab5b1b6851eede9cf62fb5ecd944b66a0f6a280 2968 liborcus_0.17.2-3.dsc
 971e67a856ee1ac1cf2c29ab72693b6f191dc242 9488 liborcus_0.17.2-3.debian.tar.xz
 3b6eb0320f31107dc7a1ee06e4cd532f9108efcf 7975 liborcus_0.17.2-3_source.buildinfo
Checksums-Sha256:
 117463b357b540ea36deaf3a9ede94effb3ede445a9c1f671ea8843f232c2fc2 2968 liborcus_0.17.2-3.dsc
 c39dd9943b0bfb2354f95d0ef9e156df45837415fd5ea86f924d83fc5d2e53dc 9488 liborcus_0.17.2-3.debian.tar.xz
 c39d6270c4e57b60a66076f85d852d955f4dc1a0878458668aa089dcabfb5329 7975 liborcus_0.17.2-3_source.buildinfo
Files:
 b50e2bb8e0b039708f84832e5b6be848 2968 libs optional liborcus_0.17.2-3.dsc
 1c9c4bde5f281af1d7ca9238e8cfe5f8 9488 libs optional liborcus_0.17.2-3.debian.tar.xz
 98794a9124ff2cacb8542f5909c413ec 7975 libs optional liborcus_0.17.2-3_source.buildinfo

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

iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAmSJ7MwQHHJlbmVAZGVi
aWFuLm9yZwAKCRAKoEVx0D4+cOzGEACHf9+BBtN4AdJ0IwmzhCapjgyY9kImUkAU
AN7e3YPcE8KcDCoCxnIP0onXe7aFY7Lk9+Hsb09YE9WlavqLQEzZKUzcqj8/+ffu
wWMXjWVS55EmUEVsAqPDWRYckTgcseqru3Bkq8F1Bfbi+B3lafPdOz+fY7e3stH6
VKc1LXqI0B6yJ6bLBXLbOn+fL9O2CNRC/LBX+I6z/azqa2kQgft89U32komAuTpg
geskmTIZO0ZaCoiXxKtiBTbTh+SnVMuLpQY3Bgk0Ns5Lojm3lWqTDk/U0tHOhlFW
mcLTpr4q6j6KGmpd82jY23fBHdnrEeiKf2Cgm5H8kY03JbIIcsPmwztkjoKLNXf4
TPLxS98Kobmd/BhYlRg6AU8q/ZWKb7nyj54Dw4il6Od820Qa5PoekuePdoEvVwwx
cUPk9cI7mk15uJW5BNeWYOcJ53m3bOHIczWLcAOKB1H+GrpGf9S8hs3Leb2BdD4f
f2A4T25ok779RyqQk2qLLLWzJur0mwUGKp0o/Jas1IYWSB1moJR7+RZOBhFrQT1d
g4MSdgmHoL9fpIZi32+pyUZy07M1huXKUcIIlFQXfjMAwLdkKI4EyWI3u+t3fv5w
wUx65ke62Bt6weDgbRaB6VWIW82/go5ePP7Yq+CRFbatNM0sfRP6K++KjjkuhMMU
d0U7RMEiNg==
=SMyP
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: