Re: [OE-core] [PATCH] package.py: log rpmdeps call

2014-02-23 Thread Martin Jansa
On Tue, Feb 18, 2014 at 01:27:02PM +0100, Martin Jansa wrote: > * I've noticed errors like this in log.do_package: > > DEBUG: Executing python function package_do_filedeps > sh: 1: Syntax error: "(" unexpected > sh: 1: Syntax error: "(" unexpected > DEBUG: Python function package_do_filede

Re: [OE-core] [PATCH] package.py: log rpmdeps call

2014-02-18 Thread Chris Larson
On Tue, Feb 18, 2014 at 5:27 AM, Martin Jansa wrote: > Maybe we should change meta/classes/package.bbclass to > fail when some filedeprunner call fails like this and fix > filedeprunner to escape '()' and other possibly dangerous chars > it's called like this: > processed = list(pool.ima

[OE-core] [PATCH] package.py: log rpmdeps call

2014-02-18 Thread Martin Jansa
* I've noticed errors like this in log.do_package: DEBUG: Executing python function package_do_filedeps sh: 1: Syntax error: "(" unexpected sh: 1: Syntax error: "(" unexpected DEBUG: Python function package_do_filedeps finished which are actually caused by some filenames included in pac