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

Bug 674630

Summary: net-fs/openafs-1.8.2 : configure: error: cannot find usable GSS-API library
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Adam Feldman <np-hardass>
Status: RESOLVED FIXED    
Severity: normal CC: bircoph
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-fs:openafs-1.8.2:20190105-205707.log
temp.tbz2

Description Toralf Förster gentoo-dev 2019-01-05 21:06:34 UTC
checking for gss_import_name in -lgssapi_krb5... no
checking for gss_import_name in -lgss... no
configure: error: cannot find usable GSS-API library

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-fs/openafs-1.8.2/work/openafs-1.8.2/config.log

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_libressl-test_20190103-234110

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.31.1 *



emerge -qpvO net-fs/openafs
[ebuild  N    ] net-fs/openafs-1.8.2  USE="namei ncurses pthreaded-ubik supergroups -api -bitmap-later -debug -doc -fuse -gssapi -kauth -kerberos (-modules) -perl -tsm -ubik-read-while-write"
Comment 1 Toralf Förster gentoo-dev 2019-01-05 21:06:37 UTC
Created attachment 560040 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-05 21:06:40 UTC
Created attachment 560042 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-01-05 21:06:42 UTC
Created attachment 560044 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-01-05 21:06:45 UTC
Created attachment 560046 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-01-05 21:06:48 UTC
Created attachment 560048 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-05 21:06:50 UTC
Created attachment 560050 [details]
net-fs:openafs-1.8.2:20190105-205707.log
Comment 7 Toralf Förster gentoo-dev 2019-01-05 21:06:53 UTC
Created attachment 560052 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-01-06 17:13:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443720d7bdf367a6b794dd07313f0fdf7c63ea33

commit 443720d7bdf367a6b794dd07313f0fdf7c63ea33
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2019-01-06 17:05:12 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2019-01-06 17:13:16 +0000

    net-fs/openafs: remove gssapi USE flag
    
    Right now GSSAPI check is NOP on *NIX systems, it may be useful
    together with Kerberos-V later. So disable all checks when Kerberos
    is disabled and enable them when Kerberos support is enabled.
    
    Closes: https://bugs.gentoo.org/674630
    Package-Manager: Portage-2.3.54, Repoman-2.3.12
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>

 net-fs/openafs/Manifest             | 2 +-
 net-fs/openafs/metadata.xml         | 1 -
 net-fs/openafs/openafs-1.8.2.ebuild | 8 +++-----
 3 files changed, 4 insertions(+), 7 deletions(-)