aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-08-20 18:38:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-08-20 18:38:08 +0000
commitcb217a191425250f2fd56e03480edefe6ca3ecbe (patch)
treeaa971c943fdf09d657f97e5869b224355379f25e /Tools
parentbe0af1a2a3c7a69e653398896b8ba57f34bfd8c1 (diff)
downloadports-cb217a191425250f2fd56e03480edefe6ca3ecbe.tar.gz
ports-cb217a191425250f2fd56e03480edefe6ca3ecbe.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/processonelog4
1 files changed, 1 insertions, 3 deletions
diff --git a/Tools/portbuild/scripts/processonelog b/Tools/portbuild/scripts/processonelog
index 1140e46c5118..d999305f549b 100755
--- a/Tools/portbuild/scripts/processonelog
+++ b/Tools/portbuild/scripts/processonelog
@@ -86,7 +86,7 @@ elif grep -q ".*\.h: No such file" $1; then
fi
elif grep -q "pnohang: killing make checksum" $1; then
reason="fetch_timeout"; tag="fetch-timeout"
-elif grep -q "USER PID PPID PGID JOBC STAT TT TIME COMMAND" $1; then
+elif grep -qE "USER PID PPID PGID.*JOBC STAT TT TIME COMMAND" $1; then
reason="runaway_process"; tag="runaway"
elif grep -q "pnohang: killing make package" $1; then
reason="runaway_process"; tag="runaway"
@@ -140,8 +140,6 @@ elif grep -q ".s: Assembler messages:" $1; then
reason="arch"; tag="arch"
elif grep -qE "Cannot (determine .* target|find the byte order) for this architecture" $1; then
reason="arch"; tag="arch"
-elif grep -q "cast from pointer to integer of different size" $1; then
- reason="arch"; tag="arch"
elif grep -qE "^cc1: bad value.*for -mcpu.*switch" $1; then
reason="arch"; tag="arch"
elif grep -qE "^cc1: invalid option " $1; then