Your message dated Tue, 11 Dec 2012 21:26:34 +0100
with message-id <[email protected]>
and subject line Re: gnu-efi: fix FTBFS by build with -fno-stack-protector
has caused the Debian Bug report #590871,
regarding gnu-efi: fix FTBFS by build with -fno-stack-protector
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.)


-- 
590871: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590871
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnu-efi
Version: 3.0i-3

In Ubuntu, we've applied the attached patch to achieve the following:

        * Build with -fno-stack-protector.

It fixes FTBFS. We thought you might be interested in doing the same.
--- gnu-efi-3.0i.orig/Make.defaults
+++ gnu-efi-3.0i/Make.defaults
@@ -35,7 +35,7 @@
 OS	   = $(shell uname -s)
 INCDIR	   = -I$(SRCDIR) -I$(TOPDIR)/inc -I$(TOPDIR)/inc/$(ARCH) -I$(TOPDIR)/inc/protocol 
 CPPFLAGS   = -DCONFIG_$(ARCH)
-CFLAGS	   = $(ARCH3264) -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants
+CFLAGS	   = $(ARCH3264) -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants -fno-stack-protector
 ASFLAGS    = $(ARCH3264)
 LDFLAGS	   = -nostdlib
 INSTALL	   = install

--- End Message ---
--- Begin Message ---
Version: 3.0s+debian-1

this doesn't make sense to me, you're compiling with -fno-stack-protector to fix an FBTFS when adding it?

anyhow.. it builds fine here, closing.

--
Address:        Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:          [email protected]
Internet:       http://people.progress-technologies.net/~daniel.baumann/

--- End Message ---

Reply via email to