Your message dated Tue, 06 Jul 2021 20:33:28 +0000
with message-id <[email protected]>
and subject line Bug#984362: fixed in tboot 1.10.2+dfsg.0-1
has caused the Debian Bug report #984362,
regarding tboot: ftbfs with GCC-11
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.)


-- 
984362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984362
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tboot
Version: 1.9.12+hg20200718-1
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/tboot_1.9.12+hg20200718-1_unstable_gcc11.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
   dh_auto_configure
   dh_auto_build
        make -j4 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -C tboot build
make[3]: Entering directory '/<<PKGBUILDDIR>>/tboot'
cc -D__ASSEMBLY__ -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra 
-Winit-self -Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/boot.S -o 
common/boot.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/acpi.c -o 
common/acpi.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/cmdline.c -o 
common/cmdline.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/com.c -o 
common/com.o
common/boot.S: Assembler messages:
common/boot.S:219: Warning: no instruction mnemonic suffix given and no 
register operands; using default for `cmp'
common/boot.S:424: Warning: ignoring fill value in section `.bss.page_aligned'
common/boot.S:428: Warning: ignoring fill value in section `.bss.page_aligned'
common/boot.S:433: Warning: ignoring fill value in section `.bss.page_aligned'
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/e820.c -o 
common/e820.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/vtd.c -o 
common/vtd.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/elf.c -o 
common/elf.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/hash.c -o 
common/hash.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/index.c -o 
common/index.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/integrity.c -o 
common/integrity.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/linux.c -o 
common/linux.o
{standard input}: Assembler messages:
{standard input}:2569: Warning: ignoring changed section attributes for .text
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/loader.c -o 
common/loader.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/memcmp.c -o 
common/memcmp.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/memcpy.c -o 
common/memcpy.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/misc.c -o 
common/misc.o
cc -D__ASSEMBLY__ -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra 
-Winit-self -Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/mutex.S -o 
common/mutex.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/paging.c -o 
common/paging.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/pci_cfgreg.c -o 
common/pci_cfgreg.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/policy.c -o 
common/policy.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/printk.c -o 
common/printk.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/rijndael.c -o 
common/rijndael.o
common/rijndael.c:858:64: error: argument 3 of type ‘const u8[16]’ {aka ‘const 
unsigned char[16]’} with mismatched bound [-Werror=array-parameter=]
  858 | rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16],
      |                                                       ~~~~~~~~~^~~~~~
In file included from common/rijndael.c:35:
/<<PKGBUILDDIR>>/tboot/include/rijndael.h:55:53: note: previously declared as 
‘const unsigned char[]’
   55 | void    rijndaelEncrypt(const unsigned int [], int, const unsigned char 
[],
      |                                                     
^~~~~~~~~~~~~~~~~~~~~~
common/rijndael.c:859:8: error: argument 4 of type ‘u8[16]’ {aka ‘unsigned 
char[16]’} with mismatched bound [-Werror=array-parameter=]
  859 |     u8 ct[16])
      |     ~~~^~~~~~
