Your message dated Fri, 30 Dec 2022 06:19:03 +0000
with message-id <e1pb8jp-008j0x...@fasolo.debian.org>
and subject line Bug#1015687: fixed in terraphast 0.0+git20200413.8af2e4c+dfsg-2
has caused the Debian Bug report #1015687,
regarding terraphast: ftbfs with LTO (link time optimization) enabled
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.)


-- 
1015687: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:terraphast
Version: 0.0+git20200413.8af2e4c-2
Severity: minor
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-lto

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.  For a background
for LTO please see

https://wiki.debian.org/ToolChain/LTO

The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures.  The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.

To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:

export DEB_BUILD_MAINT_OPTIONS = optimize=+lto

Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:

export DEB_BUILD_MAINT_OPTIONS = optimize=-lto

or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/terraphast_0.0+git20200413.8af2e4c-2_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
[ 86%] Building CXX object CMakeFiles/unittests.dir/test/rooting.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/rooting.cpp.o -MF 
CMakeFiles/unittests.dir/test/rooting.cpp.o.d -o 
CMakeFiles/unittests.dir/test/rooting.cpp.o -c /<<PKGBUILDDIR>>/test/rooting.cpp
[ 87%] Building CXX object CMakeFiles/unittests.dir/test/small_bipartition.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/small_bipartition.cpp.o -MF 
CMakeFiles/unittests.dir/test/small_bipartition.cpp.o.d -o 
CMakeFiles/unittests.dir/test/small_bipartition.cpp.o -c 
/<<PKGBUILDDIR>>/test/small_bipartition.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 87%] Built target verbose_run
[ 88%] Building CXX object CMakeFiles/unittests.dir/test/stack_allocator.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/stack_allocator.cpp.o -MF 
CMakeFiles/unittests.dir/test/stack_allocator.cpp.o.d -o 
CMakeFiles/unittests.dir/test/stack_allocator.cpp.o -c 
/<<PKGBUILDDIR>>/test/stack_allocator.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 88%] Built target validated_run
[ 89%] Building CXX object 
CMakeFiles/unittests.dir/test/subtree_extraction.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/subtree_extraction.cpp.o -MF 
CMakeFiles/unittests.dir/test/subtree_extraction.cpp.o.d -o 
CMakeFiles/unittests.dir/test/subtree_extraction.cpp.o -c 
/<<PKGBUILDDIR>>/test/subtree_extraction.cpp
[ 90%] Building CXX object CMakeFiles/unittests.dir/test/supertree.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/supertree.cpp.o -MF 
CMakeFiles/unittests.dir/test/supertree.cpp.o.d -o 
CMakeFiles/unittests.dir/test/supertree.cpp.o -c 
/<<PKGBUILDDIR>>/test/supertree.cpp
[ 91%] Building CXX object CMakeFiles/unittests.dir/test/trees.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/trees.cpp.o -MF 
CMakeFiles/unittests.dir/test/trees.cpp.o.d -o 
CMakeFiles/unittests.dir/test/trees.cpp.o -c /<<PKGBUILDDIR>>/test/trees.cpp
[ 93%] Building CXX object CMakeFiles/unittests.dir/test/union_find.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/union_find.cpp.o -MF 
CMakeFiles/unittests.dir/test/union_find.cpp.o.d -o 
CMakeFiles/unittests.dir/test/union_find.cpp.o -c 
/<<PKGBUILDDIR>>/test/union_find.cpp
[ 94%] Building CXX object CMakeFiles/unittests.dir/test/util.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/util.cpp.o -MF 
CMakeFiles/unittests.dir/test/util.cpp.o.d -o 
CMakeFiles/unittests.dir/test/util.cpp.o -c /<<PKGBUILDDIR>>/test/util.cpp
[ 95%] Building CXX object CMakeFiles/unittests.dir/test/validation.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/validation.cpp.o -MF 
CMakeFiles/unittests.dir/test/validation.cpp.o.d -o 
CMakeFiles/unittests.dir/test/validation.cpp.o -c 
/<<PKGBUILDDIR>>/test/validation.cpp
[ 96%] Building CXX object CMakeFiles/unittests.dir/test/simple.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/simple.cpp.o -MF 
CMakeFiles/unittests.dir/test/simple.cpp.o.d -o 
CMakeFiles/unittests.dir/test/simple.cpp.o -c /<<PKGBUILDDIR>>/test/simple.cpp
[ 97%] Building CXX object CMakeFiles/unittests.dir/test/limited.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/limited.cpp.o -MF 
CMakeFiles/unittests.dir/test/limited.cpp.o.d -o 
CMakeFiles/unittests.dir/test/limited.cpp.o -c /<<PKGBUILDDIR>>/test/limited.cpp
[ 98%] Building CXX object CMakeFiles/unittests.dir/test/c_api.cpp.o
/usr/bin/c++ -DUSE_GMP -I/<<PKGBUILDDIR>>/lib/gcc_clang 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/catch 
-I/<<PKGBUILDDIR>>/c_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/unittests.dir/test/c_api.cpp.o -MF 
CMakeFiles/unittests.dir/test/c_api.cpp.o.d -o 
CMakeFiles/unittests.dir/test/c_api.cpp.o -c /<<PKGBUILDDIR>>/test/c_api.cpp
[100%] Linking CXX executable unittests
/usr/bin/cmake -E cmake_link_script CMakeFiles/unittests.dir/link.txt 
--verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security 
-Wdate-time -D_FORTIFY_SOURCE=2 -flto=auto -ffat-lto-objects -Wl,-z,relro 
-Wl,-z,now -rdynamic CMakeFiles/unittests.dir/test/main.cc.o 
CMakeFiles/unittests.dir/test/advanced.cpp.o 
CMakeFiles/unittests.dir/test/bipartitions.cpp.o 
CMakeFiles/unittests.dir/test/bitmatrix.cpp.o 
CMakeFiles/unittests.dir/test/bits.cpp.o 
CMakeFiles/unittests.dir/test/bitvector.cpp.o 
CMakeFiles/unittests.dir/test/clamped_uint.cpp.o 
CMakeFiles/unittests.dir/test/constraints.cpp.o 
CMakeFiles/unittests.dir/test/compile_test.cpp.o 
CMakeFiles/unittests.dir/test/fast_set.cpp.o 
CMakeFiles/unittests.dir/test/integration.cpp.o 
CMakeFiles/unittests.dir/test/multitree_iterator.cpp.o 
CMakeFiles/unittests.dir/test/parser.cpp.o 
CMakeFiles/unittests.dir/test/rooting.cpp.o 
CMakeFiles/unittests.dir/test/small_bipartition.cpp.o 
CMakeFiles/unittests.dir/test/stack_allocator.cpp.o CMake
 Files/unittests.dir/test/subtree_extraction.cpp.o 
