| Summary: | dev-haskell/alut-2.2.0.0: fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | Gentoo's Haskell Language team <haskell> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Diego Elio Pettenò (RETIRED)
2013-02-19 21:42:33 UTC
The error from the build.log: ./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=alut-2.2.0.0/ghc-7.6.2 --datadir=/usr/share/ --datasubdir=alut-2.2.0.0/ghc-7.6.2 --with-haddock=/usr/bin/haddock --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/alut-2.2.0.0 --verbose Configuring ALUT-2.2.0.0... setup: At least the following dependencies are missing: OpenAL -any * ERROR: dev-haskell/alut-2.2.0.0 failed (configure phase): * setup configure failed openal is listed as a dependency so it should be installed: argus% grep dev-haskell/openal alut-2.2.0.0.ebuild RDEPEND="dev-haskell/openal[profile?] argus% It works for me, I built it with ghc 7.6.2, 7.4.2, 7.0.4 and 6.12.3. |