Your message dated Thu, 15 Jan 2026 17:49:51 +0000
with message-id <[email protected]>
and subject line Bug#1124214: fixed in tpm2-tss 4.1.3-1.3
has caused the Debian Bug report #1124214,
regarding tpm2-tss: FTBFS: test/unit/tcti-libtpms.c:148:5: error: 
initialization of 'const void *' from 'enum TPMLIB_StateType' makes pointer 
from integer without a cast [-Wint-conversion]
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.)


-- 
1124214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124214
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tpm2-tss
Version: 4.1.3-1.2
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:tpm2-tss, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_autoreconf_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f compile depcomp ltmain.sh config.sub missing config.guess \
        install-sh m4/ltoptions.m4 m4/ltversion.m4 m4/libtool.m4 \
        m4/ltsugar.m4 m4/lt\~obsolete.m4
dh_autoreconf_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   debian/rules override_dh_autoreconf
make[1]: Entering directory '/<<PKGBUILDDIR>>'

[... snipped ...]

 1046 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_VOLATILE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1046:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function 
‘tcti_libtpms_remap_state_success_test’:
test/unit/tcti-libtpms.c:1121:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1121 |     expect_value(TPMLIB_Process, cmd_len, sizeof(cmd));
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1121:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1122:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1122 |     expect_value(TPMLIB_Process, locality, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1122:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1127:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1127 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_PERMANENT);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1127:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1131:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1131 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_VOLATILE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1131:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1136:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1136 |     expect_value(__wrap_mremap, old_address, STATEFILE_MMAP);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1136:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1137:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1137 |     expect_value(__wrap_mremap, old_size, STATE_MMAP_CHUNK_LEN);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1137:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1138:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1138 |     expect_value(__wrap_mremap, new_size, STATE_MMAP_CHUNK_LEN * 2);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1138:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1139:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1139 |     expect_value(__wrap_mremap, flags, MREMAP_MAYMOVE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1139:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1143:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1143 |     expect_value(__wrap_open, flags, O_RDWR | O_CREAT);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1143:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1144:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1144 |     expect_value(__wrap_open, mode, 0644);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1144:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1147:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1147 |     expect_value(__wrap_posix_fallocate, fd, STATEFILE_FD);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1147:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1148:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1148 |     expect_value(__wrap_posix_fallocate, offset, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1148:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1149:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1149 |     expect_value(__wrap_posix_fallocate, len, STATE_MMAP_CHUNK_LEN * 2);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1149:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1153:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1153 |     expect_value(__wrap_close, fd, STATEFILE_FD);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1153:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function 
‘tcti_libtpms_remap_state_mremap_fail_test’:
test/unit/tcti-libtpms.c:1183:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1183 |     expect_value(TPMLIB_Process, cmd_len, sizeof(cmd));
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1183:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1184:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1184 |     expect_value(TPMLIB_Process, locality, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1184:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1189:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1189 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_PERMANENT);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1189:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1193:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1193 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_VOLATILE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1193:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1198:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1198 |     expect_value(__wrap_mremap, old_address, STATEFILE_MMAP);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1198:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1199:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1199 |     expect_value(__wrap_mremap, old_size, STATE_MMAP_CHUNK_LEN);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1199:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1200:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1200 |     expect_value(__wrap_mremap, new_size, STATE_MMAP_CHUNK_LEN * 2);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1200:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1201:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1201 |     expect_value(__wrap_mremap, flags, MREMAP_MAYMOVE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1201:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function 
‘tcti_libtpms_remap_state_posix_fallocate_fail_test’:
test/unit/tcti-libtpms.c:1231:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1231 |     expect_value(TPMLIB_Process, cmd_len, sizeof(cmd));
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1231:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1232:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1232 |     expect_value(TPMLIB_Process, locality, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1232:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1237:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1237 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_PERMANENT);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1237:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1241:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1241 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_VOLATILE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1241:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1246:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1246 |     expect_value(__wrap_mremap, old_address, STATEFILE_MMAP);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1246:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1247:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1247 |     expect_value(__wrap_mremap, old_size, STATE_MMAP_CHUNK_LEN);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1247:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1248:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1248 |     expect_value(__wrap_mremap, new_size, STATE_MMAP_CHUNK_LEN * 2);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1248:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1249:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1249 |     expect_value(__wrap_mremap, flags, MREMAP_MAYMOVE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1249:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1253:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1253 |     expect_value(__wrap_open, flags, O_RDWR | O_CREAT);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1253:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1254:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1254 |     expect_value(__wrap_open, mode, 0644);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1254:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1257:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1257 |     expect_value(__wrap_posix_fallocate, fd, STATEFILE_FD);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1257:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1258:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1258 |     expect_value(__wrap_posix_fallocate, offset, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1258:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1259:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1259 |     expect_value(__wrap_posix_fallocate, len, STATE_MMAP_CHUNK_LEN * 2);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1259:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1264:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1264 |     expect_value(__wrap_close, fd, STATEFILE_FD);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1264:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function 
‘tcti_libtpms_no_statefile_success_test’:
test/unit/tcti-libtpms.c:1293:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1293 |     expect_value(TPMLIB_Process, cmd_len, sizeof(cmd));
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1293:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1294:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1294 |     expect_value(TPMLIB_Process, locality, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1294:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function 
‘tcti_libtpms_two_states_no_statefiles_success_test’:
test/unit/tcti-libtpms.c:1347:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1347 |     expect_value(TPMLIB_Process, cmd_len, sizeof(cmd_aa));
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1347:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1348:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1348 |     expect_value(TPMLIB_Process, locality, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1348:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1368:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1368 |     expect_value(TPMLIB_Process, cmd_len, sizeof(cmd_bb));
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1368:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1369:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1369 |     expect_value(TPMLIB_Process, locality, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1369:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function 
‘tcti_libtpms_two_states_success_test’:
test/unit/tcti-libtpms.c:1451:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1451 |     expect_value(TPMLIB_Process, cmd_len, sizeof(cmd_aa));
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1451:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1452:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1452 |     expect_value(TPMLIB_Process, locality, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1452:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1457:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1457 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_PERMANENT);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1457:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1461:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1461 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_VOLATILE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1461:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1479:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1479 |     expect_value(TPMLIB_Process, cmd_len, sizeof(cmd_bb));
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1479:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1480:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1480 |     expect_value(TPMLIB_Process, locality, 0);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1480:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1485:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1485 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_PERMANENT);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1485:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1489:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1489 |     expect_value(TPMLIB_GetState, st, TPMLIB_STATE_VOLATILE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1489:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function ‘tcti_libtpms_teardown_no_statefile’:
test/unit/tcti-libtpms.c:1628:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1628 |     expect_value(__wrap_dlclose, handle, LIBTPMS_DL_HANDLE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1628:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function ‘tcti_libtpms_teardown_s1’:
test/unit/tcti-libtpms.c:1650:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1650 |     expect_value(__wrap_dlclose, handle, LIBTPMS_DL_HANDLE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1650:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1654:9: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1654 |         expect_value(__wrap_munmap, addr, tcti_libtpms->state_mmap);
      |         ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1654:9: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1655:9: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1655 |         expect_value(__wrap_munmap, len, tcti_libtpms->state_mmap_len);
      |         ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1655:9: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1661:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1661 |     expect_value(__wrap_truncate, length, S1_STATE_LEN);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1661:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function ‘tcti_libtpms_teardown_s2’:
test/unit/tcti-libtpms.c:1683:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1683 |     expect_value(__wrap_dlclose, handle, LIBTPMS_DL_HANDLE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1683:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1686:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1686 |     expect_value(__wrap_munmap, addr, STATEFILE_MMAP);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1686:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1687:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1687 |     expect_value(__wrap_munmap, len, STATE_MMAP_CHUNK_LEN);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1687:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1692:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1692 |     expect_value(__wrap_truncate, length, S2_STATE_LEN);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1692:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function ‘tcti_libtpms_teardown_s3’:
test/unit/tcti-libtpms.c:1714:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1714 |     expect_value(__wrap_dlclose, handle, LIBTPMS_DL_HANDLE);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1714:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1717:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1717 |     expect_value(__wrap_munmap, addr, STATEFILE_MMAP_NEW);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1717:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1718:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1718 |     expect_value(__wrap_munmap, len, STATE_MMAP_CHUNK_LEN * 2);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1718:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c:1723:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1723 |     expect_value(__wrap_truncate, length, S3_STATE_LEN);
      |     ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1723:5: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
test/unit/tcti-libtpms.c: In function ‘tcti_libtpms_teardown_two_states’:
test/unit/tcti-libtpms.c:1755:9: warning: ‘cmocka_macro’ is deprecated: 
expect_value: use expect_int_value or expect_uint_value instead 
[-Wdeprecated-declarations]
 1755 |         expect_value(__wrap_dlclose, handle, LIBTPMS_DL_HANDLE);
      |         ^~~~~~~~~~~~
test/unit/tcti-libtpms.c:1755:9: warning: ‘cmocka_macro’ is deprecated: 
expect_value_count: use expect_int_value_count or expect_uint_value_count 
instead [-Wdeprecated-declarations]
make[2]: *** [Makefile:32688: test/unit/tcti_libtpms-tcti-libtpms.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:34322: check-am] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 check TESTSUITEFLAGS="-j2 --verbose" VERBOSE=1 
returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: tpm2-tss
Source-Version: 4.1.3-1.3
Done: Bastian Germann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tpm2-tss, 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.
Bastian Germann <[email protected]> (supplier of updated tpm2-tss 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, 13 Jan 2026 18:07:59 +0100
Source: tpm2-tss
Architecture: source
Version: 4.1.3-1.3
Distribution: unstable
Urgency: medium
Maintainer: Mathieu Trudel-Lapierre <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1115473 1124214
Changes:
 tpm2-tss (4.1.3-1.3) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Drop TCG license (Closes: #1115473)
   * d/copyright: Keep the upstream license for patches by default
   * Fix build with cmocka 2.0.1 (Closes: #1124214)
Checksums-Sha1:
 bcbc6b044c21b0a5aefaa7739431d2463d72582c 3593 tpm2-tss_4.1.3-1.3.dsc
 2b7378c85ab4090bc9d6e5fdbbd4c8ba3d92202a 22156 tpm2-tss_4.1.3-1.3.debian.tar.xz
 89532d57460eefa8c20ff53887219f3c64987617 7538 
tpm2-tss_4.1.3-1.3_source.buildinfo
Checksums-Sha256:
 0d9e68958fdd9a868c39dfeabc5db8649dd86472babe655ec819b6acebbd9407 3593 
tpm2-tss_4.1.3-1.3.dsc
 921e5ab700a4a02d86a2398152249d35a2a0cbbc20e0f21b6d534ae9ecc7cb4b 22156 
tpm2-tss_4.1.3-1.3.debian.tar.xz
 4d71c7f0f5fe8bbaac09f3a67e6079b95c9726e1bb9fc13322b98692a7f6b021 7538 
tpm2-tss_4.1.3-1.3_source.buildinfo
Files:
 706bd4ac01a0b5e6ed3af6fee3dda4f2 3593 libs optional tpm2-tss_4.1.3-1.3.dsc
 e7b50d38ca03788d5ccc3af38c3ca9bb 22156 libs optional 
tpm2-tss_4.1.3-1.3.debian.tar.xz
 4dde491e8deb5d51b95c8267ca83b917 7538 libs optional 
tpm2-tss_4.1.3-1.3_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmlmfCsQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCBqC/46l76Y3BuNWRdCU9tP0S+vSiyD5UTxMFnm
dBPJN71yZrd19CF2NSA2OKmOTKucoxWVG677SbuIcOZbt80JAVTSB5zA5sGrECN/
BggNmM50Myl61hXRRrjNQ2ppk7G8N1t9vO0LxYXs+bDN2Gdxb6ZmlHVmsCKssTzF
+nCwT/nkgUwarP/ttOLMLEprzt89ed9+i+9X+S8iEwD8VyWQN1PUmSsZvygQFc2F
Y2oPU1vX51y53rU7nCeL6avYz6nVJKZvcT73kmvwHE6uS9LY6yVb5lS7zLCl499t
QQgYnCYsp/ln9svZ5n63o/a5mw2oRp0G5NOsQ7qLnGmJTEqYEjIeSupABZ4l9O+R
V0HxEnB+i81deRipFNBtBFbpiaSJHfkGaTMf0W6tGbDtbGatCpYIAr6zw69f9pxI
e4HfwS0HiHFfsv2Wvz070gBCk3TwQqgLivpJU+EjvVZ6iZuxZD61U6pAsUdTI0FK
2Gh+5KnIRHPVJqhvtsfWZKRYG7sXSzA=
=xvgV
-----END PGP SIGNATURE-----

Attachment: pgpkryGSBxalA.pgp
Description: PGP signature


--- End Message ---

Reply via email to