Date: Thu, 06 Jul 2023 18:55:16 +0000 From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 271928] lang/ghc: 'make configure' fails with bad --target argument if lang/gcc is installed. Message-ID: <bug-271928-16154-W5gRbqCTJW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271928-16154@https.bugs.freebsd.org/bugzilla/> References: <bug-271928-16154@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271928 --- 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=3Doff. What is the impact on ghc (build, run, or testing) when missing llc and opt tools? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D . . ./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). . . =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271928-16154-W5gRbqCTJW>