Your message dated Tue, 10 Feb 2026 15:35:00 +0000
with message-id <[email protected]>
and subject line Bug#1127519: fixed in onnxruntime 1.23.2+dfsg-5
has caused the Debian Bug report #1127519,
regarding onnxruntime: FTBFS: /usr/include/c++/15/bits/new_allocator.h:191:11: 
error: array subscript 1 is outside array bounds of 'long int [1]' 
[-Werror=array-bounds=]
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.)


-- 
1127519: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1127519
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:onnxruntime
Version: 1.23.2+dfsg-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

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

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

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 cannot 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:onnxruntime, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
[305/665] /usr/bin/c++ -DCPUINFO_SUPPORTED_PLATFORM=1 -DDISA 
[too-long-redacted] cpu/quantization/qlinearconv.cc
FAILED: [code=1] 
CMakeFiles/onnxruntime_providers.dir/onnxruntime/core/providers/cpu/quantization/qlinearconv.cc.o
 
/usr/bin/c++ -DCPUINFO_SUPPORTED_PLATFORM=1 -DDISABLE_ABSEIL 
[too-long-redacted] cpu/quantization/qlinearconv.cc
In file included from 
/usr/include/x86_64-linux-gnu/c++/15/bits/c++allocator.h:33,
                 from /usr/include/c++/15/bits/allocator.h:46,
                 from /usr/include/c++/15/bits/stl_tree.h:66,
                 from /usr/include/c++/15/map:64,
                 from 
/<<PKGBUILDDIR>>/include/onnxruntime/core/framework/allocator.h:6,
                 from 
/<<PKGBUILDDIR>>/include/onnxruntime/core/framework/buffer_deleter.h:6,
                 from 
/<<PKGBUILDDIR>>/include/onnxruntime/core/framework/op_kernel.h:10,
                 from 
/<<PKGBUILDDIR>>/onnxruntime/core/providers/cpu/quantization/qlinearconv.cc:4:
In member function ‘void std::__new_allocator<_Tp>::construct(_Up*, _Args&& 
...) [with _Up = long int; _Args = {const long int&}; _Tp = long int]’,
    inlined from ‘static void std::allocator_traits<std::allocator<_Tp1> 
>::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = long int; _Args = 
{const long int&}; _Tp = long int]’ at 
/usr/include/c++/15/bits/alloc_traits.h:674:17,
    inlined from ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) 
[with _Tp = long int; _Alloc = std::allocator<long int>]’ at 
/usr/include/c++/15/bits/stl_vector.h:1421:30,
    inlined from ‘onnxruntime::common::Status 
onnxruntime::QLinearConv<ActType>::Compute(onnxruntime::OpKernelContext*) const 
[with ActType = signed char]’ at 
/<<PKGBUILDDIR>>/onnxruntime/core/providers/cpu/quantization/qlinearconv.cc:558:21:
/usr/include/c++/15/bits/new_allocator.h:191:11: error: array subscript 1 is 
outside array bounds of ‘long int [1]’ [-Werror=array-bounds=]
  191 |         { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function ‘_Tp* std::__new_allocator<_Tp>::allocate(size_type, const 
void*) [with _Tp = long int]’,
    inlined from ‘static _Tp* std::allocator_traits<std::allocator<_Tp1> 
>::allocate(allocator_type&, size_type) [with _Tp = long int]’ at 
/usr/include/c++/15/bits/alloc_traits.h:614:28,
    inlined from ‘std::_Vector_base<_Tp, _Alloc>::pointer 
std::_Vector_base<_Tp, _Alloc>::_M_allocate(std::size_t) [with _Tp = long int; 
_Alloc = std::allocator<long int>]’ at 
/usr/include/c++/15/bits/stl_vector.h:387:33,
    inlined from ‘void std::vector<_Tp, 
_Alloc>::_M_range_initialize_n(_Iterator, _Sentinel, size_type) [with _Iterator 
= const long int*; _Sentinel = const long int*; _Tp = long int; _Alloc = 
std::allocator<long int>]’ at /usr/include/c++/15/bits/stl_vector.h:1985:23,
    inlined from ‘std::vector<_Tp, 
_Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = 
long int; _Alloc = std::allocator<long int>]’ at 
/usr/include/c++/15/bits/stl_vector.h:712:23,
    inlined from ‘onnxruntime::common::Status 