CMakeFiles/unittests.dir/test/supertree.cpp.o 
CMakeFiles/unittests.dir/test/trees.cpp.o 
CMakeFiles/unittests.dir/test/union_find.cpp.o 
CMakeFiles/unittests.dir/test/util.cpp.o 
CMakeFiles/unittests.dir/test/validation.cpp.o 
CMakeFiles/unittests.dir/test/simple.cpp.o 
CMakeFiles/unittests.dir/test/limited.cpp.o 
CMakeFiles/unittests.dir/test/c_api.cpp.o -o unittests  
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu libterraces_c.so.0.0 
libterraces.so.0.0 -lgmpxx -lgmp 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[100%] Built target unittests
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
   dh_auto_test
        cd obj-x86_64-linux-gnu && make -j8 test ARGS\+=--verbose ARGS\+=-j8
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --verbose -j8
UpdateCTestConfiguration  from 
:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
    Start 1: unittests

1: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/unittests
1: Test timeout computed to be: 10000000
1/1 Test #1: unittests ........................***Exception: SegFault  2.03 sec


0% tests passed, 1 tests failed out of 1

Total Test time (real) =   2.04 sec

The following tests FAILED:
          1 - unittests (SEGFAULT)
Errors while running CTest
make[1]: *** [Makefile:74: test] Error 8
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test ARGS\+=--verbose 
ARGS\+=-j8 returned exit code 2
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: terraphast
Source-Version: 0.0+git20200413.8af2e4c+dfsg-2
Done: Nilesh Patra <nil...@debian.org>

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

Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated terraphast 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: Fri, 30 Dec 2022 11:38:43 +0530
Source: terraphast
Architecture: source
Version: 0.0+git20200413.8af2e4c+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1015687
Changes:
 terraphast (0.0+git20200413.8af2e4c+dfsg-2) unstable; urgency=medium
 .
   * Team Upload.
   * Disallow lto (Closes: #1015687)
Checksums-Sha1:
 4e7d717ea73f6aabeb8037d58ffe6eb7b9084ab1 1657 
terraphast_0.0+git20200413.8af2e4c+dfsg-2.dsc
 1eaec2b62c7337074dc0cd04d87c9367963a8e4c 4084 
terraphast_0.0+git20200413.8af2e4c+dfsg-2.debian.tar.xz
 a4bda38a9c2c104bd0f2361133765dda9a5e6749 7828 
terraphast_0.0+git20200413.8af2e4c+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 a879903969f9f78a23475178ef95679ffd6389da308694e1f512cc17f6d1c409 1657 
terraphast_0.0+git20200413.8af2e4c+dfsg-2.dsc
 ac277810dee9e1edfe945ef4551dff7d50717436cfc748a342faa5e04943b6c9 4084 
terraphast_0.0+git20200413.8af2e4c+dfsg-2.debian.tar.xz
 6b9b63d1abd1363058651d287a94e0766b0727fad56ad9ac428d566c02722d9f 7828 
terraphast_0.0+git20200413.8af2e4c+dfsg-2_amd64.buildinfo
Files:
 4faef6b3d3fa8d9e71c8d18682d43810 1657 science optional 
terraphast_0.0+git20200413.8af2e4c+dfsg-2.dsc
 59f570c6d2fcdc7852666b3e528c79cb 4084 science optional 
terraphast_0.0+git20200413.8af2e4c+dfsg-2.debian.tar.xz
 0e31ec785799d4b98c7dc993b55206da 7828 science optional 
terraphast_0.0+git20200413.8af2e4c+dfsg-2_amd64.buildinfo

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

iHUEARYIAB0WIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCY66BZgAKCRAqJ5BL1yQ+
2iNwAP0WtRifzLV0sOOfHCIiAjuX61xS7YigfbW3J1PQveLcVwD+JUfbQ/2l08lM
20ONCqniwaWQWgXpTVPrGV3wXYuXGw0=
=pXme
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to