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

Bug 112461

Summary: libnfsidmap.so.0.1.0 has no symbols (static is fine), something wrong with the install of net-libs/nfsidmap
Product: Gentoo Linux Reporter: Chuck Robey <chuckr>
Component: New packagesAssignee: Network Filesystems <net-fs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chuck Robey 2005-11-13 15:54:44 UTC
did the complete build/install cycle 3 times, the links installed are fine, but
the shared lib has text in it, not sure what it is, but not a library.  I used
ebuild to compile the lib, it shows fine in it's .libs temp dir.  If no one else
runs this down, I might finish it myself, but I'm not quick.

Reproducible: Always
Steps to Reproduce:
1. emerge net-libs/nfsidmap
2. nm -no /usr/lib/libnfsidmap.so.0.1.0 (shows no symbols)
3.

Actual Results:  
I got an oddly formatted text file in place of the shared lib.

Expected Results:  
installed the libnfsidmap.so.0.1.0 shared lib so I can get nfs working.

Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.6.12
ccache version 2.4 [disabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.6
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirror.iawnet.sandia.gov/pub/gentoo/
http://gentoo.seren.com/gentoo http://gentoo.chem.wisc.edu/gentoo/
ftp://gentoo.chem.wisc.edu/gentoo/
http://mirror.clarkson.edu/pub/distributions/gentoo/
http://mirrors.acm.cs.rpi.edu/gentoo/ ftp://ftp.ndlug.nd.edu/pub/gentoo/
http://modzer0.cs.uaf.edu/public/gentoo/
http://gd.tuwien.ac.at/opsys/linux/gentoo/
ftp://gd.tuwien.ac.at/opsys/linux/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://ftp6.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://san.csc.calpoly.edu/gentoo/"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr crypt
cscope cups curl dba eds emboss encode esd ethereal exif expat fam fbcon fdb
ffmpeg flac flatfile foomaticdb fortran freetype gcj gd gdbm ggi gif glut gmp
gnome gnustep gnutls gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile idn ieee1394
imagemagick imap imlib ipv6 java javascript jikes jpeg junit kde kdeenablefinal
lcms ldap leim libedit libg++ libgda libwww lirc mad maildir mikmod mime mmap
mng motif mozilla mp3 mpeg mysql ncurses neXT netboot nls nptl objc offensive
ogg oggvorbis oogvorbis openal opengl openmotif oss pam pcre pda pdflib perl php
plotutils png portaudio posix postgres python qt quicktime readline ruby sasl
scanner sdl session shorten simplexml slang slp sndfile snmp soap sockets socks5
source sox spell spl ssl svg svga tcltk tcpd tetex theora threads tidy tiff
tokenizer truetype truetype-fonts type1-fonts ucblibc udev unicode usb v4l vcd
videos vorbis wifi win32codecs wmf wxwindows x86 xine xinerama xml xml2 xmlrpc
xmms xosd xpm xprint xsl xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 SpanKY gentoo-dev 2005-11-14 06:39:21 UTC
nm doesnt work on shared objects which have been fully stripped

use `readelf -s`