Gentoo Archives: gentoo-user

From: Anton Molyboha <anton.stay.connected@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge dev-hasell/stack fails with unclear error
Date: Mon, 26 Feb 2018 15:25:00
Message-Id: CA+QdaqwtAtH73K_DJK1Dgx5JZM4hY=RuyyA6nSbgA5teNwuS-g@mail.gmail.com
1 When emerging dev-haskell/stack-1.3.2 I'm getting:
2
3 <snip>
4 [ 84 of 121] Compiling Stack.Path ( src/Stack/Path.hs,
5 dist/build/Stack/Path.o )
6 [ 85 of 121] Compiling Stack.Package ( src/Stack/Package.hs,
7 dist/build/Stack/Package.o )
8 [100 of 121] Compiling Stack.Upload ( src/Stack/Upload.hs,
9 dist/build/Stack/Upload.o )
10 [101 of 121] Compiling Control.Concurrent.Execute (
11 src/Control/Concurrent/Execute.hs, dist/build/Control/Concurrent/Execute.o
12 )
13 * ERROR: dev-haskell/stack-1.3.2::gentoo failed (compile phase):
14 * setup build failed
15 *
16 * Call stack:
17 * ebuild.sh, line 124: Called src_compile
18 * environment, line 2851: Called haskell-cabal_src_compile
19 * environment, line 2049: Called cabal_src_compile
20 * environment, line 771: Called cabal-build
21 * environment, line 535: Called die
22 * The specific snippet of code:
23 * ./setup "$@" || die "setup build failed"
24 *
25 <snip>
26
27 So _probably_ something went wrong when compiling Control.Concurrent.Execute
28 -- but I see no way to tell what was the problem. How do I debug this?
29
30 The requisite information is below or attached. Thanks!
31 --
32 Anton
33
34
35 emerge -pqv '=dev-haskell/stack-1.3.2::gentoo'
36 [ebuild N ] dev-haskell/stack-1.3.2 USE="-doc -hscolour -profile {-test}"

Attachments

File name MIME type
emerge-info.txt text/plain
build.log text/x-log

Replies

Subject Author
[gentoo-user] Re: emerge dev-hasell/stack fails with unclear error anton.stay.connected@×××××.com