Your message dated Fri, 26 Jul 2019 22:55:14 +0200
with message-id <[email protected]>
and subject line bugs already fixed since a while
has caused the Debian Bug report #904915,
regarding ghc: Please build with --disable-ld-override on powerpcspe
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.)


-- 
904915: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904915
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ghc
Version: 8.2.2-4
Severity: normal
Tags: patch
User: [email protected]
Usertags: powerpcspe

Hi!

Using Gold as the default linker for GHC currently causes issues with
some packages on powerpcspe. This issue can be worked around with by
switching to the default GNU BFD linker using the --disable-ld-override
configure option.

Can you please this patch to address this issue:

--- debian/rules.orig   2018-06-25 18:23:40.000000000 +0200
+++ debian/rules        2018-07-29 15:37:59.345940106 +0200
@@ -47,7 +47,7 @@
 # https://bugs.debian.org/901947
 # NOTE: This should probably be removed, and revert back to using ld.gold,
 # once #901947 has been fixed.
-ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH)))
+ifneq (,$(filter mips mipsel powerpcspe, $(DEB_HOST_ARCH)))
   EXTRA_CONFIGURE_FLAGS += --disable-ld-override
 endif

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - [email protected]
`. `'   Freie Universitaet Berlin - [email protected]
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
--- debian/rules.orig   2018-06-25 18:23:40.000000000 +0200
+++ debian/rules        2018-07-29 15:37:59.345940106 +0200
@@ -47,7 +47,7 @@
 # https://bugs.debian.org/901947
 # NOTE: This should probably be removed, and revert back to using ld.gold,
 # once #901947 has been fixed.
-ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH)))
+ifneq (,$(filter mips mipsel powerpcspe, $(DEB_HOST_ARCH)))
   EXTRA_CONFIGURE_FLAGS += --disable-ld-override
 endif


--- End Message ---
--- Begin Message ---
Closing old and already fixed bugs, please reopen if you think otherwise

thanks

G.

--- End Message ---

Reply via email to