Your message dated Tue, 25 Mar 2025 11:41:29 +0100
with message-id <[email protected]>
and subject line Re: Bug#1101295: binutils: some tests running despite
DEB_BUILD_OPTIONS=nocheck
has caused the Debian Bug report #1101295,
regarding binutils: some tests running despite DEB_BUILD_OPTIONS=nocheck
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.)
--
1101295: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101295
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: binutils
Version: 2.44-3
Severity: normal
Hi,
while building binutils with DEB_BUILD_OPTIONS=nocheck, I noticed that
at least some of the upstream tests were still being executed:
[...]
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for
target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /<<PKGBUILDDIR>>/ld/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running /<<PKGBUILDDIR>>/gas/testsuite/gas/aarch64/aarch64.exp ...
Running /<<PKGBUILDDIR>>/binutils/testsuite/binutils-all/addr2line.exp ...
Running /<<PKGBUILDDIR>>/binutils/testsuite/binutils-all/ar.exp ...
Running /<<PKGBUILDDIR>>/ld/testsuite/ld-aarch64/aarch64-elf.exp ...
--- End Message ---
--- Begin Message ---
On 25.03.25 09:46, Emanuele Rocca wrote:
Source: binutils
Version: 2.44-3
Severity: normal
Hi,
while building binutils with DEB_BUILD_OPTIONS=nocheck, I noticed that
at least some of the upstream tests were still being executed:
this is expected. binutils, as packaged, uses a profiled+lto build which
uses part of the testsuite as feedback generator. If you also want to
disable that, you can do it, but then you get a slightly different build.
--- End Message ---