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

Bug 19861

Summary: fileutils 4.1.11 has bad move that causes e-builds not to work
Product: Gentoo Linux Reporter: pottzers
Component: [OLD] Core systemAssignee: Joachim Blaabjerg (RETIRED) <styx>
Status: VERIFIED WORKSFORME    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description pottzers 2003-04-23 21:02:02 UTC
if i update to fileutils 4.1.11 and emerge anything i get a cannot move /var/portage-pkg/FILES/usr/bin/FILE io error (erro 5), but if i change to /var/portage-pkg/FILES/usr/bin/ and try to manually move the files, mv gives me an error, cannot move FILE to subdirectoy of itself.  I tried creating ~/usr/bin/test.txt then changing to ~/usr/bin and mv test.txt and it gives the same error, but i can move it to /usr/local/bin, so it seems to be something with the same direcry structure can't move.  I re-emerged filutils 4.1.8-r2 and all was good again


Reproducible: Always
Steps to Reproduce:

1.emerge fileutils 4.1.11
2. create a directory structure in your system for example ~/usr/bin
3.create a file in that subdir. test.txt
4. move test.txt to mirror dir ex. /usr/bin
Actual Results:  
error, cannot move test.txt to subdirectory of itself /usr/bin/test.txt

Expected Results:  
moved the file

Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-gaming-r2 i686 AMD Athlon(tm) processor
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 3dnow apm crypt jpeg libg++ mikmod mmx nls gtkhtml gdbm berkdb tetex aalib bonobo guile mysql libwww ssl perl python esd imlib oggvorbis alsa -arts avi cdr cups dga directfb dvd encode flash gd gif gnome gpm gtk java jpg kde lcms motif mozilla mpeg ncurses nptl opengl oss pam pdflib pic png qt quicktime readline ruby samba sasl sdl slang spell svga truetype tcltk tcpd tiff X xml xml2 xmms xv zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O3 -pipe  -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays"
CXXFLAGS="-march=athlon -O3 -pipe  -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache buildpkg"
Comment 1 Joachim Blaabjerg (RETIRED) gentoo-dev 2003-05-19 11:53:50 UTC
I cannot reproduce this with fileutils-4.1.11. Have you tried reducing your 
optimisation flags to just "-march=athlon -O2 -pipe", recompiled and tried again? 
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2003-11-24 03:16:11 UTC
i can't reproduce that, still an issue?
Comment 3 pottzers 2003-11-24 05:43:41 UTC
this is no longer an issue