Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 503940

Summary: www-plugins/adobe-flash needs dev-libs/nss[abi_x86_32(-)] which doesn't exists
Product: Gentoo Linux Reporter: Fpemud <fpemud>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal CC: alex_y_xu
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.