Bug#549447: Couldn't make directory path '/usr/lib/findimagedupes/build/findimagedupes'.

Manuel Prinz manuel at debian.org
Sat Oct 3 16:42:34 UTC 2009


Hi Harald,

thanks for you bug report!

Am Samstag, den 03.10.2009, 14:51 +0200 schrieb Harald Dunkel:
> The other example using find doesn't work, either:
> 
> 	% find -type f . -print0 | findimagedupes -0 -- -
> 	find: paths must precede expression: .
> 	Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
> 	Couldn't make directory path '/usr/lib/findimagedupes/build/findimagedupes'.
> 	
> 	 at /usr/bin/findimagedupes line 0
> 

This is problem with the usage of find. It's supposed to be

% find . -type f -print0 | findimagedupes -0 -- -

This fails on my box as well with the error message of the first example
reported, however. I'll check what goes wrong.

Best regards
Manuel






More information about the debian-science-maintainers mailing list