Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503940 - www-plugins/adobe-flash needs dev-libs/nss[abi_x86_32(-)] which doesn't exists
Summary: www-plugins/adobe-flash needs dev-libs/nss[abi_x86_32(-)] which doesn't exists
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-09 01:28 UTC by Fpemud
Modified: 2014-03-09 01:45 UTC (History)
1 user (show)

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 Fpemud 2014-03-09 01:28:43 UTC
I encounter the following error when doing an update-world:

emerge: there are no ebuilds to satisfy "dev-libs/nss[abi_x86_32(-)]".
(dependency required by "www-plugins/adobe-flash-11.2.202.341[abi_x86_32]" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

But there's no USE flag abi_x86_32 in dev-libs/nss:

fpemud-workstation nss # equery uses =dev-libs/nss-3.15.5
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for dev-libs/nss-3.15.5:
 U I
 + - cacert  : Include CAcert root certificates (http://http://www.cacert.org/)
 + - nss-pem : Add support for libnsspem
 - - utils   : Install utilities included with the library
fpemud-workstation nss # equery uses =dev-libs/nss-3.15.4
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for dev-libs/nss-3.15.4:
 U I
 - - utils : Install utilities included with the library
fpemud-workstation nss # equery uses =dev-libs/nss-3.15.4-r1
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for dev-libs/nss-3.15.4-r1:
 U I
 + + cacert  : Include CAcert root certificates (http://http://www.cacert.org/)
 + + nss-pem : Add support for libnsspem
 - - utils   : Install utilities included with the library


Reproducible: Always

Steps to Reproduce:
1. emerge adobe-flash
2. mask app-emulation/emul-linux-x86-baselibs
3. emerge -uDN world




In www-plugins/adobe-flash/adobe-flash-11.2.202.341.ebuild:
                        || (
                                (
                                        dev-libs/glib:2[abi_x86_32(-)]
                                        dev-libs/nspr[abi_x86_32(-)]
                                        dev-libs/nss[abi_x86_32(-)]
                                )
                                app-emulation/emul-linux-x86-baselibs
                        )

"dev-libs/nss[abi_x86_32(-)]" should be changed to "dev-libs/nss"
Comment 1 Alex Xu (Hello71) 2014-03-09 01:45:39 UTC
Please paste the full command and the full output of emerge as a comment.