Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140764 - nfs-utils-1.0.9 does not install /etc/gssapi_mech.conf
Summary: nfs-utils-1.0.9 does not install /etc/gssapi_mech.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 04:22 UTC by Akos Ladanyi
Modified: 2006-07-19 19:08 UTC (History)
1 user (show)

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


Attachments
patch for libgssapi-0.10 (libgssapi.patch,315 bytes, patch)
2006-07-17 04:58 UTC, Akos Ladanyi
Details | Diff
patch for nfs-utils-1.0.9 (nfs-utils.patch,424 bytes, patch)
2006-07-17 04:58 UTC, Akos Ladanyi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Akos Ladanyi 2006-07-17 04:22:56 UTC
The problematic part of the ebuild is:
use kerberos && newins support/gssapi/SAMPLE_gssapi_mech.conf
I guess this should be:
use kerberos && newins support/gssapi/SAMPLE_gssapi_mech.conf gssapi_mech.conf

The real problem is that 'support/gssapi/SAMPLE_gssapi_mech.conf' does not exist in the nfs-utils tarball.
Comment 1 Akos Ladanyi 2006-07-17 04:32:44 UTC
I see, gssapi_mech.conf is in libgssapi-0.10.tar.gz under doc. So both nfs-utils-1.0.9 and libgssapi-0.10 ebuilds need to be changed.
Comment 2 Akos Ladanyi 2006-07-17 04:58:28 UTC
Created attachment 91980 [details, diff]
patch for libgssapi-0.10
Comment 3 Akos Ladanyi 2006-07-17 04:58:59 UTC
Created attachment 91981 [details, diff]
patch for nfs-utils-1.0.9
Comment 4 SpanKY gentoo-dev 2006-07-19 19:08:03 UTC
thanks, fixed in cvs