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.
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.
Created attachment 91980 [details, diff] patch for libgssapi-0.10
Created attachment 91981 [details, diff] patch for nfs-utils-1.0.9
thanks, fixed in cvs