Your message dated Thu, 30 Jan 2020 19:38:34 +0100
with message-id <acc26c76-5a54-9122-a686-234264607...@debian.org>
and subject line gm2 fixed
has caused the Debian Bug report #948317,
regarding gcc-10: Please disable gm2 on ia64
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.)


-- 
948317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948317
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-10
Version: 10-20200104-1
Severity: normal
Tags: patch
User: debian-i...@lists.debian.org
Usertags: ia64

Hi!

The gcc-10 build currently fails on ia64 when trying to build gm2 [1],
thus I have disabled gm2 for a local test build.

After disabling gm2, the build completes successfully, although I have
not run through the whole testsuite yet to confirm everything is okay.
But in any case, disabling gm2 on ia64 fixes the build error.

Could you add ia64 to m2_no_archs in debian/rules.defs?

Attaching a patch which achieves that.

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
diff -Nru old/gcc-10-10-20200104/debian/rules.defs 
new/gcc-10-10-20200104/debian/rules.defs
--- old/gcc-10-10-20200104/debian/rules.defs    2019-12-17 12:35:22.000000000 
+0100
+++ new/gcc-10-10-20200104/debian/rules.defs    2020-01-07 09:07:55.823830321 
+0100
@@ -1240,7 +1240,7 @@
     with_m2 := yes
   endif
 endif
-m2_no_archs = powerpc ppc64 sh4 kfreebsd-amd64 kfreebsd-i386 hurd-i386
+m2_no_archs = ia64 powerpc ppc64 sh4 kfreebsd-amd64 kfreebsd-i386 hurd-i386
 ifneq (,$(filter $(DEB_TARGET_ARCH),$(m2_no_archs)))
     with_m2 := disabled for cpu $(DEB_TARGET_ARCH)
 endif

--- End Message ---
--- Begin Message ---
fm2 was fixed instead.

--- End Message ---

Reply via email to