Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292380 - dev-lang/ghc-6.10.4 haskell-updater fails on dev-haskell/iconv-0.4
Summary: dev-lang/ghc-6.10.4 haskell-updater fails on dev-haskell/iconv-0.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-08 13:15 UTC by tangram
Modified: 2009-11-09 19:00 UTC (History)
0 users

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


Attachments
iconv-0.4_build_log (build.log,6.66 KB, text/plain)
2009-11-08 13:24 UTC, tangram
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tangram 2009-11-08 13:15:25 UTC
After I upgraded dev-lang/ghc to higher version(6.10.4)
I run /usr/sbin/haskell-updater --upgrade
Haskel updater fails with error:
{
...
[2 of 2] Compiling Codec.Text.IConv ( Codec/Text/IConv.hs,
dist/build/Codec/Text/IConv.o )

Codec/Text/IConv.hs:152:29:
Not in scope: data constructor `Exception.IOException'
^[[31;01m*^[[0m ERROR: dev-haskell/iconv-0.4 failed:
^[[31;01m*^[[0m   setup build failed
^[[31;01m*^[[0m
^[[31;01m*^[[0m Call stack:
^[[31;01m*^[[0m     ebuild.sh, line   55:  Called src_compile
^[[31;01m*^[[0m   environment, line 1588:  Called
haskell-cabal_src_compile
^[[31;01m*^[[0m   environment, line 1353:  Called cabal_src_compile
^[[31;01m*^[[0m   environment, line  399:  Called cabal-build
^[[31;01m*^[[0m   environment, line  307:  Called die
^[[31;01m*^[[0m The specific snippet of code:
^[[31;01m*^[[0m       ./setup build || die "setup build failed"
^[[31;01m*^[[0m
...
}
Full build log attached.
Comment 1 tangram 2009-11-08 13:23:46 UTC
The haskel updater update fails on package: dev-haskell/iconv-0.4 ( build log relativ to that package)
Comment 2 tangram 2009-11-08 13:24:38 UTC
Created attachment 209627 [details]
iconv-0.4_build_log
Comment 3 Ivan 2009-11-09 09:06:52 UTC
This isn't a haskell-updater problem (haskell-updater just calls your package manager, just like python-updater).

Rather, this indicates that iconv doesn't work by default with ghc-6.10.*.

dev-haskell/iconv-0.4.0.2 in the overlay has the fix for this; it just needs to be put into the tree.
Comment 4 tangram 2009-11-09 09:56:39 UTC
Ivan, thanks for explanation.
OK it is necessary to wait.
Comment 5 Lennart Kolmodin (RETIRED) gentoo-dev 2009-11-09 19:00:17 UTC
Bumped.
Thanks for the report!
Reopen if it doesn't solve your problem.