Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611706 - dev-haskell/snap-core-0.9.8.0 depends on sys-process/time <1.6
Summary: dev-haskell/snap-core-0.9.8.0 depends on sys-process/time <1.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-04 14:20 UTC by Zentoo
Modified: 2017-05-16 21:21 UTC (History)
2 users (show)

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


Attachments
emerge --info (emerge-info.txt,17.92 KB, text/plain)
2017-03-04 14:25 UTC, Zentoo
Details
dev-haskell/snap-core-0.9.8.0 emerge log (dev-haskell:snap-core-0.9.8.0:20170304-142540.log.gz,1.85 KB, application/gzip)
2017-03-04 14:27 UTC, Zentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zentoo 2017-03-04 14:20:49 UTC
Emerge of dev-haskell/snap-core-0.9.8.0 fails at configuration/setup step:

   Configuring snap-core-0.9.8.0...
   setup: Encountered missing dependencies:
   time >=1.0 && <1.6

but there is only sys-process/time-1.7-rX available in portage so it's actually not possible to emerge dev-haskell/snap-core-0.9.8.0.

Note: unstable version compile fine but there is at least one ebuild that needs actual stable version of snap-core: app-emulation/ganeti-2.15.2-r5
Comment 1 Zentoo 2017-03-04 14:25:06 UTC
Created attachment 465938 [details]
emerge --info
Comment 2 Zentoo 2017-03-04 14:27:00 UTC
Created attachment 465940 [details]
dev-haskell/snap-core-0.9.8.0 emerge log
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2017-05-16 21:21:42 UTC
I this case (confusingly for non-haskellers) 'time' is
a package that comes with dev-lang/ghc.

I've allowed snap-core to be built with newer ghc as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f307abf0bacb381d0cf037632c6e10ccd57c3d1e

It will likely not solve problem of ganeti build failures
as it usually ties to a particular ghc (frequently old)
version ganeti supports.