Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546048 - dev-haskell/clock-0.4.1.3: LLVM ERROR: Broken module found, compilation aborted! (from haskell-updater)
Summary: dev-haskell/clock-0.4.1.3: LLVM ERROR: Broken module found, compilation abort...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-09 11:05 UTC by Luke-Jr
Modified: 2015-04-09 20:16 UTC (History)
0 users

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


Attachments
build log (build.log,11.35 KB, text/plain)
2015-04-09 11:05 UTC, Luke-Jr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2015-04-09 11:05:07 UTC
Created attachment 400896 [details]
build log

haskell-updater calls emerge --oneshot --keep-going --complete-graph --quiet --deep dev-haskell/aws:0 dev-haskell/connection:0 dev-haskell/cookie:0 dev-haskell/data-default:0 dev-haskell/dbus:0 dev-haskell/dns:0 dev-haskell/http:0 dev-haskell/http-client:0 dev-haskell/http-client-tls:0 dev-haskell/http-conduit:0 dev-haskell/json:0 dev-haskell/publicsuffixlist:0 dev-haskell/uuid:0 dev-haskell/xml-conduit:0 dev-vcs/darcs:0
which fails on dev-haskell/clock.
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2015-04-09 20:16:07 UTC
[standard disclaimer]The llvm backend in GHC is experimental and is usually known to work with a short range of llvm versions. Use at your own risk :)[/]

Pushed as:

>  09 Apr 2015; Sergei Trofimovich <slyfox@gentoo.org> clock-0.4.1.3.ebuild:
>  Drop USE=llvm. The canonical way to tweak llvm backend is via HCFLAGS=-fllvm.
>  Bug #546048 by Luke-Jr.

Thank you!