diff options
author | linimon <linimon@FreeBSD.org> | 2011-02-25 06:28:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-02-25 06:28:22 +0800 |
commit | 7651a5eff215d4b029d10932baa8135350914e2c (patch) | |
tree | a3249efd84dbb6a7b53deaa9e013b5c44fa3d26b /Tools | |
parent | f7056266bd71451ca2e15e2e77cbfccb2195070c (diff) | |
download | freebsd-ports-graphics-7651a5eff215d4b029d10932baa8135350914e2c.tar.gz freebsd-ports-graphics-7651a5eff215d4b029d10932baa8135350914e2c.tar.zst freebsd-ports-graphics-7651a5eff215d4b029d10932baa8135350914e2c.zip |
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.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/portbuild/errorlogs/index.shtml | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/Tools/portbuild/errorlogs/index.shtml b/Tools/portbuild/errorlogs/index.shtml index 278d12bfc55..3ac207b9ef2 100644 --- a/Tools/portbuild/errorlogs/index.shtml +++ b/Tools/portbuild/errorlogs/index.shtml @@ -506,6 +506,20 @@ but by default it doesn't.</dd> ago, actually, but it is only now being enforced. (The change was made to allow '.' in usernames).</dd> +<dt><img alt="(common)" src="/errorlogs/images/blue-ball.gif"><a name= +"clang">clang</a></dt> + +<dd>Your code does not run with the the experimental <tt>clang</tt> compiler. See +(TBA) +for further information.</dd> + +<dt><img alt="(uncommon)" src="/errorlogs/images/purple-ball.gif"><a name= +"clang-bug">clang bug</a></dt> + +<dd>You have tickled a bug in <tt>clang</tt> itself. See +(TBA) +for further information.</dd> + <dt><img alt="(transient)" src="/errorlogs/images/green-ball.gif"><a name= "cluster">cluster</a></dt> @@ -521,7 +535,8 @@ fault.</dd> "configure">configure error</a></dt> <dd>The port's <tt>configure</tt> script produced some kind of -error.</dd> +error. +(Note: using <tt>clang</tt> as the ports compiler can also trigger this message.)</dd> <dt><img alt="(common)" src="/errorlogs/images/blue-ball.gif"><a name= "coredump">coredump</a></dt> @@ -529,6 +544,11 @@ error.</dd> <dd>Some process in the build chain dropped core. While your port may indeed be faulty, the process that dropped core should also be fixed.</dd> +<dt><img alt="(uncommon)" src="/errorlogs/images/purple-ball.gif"><a name= +"cpusetsize">cpusetsize</a></dt> + +<dd>This port needs to catch up with the <tt>cpusetsize</tt> sysctl change in 9-CURRENT.</dd> + <dt><img alt="(common)" src="/errorlogs/images/blue-ball.gif"><a name= "dependobj">depend object</a></dt> @@ -590,7 +610,7 @@ put sites with better connectivity near the beginning of <dd>Someone has marked this port as "forbidden", almost always due to security concerns. See the logfile for more information.</dd> -<dt><img alt="(common)" src="/errorlogs/images/blue-ball.gif"><a name= +<dt><img alt="(uncommon)" src="/errorlogs/images/purple-ball.gif"><a name= "gcc-bug">gcc bug</a></dt> <dd>You have tickled a bug in gcc itself. See the @@ -620,7 +640,8 @@ shared library version number changes.</dd> "ld">linker error</a></dt> <dd>There is a linker error which is caused by something other than -those flagged elsewhere.</dd> +those flagged elsewhere. +(Note: using <tt>clang</tt> as the ports compiler can also trigger this message.)</dd> <dt><img alt="(common)" src="/errorlogs/images/blue-ball.gif"><a name= "makefile">makefile</a></dt> @@ -656,7 +677,7 @@ permission.</dd> <dt><img alt="(common)" src="/errorlogs/images/blue-ball.gif"><a name= "newgcc">new compiler error</a></dt> -<dd>gcc (2.95.x or above) does not like the source code. This is +<dd>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.</dd> @@ -721,6 +742,11 @@ problem.</dd> <dd>Some process in the build chain got a segmentation fault.</dd> <dt><img alt="(uncommon)" src="/errorlogs/images/purple-ball.gif"><a name= +"sem_wait">sem_wait</a></dt> + +<dd>This port needs to catch up with semaphore changes in 9-CURRENT.</dd> + +<dt><img alt="(uncommon)" src="/errorlogs/images/purple-ball.gif"><a name= "stdio">stdio</a></dt> <dd>You need to bring your port up to date with the current |