[From nobody Wed Aug 12 07:11:05 2026
Received: (at maintonly) by bugs.debian.org; 13 Apr 2026 13:07:56 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-116.7 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,FVGT_m_MULTI_ODD,HAS_PACKAGE,
 SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST
 autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 70; hammy, 150; neutral, 169; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;ema@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:41568)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;ema@debian.org&gt;) id 1wCH1A-002lyW-2L
 for maintonly@bugs.debian.org; Mon, 13 Apr 2026 13:07:56 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Content-Transfer-Encoding:Content-Type
 :MIME-Version:Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=pGL6wHrzH1uHoPdaF8FfBnqN26cEt5By7nFONTbiIuE=; b=BHWotk5xZhAXhzlxfuYe8zg1aU
 ZjA4CDpDhe9xEPf9ABXq2rsAoPqfXA6QKAr2FQmbccDXihbaa5dKckbiLpo1vEKPykhbZMSbT58Xk
 NDVK4XkLKFPn8DSqH0E0XTOBFpfh/u9kSbxtxjmWnGcyfffUm/6oXZxhjkXh5T2lbyRuBJg+GEm4j
 z3f4ldjmppaLTbRwbwf/OUhzZWEnDEb04vw+baJSFHNSApZ8SYh3pBmM8z6unkNMNgZScTKZmyeZp
 vxKK3Uc4AxaD+gZbtam5dDuV7QpBeH7w+2ENCvwS5+djyqSywh02yTnnM5A5kA3UpCrYuPmfI4HCn
 SW5detrw==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;ema@debian.org&gt;) id 1wCH19-00CJUX-06
 for maintonly@bugs.debian.org; Mon, 13 Apr 2026 13:07:55 +0000
Date: Mon, 13 Apr 2026 15:07:54 +0200
From: Emanuele Rocca &lt;ema@debian.org&gt;
To: maintonly@bugs.debian.org
Subject: murasaki: ftbfs with GCC-16
Message-ID: &lt;adzqqhWLr-syA_eb@ariel.home&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Debian-User: ema
Delivered-To: maintonly@bugs.debian.org

Package: src:murasaki
Version: 1.68.6-17
Severity: important
Tags: sid forky ftbfs
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-16

Hi,

murasaki fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.

The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/murasaki_arm64.build.xz

The last lines of the build log are at the end of this report.

To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html

Please only close this issue after double-checking that the package can be
built correctly with GCC 16.

Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.

[...]


  134 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
murasaki_mpi.cc:89:29: warning: ‘template&lt;class _Arg1, class _Arg2, class _Result&gt; struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
   89 | struct lt_mpi_worldMemory : binary_function&lt;int,int,bool&gt; {
      |                             ^~~~~~~~~~~~~~~
/usr/include/c++/16/bits/stl_function.h:134:12: note: declared here
  134 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
murasaki_mpi.cc:95:29: warning: ‘template&lt;class _Arg1, class _Arg2, class _Result&gt; struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
   95 | struct gt_mpi_worldMemory : binary_function&lt;int,int,bool&gt; {
      |                             ^~~~~~~~~~~~~~~
/usr/include/c++/16/bits/stl_function.h:134:12: note: declared here
  134 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
make[3]: *** [Makefile:190: murasaki.o] Error 1
make[3]: *** [Makefile:190: align-best.o] Error 1
make[3]: *** [Makefile:190: testeco.o] Error 1
In file included from sequence.h:42,
                 from options.h:28,
                 from options.cc:26:
itree.h: In instantiation of ‘class Itree::itree&lt;long int, AnchorSet*&gt;’:
sequence.h:136:18:   required from here
  136 | typedef usedItree::iterator MapIte;
      |                  ^~
itree.h:396:5: error: no class template named ‘rebind’ in ‘class std::allocator&lt;Itree::itree_node&lt;long int, AnchorSet*&gt; &gt;’
  396 |     _Node_allocator;
      |     ^~~~~~~~~~~~~~~
sequence.h:444:19: warning: ‘template&lt;class _Arg1, class _Arg2, class _Result&gt; struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  444 | struct ltRegion : binary_function&lt;SeqPosPair,SeqPosPair,bool&gt; {
      |                   ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/16/bits/predefined_ops.h:33,
                 from /usr/include/c++/16/bits/stl_algobase.h:70,
                 from /usr/include/c++/16/bits/stl_tree.h:65,
                 from /usr/include/c++/16/set:64,
                 from cmultiset.h:33,
                 from sequence.h:30:
/usr/include/c++/16/bits/stl_function.h:134:12: note: declared here
  134 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
make[3]: *** [Makefile:190: sequence.o] Error 1
make[3]: *** [Makefile:190: murasaki_mpi.o] Error 1
make[3]: *** [Makefile:190: options.o] Error 1
cgr.cc: In member function ‘std::pair&lt;long unsigned int, long unsigned int&gt; Cgr::sampleHighLow(double, double)’:
cgr.cc:339:10: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
  339 |   delete alt;
      |          ^~~
cgr.cc:330:24: note: returned from ‘void* operator new [](std::size_t)’
  330 |   pix *alt=new pix[size];
      |                        ^
cgr.cc: In member function ‘std::pair&lt;long unsigned int, long unsigned int&gt; Cgr::sampleHighLow(int, int)’:
cgr.cc:354:10: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
  354 |   delete alt;
      |          ^~~
cgr.cc:345:24: note: returned from ‘void* operator new [](std::size_t)’
  345 |   pix *alt=new pix[size];
      |                        ^
cgr.cc: In member function ‘std::pair&lt;long unsigned int, long unsigned int&gt; Cgr::findNiceRange()’:
cgr.cc:395:10: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
  395 |   delete alt;
      |          ^~~
cgr.cc:376:24: note: returned from ‘void* operator new [](std::size_t)’
  376 |   pix *alt=new pix[size];
      |                        ^
make[3]: Leaving directory '/build/reproducible-path/murasaki-1.68.6/src'
make[2]: *** [Makefile:8: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/murasaki-1.68.6'
dh_auto_build: error: make -j128 INSTALL=&quot;install --strip-program=true&quot; USE_MPI=YES returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/murasaki-1.68.6'
make: *** [debian/rules:16: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
]