onnxruntime::QLinearConv<ActType>::Compute(onnxruntime::OpKernelContext*) const 
[with ActType = signed char]’ at 
/<<PKGBUILDDIR>>/onnxruntime/core/providers/cpu/quantization/qlinearconv.cc:556:21:
/usr/include/c++/15/bits/new_allocator.h:151:73: note: at offset 8 into object 
of size 8 allocated by ‘operator new’
  151 |         return static_cast<_Tp*>(_GLIBCXX_OPERATOR_NEW(__n * 
sizeof(_Tp)));
      |                                                                         
^
In member function ‘void std::__new_allocator<_Tp>::construct(_Up*, _Args&& 
...) [with _Up = long int; _Args = {const long int&}; _Tp = long int]’,
    inlined from ‘static void std::allocator_traits<std::allocator<_Tp1> 
>::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = long int; _Args = 
{const long int&}; _Tp = long int]’ at 
/usr/include/c++/15/bits/alloc_traits.h:674:17,
    inlined from ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) 
[with _Tp = long int; _Alloc = std::allocator<long int>]’ at 
/usr/include/c++/15/bits/stl_vector.h:1421:30,
    inlined from ‘onnxruntime::common::Status 
onnxruntime::QLinearConv<ActType>::Compute(onnxruntime::OpKernelContext*) const 
[with ActType = unsigned char]’ at 
/<<PKGBUILDDIR>>/onnxruntime/core/providers/cpu/quantization/qlinearconv.cc:558:21:
/usr/include/c++/15/bits/new_allocator.h:191:11: error: array subscript 1 is 
outside array bounds of ‘long int [1]’ [-Werror=array-bounds=]
  191 |         { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function ‘_Tp* std::__new_allocator<_Tp>::allocate(size_type, const 
void*) [with _Tp = long int]’,
    inlined from ‘static _Tp* std::allocator_traits<std::allocator<_Tp1> 
>::allocate(allocator_type&, size_type) [with _Tp = long int]’ at 
/usr/include/c++/15/bits/alloc_traits.h:614:28,
    inlined from ‘std::_Vector_base<_Tp, _Alloc>::pointer 
std::_Vector_base<_Tp, _Alloc>::_M_allocate(std::size_t) [with _Tp = long int; 
_Alloc = std::allocator<long int>]’ at 
/usr/include/c++/15/bits/stl_vector.h:387:33,
    inlined from ‘void std::vector<_Tp, 
_Alloc>::_M_range_initialize_n(_Iterator, _Sentinel, size_type) [with _Iterator 
= const long int*; _Sentinel = const long int*; _Tp = long int; _Alloc = 
std::allocator<long int>]’ at /usr/include/c++/15/bits/stl_vector.h:1985:23,
    inlined from ‘std::vector<_Tp, 
_Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = 
long int; _Alloc = std::allocator<long int>]’ at 
/usr/include/c++/15/bits/stl_vector.h:712:23,
    inlined from ‘onnxruntime::common::Status 
onnxruntime::QLinearConv<ActType>::Compute(onnxruntime::OpKernelContext*) const 
[with ActType = unsigned char]’ at 
/<<PKGBUILDDIR>>/onnxruntime/core/providers/cpu/quantization/qlinearconv.cc:556:21:
/usr/include/c++/15/bits/new_allocator.h:151:73: note: at offset 8 into object 
of size 8 allocated by ‘operator new’
  151 |         return static_cast<_Tp*>(_GLIBCXX_OPERATOR_NEW(__n * 
sizeof(_Tp)));
      |                                                                         
