Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443008 - dev-vcs/git-annex should depend on >=dev-haskell/json-0.5
Summary: dev-vcs/git-annex should depend on >=dev-haskell/json-0.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 19:03 UTC by Gokdeniz Karadag
Modified: 2012-12-16 12:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gokdeniz Karadag 2012-11-13 19:03:29 UTC
Build of dev-vcs/git-annex-3.20120605 fails with following message, when trying to install with stable dev-haskell/json-0.4.3
Installing json-0.5 fixes the issue.

...........
>>> Compiling source in /var/tmp/portage/dev-vcs/git-annex-3.20120605/work/git-annex-3.20120605 ...
./setup build
Building git-annex-3.20120605...
Preprocessing executable 'git-annex' for git-annex-3.20120605...

Remote.hs:41:8:
    Could not find module `Text.JSON.Generic'
    Use -v to see a list of the files searched for.
 * ERROR: dev-vcs/git-annex-3.20120605 failed (compile phase):
 *   setup build failed
 * 


Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2012-12-16 12:16:47 UTC
It needed json with USE=generic (old ebuilds didn't mention it).

Pushed to the tree.

Thanks!