Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57393 - media-video/nvidia-glx-1.0.6106-r1: Trying to remove a directory with the rm command
Summary: media-video/nvidia-glx-1.0.6106-r1: Trying to remove a directory with the rm ...
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-17 09:05 UTC by Ioannis Aslanidis (RETIRED)
Modified: 2004-07-20 23:51 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 Ioannis Aslanidis (RETIRED) gentoo-dev 2004-07-17 09:05:11 UTC
The latest released ebuild of opengl-update seems buggy:

blackhat nvidia-glx # opengl-update xorg-x11
 * Switching to xorg-x11 OpenGL interface...
rm: cannot remove `/usr/lib/tls': Is a directory                                         [ ok ]
blackhat nvidia-glx # opengl-update xorg-x11
 * Switching to xorg-x11 OpenGL interface...
rm: cannot remove `/usr/lib/tls': Is a directory                                         [ ok ]


Reproducible: Always
Steps to Reproduce:




Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040619-r0,
2.6.7-gentoo-r9)
=================================================================
System uname: 2.6.7-gentoo-r9 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.5.1
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -funroll-loops -pipe -fforce-addr
-fforce-mem -fmove-all-movables"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /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/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -funroll-loops -pipe -fforce-addr
-fforce-mem -fmove-all-movables"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache distcc fixpackages sandbox usersandbox"
GENTOO_MIRRORS="http://ftp.caliu.info/pub/gentoo/
http://ftp.ntua.gr/pub/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X aalib alsa apache2 apm arts audiofile avi berkdb bindist cdr crypt
cups curl directfb divx4linux dvd dvdr encode esd ethereal fastcgi fbcon flac
flash foomaticdb freetype gd gdbm ggi gif gmp gnome gphoto2 gpm gstreamer gtk
gtk2 icq imagemagick imlib ipv6 java jikes jpeg junit kde lcms ldap libg++
libwww linguas_el linguas_es mad memlimit mikmod mmx motif mozilla mpeg msn
ncurses nls nocd oggvorbis opengl oss pam pdflib perl pic png ppds python qt
quicktime readline samba sdl slang spell sse ssl svg svga szip tcltk tcpd tetex
tiff truetype ttf unicode usb video_cards_nvidia videos wmf x86 xml xml2 xmms xv
xvid zlib"
Comment 1 Ioannis Aslanidis (RETIRED) gentoo-dev 2004-07-17 09:07:22 UTC
Alright, the problem is the following:

rm /var/lib/tls

should be

rm /var/lib/tls/tls
Comment 2 Ioannis Aslanidis (RETIRED) gentoo-dev 2004-07-17 09:08:14 UTC
Correction on Comment #1

rm /usr/lib/tls  ------>   rm /usr/lib/tls/tls
Comment 3 Andrew Bevitt 2004-07-17 16:42:18 UTC
No actually its a by product of the first glx ebuild for 6106 being tls broken.

You will need to manually remove that directory and then re-run opengl-update
Comment 4 Ioannis Aslanidis (RETIRED) gentoo-dev 2004-07-18 02:05:32 UTC
That did the trick. Thank you.
Comment 5 Andrew Bevitt 2004-07-20 17:16:40 UTC
This has been handled better in newer versions...
And works here anyways

Fixed
Comment 6 Ioannis Aslanidis (RETIRED) gentoo-dev 2004-07-20 23:51:44 UTC
Verified.