Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13302] quodlibet fails in INSTALL

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13302] quodlibet fails in INSTALL
  • Date: 11 Dec 2006 01:26:42 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13302





------- Additional Comments From dmlb2000 AT gmail.com 2006-12-10 19:26 -------
Okay I think I know what maybe going on here...
In the copy.c (which is linked in with install when coreutils is built) the
comment above the error shown is:

/* Don't let the user destroy their data, even if they try hard:
This mv command must fail (likewise for cp):
rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c
Otherwise, the contents of b/f would be lost.
In the case of `cp', b/f would be lost if the user simulated
a move using cp and rm.
Note that it works fine if you use --backup=numbered. */

So this (I think) is the case where somehow the shell completion is somehow
reading two values for the png files (this happens if readdir reads the same
name for one file twice). So in castfs I think its reading the filename from
both the stage location and the systems root location.

I'll do some testing to see if this is the case.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page