Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828874 - dev-haskell/cabal-3.2.1.0-r1 failed with llvm 13
Summary: dev-haskell/cabal-3.2.1.0-r1 failed with llvm 13
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-10 21:34 UTC by korte
Modified: 2021-12-13 13:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,38.59 KB, text/x-log)
2021-12-10 21:35 UTC, korte
Details
emerge --info '=dev-haskell/cabal-3.2.1.0-r1::gentoo' (emerge--info_cabal.txt,6.16 KB, text/plain)
2021-12-10 21:37 UTC, korte
Details
emerge -pqv '=dev-haskell/cabal-3.2.1.0-r1::gentoo' (emerge-pqv_cabal.txt,77 bytes, text/plain)
2021-12-10 21:38 UTC, korte
Details
/var/tmp/portage/dev-haskell/cabal-3.2.1.0-r1/temp/environment (environment,73.85 KB, text/plain)
2021-12-10 21:39 UTC, korte
Details

Note You need to log in before you can comment on or make changes to this bug.
Description korte 2021-12-10 21:34:43 UTC
I emerged ghc-9.0.1-r1 with the help of a debian package. Now I am trying to emerge pandoc.

Reproducible: Always
Comment 1 korte 2021-12-10 21:35:21 UTC
Created attachment 758366 [details]
build.log
Comment 2 korte 2021-12-10 21:37:04 UTC
Created attachment 758367 [details]
emerge --info '=dev-haskell/cabal-3.2.1.0-r1::gentoo'
Comment 3 korte 2021-12-10 21:38:14 UTC
Created attachment 758368 [details]
emerge -pqv '=dev-haskell/cabal-3.2.1.0-r1::gentoo'
Comment 4 korte 2021-12-10 21:39:51 UTC
Created attachment 758369 [details]
/var/tmp/portage/dev-haskell/cabal-3.2.1.0-r1/temp/environment
Comment 5 Jonas Stein gentoo-dev 2021-12-10 23:53:30 UTC
Please note in the log:

---------8<------------------------------------
You are using an unsupported version of LLVM!
Currently only 9 is supported. System LLVM version: 13.0.0
--------->8------------------------------------
Comment 6 korte 2021-12-11 08:16:44 UTC
(In reply to Jonas Stein from comment #5)
> Please note in the log:
> 
> ---------8<------------------------------------
> You are using an unsupported version of LLVM!
> Currently only 9 is supported. System LLVM version: 13.0.0
> --------->8------------------------------------

equery m llvm
 * sys-devel/llvm [gentoo]
Maintainer:  llvm@gentoo.org
Upstream:    None specified
Homepage:    https://llvm.org/
Location:    /var/db/repos/gentoo/sys-devel/llvm
Keywords:    11.1.0:11: amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~riscv ~x64-macos
Keywords:    12.0.1:12: amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc ~ppc-macos ~riscv ~sparc ~x64-macos
Keywords:    13.0.0:13: amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc ~ppc-macos ~riscv ~sparc ~x64-macos
Keywords:    13.0.1_rc1:13:
Keywords:    13.0.1.9999:13:
Keywords:    14.0.0.9999:14:
License:     Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc

LLVM 9 is not satisfiable. Should I retry with 11.1.0?
Comment 7 korte 2021-12-13 13:05:58 UTC
(In reply to korte from comment #6)
> LLVM 9 is not satisfiable. Should I retry with 11.1.0?

I cannot force the use of llvm-11 by an option to emerge, afaik. I am trying to edit the ebuild, but I am stuck there. Can you give me an ebuild or an hint how to force the use of llvm-11?