Your message dated Sun, 12 Apr 2026 05:33:43 +0000
with message-id <[email protected]>
and subject line Bug#1114073: fixed in bmagic 7.13.4+dfsg-1
has caused the Debian Bug report #1114073,
regarding bmagic: FTBFS: /<<PKGBUILDDIR>>/src/bm.h:523:32: error: 
'bm::bvector<A>::bulk_insert_iterator::bvector_type' has no member named 
'allocate_tempblock' [-Wtemplate-body]
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 [email protected]
immediately.)


-- 
1114073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114073
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: bmagic
Source-Version: 7.13.4+dfsg-1
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
bmagic, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated bmagic 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 12 Apr 2026 07:17:22 +0200
Source: bmagic
Architecture: source
Version: 7.13.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 976517 1043797 1112757 1114073 1133298
Changes:
 bmagic (7.13.4+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
     Closes: #1112757, #976517
   * Maintain package in Debian Science team
     Closes: #1133298
   * Remove Roberto from Uploaders (thank you for your previous work
     on this package)
   * Secure URI in Homepage
   * d/README.source: Removed since redundant
   * d/copyright:
      - Review (syntax and content)
      - Files-Excluded: doc/html
        (remove prebuilt doxygen doc with lots of binaries)
   * d/watch:
      - version=5
      - Repack-Suffix: +dfsg
   * Standards-Version: 4.7.4 (routine-update)
   * debhelper-compat 13 (routine-update)
   * debputy lint --auto-fix (routine-update)
   * d/rules: -Wno-template-body
     Closes: #1114073
   * Fix clean target
     Closes: #1043797
Checksums-Sha1:
 f4516da14dd5e72a1a33ba853fde963c37ecc6e0 2049 bmagic_7.13.4+dfsg-1.dsc
 a5d0bd496b3a0638beec93828d0291cb2c50ded1 9795824 bmagic_7.13.4+dfsg.orig.tar.xz
 87651a96384bbbb387be5207554c527c9a06400b 4024 
bmagic_7.13.4+dfsg-1.debian.tar.xz
 4a66ed94dd2a6ebbeed9594cb7ba61ef0dc3bc51 8705 
bmagic_7.13.4+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 a865072d7dffe2f0a196ae43bb89dcf576003f422fe3298eedb6659a9bb7109c 2049 
bmagic_7.13.4+dfsg-1.dsc
 d71b7ddc0cbffc40f2dd628637d42e9f2b24b81f957edc2b88d378cd8df0f387 9795824 
bmagic_7.13.4+dfsg.orig.tar.xz
 5ce8bb2e240175c02166ed7a461043cfd1b05ca8f0234dbc1a06204c86db8cf7 4024 
bmagic_7.13.4+dfsg-1.debian.tar.xz
 3ef8e4dd2b02f16a86a2c7d06dd01c73b9a3a51fc84afb37d672900d2739a2fc 8705 
bmagic_7.13.4+dfsg-1_amd64.buildinfo
Files:
 ab090e87751fe267331755e03baa58d5 2049 libdevel optional 
bmagic_7.13.4+dfsg-1.dsc
 49fd157a34d0b85f00683af2675900c9 9795824 libdevel optional 
bmagic_7.13.4+dfsg.orig.tar.xz
 5f5ecb4f2403492212d80bd66595859c 4024 libdevel optional 
bmagic_7.13.4+dfsg-1.debian.tar.xz
 2c73781aa68c159a7600fda101943fb1 8705 libdevel optional 
bmagic_7.13.4+dfsg-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmnbLJMRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFe6g//WCigiNYJNQ8j5Q3UZMTVj6xYt4OyhODL
XEIQL0LmBhmLqaUliUJSe1rsTIQrox/mhCff7uuxAdjA5PAfT4b8w9loQ1zV+rpb
vw61H76wAEJCvz/+fLw5dOOEs+oeR9jaPj1Iqviw4uYwV6x9ZU6L693Y8jLT3TuG
s50UJw7T4rYou3pljoNZJ2UZeD4Ye0ruEeiqz67uYoKCBlS1L3mnyUoHHFGzYQeD
E6L3xKYXJk4jjncV9QNPmshoOoL+8DUwE5bOgRz8T99SC69QPJJ9HFd1YJ+xtLWS
1G9WMQ+7yn6PxMaZx14+8j+5IbrJfEvhgzCY4jdFn90HVOY1PRxdI6ymI0h4rZaH
JYBqZiBAmtZODgwec3cj9FJjnoslJbnUhwh3C73TzZCOt5mNZDmXjDkfhf0svmtG
hvZNaW8l1u3HCpfxzan4L2tZ1uNGcxJ+vOTbN4bKPiZuXzdUVUBcEF7w/qqR9n1u
v6FWwHiTWkpmt4dQhHzDGoqmMZOuxQZr5pdZGzmjkbvFePqJ81dnwGhneUaBwfOy
kxD718rfDhStsgqIoM0ZitPnDhvEhzviuR1o8PtY71scMBoMGQWg4mhIbPMzetL5
nNQgZrKhORlygquvfQUtOb+xF311Xln4GFyq8AVIJ30KyZzRGq8FjDR+GlX4NhZW
OX1dkn1L2bA=
=qXs3
-----END PGP SIGNATURE-----

Attachment: pgpqBEZx9mns2.pgp
Description: PGP signature


--- End Message ---

Reply via email to