^
cc1plus: all warnings being treated as errors
[306/665] /usr/bin/c++ -DCPUINFO_SUPPORTED_PLATFORM=1 -DDISA 
[too-long-redacted] quantization/quantize_linear.cc
ninja: build stopped: subcommand failed.
dh_auto_build: error: LC_ALL=C.UTF-8 ninja -j2 -v returned exit code 1
make[1]: *** [debian/rules:70: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:46: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: onnxruntime
Source-Version: 1.23.2+dfsg-5
Done: Dylan Aïssi <[email protected]>

We believe that the bug you reported is fixed in the latest version of
onnxruntime, 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.
Dylan Aïssi <[email protected]> (supplier of updated onnxruntime 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: Tue, 10 Feb 2026 15:31:14 +0100
Source: onnxruntime
Architecture: source
Version: 1.23.2+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Deep Learning Team <[email protected]>
Changed-By: Dylan Aïssi <[email protected]>
Closes: 1127519
Changes:
 onnxruntime (1.23.2+dfsg-5) unstable; urgency=medium
 .
   * Pass -Wno-error=array-bound to avoid FTBFS with newer GCC-15
     (Closes: #1127519)
Checksums-Sha1:
 138dc1092c777d6b35d106813a3384ed342ad079 3142 onnxruntime_1.23.2+dfsg-5.dsc
 ee760ea8af6fa1d681d59195fe93e8961b6372d7 23788 
onnxruntime_1.23.2+dfsg-5.debian.tar.xz
 605d76c0ea53aa64b22b59762a744bf8ad1915a2 8367 
onnxruntime_1.23.2+dfsg-5_source.buildinfo
Checksums-Sha256:
 04428a4319646ed87ddc91a1a1bcebefcb95e8db011c72a2b7fc7f3bb2277045 3142 
onnxruntime_1.23.2+dfsg-5.dsc
 b27df9af3e1f440db63a5bed3e4316445c56511e36d0897cdab71f429b2a79ae 23788 
onnxruntime_1.23.2+dfsg-5.debian.tar.xz
 9c58713d70420108ae82f21a907037737b7419757e4a20f33325563d9c4d3fdf 8367 
onnxruntime_1.23.2+dfsg-5_source.buildinfo
Files:
 733ae64d815b05b00772a9e8de6cccb0 3142 science optional 
onnxruntime_1.23.2+dfsg-5.dsc
 1393511454d3c949247215d9d6476d75 23788 science optional 
onnxruntime_1.23.2+dfsg-5.debian.tar.xz
 413a57d79f12c8973581201a7ab3e964 8367 science optional 
onnxruntime_1.23.2+dfsg-5_source.buildinfo

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

iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmmLTAsACgkQYS7xYT4F
D1RcOg/9GcThv5YoaSOEBDVEsi8OJPKFT0Hg8Doa5tAOCZ0kFhcQFR039+Tu49KK
jJU8Z5YDTMsdtQqaue7n3WzDY2VPQBwSvWFPgViXn+mGSUD0Gk+BPQK/YVsz94Ri
aj2iqmMpOUzg/zlhi2LKtpY+YzNxuTFgf2ToORc/axgdJP9wtGhCz9OsKOUYAEGJ
+NwUXM5o3FgprakWlyI13KVGNcZs26c+ElwXsvH02OrrLlYkufr0vx9esKmRoYff
a6U7/WRHBnHJ7aoek2ubmGqlLtdh3F9xUW50tZyZVrhpVwul2h4ARXYOuWgViAEs
2OJTQYIhh8O+kvAXdu4H+DsTrLYQeya/N++1xIVTRa0CFoqZCg0RRwRKQcTANpeH
H5NxL+TcdYz4w673aaW/C0q/YYlPGmvdvHumDII4wkqG4a45wdJFHDMJzFAct3RJ
hcFEd9I3F0wq4JavGKieH8as9uAhKJx6FPsuJkkaxnDIk5Vj0+pk4trK4uiscJxm
T2MaODKwH/5gGuYPWySz9VfL6Vl9OAb3STji7fjQdD/9L0ctyAajDk8pJ0v4b2AL
k6TigeT8dxKQHeMBWn8EFgo77R55bCdwTUyhcoP+kI8EVnQasqOxMJZIbxewwV47
MqcGBf5F34tWkSXtiLvCpwspMt6jTCrFqICdxTSB9a7W1uSRhBI=
=ZWYs
-----END PGP SIGNATURE-----

Attachment: pgp3DnsX3kZ8K.pgp
Description: PGP signature


--- End Message ---

Reply via email to