Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191823 - nfs-utils-1.1.0 and app-crypt/libgssapi app-crypt/libgssapi block
Summary: nfs-utils-1.1.0 and app-crypt/libgssapi app-crypt/libgssapi block
Status: RESOLVED DUPLICATE of bug 191561
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-09 14:39 UTC by Bernd Buschinski
Modified: 2007-09-09 14:59 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 Bernd Buschinski 2007-09-09 14:39:01 UTC
It is impossible to emerge nfs-utils, it requiere 
app-crypt/libgssapi and net-libs/libgssglue
but they block each other. 
Because of 
libgssapi-0.11.ebuild -> RDEPEND="!net-libs/libgssglue"
libgssglue-0.1.ebuild -> RDEPEND="!app-crypt/libgssapi".
This is new, it wasnt in portage from yesterday 08-09-2007
(as someone told me on IRC)

Reproducible: Always

Steps to Reproduce:
1. emerge nfs-utils
it fails:
checking for GSSAPI... configure: error: Package requirements (libgssapi >= 0.11) were not met:

No package 'libgssapi' found

2. emerge -pv libgssapi
3.

Actual Results:  
# emerge -pv libgssapi
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild  N    ] app-crypt/libgssapi-0.11  0 kB
[blocks B     ] app-crypt/libgssapi (is blocking net-libs/libgssglue-0.1)
[blocks B     ] net-libs/libgssglue (is blocking app-crypt/libgssapi-0.11)

they block each other and it is impossible to emerge nfs-utils

Expected Results:  
libgssapi should emerge without problems
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-09 14:59:33 UTC

*** This bug has been marked as a duplicate of bug 191561 ***