diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-03-30 21:19:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-03-30 21:19:36 +0000 |
commit | 7fc55a84af8ab18b21884bff1d146190061ad794 (patch) | |
tree | eae649d1dfd015abd16b924bfeb18bdaa10bd52d /Tools | |
parent | 5c7fe20b5ff102f9b3d54b96db890397c0e6321d (diff) | |
download | ports-7fc55a84af8ab18b21884bff1d146190061ad794.tar.gz ports-7fc55a84af8ab18b21884bff1d146190061ad794.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/processonelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/processonelog b/Tools/portbuild/scripts/processonelog index dfe737223dc8..bce337599b3d 100755 --- a/Tools/portbuild/scripts/processonelog +++ b/Tools/portbuild/scripts/processonelog @@ -99,6 +99,9 @@ elif bzgrep -qE "(conflicts with installed package|is already installed - perhap reason="depend_object"; tag="dependobj" elif bzgrep -q "core dumped" $1; then reason="coredump"; tag="coredump" +# linimon would _really_ like to understand how to fix this problem +elif bzgrep -q "pkg_add: tar extract.*failed!" $1; then + reason="truncated_distfile"; tag="truncated_distfile" # below here are the less common items |