Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 119239

Summary: sci-astronomy/celestia-1.4.0: calling rm improperly?
Product: Gentoo Linux Reporter: FieldySnuts <sgtphou>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: celestia-1.4.0 merge log

Description FieldySnuts 2006-01-16 15:42:11 UTC
sci-astronomy/celestia-1.4.0 fails to merge for me because it appears the ebuild is using rm incorrectly. This also may cause a sandbox violation.

make[3]: Entering directory `/var/tmp/portage/celestia-1.4.0/work/celestia-1.4.0'
if [ "/usr/share/apps" -a -d /usr/share/apps/celestia -a ! -h /usr/share/apps/celestia ] ; then \
        mv -f -b /usr/share/apps/celestia/* /usr/share/celestia/ ; \
        rmdir /usr/share/apps/celestia ; \
fi
mv: target `/usr/share/celestia/' is not a directory: No such file or directory
rmdir: `/usr/share/apps/celestia': Directory not empty
make[3]: *** [install-data-hook] Error 1
make[3]: Leaving directory `/var/tmp/portage/celestia-1.4.0/work/celestia-1.4.0'
make[2]: *** [install-data-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/celestia-1.4.0/work/celestia-1.4.0'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/celestia-1.4.0/work/celestia-1.4.0'
make: *** [install-recursive] Error 1


Gentoo Base System version 1.12.0_pre14
Portage 2.1_pre3-r1 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.6-r2, 2.6.15
-rc5-mm3-acpi-cf i686)
=================================================================
System uname: 2.6.15-rc5-mm3-acpi-cf i686 AMD Athlon(TM) XP 1800+
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.2
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-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
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.5/env /usr/kde/3.5/share/config /usr/kd
e/3.5/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share
/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks notitles sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ ftp://gentoo.chem.wisc.edu/g
entoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib alsa apm audiofile avi berkdb bitmap-fonts bzip2 cdr chro
ot crypt curl dv dvd dvdr eds emboss encode ethereal exif expat fam ffmpeg flac
foomaticdb fortran gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml guile
hal idn imagemagick imlib java jpeg kde kdeenablefinal lcms ldap libg++ libwww l
ua mad mikmod mmx mng motif mozilla mp3 mpeg ncurses nls nptl ogg oggvorbis open
al opengl oss pam pcre pdflib perl png pwdb python qt quicktime readline recode
samba sdl slang snmp spell sqlite sse ssl svga tcltk tiff truetype truetype-font
s type1-fonts udev usb vorbis xine xml xml2 xmms xv xvid zlib elibc_glibc kernel
_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 FieldySnuts 2006-01-16 15:43:25 UTC
Created attachment 77301 [details]
celestia-1.4.0 merge log
Comment 2 FieldySnuts 2006-01-16 15:44:41 UTC
Or maybe it was improper use of mv, I am extremely extremely tired... g'nite.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-01-16 15:50:16 UTC

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