[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1037640: marked as done (efibootguard: ftbfs with GCC-13)



Your message dated Sat, 17 Jun 2023 10:19:17 +0000
with message-id <E1qAT1Z-006Rsz-S6@fasolo.debian.org>
and subject line Bug#1037640: fixed in gcc-13 13.1.0-6
has caused the Debian Bug report #1037640,
regarding efibootguard: ftbfs with GCC-13
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 owner@bugs.debian.org
immediately.)


-- 
1037640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037640
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:efibootguard
Version: 0.13-2
Severity: normal
Tags: sid trixie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/efibootguard_0.13-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
3222852: # 285 "drivers/watchdog/itco.c"
3222852:                                                     ||
3222852:      !itco_supported(pci_device_id, &itco_chip)) {
3222852:   return (0x8000000000000000 | 3);
3222852:  }
3222852:  itco = &iTCO_chipset_info[itco_chip];
3222852: 
3222852:  PrintC((0x01 | 0x02 | 0x04), L"Detected Intel TCO %s watchdog\n", itco->name);
3222852: 
3222852:  pm_base = get_pm_base(pci_io, itco);
3222852:  if (pm_base) {
3222852: 
3222852: 
3222852: 
3222852: 
3222852:   value = inl(pm_base + 0x30);
3222852:   if ((value & ((1 << 13) | (1 << 0))) != ((1 << 13) | (1 << 0)))
3222852:    timeout /= 2;
3222852:  }
3222852: 
3222852:  tco_base = get_tco_base(pm_base, itco);
3222852:  if (!tco_base) {
3222852:   return (0x8000000000000000 | 3);
3222852:  }
3222852: 
3222852: 
3222852:  value = inw(tco_base + 0x12);
3222852:  value &= 0xfc00;
3222852:  value |= get_timeout_value(itco->itco_version, timeout) & 0x3ff;
3222852:  outw(value, tco_base + 0x12);
3222852: 
3222852: 
3222852:  outw(1, tco_base + 0x00);
3222852: 
3222852: 
3222852:  switch (itco->itco_version) {
3222852:  case ITCO_V6:
3222852:   update_no_reboot_flag_cnt(tco_base);
3222852:   break;
3222852:  case ITCO_V5:
3222852:   update_no_reboot_flag_apl(itco);
3222852:   break;
3222852:  case ITCO_V3:
3222852:  case ITCO_V2:
3222852:   status = update_no_reboot_flag_mem(pci_io, itco);
3222852:   if ((((INTN) status) < 0)) {
3222852:    return status;
3222852:   }
3222852:   break;
3222852:  default:
3222852:   return (0x8000000000000000 | 3);
3222852:  }
3222852: 
3222852: 
3222852:  value = inw(tco_base + 0x08);
3222852:  value &= ~(1 << 11);
3222852:  outw(value, tco_base + 0x08);
3222852: 
3222852:  return 0;
3222852: }
=== END GCC DUMP ===
make[4]: *** [Makefile:1810: drivers/watchdog/itco.o] Error 1
make[3]: *** [Makefile:1274: all-recursive] Error 1
make[2]: *** [Makefile:675: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gcc-13
Source-Version: 13.1.0-6
Done: Matthias Klose <doko@debian.org>

We believe that the bug you reported is fixed in the latest version of
gcc-13, 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 1037640@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-13 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 17 Jun 2023 11:34:12 +0200
Source: gcc-13
Architecture: source
Version: 13.1.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 1037640
Changes:
 gcc-13 (13.1.0-6) unstable; urgency=medium
 .
   * Update to git 20230617 from the gcc-13 branch.
     - Fix PR target/110136 (loongarch), PR target/110227 (X86),
       PR middle-end/110200.
   * Ignore gccrs bootstrap comparison failures on mipsel.
   * Remove obsolete gcn assembler patch.
   * Mark libgcc-sN packages as protected/important for newer releases.
   * Apply proposed patch for PR ipa/110276. Closes: #1037640.
Checksums-Sha1:
 c100dd3324ce6fb7771c06c1196260c7872edd95 27472 gcc-13_13.1.0-6.dsc
 9e3a9cfca6e22f12b7c93db62776ff869a3b80c6 1275168 gcc-13_13.1.0-6.debian.tar.xz
 6369d84ad9ded8679d8460a5e1c5b33b19b32cde 8964 gcc-13_13.1.0-6_source.buildinfo
Checksums-Sha256:
 183e98bc502c6145fda38b6c28b8b0a53bb127c1e6085e5e2d86412c68f2b23c 27472 gcc-13_13.1.0-6.dsc
 d4d65924c36fcfd08af6ba441cbaeb0db7e150a4fbb2c9cb9c46eea9685f406f 1275168 gcc-13_13.1.0-6.debian.tar.xz
 04c8bf380b739484acc592bceffa4620087c60c2248def32956d540194210364 8964 gcc-13_13.1.0-6_source.buildinfo
Files:
 e4bc9216712de18c91fb534668ae9891 27472 devel optional gcc-13_13.1.0-6.dsc
 8175b940564b6cf12cc72e8ac78b6d31 1275168 devel optional gcc-13_13.1.0-6.debian.tar.xz
 5cb235226190de5d95275cc02c7479b1 8964 devel optional gcc-13_13.1.0-6_source.buildinfo

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

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmSNhHcQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9SUCD/9CUuC4VbqTjcQD19GBjV/DppGD7QY6JpB3
je7AGxWghWap9/WB3wg9bxcGk0ZUSpNgWX5EpTgvUdhuYv93eju4e99PebbgebQ2
HBKakFIUULBmz2WEvVnrmm31cqN7zxS4SyqupA95u7eFcFGhOrSJMSav01SrzglM
nRTIgDwxBXBXNO9JqAOaGXlxoyX/J0WdxCnRH6BrXLs8bw2y+12OCX+4Qj/HZ6C1
t9yOD58EbmtXmK2gtpL3MQgpztQKLd2IpBnYZJT2bjzWDCDmu8n9AktUptCYu6yA
lpWYmGlSZq6Wv6ncH+FwCKurslutqVHU2ClsrPmPpoByy6k/mTFvWpTYKcEYac5W
CHRPlCyNhSdxxDlUVFPCpG8npycsrilQDZyGzCD0MWrtljpGbaEZKU1h297aDz1x
fcnFTBqIOTFShCkibP5anHIm9vzL7B3mkCTv1TnNxNFI+efcYEhHQzwdBsPv5/OE
b67xxHdVmXGoLVxN5dB4rYg32AMJY9iI4X8vSg0BD7p/yvCPkSD0Vmlns8V+/Th2
5ElOcrQgqQNGbGryb308kgY/CcLdL1Zt6zJZz/cu5LOfm/HSTX+PhMkiGh3H/lS4
r4vkB6Vzl3qVNxI1F5Io7Nl24DNa52XahOzspUhdtSvwngM6p3vSNeiCkKuoA+yh
XnrEu3nV1g==
=gkW4
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: