[Bug 271928] lang/ghc: 'make configure' fails with bad --target argument if lang/gcc is installed.
Date: Thu, 06 Jul 2023 18:55:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271928 --- Comment #10 from John Hein <jcfyecrayz@liamekaens.com> --- (In reply to Gleb Popov from comment #9) Gleb and other haskell-aware people, This might be a separate bug / question, but it's loosely related to this bug... When one builds ghc in poudriere, llvm12 is not installed (since it is not a dependency). But there is a configure problem (a couple times during 'make configure' and once during 'make stage') looking for llc12 and opt12. Both of those are explicitly specified in configure args (in lang/ghc/Makefile) when BOOT=off. What is the impact on ghc (build, run, or testing) when missing llc and opt tools? =========== . . ./configure: llc12: not found no configure: We only support llvm 10 to 15 (no version found). ./configure: opt12: not found no configure: We only support llvm 10 to 15 (no version found). . . =========== -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.