Your message dated Sat, 14 May 2016 00:08:58 +0000 with message-id <[email protected]> and subject line Bug#824040: Removed package(s) from unstable has caused the Debian Bug report #759277, regarding gummiboot: function pointer typedefs using KnR-style(?) parameter declarations 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.) -- 759277: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759277 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: gummiboot Version: 45-2 Usertags: goto-cc Severity: wishlist Tags: upstream While trying to build gummiboot using our research compiler infrastructure the build stumbled upon the following declaration in src/efi/console.c (from line 29 onwards): typedef EFI_STATUS (EFIAPI *EFI_INPUT_RESET_EX)( struct _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This; BOOLEAN ExtendedVerification; ); While even gcc -Wall -pedantic will emit warnings, clang entirely rejects this. To address this, the semicolons after the function parameters should be replaced by commas, and the last one should be omitted, like this: typedef EFI_STATUS (EFIAPI *EFI_INPUT_RESET_EX)( struct _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, BOOLEAN ExtendedVerification ); The same problem appears multiple times in that file. I'm not sure about the rationale for the chosen syntax and surely this is an upstream problem, but I couldn't figure out what their bugtracker was. Best, Michael
pgpTk3VE0yYJU.pgp
Description: PGP signature
--- 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 [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

