Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67525 - BNR2 cannot start, missing /lib/libNoVersion.so.1
Summary: BNR2 cannot start, missing /lib/libNoVersion.so.1
Status: RESOLVED DUPLICATE of bug 67603
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-14 02:39 UTC by Jörg Plate
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

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 Jörg Plate 2004-10-14 02:39:17 UTC
/opt/bnr2/bin/BNR2:
  error while loading shared libraries: /lib/libNoVersion.so.1:
   cannot open shared object file: No such file or directory

-rwxr-xr-x           5.740 04-10-14 08:28 /lib/libNoVersion-2.3.4.so
lrwxrwxrwx               - 04-10-14 08:30 /lib/libNoVersion.so.1 -> libNoVersion-2.3.4.so


Reproducible: Always
Steps to Reproduce:
1. bnr2

Actual Results:  
error message

Expected Results:  
started...

Portage 2.0.51_rc9 (default-x86-2004.2, gcc-3.4.1,
uclibc-0.9.26-r4,uclibc-0.9.26-r5,uclibc-0.9.26-r7, 2.6.8-gentoo-r4 i686)
=================================================================
System uname: 2.6.8-gentoo-r4 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.5.3
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4,sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils:
sys-devel/binutils-2.15.91.0.2,sys-devel/binutils-2.15.92.0.2,sys-devel/binutils-2.15.92.0.2-r1,sys-devel/binutils-2.15.91.0.1-r2
Headers: 
sys-kernel/linux26-headers-2.6.7-r3,sys-kernel/linux26-headers-2.6.7-r4,sys-kernel/linux26-headers-2.6.8.1,sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="no"
CFLAGS="-march=athlon-tbird -O -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /opt/openjms/config /usr/X11R6/lib/X11/xkb
/usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/mail/dspam /etc/mail/dspam/config
/etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache distlocks sandbox"
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/ http://gentoo.inode.at/
http://gentoo.mirror.icd.hu/"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage.local"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X Xaw3d aac aalib accessibility acl ada alsa apache2 apm arts
artswrappersuid atm audiofile avi bdf berkdb bidi bitmap-fonts blender-game
blender-plugin bonobo bootsplash c++ caps cddb cdf cdparanoia cdr cjk client
crypt cscope cups curl cyrus dba devmap dga directfb divx dnsdb dv dvd dvdr
emacs encode erandom esd evms evms2 evo exim exiscan exiscan-acl extensions f77
faac faad fftw flac flash flexresp fmod foomaticdb freedts freetts freetype g++
gcj gd gd-external gdbm ggi gif gimp gimpprint glade gmp gnome gnomedb gnuplot
gnutls gphoto2 gpm graphviz gs gstreamer gtk gtk2 guile hdf hdf5 howl idea
imagemagick imap imlib imlib2 innodb ithreads jabber jack java javamail
javascript jbig jce jp2 jpeg junit kde kerberos latex lcms ldap libg++ libgda
libwww livecd lmtp lvm lzw mad maildir maildrop mailwrapper matroska mbox mcal
memlimit migemo mikmod milter mmx mng monkey mono motif mozcalendar mozctl
mozdevelop mozilla moznocompose moznoirc moznomail mozsvg mozxmlterm mpeg mpeg4
mpi mule mysql nas ncurses netcdf neural nls nntp nodroproot noweb nptl nptlonly
oav objc odbc oggvorbis ooo-kde opengl oss pam parse-clocks pcre pda pdf pdflib
perl pg-hier pg-intdatetime pg-vacuumdelay pic plotutils png postgres ppds
procmail pwdb python qt qtmt quicktime readline ruby ruby18i samba sasl scanner
sdk sdl server silc slang slp smooth snmp snortsam speex spell sqlite ssl svg
svga szip tcltk tcpd tetex theora threads tiff transcode truetype ucs2 unicode
usb uudeview v4l vcdimager vim-with-x wildlsearch wmf wxwindows x86 xchattext
xemacs xface xfig xine xml xml2 xmms xosd xprint xv xvid yaz yv12 zlib"
Comment 1 Sven Wegener gentoo-dev 2004-10-15 10:14:51 UTC
Your setup seems to be screwed up. Any reason for having AUTOCLEAN="no" in
make.conf? That's why you have several versions of uclibc and linux26-headers
installed. If this is a mistake please set AUTOCLEAN to yes and then run emerge
clean.

Do you use uclibc or glibc as your libc?
Comment 2 Sven Wegener gentoo-dev 2004-10-15 10:18:44 UTC
This is a glibc issue and is currently being workd on.
Comment 3 Sven Wegener gentoo-dev 2004-10-17 16:33:50 UTC

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