[Bug 1210245] New: ghc stack broken on aarch64
http://bugzilla.opensuse.org/show_bug.cgi?id=1210245 Bug ID: 1210245 Summary: ghc stack broken on aarch64 Classification: openSUSE Product: openSUSE Backports Version: SLE-15-SP5 Hardware: aarch64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Packages Assignee: packagehub-bugs@suse.com Reporter: guillaume.gardet@arm.com QA Contact: packagehub-bugs@suse.com CC: afaerber@suse.com, dmueller@suse.com, lubos.kocman@suse.com Found By: --- Blocker: --- ghc stack is broken on Backports SLE-15-SP5 for aarch64 since ghc-bootstrap uses default llvm which is currently at version 15, but this version is not supported by ghc 8.10.x You can see a failure in openSUSE:Backports:SLE-15-SP5/ghc-bootstrap-helpers and also in ghc package: [ 470s] configure: We only support llvm 9 to 13 (found 15.0.7). and it fails later. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210245 http://bugzilla.opensuse.org/show_bug.cgi?id=1210245#c1 --- Comment #1 from Guillaume GARDET <guillaume.gardet@arm.com> --- I am testing the following patch for ghc-bootstrap.spec @@ -93,7 +93,9 @@ BuildRequires: libnuma-devel %endif %ifarch aarch64 %{arm} -Requires: llvm +# Leap 15.5 defaults to llvm 15, but it breaks in ghc-bootstrap-helpers for aarch64 +# ghc 8.10.x supports llvm 9-13 +Requires: llvm13 %endif %ifnarch %{arm} s390x Requires: libffi-devel -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210245 http://bugzilla.opensuse.org/show_bug.cgi?id=1210245#c2 --- Comment #2 from Guillaume GARDET <guillaume.gardet@arm.com> --- Patch submitted as https://build.opensuse.org/request/show/1078259 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210245 http://bugzilla.opensuse.org/show_bug.cgi?id=1210245#c3 Guillaume GARDET <guillaume.gardet@arm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|packagehub-bugs@suse.com |guillaume.gardet@arm.com --- Comment #3 from Guillaume GARDET <guillaume.gardet@arm.com> --- This is now fixed. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com