From 5d2451c2a63be7d650d669270ef65bb255f9f90f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 24 Feb 2011 22:28:22 +0000 Subject: [PATCH] Add the following new error classifications, to sync with upcoming work to processonelog (not yet committed): clang clang-bug cpusetsize sem_wait The former two will show up if an -exp run is done with clang as the default ports compiler, instead of gcc. The latter two seem to be ports regressions in 9-CURRENT. --- Tools/portbuild/errorlogs/index.shtml | 34 +++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/Tools/portbuild/errorlogs/index.shtml b/Tools/portbuild/errorlogs/index.shtml index 278d12bfc55c..3ac207b9ef2f 100644 --- a/Tools/portbuild/errorlogs/index.shtml +++ b/Tools/portbuild/errorlogs/index.shtml @@ -506,6 +506,20 @@ but by default it doesn't. ago, actually, but it is only now being enforced. (The change was made to allow '.' in usernames). +
(common)clang
+ +
Your code does not run with the the experimental clang compiler. See +(TBA) +for further information.
+ +
(uncommon)clang bug
+ +
You have tickled a bug in clang itself. See +(TBA) +for further information.
+
(transient)cluster
@@ -521,7 +535,8 @@ fault. "configure">configure error
The port's configure script produced some kind of -error.
+error. +(Note: using clang as the ports compiler can also trigger this message.)
(common)coredump
@@ -529,6 +544,11 @@ error.
Some process in the build chain dropped core. While your port may indeed be faulty, the process that dropped core should also be fixed.
+
(uncommon)cpusetsize
+ +
This port needs to catch up with the cpusetsize sysctl change in 9-CURRENT.
+
(common)depend object
@@ -590,7 +610,7 @@ put sites with better connectivity near the beginning of
Someone has marked this port as "forbidden", almost always due to security concerns. See the logfile for more information.
-
(common)(uncommon)gcc bug
You have tickled a bug in gcc itself. See the @@ -620,7 +640,8 @@ shared library version number changes.
"ld">linker error
There is a linker error which is caused by something other than -those flagged elsewhere.
+those flagged elsewhere. +(Note: using clang as the ports compiler can also trigger this message.)
(common)makefile
@@ -656,7 +677,7 @@ permission.
(common)new compiler error
-
gcc (2.95.x or above) does not like the source code. This is +
The newest version of gcc in the base does not like the source code. This is usually due to stricter C++ type checking or changes in register allocation policy.
@@ -720,6 +741,11 @@ problem.
Some process in the build chain got a segmentation fault.
+
(uncommon)sem_wait
+ +
This port needs to catch up with semaphore changes in 9-CURRENT.
+
(uncommon)stdio