Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145533 - dev-libs/xmlrpc-c-1.06.03 libxmlrpc*.so have no symbols
Summary: dev-libs/xmlrpc-c-1.06.03 libxmlrpc*.so have no symbols
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Benedikt Böhm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-29 16:27 UTC by Justin
Modified: 2006-09-06 10:11 UTC (History)
0 users

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


Attachments
emerge output (xmlrpc.output,175.96 KB, text/plain)
2006-08-29 18:35 UTC, Justin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin 2006-08-29 16:27:25 UTC
After an emerge the libs have no symbols

~ $  nm -a  /usr/lib/libxmlrpc*.so

nm: /usr/lib/libxmlrpc++.so: no symbols

this is for all libs




I have no idea whats causing this, let me know what other info is needed.
Comment 1 Justin 2006-08-29 18:34:08 UTC
here is the emerge info

~ $ emerge --info
Portage 2.1-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-gent
oo-r12 i686)
=================================================================
System uname: 2.6.16-gentoo-r12 i686 AMD Athlon(tm) MP 2600+
Gentoo Base System version 1.12.4
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-mp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shu
tdown /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/s
hare/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/t
ex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms
/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-mp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/data/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/
distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/d
istfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/prj/ebuilds"
SYNC="rsync://kenya-aa.openaether.org/portage"
USE="x86 X acl alsa apm avi bitmap-fonts cli crypt cups dlloader dri eds emacs e
mboss encode flac foomaticdb fortran gdbm gif gpm gstreamer gtk gtk2 imlib isdnl
og jpeg libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls ogg oggvorbis op
engl oss pam pcre pdflib perl png pppd python qt3 qt4 quicktime readline reflect
ion sdl session speex spell spl sse ssl tcpd theora truetype truetype-fonts type
1-fonts vorbis xinerama xml2 xorg xv zlib elibc_glibc input_devices_keyboard inp
ut_devices_mouse kernel_linux userland_GNU video_cards_mga"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGU
AS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 2 Justin 2006-08-29 18:35:15 UTC
Created attachment 95428 [details]
emerge output 

this is the output from emerge for:  emerge xmlrpc-c
Comment 3 Benedikt Böhm (RETIRED) gentoo-dev 2006-09-06 10:11:10 UTC
all binaries and libraries are stripped by default...

from man 5 make.conf (FEATURES):

nostrip
Prevents the stripping of binaries that are merged to the live filesystem.

splitdebug
Prior to stripping ELF etdyn and etexec files, the debugging info is stored for later use by various debuggers.  This feature is disabled by nostrip.