Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242288 - app-crypt/heimdal complain for missing library
Summary: app-crypt/heimdal complain for missing library
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 01:23 UTC by Zhang Weiwu
Modified: 2010-07-17 00:51 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 Zhang Weiwu 2008-10-16 01:23:20 UTC
app-crypt/heimdal 0.7.2-r3 (the stable version on ppc), install successfully but complain for missing library when using krsh
$ krsh  realss.com.cn
rlogin: error while loading shared libraries: libdes425.so.3: cannot open shared object file: No such file or directory

Is there a library that should be depended upon was missing in dependency tree?

Reproducible: Always

Steps to Reproduce:




$ emerge --info
Portage 2.1.4.5 (default-linux/ppc/ppc32/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-gentoo-r1 ppc)
=================================================================
System uname: 2.6.26-gentoo-r1 ppc 750FX
Timestamp of tree: Sat, 11 Oct 2008 13:04:01 +0000
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r6, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="ppc"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=G3 -fno-strict-aliasing -pipe"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -mcpu=G3 -fno-strict-aliasing -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LINGUAS="de en_US"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/home/tmp/"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl berkdb cli cracklib crypt cups dri fortran gdbm gpm iconv ipv6 isdnlog midi mudflap ncurses nls nptl nptlonly openmp pcre perl ppc pppd python readline reflection session spl ssl tcpd unicode xorg zlib" ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="joystick synaptics keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en_US" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Michael Hammer (RETIRED) gentoo-dev 2008-10-22 07:44:53 UTC
Could you please test if the problem also exists on the actual unstable 1.2.1-r1 release?

Thx in advance, mueli

p.S.: please post the output of "ldd /usr/bin/krsh" like:

heimdal ~ # ldd /usr/bin/krsh 
        linux-gate.so.1 =>  (0xffffe000)
        libkafs.so.0 => /usr/lib/libkafs.so.0 (0xb7fc9000)
        libkrb5.so.25 => /usr/lib/libkrb5.so.25 (0xb7f6b000)
        libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb7f00000)
        libasn1.so.8 => /usr/lib/libasn1.so.8 (0xb7e83000)
        libwind.so.0 => /usr/lib/libwind.so.0 (0xb7e5a000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7e56000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7e51000)
        libroken.so.18 => /usr/lib/libroken.so.18 (0xb7e3e000)
        libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7cf6000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7cc8000)
        libresolv.so.2 => /lib/libresolv.so.2 (0xb7cb6000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7c9f000)
	libc.so.6 => /lib/libc.so.6 (0xb7b6e000)
	/lib/ld-linux.so.2 (0xb7fd5000)
Comment 2 Eray Aslan gentoo-dev 2010-07-17 00:51:49 UTC
Closing with NEEDINFO