Your message dated Sat, 14 May 2016 00:08:58 +0000
with message-id <e1b1n8c-0001ty...@franck.debian.org>
and subject line Bug#824040: Removed package(s) from unstable
has caused the Debian Bug report #777892,
regarding gummiboot: ftbfs with GCC-5
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.)


-- 
777892: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777892
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gummiboot
Version: 45-2
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/gummiboot_45-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode

        gummiboot 45

        prefix:                  /usr
        arch:                    x86_64
        EFI machine type:        x64

        EFI libdir:              /usr/lib
        EFI ldsdir:              /usr/lib
        EFI includedir:          /usr/include

        blkid:                   yes
        man pages:               yes

        QEMU:                    
        QEMU OVMF:               

make[1]: Leaving directory '/«PKGBUILDDIR»'
   dh_auto_build -a
make[1]: Entering directory '/«PKGBUILDDIR»'
make --no-print-directory all-am
gcc -DHAVE_CONFIG_H -I.  -include config.h -DMACHINE_TYPE_NAME=\"x64\" 
-DGUMMIBOOTLIBDIR=\"/usr/lib/gummiboot\" -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-Wall -Wextra -Wmissing-prototypes -Wno-unused-parameter -I/usr/include/blkid 
-I/usr/include/uuid  -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c -o src/setup/gummiboot-setup.o `test -f 
'src/setup/setup.c' || echo './'`src/setup/setup.c
gcc -DHAVE_CONFIG_H -I.  -include config.h -DMACHINE_TYPE_NAME=\"x64\" 
-DGUMMIBOOTLIBDIR=\"/usr/lib/gummiboot\" -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-Wall -Wextra -Wmissing-prototypes -Wno-unused-parameter -I/usr/include/blkid 
-I/usr/include/uuid  -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c -o src/setup/gummiboot-efivars.o `test -f 
'src/setup/efivars.c' || echo './'`src/setup/efivars.c
gcc -D_GNU_SOURCE -Wall -Wextra -Wmissing-prototypes -Wno-unused-parameter 
-I/usr/include/blkid -I/usr/include/uuid  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security  -Wl,-z,relro -o gummiboot 
src/setup/gummiboot-setup.o src/setup/gummiboot-efivars.o -lblkid  
/usr/bin/xsltproc -o man/gummiboot.8 --nonet \
  --stringparam man.output.quietly 1 \
  --stringparam man.th.extra1.suppress 1 \
  --stringparam man.authors.section.enabled 0 \
  --stringparam man.copyright.section.enabled 0 \
  http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl 
man/gummiboot.xml
I/O error : Attempt to load network entity 
http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
man/gummiboot.xml:3: warning: failed to load external entity 
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";
        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
                                                                 ^
gcc  -I. -include config.h -I/usr/include/efi -I/usr/include/efi/x86_64 
-DMACHINE_TYPE_NAME=\"x64\"  -Wall -Wextra -nostdinc -ggdb -O0 -fpic 
-fshort-wchar -nostdinc -ffreestanding -fno-strict-aliasing 
-fno-stack-protector -Wsign-compare -mno-sse -mno-mmx -mno-red-zone 
-DEFI_FUNCTION_WRAPPER -DGNU_EFI_USE_MS_ABI -c src/efi/util.c -o src/efi/util.o
In file included from /usr/include/efi/efi.h:35:0,
                 from src/efi/util.c:18:
/usr/include/efi/x86_64/efibind.h:88:24: fatal error: stdint.h: No such file or 
directory
compilation terminated.
make[2]: *** [src/efi/util.o] Error 1
Makefile:1033: recipe for target 'src/efi/util.o' failed
make[1]: *** [all] Error 2
Makefile:438: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:3: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Version: 48-1+rm

Dear submitter,

as the package gummiboot has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/824040

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to