Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674630 - net-fs/openafs-1.8.2 : configure: error: cannot find usable GSS-API library
Summary: net-fs/openafs-1.8.2 : configure: error: cannot find usable GSS-API library
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Adam Feldman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-05 21:06 UTC by Toralf Förster
Modified: 2019-01-06 17:13 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.09 KB, text/plain)
2019-01-05 21:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,108.81 KB, text/plain)
2019-01-05 21:06 UTC, Toralf Förster
Details
environment (environment,130.33 KB, text/plain)
2019-01-05 21:06 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.95 KB, application/x-bzip)
2019-01-05 21:06 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,35.70 KB, application/x-bzip)
2019-01-05 21:06 UTC, Toralf Förster
Details
net-fs:openafs-1.8.2:20190105-205707.log (net-fs:openafs-1.8.2:20190105-205707.log,22.75 KB, text/plain)
2019-01-05 21:06 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,35.27 KB, application/x-bzip)
2019-01-05 21:06 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)