Your message dated Fri, 23 Jan 2026 15:49:15 +0000
with message-id <[email protected]>
and subject line Bug#1124169: fixed in knot-resolver 6.1.0-1
has caused the Debian Bug report #1124169,
regarding knot-resolver: FTBFS: ../lib/generic/test_array.c:94:17: error: 
expected ')' before ';' token
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.)


-- 
1124169: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124169
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:knot-resolver
Version: 6.0.17-1
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/202512/

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

Thanks.

--------------------------------------------------------------------------------
[...]
[94/209] cc -Iutils/cache_gc/kres-cache-gc.p -Iutils/cache_g 
[too-long-redacted] c.o -c ../utils/cache_gc/main.c
[95/209] cc -Itests/unit/mock_cmodule.so.p -Itests/unit -I.. 
[too-long-redacted] -c ../tests/unit/mock_cmodule.c
[96/209] cc -Itests/unit/array.p -Itests/unit -I../tests/uni 
[too-long-redacted]  -c ../lib/generic/test_array.c
FAILED: [code=1] tests/unit/array.p/.._.._lib_generic_test_array.c.o 
cc -Itests/unit/array.p -Itests/unit -I../tests/unit -Icontr 
[too-long-redacted]  -c ../lib/generic/test_array.c
In file included from ../tests/unit/test.h:16,
                 from ../lib/generic/test_array.c:5:
../lib/generic/test_array.c: In function ‘main’:
../lib/generic/test_array.c:94:17: error: expected ‘)’ before ‘;’ token
   94 |                 unit_test(test_array),
      |                 ^~~~~~~~~
../lib/generic/test_array.c:94:17: note: to match this ‘(’
   94 |                 unit_test(test_array),
      |                 ^~~~~~~~~
../lib/generic/test_array.c:94:17: error: void value not ignored as it ought to 
be
   94 |                 unit_test(test_array),
      |                 ^~~~~~~~~
../lib/generic/test_array.c:95:17: error: expected ‘)’ before ‘;’ token
   95 |                 unit_test(test_array_mm)
      |                 ^~~~~~~~~
../lib/generic/test_array.c:95:17: note: to match this ‘(’
   95 |                 unit_test(test_array_mm)
      |                 ^~~~~~~~~
../lib/generic/test_array.c:95:17: error: void value not ignored as it ought to 
be
   95 |                 unit_test(test_array_mm)
      |                 ^~~~~~~~~
../lib/generic/test_array.c:98:16: error: implicit declaration of function 
‘run_tests’ [-Wimplicit-function-declaration]
   98 |         return run_tests(tests);
      |                ^~~~~~~~~
../lib/generic/test_array.c: At top level:
../lib/generic/test_array.c:70:13: warning: ‘test_array_mm’ defined but not 
used [-Wunused-function]
   70 | static void test_array_mm(void **state)
      |             ^~~~~~~~~~~~~
../lib/generic/test_array.c:10:13: warning: ‘test_array’ defined but not 
used [-Wunused-function]
   10 | static void test_array(void **state)
      |             ^~~~~~~~~~
[97/209] cc -Itests/unit/lru.p -Itests/unit -I../tests/unit  
[too-long-redacted] .o -c ../lib/generic/test_lru.c
FAILED: [code=1] tests/unit/lru.p/.._.._lib_generic_test_lru.c.o 
cc -Itests/unit/lru.p -Itests/unit -I../tests/unit -Icontrib 
[too-long-redacted] .o -c ../lib/generic/test_lru.c
In file included from ../tests/unit/test.h:16,
                 from ../lib/generic/test_lru.c:10:
../lib/generic/test_lru.c: In function ‘main’:
../lib/generic/test_lru.c:103:17: error: expected ‘)’ before ‘;’ token
  103 |                 group_test_setup(test_init),
      |                 ^~~~~~~~~~~~~~~~
