summaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-09-22 00:58:48 +0000
committerasami <asami@FreeBSD.org>1999-09-22 00:58:48 +0000
commit89e08e7f7916ce02e88eb59ddde46820ac2340a5 (patch)
tree74e7ac79b71f3c5cb66b659064e1465e522b5d7b /Tools/portbuild
parent04108ee546eb949af071d1e32047a4152dc0e9aa (diff)
downloadFreeBSD-ports-89e08e7f7916ce02e88eb59ddde46820ac2340a5.zip
FreeBSD-ports-89e08e7f7916ce02e88eb59ddde46820ac2340a5.tar.gz
Another case for compiler error.
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-xTools/portbuild/scripts/processlogs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/processlogs b/Tools/portbuild/scripts/processlogs
index f452376..57085d3 100755
--- a/Tools/portbuild/scripts/processlogs
+++ b/Tools/portbuild/scripts/processlogs
@@ -66,7 +66,7 @@ else
fi
elif grep -q "cd: can't cd to" $1; then
reason="NFS"; tag="nfs"
- elif grep -qE '(parse error|too (many|few) arguments to|argument.*doesn.*prototype|undeclared \(first use this function\))' $1; then
+ elif grep -qE '(parse error|too (many|few) arguments to|argument.*doesn.*prototype|conflicting types for|undeclared \(first use in this function\))' $1; then
reason="compiler error"; tag="cc"
elif grep -qE '(undefined reference to|cannot open -l.*: No such file)' $1; then
reason="linker error"; tag="ld"
OpenPOWER on IntegriCloud