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

Bug#984083: marked as done (lasi: ftbfs with GCC-11)



Your message dated Sun, 01 May 2022 23:06:01 +0000
with message-id <E1nlIdd-000DSz-DK@fasolo.debian.org>
and subject line Bug#984083: fixed in lasi 1.1.0-3
has caused the Debian Bug report #984083,
regarding lasi: ftbfs with GCC-11
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.)


-- 
984083: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984083
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:lasi
Version: 1.1.0-2
Severity: normal
Tags: sid bookworm
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/lasi_1.1.0-2_unstable_gcc11.log
The last lines of the build log are at the end of this report.

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

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
      cmake_policy(SET CMP0003 NEW)
    endif(COMMAND cmake_policy)

  as early as possible but after the most recent call to
  cmake_minimum_required or cmake_policy(VERSION).  This warning appears
  because target "example2" links to some libraries for which the linker must
  search:

    pango-1.0, gobject-2.0, glib-2.0, harfbuzz, pangoft2-1.0, pango-1.0
    gobject-2.0, glib-2.0, harfbuzz, fontconfig, freetype, freetype, pango-1.0
    gobject-2.0, glib-2.0, harfbuzz, pangoft2-1.0, pango-1.0, gobject-2.0
    glib-2.0, harfbuzz, pangoft2-1.0, fontconfig, freetype, m

  and other libraries with known full path:

    /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libLASi.so.0.0.1

  CMake is adding directories in the second list to the linker search path in
  case they are needed to find libraries from the first list (for backwards
  compatibility with CMake 2.4).  Set policy CMP0003 to OLD or NEW to enable
  or disable this behavior explicitly.  Run "cmake --help-policy CMP0003" for
  more information.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_C_COMPILER
    CMAKE_C_FLAGS


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/usr/bin/make -C obj-x86_64-linux-gnu 
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
/usr/bin/make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/make  -f CMakeFiles/documentation.dir/build.make CMakeFiles/documentation.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/documentation.dir/DependInfo.cmake --color=
Scanning dependencies of target documentation
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/make  -f CMakeFiles/documentation.dir/build.make CMakeFiles/documentation.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'CMakeFiles/documentation.dir/build'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 15%] Built target documentation
/usr/bin/make  -f src/CMakeFiles/LASi.dir/build.make src/CMakeFiles/LASi.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/LASi.dir/DependInfo.cmake --color=
Scanning dependencies of target LASi
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/make  -f src/CMakeFiles/LASi.dir/build.make src/CMakeFiles/LASi.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 23%] Building CXX object src/CMakeFiles/LASi.dir/drawGlyph.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/g++ -DLASi_EXPORTS -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -pthread -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -pthread -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I
 /usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -o CMakeFiles/LASi.dir/drawGlyph.o -c /<<PKGBUILDDIR>>/src/drawGlyph.cpp
In file included from /<<PKGBUILDDIR>>/src/drawGlyph.cpp:15:
/<<PKGBUILDDIR>>/src/util.h:30:69: error: ISO C++17 does not allow dynamic exception specifications
   30 | inline void evalReturnCode(const int errCode, const char* funcName) throw (std::runtime_error) {
      |                                                                     ^~~~~
make[3]: *** [src/CMakeFiles/LASi.dir/build.make:85: src/CMakeFiles/LASi.dir/drawGlyph.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:170: src/CMakeFiles/LASi.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:185: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lasi
Source-Version: 1.1.0-3
Done: Nilesh Patra <nilesh@debian.org>

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

Debian distribution maintenance software
pp.
Nilesh Patra <nilesh@debian.org> (supplier of updated lasi 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: Mon, 02 May 2022 04:20:17 +0530
Source: lasi
Architecture: source
Version: 1.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Nilesh Patra <nilesh@debian.org>
Closes: 984083
Changes:
 lasi (1.1.0-3) unstable; urgency=medium
 .
   * QA upload.
   * Fix FTBFS with gcc-11 (Closes: #984083)
   * Modernize packaging:
     + Drop compat file, rely on debhelper-compat and bump compat level to 13
     + Bump Standards-Version to 4.6.0 (no changes needed)
     + Add "Rules-Requires-Root: no"
     + d/control: Change VCS-* URLs to salsa
     + Switch from archaic d/rules to modern debhelper based one
     + Remove B-D on cdbs
   * Update docs path
   * Add autopkgtests
   * Add d/salsa-ci.yml
Checksums-Sha1:
 456ab6cb92ad6f51d72ba79df859f11a9fe42da9 1993 lasi_1.1.0-3.dsc
 e5af29eefb1408c9d97c65dd22f7efa40d4e6d35 5708 lasi_1.1.0-3.debian.tar.xz
 0a90fb956cbabd0a3b5c0bec846740f2ff3e11cc 10548 lasi_1.1.0-3_amd64.buildinfo
Checksums-Sha256:
 925ae4be4fb043fe001f71b58d4181522dc515cb1cadd98b1c7aff0062fbd129 1993 lasi_1.1.0-3.dsc
 4fb3eaffb2551269d1ebf4f7ef7cbed8822c26e31105b7e247c8e11f9676265b 5708 lasi_1.1.0-3.debian.tar.xz
 dcaac6eff07a63855add96d992716af5c5166e44be02a8d54f196202f17d1b60 10548 lasi_1.1.0-3_amd64.buildinfo
Files:
 d0b142831b58066caad0a0f7c13291a8 1993 libs optional lasi_1.1.0-3.dsc
 7081f64e3af6efc7a4de0bbb8ed4e5be 5708 libs optional lasi_1.1.0-3.debian.tar.xz
 d99357fe388d96d9393ebb0bd167ebae 10548 libs optional lasi_1.1.0-3_amd64.buildinfo

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

iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmJvD3QSHG5pbGVzaEBk
ZWJpYW4ub3JnAAoJEAC650s0M2nxKTcP/28A/12EmT+1NLN8HI4AbFCS+ZCCHKGS
5Bvt9BmzblquhWjqUXMzJPjm7TZ5iiPggRymXBDw9iG/aXgRMc5fE2rU/PYDp5pG
QQOf+SUqhRzw/KxEHHBtMUARxWhKhIivyUKuFIkHDmolP4vBnZDWO7vYAgPy6s53
fEWbNMcCOuSPLXA9bFhTVoXTwkKNdzWez7W95n5bXoir4glOmjURC/pepyOSCg1S
6R1SVFMrwFm1qQwZVPdUGjXX0CX/kQDA8strfIDW2468R5LOidk0aaytXQubVUHZ
mDiskSpXWq980VPq3/sQy4gdVZV05rGvI/ROaGi887hY9Mi6A1/wdEUeyd/IVQ1S
/ad78GNG6urT35WMseD2LNVZwBUGcKztEnZcWqDGASrsY5eLbVi1Pb60LO5xcAwq
THqGj+lleNn3jlb0OoqrCp0hiVb7gkSrE9cPvDRoe3XfVFjmPaL1JfHxNKr94Hto
Th8eycdZXNYysK05278my2g9W2HNAQhskekXNXoRUD5H23LxL/wKr74d5qXju3ei
hhTZsqs0WtOhGFT5WiVP2sE8BhIM9cCBQ9nvE3FAEwhX5csKUTq2hUmfYKQSp4T7
X14sgF9nU028gI718736yeQAot/Jh8ilsm4bnKU/0Obn/SyWJFCiTd59y4ffR3PK
4wFRnN7u/TFe
=CPU0
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: