cookutils rev 797

cook: add a cross error
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 07 16:28:04 2016 +0200 (2016-05-07)
parents acf886a8f311
children 29003fb48208
files cook
line diff
     1.1 --- a/cook	Tue Apr 05 09:58:36 2016 +0200
     1.2 +++ b/cook	Sat May 07 16:28:04 2016 +0200
     1.3 @@ -401,7 +401,8 @@
     1.4  		ERROR $lerror 'No package' "cp: can't" "can't open" "can't cd" \
     1.5  		'error:' 'fatal error:' 'undefined reference to' \
     1.6  		'Unable to connect to' 'link: cannot find the library' \
     1.7 -		'CMake Error' ': No such file or directory'
     1.8 +		'CMake Error' ': No such file or directory' \
     1.9 +		'ould not read symbols: File in wrong format'
    1.10  	do
    1.11  		fgrep "$error" $LOGS/$pkg.log
    1.12  	done > $LOGS/$pkg.log.debug_info 2>&1