Your message dated Wed, 22 Jul 2020 21:39:25 +0000
with message-id <e1jymst-0005ot...@fasolo.debian.org>
and subject line Bug#957754: fixed in refind 0.12.0-1
has caused the Debian Bug report #957754,
regarding refind: ftbfs with GCC-10
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 ow...@bugs.debian.org
immediately.)


-- 
957754: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957754
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:refind
Version: 0.11.4-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/refind_0.11.4-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

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

[...]
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include \
      -D__MAKEWITH_GNUEFI -c guid.c -o guid.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include \
      -D__MAKEWITH_GNUEFI -c mok.c -o mok.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include \
      -D__MAKEWITH_GNUEFI -c security_policy.c -o security_policy.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include \
      -D__MAKEWITH_GNUEFI -c simple_file.c -o simple_file.o
/usr/bin/ar cq libmok.a guid.o mok.o security_policy.o simple_file.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mok'
make MAKEWITH=GNUEFI -C EfiLib
make[3]: Entering directory '/<<PKGBUILDDIR>>/EfiLib'
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include \
      -D__MAKEWITH_GNUEFI -c gnuefi-helper.c -o gnuefi-helper.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include \
      -D__MAKEWITH_GNUEFI -c legacy.c -o legacy.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include \
      -D__MAKEWITH_GNUEFI -c BdsHelper.c -o BdsHelper.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include \
      -D__MAKEWITH_GNUEFI -c BdsTianoCore.c -o BdsTianoCore.o
BdsTianoCore.c: In function ‘BdsLibConnectDevicePath’:
BdsTianoCore.c:53:29: warning: variable ‘PreviousHandle’ set but not used 
[-Wunused-but-set-variable]
   53 |   EFI_HANDLE                PreviousHandle;
      |                             ^~~~~~~~~~~~~~
/usr/bin/ar cq libEfiLib.a gnuefi-helper.o legacy.o BdsHelper.o BdsTianoCore.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/EfiLib'
make MAKEWITH=GNUEFI -C refind
make[3]: Entering directory '/<<PKGBUILDDIR>>/refind'
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c main.c -o main.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c mystrings.c -o mystrings.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c apple.c -o apple.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c line_edit.c -o line_edit.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c config.c -o config.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c menu.c -o menu.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c pointer.c -o pointer.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c screen.c -o screen.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c icns.c -o icns.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c gpt.c -o gpt.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c crc32.c -o crc32.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c lib.c -o lib.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c driver_support.c -o driver_support.o
/usr/bin/gcc -Os -fno-strict-aliasing -fno-stack-protector -fshort-wchar -Wall 
-DEFIX64 -DEFI_FUNCTION_WRAPPER -m64 -mno-red-zone  -fpic -I/usr/include/efi 
-I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I../include -I../refind 
-I../libeg -I../mok -I. -I./../include -I./../libeg -I./../mok \
      -D__MAKEWITH_GNUEFI -c legacy.c -o legacy.o
/usr/bin/ld -L./../libeg/ -L./../mok/ -L./../EfiLib/ -T 
/usr/lib/elf_x86_64_efi.lds -shared -Bsymbolic -nostdlib -L/usr/lib -L/usr/lib 
/usr/lib/crt0-efi-x86_64.o -znocombreloc -zdefs  main.o mystrings.o apple.o 
line_edit.o config.o menu.o pointer.o screen.o icns.o gpt.o crc32.o lib.o 
driver_support.o legacy.o \
      -o refind_x64.so -leg -lmok -lEfiLib -lefi -lgnuefi 
