Bug 483126 - /usr/bin/cleanlinks causes complaints from find
Summary: /usr/bin/cleanlinks causes complaints from find
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: imake
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-29 19:30 UTC by Michal Jaegermann
Modified: 2009-02-08 07:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-02-08 07:18:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michal Jaegermann 2009-01-29 19:30:43 UTC
Description of problem:

A run of 'cleanlinks' ends like that:

find: warning: you have specified the -depth option after a non-option argument -type, but options are not positional (-depth affects tests specified before it as well as those specified after it).  Please specify options before other arguments.

find is unhappy about
 
find . -type d -depth -empty -print -exec rmdir {} \;

and want to see

find . -depth -type d -empty -print -exec rmdir {} \;

instead.

Version-Release number of selected component (if applicable):
imake-1.0.2-7.fc10

How reproducible:
always

Comment 1 Adam Jackson 2009-02-08 07:18:05 UTC
Fixed in imake-1.0.2-8.fc11.


Note You need to log in before you can comment on or make changes to this bug.