Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8174] New: annoying find warning with new findutils

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 8174] New: annoying find warning with new findutils
  • Date: Wed, 2 Feb 2005 05:52:19 -0800 (PST)

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

Summary: annoying find warning with new findutils
Product: Sorcery
Version: 1.11.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Unknown
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: BearPerson AT gmx.net


New findutils decided to become stricter with option sorting, now tests have
to
be after the options.
A warning is produced (but the command still grudgingly processed) if this is
not the case.
The following three lines I have found to contain this error:
var/lib/sorcery/modules/libcodex:739: find "$1" -follow -perm +700
-maxdepth
3 -mindepth 3 -name "$2"
var/lib/sorcery/modules/libgrimoire:333: for each in $(find $desktop_dir
-type
f -maxdepth 1); do
var/lib/sorcery/modules/libsorcery:1142: find $SOURCE_CACHE -follow -type f
-mindepth 1 -maxdepth 1|

--
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.



  • [SM-Sorcery-Bugs] [Bug 8174] New: annoying find warning with new findutils, bugzilla-daemon, 02/02/2005

Archive powered by MHonArc 2.6.24.

Top of Page