/usr/lib/gcc/x86_64-linux-gnu/10/libgcc.a
/usr/bin/ld: line_edit.o: in function `line_edit':
line_edit.c:(.text+0x411): undefined reference to `memmove'
/usr/bin/ld: line_edit.c:(.text+0x4d8): undefined reference to `memmove'
make[3]: *** [Makefile:48: refind_x64.so] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/refind'
make[2]: *** [Makefile:87: gnuefi] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 gnuefi ARCH=x86_64 returned exit code 2
make[1]: *** [debian/rules:33: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:26: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: refind
Source-Version: 0.12.0-1
Done: Tianon Gravi <tia...@debian.org>

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

Debian distribution maintenance software
pp.
Tianon Gravi <tia...@debian.org> (supplier of updated refind 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 22 Jul 2020 14:00:56 -0700
Source: refind
Architecture: source
Version: 0.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Rod Smith <rod.sm...@canonical.com>
Changed-By: Tianon Gravi <tia...@debian.org>
Closes: 957754
Changes:
 refind (0.12.0-1) unstable; urgency=medium
 .
   * Update to 0.12.0 upstream release
     - see http://www.rodsbooks.com/refind/revisions.html for changes
   * Backport patch for GCC 10 (Closes: #957754)
Checksums-Sha1:
 bd6b09f17027cab9bc66d7cdcc51564c723be8c2 1910 refind_0.12.0-1.dsc
 a6b63bbaf9c09e63c82cbd54fb5a776e0260b3f9 3898337 refind_0.12.0.orig.tar.gz
 c34e80a8df0a2eaf0c2cda626fb53bb829562154 20400 refind_0.12.0-1.debian.tar.xz
 86c4a8c30cbc08dc14e06a9f459249401e9fd7ef 5249 refind_0.12.0-1_source.buildinfo
Checksums-Sha256:
 19759f47a4fd4041264bb5158a878345167914a6ac7fd9980cf954acac60568a 1910 
refind_0.12.0-1.dsc
 7bb8505bc9ff87a7b6de38bf9a91d46f4d613b30031d5eb088a4d791a31eb7c4 3898337 
refind_0.12.0.orig.tar.gz
 8309c086ed6fca7db5a025933f21a6dc3376689d9f393562b54615ad251c8e30 20400 
refind_0.12.0-1.debian.tar.xz
 f068bd89568c1f05799ed20d36785d2db330a69f063494ef162e94a2fed447c2 5249 
refind_0.12.0-1_source.buildinfo
Files:
 22c7d8828e33765fac995740b86fcd92 1910 admin optional refind_0.12.0-1.dsc
 673088f61ccd60535a3b2c0d607e4a7e 3898337 admin optional 
refind_0.12.0.orig.tar.gz
 ce0411663ea17fcf9662a229ba72f725 20400 admin optional 
refind_0.12.0-1.debian.tar.xz
 cecdc0a03676bc0bab15ce0a6bfa04c9 5249 admin optional 
refind_0.12.0-1_source.buildinfo

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

iQJGBAEBCgAwFiEEtC9oGQB/APiONk/UA2qcJb81fdQFAl8YqlUSHHRpYW5vbkBk
ZWJpYW4ub3JnAAoJEANqnCW/NX3UuQEQAKkvkailXVLIDhs1YbOD/S7tPQ2zYDTX
H0G81ljuXojgDKr+hkQFx4uLyK4Wq3bQ++CIE8Jo2aQ+QTD5bF0krqemMPA+pRep
DnmBq2QwKZfIO7XfHZBEVsuLPITMsHiPJMP6PbiIHWa+JVtBhZdSyf9/O9N4Ghwj
EfRQBauVswcZZqXesyMpEmuLoFd+nNVdO9TYEQosRvgITv7KOpPNZ5FxKhjWwxT9
2jDikN9wR+4aiIFL6Zxsd02KvJPP2ikOZ+A9Hz43be7W+rwH3VkbR/92E7zGor8o
f/frhp4cp9haNJly3f2jgUDdPIJ+8k1clmewtUuxBeYEYmUj+xIDiA1SWAO5uo/j
cYPVPyMjsCz4HPsLqcUAc419A8yl+PUvwrrKIQSZKq8fJE/soObG6pcLJo7SSqxu
NN4pDUnI1Wl7cVxEi1IO1AsF7pGIFB7QKcHUUt1MsPRcZ1oRbi1gly8vUKER6rUl
g9aeaXngvmSNkr2IX8SOim1fpmDOVxeMyfGwD+9NKcN27R1aYGngZvHfH2OskALq
Bpi1ufCx2zUgrIgnvrNRmh0LxvET2TLyDKr+MDth5P1ZiYNIYdf7OJ/lR68Fo74S
gSJZGyyrleRw5mFPjDUk9s4HfBWl6XeBYYdBLKTgJqScO7haWcsX44eSJA6KFrnV
DZ0eg2st1zGu
=leum
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to