Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405155 - =dev-haskell/language-c-0.3.2.1 requires dep dev-haskell/syb
Summary: =dev-haskell/language-c-0.3.2.1 requires dep dev-haskell/syb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords: Bug
Depends on:
Blocks:
 
Reported: 2012-02-21 14:51 UTC by Ian Delaney (RETIRED)
Modified: 2012-03-16 21:39 UTC (History)
0 users

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


Attachments
the build log (language-c-0.3.2.1:20120227-131150.log,2.47 KB, text/plain)
2012-02-27 13:19 UTC, Ian Delaney (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-02-21 14:51:11 UTC
attempting to emerge package language-c-0.3.2.1, failed to build at configure.

build only stated following dependencies missing
syb

localhost language-c # eix syb

yeilded


[I] dev-haskell/syb
     Available versions:  (~)0.3.2!t (~)0.3.6 {profile test}
     Installed versions:  0.3.6(22:30:53 21/02/12)(-profile -test)
     Homepage:            http://www.cs.uu.nl/wiki/GenericProgramming/SYB
     Description:         Scrap Your Boilerplate

made ebuild 

DEPEND="${RDEPEND}
                dev-haskell/alex
                >=dev-haskell/cabal-1.2.3
                dev-haskell/happy
                dev-haskell/syb"

repoman manifest, re-emerged;

localhost language-c # nano language-c-0.3.2.1.ebuild
>>> Emerging (1 of 2) dev-haskell/syb-0.3.6
>>> Jobs: 0 of 2 complete, 1 running                Load avg: 0.15, 0.14, 0.55openpty failed: 'out of pty devices'
>>> Installing (1 of 2) dev-haskell/syb-0.3.6
>>> Emerging (2 of 2) dev-haskell/language-c-0.3.2.1
>>> Installing (2 of 2) dev-haskell/language-c-0.3.2.1

and it's in.
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2012-02-25 18:59:49 UTC
What ghc version did you have when checked it? I guess stable one?

ghc-6.12 bundles (almost) syb and ghc-7 has it in PDEPENDS.

Do you happen to have a build.log?
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-02-27 08:21:11 UTC
It would have been ghc-7.0.4.  If ghc-7 has it in PDEPENDS it's not working.  It wasn't installed when I got to the package.  I'll see how I go getting another build log.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2012-02-27 13:19:02 UTC
Created attachment 303497 [details]
the build log

just emerge -C syb and re-emerge
Comment 4 Sergei Trofimovich (RETIRED) gentoo-dev 2012-03-16 21:39:36 UTC
Pushed as:

> 16 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org>
> +language-c-0.3.2.1-r1.ebuild:
> Added missing dev-haskell/syb depend (really needed only for ghc-7.0+). Found
> by Ian Delaney at bug #405155.

Thank you, Ian!