"Find in files" exits with status 123 on Ubuntu Gutsy

Andreas Pakulat apaku at gmx.de
Mon Oct 22 22:49:10 BST 2007


On 22.10.07 20:19:45, Christian Heimes wrote:
> Hello!
> 
> I'm having trouble with KDevelop. The find in files feature of KDevelop
> doesn't work any more since my upgrade to Gutsy. The output is:
> 
> Search Results:
> cat .../.grep.tmp| grep -v -e '/CVS/' -e '/SCCS/' -e '/\.svn/' -e
> '/_darcs/' | xargs egrep -H -n -s -e 'PyImport_'
> *** 0 matches found. ***
> *** Exited with status: 123 ***

What happens if you put a couple of files into a foo.tmp and then
execute
cat foo.tmp | grep -v ....

Does that also produce the error? If so something with your grep, egrep
or xargs is wrong. Thats not a kdevelop bug.

Andreas

-- 
Your boss is a few sandwiches short of a picnic.




More information about the KDevelop mailing list