Gentoo Archives: gentoo-user

From: Jason Dusek <jason.dusek@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dev-haskell/{cabal,haxml} -- runaway memory hog
Date: Thu, 27 Dec 2007 05:52:41
Message-Id: 42784f260712262146k6ac3ca08j8d8f50007d1ab778@mail.gmail.com
In Reply to: Re: [gentoo-user] dev-haskell/{cabal,haxml} -- runaway memory hog by felix@crowfix.com
1 felix@×××××××.com wrote:
2 > ghc-updater ran fine, or at least didn't hang. There was one
3 > error:
4 >
5 > src/lib/HsShellScript/Commands.chs:21:0:
6 > Failed to load interface for
7 > `Text.ParserCombinators.Parsec':
8 > Perhaps you haven't installed the profiling
9 > libraries for package parsec-2.1.0.0?
10 > Use -v to see a list of the files searched for.
11 >
12 > So I manually remerged parsec and repeated ghc-updater, which
13 > found only the same dev-haskell/hsshellscript-2.7.0 complaint
14 > about parsec.
15
16 This is caused by a package trying to load Parsec with
17 profiling, while Parsec has not been built with profiling
18 (`profile` USE flag, which I have enabled globally).
19
20 Parsec is a parsing library for Haskell.
21
22 --
23 _jsn
24 --
25 gentoo-user@g.o mailing list