aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-03-30 21:19:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-03-30 21:19:36 +0000
commit7fc55a84af8ab18b21884bff1d146190061ad794 (patch)
treeeae649d1dfd015abd16b924bfeb18bdaa10bd52d /Tools
parent5c7fe20b5ff102f9b3d54b96db890397c0e6321d (diff)
downloadports-7fc55a84af8ab18b21884bff1d146190061ad794.tar.gz
ports-7fc55a84af8ab18b21884bff1d146190061ad794.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/processonelog3
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