Your message dated Sun, 25 Aug 2019 15:17:38 +0000
with message-id <e1i1ugw-000flr...@fasolo.debian.org>
and subject line Bug#925686: fixed in fmtlib 5.3.0+ds-1
has caused the Debian Bug report #925686,
regarding fmtlib: ftbfs with GCC-9
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.)


-- 
925686: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925686
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fmtlib
Version: 5.2.1+ds-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/fmtlib_5.2.1+ds-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
-- Detecting CXX compile features - done
-- Version: 5.2.1
-- Build type: None
-- Looking for open
-- Looking for open - found
CMake Warning at /usr/src/googletest/googlemock/CMakeLists.txt:40 (project):
  VERSION keyword not followed by a value or was followed by a value that
  expanded to nothing.


CMake Warning at /usr/src/googletest/googletest/CMakeLists.txt:47 (project):
  VERSION keyword not followed by a value or was followed by a value that
  expanded to nothing.


-- Found PythonInterp: /usr/bin/python3.7 (found version "3.7.3") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test HAVE_FNO_DELETE_NULL_POINTER_CHECKS
-- Performing Test HAVE_FNO_DELETE_NULL_POINTER_CHECKS - Success
-- FMT_PEDANTIC: on
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY


-- Build files have been written to: 
/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds'
dh_auto_build
        cd obj-x86_64-linux-gnu && make -j1
make[2]: Entering directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<BUILDDIR>>/fmtlib-5.2.1+ds 
-B/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu --check-build-system 
CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu/CMakeFiles 
/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu'
make -f CMakeFiles/fmt.dir/build.make CMakeFiles/fmt.dir/depend
make[4]: Entering directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu'
cd /<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /<<BUILDDIR>>/fmtlib-5.2.1+ds 
/<<BUILDDIR>>/fmtlib-5.2.1+ds 
/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu 
/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu 
/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu/CMakeFiles/fmt.dir/DependInfo.cmake
 --color=
Scanning dependencies of target fmt
make[4]: Leaving directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu'
make -f CMakeFiles/fmt.dir/build.make CMakeFiles/fmt.dir/build
make[4]: Entering directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu'
[  2%] Building CXX object CMakeFiles/fmt.dir/src/format.cc.o
/usr/bin/c++   -I/<<BUILDDIR>>/fmtlib-5.2.1+ds/include  -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/fmtlib-5.2.1+ds=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   
-pedantic-errors -Wall -Wextra -pedantic -Wold-style-cast -Wfloat-equal 
-Wlogical-op -Wundef -Wredundant-decls -Wshadow -Wwrite-strings -Wpointer-arith 
-Wcast-qual -Wformat=2 -Wmissing-include-dirs -Wcast-align -Wnon-virtual-dtor 
-Wctor-dtor-privacy -Wdisabled-optimization -Winvalid-pch -Woverloaded-virtual 
-Wno-ctor-dtor-privacy -Wno-dangling-else -Wno-float-equal 
-Wno-format-nonliteral -Wno-sign-conversion -Wno-shadow -Wnoexcept 
-Wdouble-promotion -Wtrampolines -Wzero-as-null-pointer-constant -Wuseless-cast 
-Wvector-operation-performance -Wsized-deallocation -Wshift-overflow=2 
-Wnull-dereference -Wduplicated-cond -o CMakeFiles/fmt.dir/src/format.cc.o -c 
/<<BUILDDIR>>/fmtlib-5.2.1+ds/src/format.cc
In file included from /<<BUILDDIR>>/fmtlib-5.2.1+ds/include/fmt/format-inl.h:11,
                 from /<<BUILDDIR>>/fmtlib-5.2.1+ds/src/format.cc:8:
/<<BUILDDIR>>/fmtlib-5.2.1+ds/include/fmt/format.h:3642:55: error: ISO C++ did 
not adopt string literal operator templates taking an argument pack of 
characters [-Wpedantic]
 3642 | FMT_CONSTEXPR internal::udl_formatter<Char, CHARS...> 
operator""_format() {
      |                                                       ^~~~~~~~
make[4]: *** [CMakeFiles/fmt.dir/build.make:66: 
CMakeFiles/fmt.dir/src/format.cc.o] Error 1
make[4]: Leaving directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:76: CMakeFiles/fmt.dir/all] Error 2
make[3]: Leaving directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:166: all] Error 2
make[2]: Leaving directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/fmtlib-5.2.1+ds'
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: fmtlib
Source-Version: 5.3.0+ds-1

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

