Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499888 - net-libs/libtirpc-0.2.4[kerberos] - ./configure: line 2864: krb5-config: command not found
Summary: net-libs/libtirpc-0.2.4[kerberos] - ./configure: line 2864: krb5-config: comm...
Status: RESOLVED DUPLICATE of bug 493912
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 13:23 UTC by Maciej Piechotka
Modified: 2014-02-02 07:58 UTC (History)
1 user (show)

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 Maciej Piechotka 2014-01-31 13:23:24 UTC
Without krb5-config the build depend on krb5-config provider (I'm not sure if app-crypt/mit-krb5 is the only provider of this file) the build succeeds but it underlinks:

checking whether to enable maintainer-specific portions of Makefiles... no
./configure: line 2864: krb5-config: command not found
./configure: line 2865: krb5-config: command not found
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc

% ldd -r /lib64/libtirpc.so.1.0.10
        linux-vdso.so.1 (0x00007fffaa346000)
        libnsl.so.1 => /lib64/libnsl.so.1 (0x00007fe70b0ea000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fe70aecc000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fe70ab24000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fe70b53c000)
undefined symbol: GSS_C_NT_HOSTBASED_SERVICE    (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_accept_sec_context        (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_release_name      (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_duplicate_name    (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_wrap      (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_release_cred      (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_get_mic   (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_acquire_cred      (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_delete_sec_context        (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_verify_mic        (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_release_buffer    (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_import_name       (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_init_sec_context  (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_display_name      (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_sign      (/lib64/libtirpc.so.1.0.10)
undefined symbol: gss_unwrap    (/lib64/libtirpc.so.1.0.10)

This causes later builds to fail
Comment 1 SpanKY gentoo-dev 2014-02-02 07:51:30 UTC
i have no idea about USE=kerberos and plan on remaining ignorant.  we have a kerberos@ team that we let cover all such questions.
Comment 2 SpanKY gentoo-dev 2014-02-02 07:58:59 UTC
actually, looks like some people in bug 493912 already posted solutions

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