Package Details: elm-compiler 0.19.1-1

Git Clone URL: https://aur.archlinux.org/elm-compiler.git (read-only, click to copy)
Package Base: elm-compiler
Description: Compiler for Elm, a functional language for reliable webapps
Upstream URL: https://github.com/elm/compiler
Keywords: elm
Licenses: BSD
Conflicts: elm-git
Submitter: cheatsc
Maintainer: cheatsc
Last Packager: cheatsc
Votes: 0
Popularity: 0.000000
First Submitted: 2023-01-17 10:42 (UTC)
Last Updated: 2023-01-17 10:42 (UTC)

Latest Comments

cheatsc commented on 2025-10-16 02:25 (UTC)

Thank you for your report! I confirmed the same error, but this fix takes a bit long time...

Configuring elm-0.19.1...
Warning: Packages using 'cabal-version: >= 1.10' and before 'cabal-version:
3.4' must specify the 'default-language' field for each component (e.g.
Haskell98 or Haskell2010). If a component uses different languages in
different modules then list the other ones in the 'other-languages' field.
Preprocessing executable 'elm' for elm-0.19.1..
Building executable 'elm' for elm-0.19.1..

<no location info>: error:
    Warning: Couldn't figure out LLVM version!
             Make sure you have installed LLVM between [10 and 15)
[  1 of 132] Compiling AST.Utils.Binop  ( compiler/src/AST/Utils/Binop.hs, dist/build/elm/elm-tmp/AST/Utils/Binop.dyn_o )

<no location info>: error:
    Warning: Couldn't figure out LLVM version!
             Make sure you have installed LLVM between [10 and 15)

<no location info>: error: could not execute: opt
[  2 of 132] Compiling Data.Bag         ( compiler/src/Data/Bag.hs, dist/build/elm/elm-tmp/Data/Bag.dyn_o )

<no location info>: error:
    Warning: Couldn't figure out LLVM version!
             Make sure you have installed LLVM between [10 and 15)

<no location info>: error: could not execute: opt
[  3 of 132] Compiling Data.Index       ( compiler/src/Data/Index.hs, dist/build/elm/elm-tmp/Data/Index.dyn_o )

<no location info>: error:
    Warning: Couldn't figure out LLVM version!
             Make sure you have installed LLVM between [10 and 15)

...

fenuks commented on 2025-10-10 19:58 (UTC)

Fails to build:

Configuring elm-0.19.1...
Error: Setup: Encountered missing or private dependencies:
ansi-wl-pprint >=0.6.8 && <0.7, bytestring >=0.9 && <0.11