Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348896 - media-plugins/npapi-vlc fails to build
Summary: media-plugins/npapi-vlc fails to build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 21:34 UTC by a_tevelev
Modified: 2010-12-17 21:03 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,4.47 KB, text/plain)
2010-12-16 21:35 UTC, a_tevelev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description a_tevelev 2010-12-16 21:34:06 UTC
media-plugins/npapi-vlc fails to build.

/etc/portage/package.keywords contains the following line:

media-plugins/npapi-vlc ~amd64

/etc/portage/package.accept_keywords contains the following line:

media-plugins/npapi-vlc

The package still does not build:


# emerge -pv media-plugins/npapi-vlc

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy "media-plugins/npapi-vlc" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-plugins/npapi-vlc-9999 (masked by: missing keyword)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 a_tevelev 2010-12-16 21:35:02 UTC
Created attachment 257380 [details]
emerge --info
Comment 2 Rafał Mużyło 2010-12-16 22:25:08 UTC
Everything is working correctly.
There's only a live ebuild there so it's got no keywords.
Comment 3 Dane Smith (RETIRED) gentoo-dev 2010-12-17 18:09:13 UTC
If you want to use a live ebuild you generally will need to:

echo "app-cat/pkg **" >> /etc/portage/package.keywords
echo "app-cat/pkg" >> /etc/portage/package.mask

Switch your keyword from ~amd64 to ** and unmask it and you should be good to go. 

Closing this. If that doesn't fix your problem, feel free to reopen it. Thanks!
Comment 4 a_tevelev 2010-12-17 21:03:00 UTC
Yes, it works. Thank you. Sorry for the noise.