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

Bug 276447

Summary: dev-util/lafilefixer fails with BSD find when no parameter given
Product: Gentoo/Alt Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: FreeBSDAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: bsd+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-07-04 11:11:39 UTC
flame@gfbsd72 ~ % lafilefixer
find: illegal option -- n
find: illegal option -- a
find: illegal option -- m
find: illegal option -- e
find: *.la: No such file or directory

find on BSD systems _needs_ a directory to start with, does not default with "."
Comment 1 Alexis Ballier gentoo-dev 2009-11-26 09:01:59 UTC
Peter, ping, should be as trivial as giving a default value of ( "." ) to arglist if its empty
Comment 2 SpanKY gentoo-dev 2011-11-26 23:59:45 UTC
should be all set now in the tree; thanks for the report!

Commit message: Default to searching $PWD explicitly
http://sources.gentoo.org/dev-util/lafilefixer/files/lafilefixer-0.5?r1=1.1&r2=1.2