../lib/generic/test_lru.c:103:17: note: to match this ‘(’
  103 |                 group_test_setup(test_init),
      |                 ^~~~~~~~~~~~~~~~
../lib/generic/test_lru.c:103:17: error: void value not ignored as it ought to 
be
  103 |                 group_test_setup(test_init),
      |                 ^~~~~~~~~~~~~~~~
../lib/generic/test_lru.c:104:17: error: expected ‘)’ before ‘;’ token
  104 |                 unit_test(test_insert),
      |                 ^~~~~~~~~
../lib/generic/test_lru.c:104:17: note: to match this ‘(’
  104 |                 unit_test(test_insert),
      |                 ^~~~~~~~~
../lib/generic/test_lru.c:104:17: error: void value not ignored as it ought to 
be
  104 |                 unit_test(test_insert),
      |                 ^~~~~~~~~
../lib/generic/test_lru.c:105:17: error: expected ‘)’ before ‘;’ token
  105 |                 unit_test(test_missing),
      |                 ^~~~~~~~~
../lib/generic/test_lru.c:105:17: note: to match this ‘(’
  105 |                 unit_test(test_missing),
      |                 ^~~~~~~~~
../lib/generic/test_lru.c:105:17: error: void value not ignored as it ought to 
be
  105 |                 unit_test(test_missing),
      |                 ^~~~~~~~~
../lib/generic/test_lru.c:106:17: error: expected ‘)’ before ‘;’ token
  106 |                 unit_test(test_eviction),
      |                 ^~~~~~~~~
../lib/generic/test_lru.c:106:17: note: to match this ‘(’
  106 |                 unit_test(test_eviction),
      |                 ^~~~~~~~~
../lib/generic/test_lru.c:106:17: error: void value not ignored as it ought to 
be
  106 |                 unit_test(test_eviction),
      |                 ^~~~~~~~~
../lib/generic/test_lru.c:107:17: error: expected ‘)’ before ‘;’ token
  107 |                 group_test_teardown(test_deinit)
      |                 ^~~~~~~~~~~~~~~~~~~
