Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137694 - sys-libs/glibc-2.3.6-r4 breaks compatibility with old applications
Summary: sys-libs/glibc-2.3.6-r4 breaks compatibility with old applications
Status: RESOLVED DUPLICATE of bug 95351
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
: 137695 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-23 01:16 UTC by Karsten Becker
Modified: 2006-06-23 06:14 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 Karsten Becker 2006-06-23 01:16:40 UTC
When starting the client gui of Arkeia (a company network backup solution), I get the following error:

/usr/knox/bin/arkx: relocation error: /usr/knox/bin/arkx: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference


The script, that calls the client, is as followed:

#!/bin/bash

export LD_ASSUME_KERNEL="2.4.10"
/usr/knox/bin/arkx

As you can see, a LD_ASSUME_KERNEL is needed to get it running. Lib-compat is installed on my system.


*  sys-libs/lib-compat
      Latest version available: 1.4.1
      Latest version installed: 1.4.1


Arkeia is closed source. A change to a higher version is not possible, because about 100 company machines are backuped using the Arkeia server with the same old version. And server/client version must match. BTW, a change would cost a lot of money.


root@kbe ~ # emerge --info
Portage 2.1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-gentoo-r9-kbe i686)
=================================================================
System uname: 2.6.16-gentoo-r9-kbe i686 Intel(R) Celeron(R) CPU 2.00GHz
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.4.2
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-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
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=pentium4 -pipe -O2 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium4 -pipe -O2 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.romnet.org/gentoo/ http://ftp.lug.ro/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://gentoo.inf.elte.hu/"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--strip-all -Wl,--enable-new-dtags -Wl,--sort-common"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acl acpi aim alsa arts audiofile automount avi bash-completion berkdb bitmap-fonts cdparanoia cdr crypt cups divx4linux dvd dvdr dvdread encode ffmpeg font-server foomaticdb freetype gdbm gif gstreamer gtk gtk2 icq imagemagick imlib java jpeg kde kdeenablefinal libwww lm_sensors logrotate mad maildir mmx motif mp3 mpeg msn ncurses nls nptl nsplugin nvidia ogg opengl pam pcre pdf pdflib perl pic png ppds python qt quicktime readline real reflection samba sasl sdl sse sse2 ssl tcpd truetype truetype-fonts type1-fonts udev unicode usb userlocales vcd vorbis win32codecs xine xmms xorg xscreensaver xv xvid yahoo zlib elibc_glibc kernel_linux linguas_de userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-23 01:23:08 UTC
*** Bug 137695 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2006-06-23 06:14:07 UTC
USE=glibc-compat20

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