Package: src:bmagic
Version: 6.3.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:bmagic, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean -Scmake
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf /<<PKGBUILDDIR>>/debian/generated-doxygen
dh_auto_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean -O-Scmake
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/bmagic.substvars debian/files
        rm -fr -- debian/bmagic/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
dh binary -Scmake
   dh_update_autotools_config -O-Scmake
        cp -an --reflink=auto config.guess 
debian/.debhelper/bucket/files/b6432e2766ed3a68f05abcf2705ddd7e56f50d0f19f6bed77811371e0aac6a46.tmp
        mv 
debian/.debhelper/bucket/files/b6432e2766ed3a68f05abcf2705ddd7e56f50d0f19f6bed77811371e0aac6a46.tmp
 
debian/.debhelper/bucket/files/b6432e2766ed3a68f05abcf2705ddd7e56f50d0f19f6bed77811371e0aac6a46
        cp -f /usr/share/misc/config.guess ./config.guess
   dh_autoreconf -O-Scmake
   dh_auto_configure -O-Scmake
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb 
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The C compiler identification is GNU 15.2.0
-- The CXX compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (0.4s)
-- Generating done (0.1s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
        cd obj-x86_64-linux-gnu && make -j2 VERBOSE=1
make[2]: 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
make  -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/bmsvutil.dir/build.make CMakeFiles/bmsvutil.dir/depend
make  -f CMakeFiles/bmtest.dir/build.make CMakeFiles/bmtest.dir/depend
make[4]: 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/bmsvutil.dir/DependInfo.cmake 
"--color="
make[4]: 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/bmtest.dir/DependInfo.cmake 
"--color="
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/bmsvutil.dir/build.make CMakeFiles/bmsvutil.dir/build
make  -f CMakeFiles/bmtest.dir/build.make CMakeFiles/bmtest.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  2%] Building CXX object CMakeFiles/bmtest.dir/tests/stress/t.cpp.o
[  2%] Building CXX object CMakeFiles/bmsvutil.dir/utils/svutil/svutil.cpp.o
/usr/bin/c++  -I/<<PKGBUILDDIR>>/src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wno-ignored-qualifiers 
-march=core2 -fPIC -march=core2 -pthread -std=gnu++11 -MD -MT 
CMakeFiles/bmsvutil.dir/utils/svutil/svutil.cpp.o -MF 
CMakeFiles/bmsvutil.dir/utils/svutil/svutil.cpp.o.d -o 
CMakeFiles/bmsvutil.dir/utils/svutil/svutil.cpp.o -c 
/<<PKGBUILDDIR>>/utils/svutil/svutil.cpp
/usr/bin/c++  -I/<<PKGBUILDDIR>>/src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wno-ignored-qualifiers 
-march=core2 -fPIC -march=core2 -pthread -std=gnu++11 -MD -MT 
CMakeFiles/bmtest.dir/tests/stress/t.cpp.o -MF 
CMakeFiles/bmtest.dir/tests/stress/t.cpp.o.d -o 
CMakeFiles/bmtest.dir/tests/stress/t.cpp.o -c 
/<<PKGBUILDDIR>>/tests/stress/t.cpp
In file included from /<<PKGBUILDDIR>>/utils/svutil/svutil.cpp:35:
/<<PKGBUILDDIR>>/src/bm.h: In member function 
‘bm::bvector<A>::bulk_insert_iterator& 
bm::bvector<A>::bulk_insert_iterator::operator=(const 
bm::bvector<A>::bulk_insert_iterator&)’:
/<<PKGBUILDDIR>>/src/bm.h:523:32: error: 
‘bm::bvector<A>::bulk_insert_iterator::bvector_type’ has no member named 
‘allocate_tempblock’ [-Wtemplate-body]
  523 |                 buf_ = bvect_->allocate_tempblock();
      |                                ^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/bm.h: In member function 
‘bm::bvector<A>::bulk_insert_iterator& 
bm::bvector<A>::bulk_insert_iterator::operator=(bm::bvector<A>::bulk_insert_iterator&&)’:
/<<PKGBUILDDIR>>/src/bm.h:534:25: error: 
‘bm::bvector<A>::bulk_insert_iterator::bvector_type’ has no member named 
‘free_tempblock’ [-Wtemplate-body]
  534 |                 bvect_->free_tempblock(buf_);
      |                         ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/tests/stress/t.cpp:44:
/<<PKGBUILDDIR>>/src/bm.h: In member function 
‘bm::bvector<A>::bulk_insert_iterator& 
bm::bvector<A>::bulk_insert_iterator::operator=(const 
bm::bvector<A>::bulk_insert_iterator&)’:
/<<PKGBUILDDIR>>/src/bm.h:523:32: error: 
‘bm::bvector<A>::bulk_insert_iterator::bvector_type’ has no member named 
‘allocate_tempblock’ [-Wtemplate-body]
  523 |                 buf_ = bvect_->allocate_tempblock();
      |                                ^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/bm.h: In member function 
‘bm::bvector<A>::bulk_insert_iterator& 
bm::bvector<A>::bulk_insert_iterator::operator=(bm::bvector<A>::bulk_insert_iterator&&)’:
/<<PKGBUILDDIR>>/src/bm.h:534:25: error: 
‘bm::bvector<A>::bulk_insert_iterator::bvector_type’ has no member named 
‘free_tempblock’ [-Wtemplate-body]
  534 |                 bvect_->free_tempblock(buf_);
      |                         ^~~~~~~~~~~~~~
make[4]: *** [CMakeFiles/bmsvutil.dir/build.make:82: 
CMakeFiles/bmsvutil.dir/utils/svutil/svutil.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:255: CMakeFiles/bmsvutil.dir/all] Error 2
make[3]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/src/bm.h:53:
/<<PKGBUILDDIR>>/src/bmbuffer.h: In instantiation of 
‘bm::byte_buffer<BVAlloc>::byte_buffer(const bm::byte_buffer<BVAlloc>&) [with 
BVAlloc = bm::mem_alloc<dbg_block_allocator, dbg_ptr_allocator, 
bm::alloc_pool<dbg_block_allocator, dbg_ptr_allocator> >]’:
/<<PKGBUILDDIR>>/tests/stress/t.cpp:11143:48:   required from here
11143 |         bm::serializer<bvect>::buffer buf3(buf2);
      |                                                ^
/<<PKGBUILDDIR>>/src/bmbuffer.h:101:5: warning: base class ‘class 
bm::byte_buffer_ptr’ should be explicitly initialized in the copy constructor 
[-Wextra]
  101 |     byte_buffer(const byte_buffer& lhs) BMNOEXCEPT
      |     ^~~~~~~~~~~
make[4]: *** [CMakeFiles/bmtest.dir/build.make:82: 
CMakeFiles/bmtest.dir/tests/stress/t.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:287: CMakeFiles/bmtest.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:94: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 VERBOSE=1 returned 
exit code 2
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to