Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313289 - [haskell overlay] dev-haskell/derive-0.1.4 - missing packedstring dependency
Summary: [haskell overlay] dev-haskell/derive-0.1.4 - missing packedstring dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-05 19:21 UTC by Maciej Piechotka
Modified: 2010-07-28 22:32 UTC (History)
1 user (show)

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


Attachments
ebuild file for derive-2.3.0.2 (derive-2.3.0.2.ebuild,583 bytes, text/plain)
2010-07-28 13:55 UTC, Magomed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Piechotka 2010-04-05 19:21:44 UTC
* Using cabal-1.8.0.4.
[1 of 1] Compiling Main             ( /var/tmp/paludis/dev-haskell-derive-0.1.4/work/derive-0.1.4/Setup.hs, /var/tmp/paludis/dev-haskell-derive-0.1.4/work/derive-0.1.4/Setup.o )
Linking setup ...
Configuring derive-0.1.4...
setup: At least the following dependencies are missing:
packedstring -any

!!! ERROR in dev-haskell/derive-0.1.4::gentoo-haskell:
!!! In cabal-configure at line 705
!!! setup configure failed

!!! Call stack:
!!!    * cabal-configure (/var/tmp/paludis/dev-haskell-derive-0.1.4/temp/loadsaveenv:705)
!!!    * haskell-cabal_src_configure (/var/tmp/paludis/dev-haskell-derive-0.1.4/temp/loadsaveenv:2566)
!!!    * cabal_src_compile (/var/tmp/paludis/dev-haskell-derive-0.1.4/temp/loadsaveenv:801)
!!!    * haskell-cabal_src_compile (/var/tmp/paludis/dev-haskell-derive-0.1.4/temp/loadsaveenv:2559)
!!!    * src_compile (/var/tmp/paludis/dev-haskell-derive-0.1.4/temp/loadsaveenv:3129)
!!!    * ebuild_f_compile (/usr/libexec/paludis/0/src_compile.bash:51)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:647)
!!!    * main (/usr/libexec/paludis/ebuild.bash:675)
Comment 1 Ivan 2010-04-06 05:55:30 UTC
Hmmm.... 2.3.0 is available on Hackage, but even the overlay only has 0.1.4 :s
Comment 2 Maciej Piechotka 2010-04-06 11:49:21 UTC
(In reply to comment #1)
> Hmmm.... 2.3.0 is available on Hackage, but even the overlay only has 0.1.4 :s
> 

Also version of yi in overlay depends on 0.1.4. Newer version depends on 2.3.0 + lots of new packages.
Comment 3 Magomed 2010-07-28 13:55:40 UTC
Created attachment 240439 [details]
ebuild file for derive-2.3.0.2
Comment 4 Lennart Kolmodin (RETIRED) gentoo-dev 2010-07-28 22:32:58 UTC
ivanm has p.masked yi which depended on that version of derive, and now bumped derive.

uzytkownik, we use a tool called hackport to generate ebuilds. As you can see from the version ivanm pushed, the dependencies has been updated.

Thanks for the report!