Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616736 - dev-lang/ghc missing dep (libtinfo.so.5)
Summary: dev-lang/ghc missing dep (libtinfo.so.5)
Status: RESOLVED NEEDINFO
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: 2017-04-27 14:55 UTC by cristiano04
Modified: 2017-05-10 19:47 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 cristiano04 2017-04-27 14:55:46 UTC
dev-lang/ghc-8.0.2 needs sys-libs/ncurses:5 to install or it fails.

Reproducible: Always
Comment 1 Michael Orlitzky gentoo-dev 2017-04-28 04:07:34 UTC
Can you provide your (failed) build log, just in case it helps? Thanks!
Comment 2 cristiano04 2017-05-10 00:44:44 UTC
(In reply to Michael Orlitzky from comment #1)
> Can you provide your (failed) build log, just in case it helps? Thanks!

It won't help. It's literally complaining about how it doesn't exist. Installing ncurses:5 fixes it.
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2017-05-10 07:30:03 UTC
(In reply to cristiano04 from comment #2)
> (In reply to Michael Orlitzky from comment #1)
> > Can you provide your (failed) build log, just in case it helps? Thanks!
> 
> It won't help. It's literally complaining about how it doesn't exist.
> Installing ncurses:5 fixes it.

I still don't understand nature of you failure.

Is it a ghc build failure?
Or a ghc runtime failure to build some other package?

Please note: ghc-8.0.2 binary is built against ncurses-6 and it does
not need/does not link against libtinfo.so.5. ghc-8.0.2 ebuild also
depends on ncurses-6.

Please provide a build log that shows how failure happens for you
so I would understand what does not work for you.

Thanks!
Comment 4 cristiano04 2017-05-10 11:49:21 UTC
(In reply to Sergei Trofimovich from comment #3)
> (In reply to cristiano04 from comment #2)
> > (In reply to Michael Orlitzky from comment #1)
> > > Can you provide your (failed) build log, just in case it helps? Thanks!
> > 
> > It won't help. It's literally complaining about how it doesn't exist.
> > Installing ncurses:5 fixes it.
> 
> I still don't understand nature of you failure.
> 
> Is it a ghc build failure?
> Or a ghc runtime failure to build some other package?
> 
> Please note: ghc-8.0.2 binary is built against ncurses-6 and it does
> not need/does not link against libtinfo.so.5. ghc-8.0.2 ebuild also
> depends on ncurses-6.
> 
> Please provide a build log that shows how failure happens for you
> so I would understand what does not work for you.
> 
> Thanks!

Build failure during install phase. Complains about what I said.
Comment 5 Sergei Trofimovich (RETIRED) gentoo-dev 2017-05-10 19:47:07 UTC
Unfortunately I can't do much without 'build.log' file.