../lib/generic/test_lru.c:107:17: note: to match this ‘(’
  107 |                 group_test_teardown(test_deinit)
      |                 ^~~~~~~~~~~~~~~~~~~
../lib/generic/test_lru.c:107:17: error: void value not ignored as it ought to 
be
  107 |                 group_test_teardown(test_deinit)
      |                 ^~~~~~~~~~~~~~~~~~~
../lib/generic/test_lru.c:110:16: error: implicit declaration of function 
‘run_group_tests’; did you mean ‘cmocka_run_group_tests’? 
[-Wimplicit-function-declaration]
  110 |         return run_group_tests(tests);
      |                ^~~~~~~~~~~~~~~
      |                cmocka_run_group_tests
../lib/generic/test_lru.c: At top level:
../lib/generic/test_lru.c:93:13: warning: ‘test_deinit’ defined but not 
used [-Wunused-function]
   93 | static void test_deinit(void **state)
      |             ^~~~~~~~~~~
../lib/generic/test_lru.c:85:13: warning: ‘test_init’ defined but not used 
[-Wunused-function]
   85 | static void test_init(void **state)
      |             ^~~~~~~~~
../lib/generic/test_lru.c:68:13: warning: ‘test_eviction’ defined but not 
used [-Wunused-function]
   68 | static void test_eviction(void **state)
      |             ^~~~~~~~~~~~~
../lib/generic/test_lru.c:61:13: warning: ‘test_missing’ defined but not 
used [-Wunused-function]
   61 | static void test_missing(void **state)
      |             ^~~~~~~~~~~~
../lib/generic/test_lru.c:45:13: warning: ‘test_insert’ defined but not 
used [-Wunused-function]
   45 | static void test_insert(void **state)
      |             ^~~~~~~~~~~
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v 
returned exit code 1
make[1]: *** [debian/rules:38: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:21: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: knot-resolver
Source-Version: 6.1.0-1
Done: Santiago Ruano Rincón <[email protected]>

We believe that the bug you reported is fixed in the latest version of
knot-resolver, 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.
Santiago Ruano Rincón <[email protected]> (supplier of updated knot-resolver 
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: SHA256

Format: 1.8
Date: Fri, 23 Jan 2026 11:28:10 -0300
Source: knot-resolver
Architecture: source
Version: 6.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: knot-resolver packagers <[email protected]>
Changed-By: Santiago Ruano Rincón <[email protected]>
Closes: 1124169
Changes:
 knot-resolver (6.1.0-1) unstable; urgency=medium
 .
   * New upstream release
     - Fix FTBFS by error in lib/generic/test_array.c (Closes: #1124169)
   * Remove the Priority field from the source package
   * Bump Standards-Version to 4.7.3
   * Replace knot-resolver (which is version 5) with the generated packages in
     the roundtrip autopkgtest dependencies
Checksums-Sha1:
 10f3924a064a369ffb367555c61752b596ab331b 2532 knot-resolver_6.1.0-1.dsc
 0943b310af1a6a651d9fb37c127fe99a24b75413 2158788 
knot-resolver_6.1.0.orig.tar.xz
 a389a61691a7930f97f731705c0a55ae7816985f 833 
knot-resolver_6.1.0.orig.tar.xz.asc
 51fd390d3b5af3de5ea49b088b8f8fec496b74a2 404596 
knot-resolver_6.1.0-1.debian.tar.xz
 2c7b1859318208096c229d0660456581ea0847a7 7025 
knot-resolver_6.1.0-1_source.buildinfo
Checksums-Sha256:
 f3561766be440986aeb26bc700638e686b8b7cf7d09dc0805937ba680de9a2b1 2532 
knot-resolver_6.1.0-1.dsc
 7921df7507286d90574bbf5ae664a8a537805ce40b5fa8b15f5d0d33e2c438d0 2158788 
knot-resolver_6.1.0.orig.tar.xz
 883dc646e0dec1cef0ae92459d8c235fa2fa0538b7881c3cc4149de0dbca0c90 833 
knot-resolver_6.1.0.orig.tar.xz.asc
 04ff72badcfb2123960cbeb178d9373b23e2e4c20cf6ee9bf840e9d8f4e813a7 404596 
knot-resolver_6.1.0-1.debian.tar.xz
 d5964ffa18562f5fc417625f5b5b56cf46a4016220d471a378c5cf40af176d22 7025 
knot-resolver_6.1.0-1_source.buildinfo
Files:
 9148da1042634d9467514125c8399384 2532 net - knot-resolver_6.1.0-1.dsc
 328b68336732ac72bffb8d1bf0036eb9 2158788 net - knot-resolver_6.1.0.orig.tar.xz
 511d7475dd13b0a0b3d19d13531379c2 833 net - knot-resolver_6.1.0.orig.tar.xz.asc
 4bc8275d24c0b7229dfe6ff20f238588 404596 net - 
knot-resolver_6.1.0-1.debian.tar.xz
 69bff97e23b6ef9e9c2526a1490fbd32 7025 net - 
knot-resolver_6.1.0-1_source.buildinfo

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

iIoEARYIADIWIQR+lHTq7mkJOyB6t2Un3j1FEEiG7wUCaXOT1BQcc2FudGlhZ29A
ZGViaWFuLm9yZwAKCRAn3j1FEEiG7yY2AQDYHdhF92V6LymWK/ASaps+7/4hIymn
hvMR75Rg/dwC7QEA5w5lcenzvLJQSbl9J/7tdgtM0qc9K3Aua46fjV7+Mgc=
=XJlO
-----END PGP SIGNATURE-----

Attachment: pgpbz4u1yCoKN.pgp
Description: PGP signature


--- End Message ---

Reply via email to