Debian distribution maintenance software
pp.
Eugene V. Lyubimkin <jac...@debian.org> (supplier of updated fmtlib 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: SHA256

Format: 1.8
Date: Sun, 25 Aug 2019 16:31:11 +0200
Source: fmtlib
Architecture: source
Version: 5.3.0+ds-1
Distribution: unstable
Urgency: low
Maintainer: Eugene V. Lyubimkin <jac...@debian.org>
Changed-By: Eugene V. Lyubimkin <jac...@debian.org>
Closes: 925686
Changes:
 fmtlib (5.3.0+ds-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches:
     - Rebased.
     - 0018-fmt-format-disable-UDL-templates-as-non-standard.patch: added.
       (Closes: #925686)
     - 0019-fmt-format-is_output_iterator-use-constexpr-method.patch: added.
     - 0020-cmakelists-do-not-refer-to-TARGET_PDB_FILE: added.
Checksums-Sha1:
 0f3b1777a477335a079ff7a93cc90e7e9f23c686 1846 fmtlib_5.3.0+ds-1.dsc
 a495db6bccf7491394f68c728d9c150e7898ed4a 173161 fmtlib_5.3.0+ds.orig.tar.gz
 2a2932c1cf879a433d39a942ca59c2c7033d99ce 14832 fmtlib_5.3.0+ds-1.debian.tar.xz
 10ba7ddf47761fe846ea3992830af842864e29bf 6693 
fmtlib_5.3.0+ds-1_source.buildinfo
Checksums-Sha256:
 0bb9c4d94bfdd7525252410f876d6f174150d01f5df3714921d39517ad8f4395 1846 
fmtlib_5.3.0+ds-1.dsc
 23d10b967a2739070e1586fc68e78e66351f97ecdb172592eebfc8c16033cda0 173161 
fmtlib_5.3.0+ds.orig.tar.gz
 f5924886fe6d3626443e8f30f419375f764b93422d580d55d933538314c76d07 14832 
fmtlib_5.3.0+ds-1.debian.tar.xz
 12e22ab377e4d0defe5a0702d67af5eb1aecff84f855d441e49e95f4ba0fefe1 6693 
fmtlib_5.3.0+ds-1_source.buildinfo
Files:
 9ae712200ba3998bbc45ad83231b8741 1846 devel optional fmtlib_5.3.0+ds-1.dsc
 ff5837df5591d819460318ca5aa25751 173161 devel optional 
fmtlib_5.3.0+ds.orig.tar.gz
 71a5c715011e978aa9daff1c724312fe 14832 devel optional 
fmtlib_5.3.0+ds-1.debian.tar.xz
 58e988fc10b64c7ba4a5e778d424ee33 6693 devel optional 
fmtlib_5.3.0+ds-1_source.buildinfo

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

iQIzBAEBCAAdFiEEUF0Kp4+Q9rI8wpaop+2DH1mzoOgFAl1inKEACgkQp+2DH1mz
oOgGqw//QRC0JgE/mnoINcMu2dtAiQg12Yj2e0Hagimzyi7XZ+PkKT9FylfQ06o3
nnMsUSnf4CZUQTgfcuAxekaGaZ4au5BDol4rhlDHWLZn3Kg0UJVydsDF3rz0zfrY
USI/Ht8Tutv1xKZAgaMyCLjP4KY8h/+mq6xlw8PxNC06c0KEFHLPv/T9AUwJDG8U
JQI1YFRhMozYOblDzdsroML6LCybvdEFeT6+utP4DALQj0IIExGjL2H5Iy/UMuMi
YBQYeZXsPYvwYSkavX1s68OB8k0f2NwGoAJ3a1yZGRXIVRunTXbvNd0WzGurklvD
7KyjywA7GSQDUrWjZdt02wlt4lcc49SAP5/GFlHGnvAbYtbKF3C1WepCpv9KFy/D
LqBPAS+cODXcX/0p/vHXpraYEUQl1goGYJD2IG9T/ZCVG2Pin5C3+XihxWattJRr
tp6AhszxSvRKVSDSxCwGb+hyVHw5mw6K2XCRUhn/W/qlvLfqXUXfOHYX4iKCaw9z
4MJuLLWW7PXPUeQHoxg5i1NOOKZ3ut+tgKicbxo72KIAhLR3BVvPb2CMfHhOW4F9
A4xoKeVoq/aDNj+ZeK5JaGUCRum3UxcQGUWSg0+gqdg+AmY/X819pjKyVc5CcUtb
sorZQ5g4Dh0Bc0fYylt0tHz5Hv+V+vIqG3F7R4F/T9y6/R/9Yy8=
=smFg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to