In file included from common/rijndael.c:35:
/<<PKGBUILDDIR>>/tboot/include/rijndael.h:56:13: note: previously declared as 
‘unsigned char[]’
   56 |             unsigned char []);
      |             ^~~~~~~~~~~~~~~~
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/sha1.c -o 
common/sha1.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/strcmp.c -o 
common/strcmp.o
cc -Wall -Wformat-security -Werror -Wstrict-prototypes -Wextra -Winit-self 
-Wswitch-default -Wunused-parameter -Wwrite-strings -Wlogical-op 
-Wno-missing-field-initializers -Wno-address-of-packed-member 
-fno-strict-aliasing -std=gnu99 -Wno-array-bounds -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m32 -I/<<PKGBUILDDIR>>/safestringlib/include -march=i686 
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -fomit-frame-pointer 
-pipe -iwithprefix include -I/<<PKGBUILDDIR>>/tboot/include 
-I/<<PKGBUILDDIR>>/include -msoft-float -fno-stack-protector -fno-stack-check 
-DTBOOT_CHANGESET=\""2020-04-29 15:00 +0200 1.9.12"\" -c common/strlen.c -o 
common/strlen.o
cc1: all warnings being treated as errors
make[3]: *** [Makefile:131: common/rijndael.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In function ‘adjust_kernel_cmdline’,
    inlined from ‘launch_kernel’ at common/loader.c:1473:13:
common/loader.c:542:52: error: writing 1 byte into a region of size 0 
[-Werror=stringop-overflow=]
  542 |         new_cmdline[TBOOT_KERNEL_CMDLINE_SIZE - 1] = '\0';
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:131: common/loader.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tboot'
make[2]: *** [Makefile:53: build-tboot] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:48: build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tboot
Source-Version: 1.10.2+dfsg.0-1
Done: Timo Lindfors <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tboot, 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.
Timo Lindfors <[email protected]> (supplier of updated tboot 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: Sat, 03 Jul 2021 21:18:08 +0300
Source: tboot
Binary: tboot tboot-dbgsym
Architecture: source amd64
Version: 1.10.2+dfsg.0-1
Distribution: unstable
Urgency: medium
Maintainer: Timo Lindfors <[email protected]>
Changed-By: Timo Lindfors <[email protected]>
Description:
 tboot      - module for a measured and verified launch of an OS kernel/VMM
Closes: 984362
Changes:
 tboot (1.10.2+dfsg.0-1) unstable; urgency=medium
 .
   * New upstream version (Closes: #984362)
Checksums-Sha1:
 7013f8c95191c8e6a03a0a1f66c36b37dfd577ea 1892 tboot_1.10.2+dfsg.0-1.dsc
 d4b606505d5a62ffeef6c2584b0b2ccaec9f2b6a 685768 tboot_1.10.2+dfsg.0.orig.tar.xz
 b0d4e2d86389a3bec3897d1bd09d89e37356fd1d 37392 
tboot_1.10.2+dfsg.0-1.debian.tar.xz
 6ee7bb904cc3787e283b9aa04b049a5bba6f72e4 467244 
tboot-dbgsym_1.10.2+dfsg.0-1_amd64.deb
 506bf65ecf33eb345888607c360c343b354d4498 5124 
tboot_1.10.2+dfsg.0-1_amd64.buildinfo
 f374e03ff142dbd273468afecf1e5b352e404952 281256 tboot_1.10.2+dfsg.0-1_amd64.deb
Checksums-Sha256:
 c0fcd8a3f939fc5a51006102885662be8d75bbcb1fe253152f7137262de8b575 1892 
tboot_1.10.2+dfsg.0-1.dsc
 e43e67d3e563031ce6214bebcd7b9237c7efaa0ee7c0479bd07893dd3196a4b2 685768 
tboot_1.10.2+dfsg.0.orig.tar.xz
 c7f150606393ae18c62fc0ee2da25205e39f5ab1f74e8d8e8841d2611bbe1af5 37392 
tboot_1.10.2+dfsg.0-1.debian.tar.xz
 9a6b3a47d0b5fbcce16b74792f4edd28fe606b4db591278cdda70af231be2478 467244 
tboot-dbgsym_1.10.2+dfsg.0-1_amd64.deb
 378f2b651bc26c87e1829e1d41ece1addb418a3d5f56082dc5cea5d9eeb1fa76 5124 
tboot_1.10.2+dfsg.0-1_amd64.buildinfo
 746c80944092b9339aa447e978c152ddadc10f91a184dd8b5bdb4d51c881180e 281256 
tboot_1.10.2+dfsg.0-1_amd64.deb
Files:
 7af399efa0b82aa4ef187b6d50719e55 1892 admin optional tboot_1.10.2+dfsg.0-1.dsc
 88d4665fb3a5cdb6e1890a37fa402682 685768 admin optional 
tboot_1.10.2+dfsg.0.orig.tar.xz
 71a3943967303b60369486abc0418bb6 37392 admin optional 
tboot_1.10.2+dfsg.0-1.debian.tar.xz
 4d8cd61bd3f3a9c5554caf9f9938c0b0 467244 debug optional 
tboot-dbgsym_1.10.2+dfsg.0-1_amd64.deb
 d80067cfb85e53f4273bc19af57b9b4e 5124 admin optional 
tboot_1.10.2+dfsg.0-1_amd64.buildinfo
 f5e45176535ca9c711a5c3c9f1ce4d48 281256 admin optional 
tboot_1.10.2+dfsg.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJg5LkwAAoJEE0knZsj5vw6l5MQALS9SjwtNvI5nlG73LbavhXS
TvGVLg75F/4qEoDRbIHLsGgqL00E8xwMm0nvb3fHwZe+ceYecOdQUYaRTK6g/i9w
RynQmEGjsBP77DAlizvJ83HxEpxPhDRPhSZDkQRNKnA6eTf6aqv6ehjCIAqSfu8V
TCcuAK8s+iavY3ddWoMyCCD6Gl7/XdAJFtwNMwzDT4x0KB3o4ZnfG14G2ME0/QoB
xwN64WiaAZ24hNn3OShjGnASvC9icO+AsbLXPADlo26gKkSXlup7lxoLfhBM9/oM
ablSqUVnMo6+YfKy1newBVUehPcsu1aKwzqKX6/8JIG9CFEhFURoANaQ5nDBar/4
Np73UPn026T/bYt4E2mh0fh1qfVYr9i06+UeGxTzGdsZOV79MxrN/Yc14zdUDMfs
VMiXDgIA7ydlnw4ZYj6O53VPbRA4Jg8Klzxg/yPQW+8ADSfahL+6dRPFNMpwxoKV
k9lSQ6rNC5w0XZGSEQUpyLS1Z4EhaGB1fcMhNyvlzUXiX12Sg9MzpGYXBhmHiYfU
waS3ZEL96TLnw2uTTu0nnpOlcLVkhgv6heOQdcWn+IwF+Wp+/DcN9vxT5UuE7CD4
fbHgqbip7g9Qcy/EwwW2qK8iP7CjRn86wC071mApOrmM6ZpVQrFPXEUqKA+YZ8pg
TtoHI5wZyWeEm/ENkccV
=v/V9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to