Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115521 - symbol lookup error libsandbox.so undefined __builtin_memcpy
Summary: symbol lookup error libsandbox.so undefined __builtin_memcpy
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Sandbox (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-14 04:58 UTC by Björn Hagemeier
Modified: 2005-12-14 13:25 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 Björn Hagemeier 2005-12-14 04:58:55 UTC
After updating (emerge -avuD world) sandbox as part of world update, sandbox
feature doesn't work anymore. The following error message is displayed:

/bin/bash: symbol lookup error: /usr/lib/libsandbox.so: undefined symbol:
__builtin_mempcpy

That way I cannot emerge anything unless I use FEATURES="-sandbox", a crutch I'd
rather wouldn't like to use.

The previous version 1.2.11 (now it is 1.2.12) was unmerges as part of the update.

Reproducible: Always
Steps to Reproduce:
1. emerge <anything>

Actual Results:  
emerge stops with:
/bin/bash: symbol lookup error: /usr/lib/libsandbox.so: undefined symbol:
__builtin_mempcpy

Expected Results:  
Emerge packages successfully.

Gentoo Base System version 1.6.13
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.1
4-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Pentium III (Coppermine)
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled
]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
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.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe -mcpu=pentium3"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share
/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/shar
e/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/sh
are/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/tex
mf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe -mcpu=pentium3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distcc distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://gentoo.osuosl
.org/"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage-overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d aalib afs alsa apache2 apm arts audiofile avi berkdb bitmap-fon
ts bzip2 cdb chroot crypt cups curl ecc eds emacs emboss encode exif expat fam f
fmpeg foomaticdb fortran gd gdbm gif glut gpm graphviz gstreamer gtk gtk2 hal id
n imagemagick imlib ipv6 ithreads java jpeg kde lcms libg++ libwww mad mikmod mm
x mng motif mp3 mpeg mysql ncurses nls nptl odbc ogg oggvorbis opengl pam pcre p
da pdflib perl png pthreads python qt quicktime readline samba sdl spell sse ssl
 tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev userlocale utf
8 vorbis wifi wmf xine xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_gl
ibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2005-12-14 10:13:53 UTC
And latest ~ version ?
Comment 2 Björn Hagemeier 2005-12-14 13:25:17 UTC
(In reply to comment #1)
> And latest ~ version ?

Dear Martin,

version 1.2.17 does the job. Thanks!


Bj
Comment 3 Björn Hagemeier 2005-12-14 13:25:17 UTC
(In reply to comment #1)
> And latest ~ version ?

Dear Martin,

version 1.2.17 does the job. Thanks!


Björn