Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 451908 - media-video/vlc-2.0.5 failed (configure phase): error: No package 'ncursesw' found
Summary: media-video/vlc-2.0.5 failed (configure phase): error: No package 'ncursesw' ...
Status: RESOLVED DUPLICATE of bug 438922
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-13 20:07 UTC by Willard Dawson
Modified: 2013-01-14 15:44 UTC (History)
2 users (show)

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


Attachments
build log (build.log,28.43 KB, text/plain)
2013-01-13 20:07 UTC, Willard Dawson
Details
emerge --info (emerge-info,6.01 KB, text/plain)
2013-01-13 20:08 UTC, Willard Dawson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Willard Dawson 2013-01-13 20:07:45 UTC
Created attachment 335502 [details]
build log

...
checking for NCURSES... no
configure: error: No package 'ncursesw' found.

I saw this discussed upstream, if that helps:

http://forum.videolan.org/viewtopic.php?f=12&t=104247

And here, but no responses:

http://www.gossamer-threads.com/lists/gentoo/user/26166
Comment 1 Willard Dawson 2013-01-13 20:08:18 UTC
Created attachment 335504 [details]
emerge --info
Comment 2 Rafał Mużyło 2013-01-13 20:47:05 UTC
config.log could be useful, but did you try simply rebuilding ncurses (IIRC, for some reason at some point in time stage3 images were broken in this regard) ?
Comment 3 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-01-13 21:44:39 UTC
Sync your portage tree and emerge a recent enough version of ncurses.

*** This bug has been marked as a duplicate of bug 438922 ***
Comment 4 Willard Dawson 2013-01-13 23:36:14 UTC
(In reply to comment #3)
> Sync your portage tree and emerge a recent enough version of ncurses.
> 
> *** This bug has been marked as a duplicate of bug 438922 ***

If vlc is dependent on a specific revision of ncurses, it ought to say that in the ebuild rather than force us all to guess which is "recent enough."  Mind you, I did sync my portage tree immediately before attempting to update world, leading to the issue I reported, or we wouldn't be "here" in the first place.

Synchronicity is a good thing.
Comment 5 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-01-14 02:20:19 UTC
So, does emerging ncurses again work?

If you would like to limit the versions of the dependency, then feel free to bisect for us which versions of ncurses don't work together with vlc; perhaps it is only the one in that broken stage...
Comment 6 Willard Dawson 2013-01-14 15:44:50 UTC
(In reply to comment #5)
> So, does emerging ncurses again work?

Yes.

> If you would like to limit the versions of the dependency, then feel free to
> bisect for us which versions of ncurses don't work together with vlc;
> perhaps it is only the one in that broken stage...

As suggested by https://bugs.gentoo.org/show_bug.cgi?id=438922#c17, a version bump for ncurses would help.  One should not need to magically know to rebuild ncurses in the same revision level to avoid bugging out other builds.