Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216963 - app-crypt/mit-krb5-1.6.3-r1 missing sys-apps/keyutils RDEPEND
Summary: app-crypt/mit-krb5-1.6.3-r1 missing sys-apps/keyutils RDEPEND
Status: RESOLVED DUPLICATE of bug 326201
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 22:03 UTC by Fabio Erculiani
Modified: 2010-07-17 00:44 UTC (History)
0 users

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 Fabio Erculiani 2008-04-08 22:03:09 UTC
libkeyutils.so.1 belongs to sys-apps/keyutils, which is a (magic or not) /usr/lib64/libkrb5.so.3 RDEPEND. So, the bug is in app-crypt/mit-krb5-1.6.3-r1 ebuild.

Specs:

sabayon server x86_64 # reagent query belongs /usr/lib64/libkrb5.so.3
>>  @@ Entropy Server Mirrors Interface loaded:
>>    # mirror: ftp://xxxxxxxx:xxxxxxxx@svn.sabayonlinux.org/
>>  @@ Entropy Server Interface Instance on repository: sabayonlinux.org
>>  @@ Belong Search...
>>      @@ Package: app-crypt/mit-krb5-1.6.3-r1         branch: 3.5
>>        Category:             app-crypt
>>        Name:                 mit-krb5
>>        Masked:               False
>>        Available:            version: 1.6.3-r1 ~ tag: NoTag ~ revision: 0
>>        Slot:                 0
>>        Size:                 2.0MB
>>        Download:             packages/amd64/3.5/app-crypt:mit-krb5-1.6.3-r1~0.tbz2
>>        Checksum:             96f5848f0e7b9b0feb5b0b954bc6533b
>>        ## Dependencies:
>>        ##                    sys-libs/com_err
>>        ##                    sys-libs/ss
>>        ## Conflicts:
>>        ##                    virtual/krb5
>>        Homepage:             http://web.mit.edu/kerberos/www/
>>        Description:          MIT Kerberos V
>>        USE flags:            -elibc_glibc -userland_GNU -kernel_linux
>>                              -amd64 ipv6
>>        Compiled with:        -Os -march=x86-64 -pipe
>>        Keywords:             ppc amd64 ~mips ppc64 m68k arm ~sh sparc ~s390 ia64 alpha hppa x86
>>        Created:              2008-04-07 00:06:25
>>        License:              as-is
>>  Keyword:    /usr/lib64/libkrb5.so.3
>>  Found:      1 entries

readelf:

readelf -d /usr/lib64/libkrb5.so.3

Dynamic section at offset 0x88cb8 contains 31 entries:
  Tag        Type                         Name/Value
 0x0000000000000001 (NEEDED)             Shared library: [libk5crypto.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libcom_err.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libkrb5support.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libkeyutils.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libresolv.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
 0x000000000000000e (SONAME)             Library soname: [libkrb5.so.3]
 0x000000000000000f (RPATH)              Library rpath: [/usr/lib64]
 0x000000000000001d (RUNPATH)            Library runpath: [/usr/lib64]
 0x000000000000000c (INIT)               0x16778
 0x000000000000000d (FINI)               0x72788
 0x0000000000000004 (HASH)               0x1c8
 0x000000006ffffef5 (GNU_HASH)           0x1878
 0x0000000000000005 (STRTAB)             0x8560
 0x0000000000000006 (SYMTAB)             0x2e60
 0x000000000000000a (STRSZ)              19403 (bytes)
 0x000000000000000b (SYMENT)             24 (bytes)
 0x0000000000000003 (PLTGOT)             0x288fe8
 0x0000000000000002 (PLTRELSZ)           16176 (bytes)
 0x0000000000000014 (PLTREL)             RELA
 0x0000000000000017 (JMPREL)             0x12848
 0x0000000000000007 (RELA)               0xd988
 0x0000000000000008 (RELASZ)             20160 (bytes)
 0x0000000000000009 (RELAENT)            24 (bytes)
 0x000000006ffffffc (VERDEF)             0xd870
 0x000000006ffffffd (VERDEFNUM)          3
 0x000000006ffffffe (VERNEED)            0xd8c8
 0x000000006fffffff (VERNEEDNUM)         5
 0x000000006ffffff0 (VERSYM)             0xd12c
 0x000000006ffffff9 (RELACOUNT)          752
 0x0000000000000000 (NULL)               0x0


thanks :)

Reproducible: Always
Comment 1 Michael Hammer (RETIRED) gentoo-dev 2008-04-14 12:36:57 UTC
I cann't reproduce the problem. Here is the output of ldd on my system:

mueli@artemis ~ $ ldd /usr/lib/libkrb5.so.3
        linux-vdso.so.1 =>  (0x00007fffde7fd000)
        libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00002b34cc592000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x00002b34cc7d7000)
        libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 (0x00002b34cc8da000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x00002b34ccae2000)
        libc.so.6 => /lib/libc.so.6 (0x00002b34cccf6000)
        libdl.so.2 => /lib/libdl.so.2 (0x00002b34cd036000)
        /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)

Did you've already have installed keyutils before emerging mit-krb5?

g, mueli
Comment 2 Eray Aslan gentoo-dev 2010-07-17 00:44:22 UTC

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