Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2002 19:52:52 -0600 (CST)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   www/44913: update to bento "package building logs and errors" web page
Message-ID:  <200211050152.gA51qq7m093213@lonesome.lonesome.com>

next in thread | raw e-mail | index | archive | help

>Number:         44913
>Category:       www
>Synopsis:       update to bento "package building logs and errors" web page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 04 17:00:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.6
>Organization:
Lonesome Dove Computing Services
>Environment:
	N/A
>Description:
	The error type categories have been alphabetized.  A few
        cases of missing style tags (tt) have been added.  A little
        clarification of text was needed due to the reordering.
        No other changes yet.  (More type categories need to be added,
        and some other href errors need to be corrected, but that'll be
        a separate PR after this one gets in.)
>How-To-Repeat:
	N/A
>Fix:

--- bento_index.html.dist	Mon Nov  4 19:00:55 2002
+++ bento_index.html	Mon Nov  4 19:28:57 2002
@@ -145,24 +145,33 @@
 <hr>
 
 <p>
-Here is a list of errors detected by my AI script.  Note that this is
-all just a rough guess -- it is merely for your aid.
+Here is an alphabetical list of errors detected by my AI script.  Note
+that this is all just a rough guess -- it is merely for your aid.
 
 <dl>
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="nfs">NFS</a>
-<dd>There was a temporary NFS error on the build system.  It is not
-your fault.
+tag="bison">bison</a>
+<dd>Your port requires <tt>bison</tt>, which doesn't exist in 4-stable or
+newer anymore.  Either patch it to use <tt>byacc</tt> instead, or define
+<tt>USE_BISON</tt>.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="df">disk full</a>
-<dd>The disk filled up on the build system.  It is not your fault.
+tag="cc">C compiler error</a>
+<dd>There is a compiler error which is caused by something other than
+e.g. "new compiler error".
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="dependpkg">depend package</a>
-<dd>There was an error during <a href="#pkgadd">adding dependencies
-from packages</a>.  It is the fault of the package being added, not
-this port.
+tag="categories">CATEGORIES</a>
+<dd>The <tt>CATEGORIES</tt> line in <tt>Makefile</tt> includes an
+invalid category.
+
+<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
+tag="checksum">checksum</a>
+<dd>The checksum of one or more of the files is incorrect.
+
+<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
+tag="configure">configure error</a>
+<dd>The port's <tt>configure</tt> script produced some kind of error.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
 tag="dependobj">depend object</a>
@@ -173,17 +182,19 @@
 though it has already been <a href="#pkgadd">added from a package</a>.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="categories">CATEGORIES</a>
-<dd>The CATEGORIES line in Makefile includes an invalid category.
+tag="dependpkg">depend package</a>
+<dd>There was an error during <a href="#pkgadd">adding dependencies
+from packages</a>.  It is the fault of the package being added, not
+this port.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="bison">bison</a>
-<dd>Your port requires bison, which doesn't exist in 4-stable or
-newer anymore.  Either patch it to use byacc instead or define USE_BISON.
+tag="df">disk full</a>
+<dd>The disk filled up on the build system.  It is not your fault.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="checksum">checksum</a>
-<dd>The checksum of one or more of the files is incorrect.
+tag="display">DISPLAY</a> <dd>This port requires an X display to
+build.  There is nothing you can do about it unless you can somehow
+make it not require an X connection.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
 tag="distinfo">distinfo update</a>
@@ -191,28 +202,28 @@
 distfiles or patchfiles.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="fetch">fetch</a>
-<dd>One or more of the files couldn't be fetched.
+tag="elf">ELF</a>
+<dd>The port does not properly work in the new ELF world.  It is
+probably looking for an <tt>a.out</tt> object (e.g., <tt>crt0.o</tt>).
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="patch">patch</a>
-<dd>One or more of the patches failed.
+tag="fetch">fetch</a>
+<dd>One or more of the files couldn't be fetched.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="texinfo">texinfo</a>
-<dd>The new <tt>makeinfo</tt> cannot process a texinfo source
-file. You can probably add a "<tt>--no-validate</tt>" option to force
-it through if you are sure it's correct regardless of what
-<tt>makeinfo</tt> says.
+tag="fetch-timeout">fetch timeout</a>
+<dd>Your fetch process was killed because it took too long.  (More
+accurately, it did not produce any output for a long time.)  Please
+put sites with better connectivety near the beginning of <tt>MASTER_SITES</tt>.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="perl5">perl5</a>
-<dd>There is a problem in processing a perl5 module.
+tag="instal">install error</a>
+<dd>There was an error during installation.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="elf">ELF</a>
-<dd>The port does not properly work in the new ELF world.  It is
-probably looking for an a.out object (e.g., crt0.o).
+tag="nfs">NFS</a>
+<dd>There was a temporary NFS error on the build system.  It is not
+your fault.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
 tag="libdepends">LIB_DEPENDS</a>
@@ -221,31 +232,24 @@
 shared library version number changes.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag=header">missing header</a>
-<dd>There is a missing header file.  This is usually caused by either
-(1) a missing dependency, or (2) specifying an incorrect location with
-<tt>-I</tt> in the compiler command line.
-
-<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="wrkdir">WRKDIR</a>
-<dd>The port is attempting to change something outside <tt>${WRKDIR}</tt>.
-See
-<a href="http://www.freebsd.org/handbook/porting.html#PORTING-WRKDIR">handbook</a>;
-for details.
+tag="ld">linker error</a>
+<dd>There is a linker error which is caused by something other than
+those flagged by e.g. MOTIF or MOTIFLIB.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="usexlib">USE_XLIB</a>
-<dd>You should specify <tt>USE_XLIB</tt> for this port since it
-appears to use X.
+tag="manpage">manpage</a>
+<dd>There is a manpage listed in a <tt>MAN?</tt> macro that doesn't exist or is
+not installed in the right place.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="display">DISPLAY</a> <dd>This port requires an X display to
-build.  There is nothing you can do about it unless you can somehow
-make it not require an X connection.
+tag=header">missing header</a>
+<dd>There is a missing header file.  This is usually caused by either
+(1) a missing dependency, or (2) specifying an incorrect location with
+<tt>-I</tt> in the compiler command line.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
 tag="motif">MOTIF</a> <dd>This port requires Motif but does not
-define <tt>REQUIRES_MOTIF</tt>.  See
+define <tt>REQUIRES_MOTIF</tt>.  See the
 <a href="http://www.freebsd.org/handbook/porting.html#PORTING-MOTIF">handbook</a>;
 for details.
 
@@ -256,17 +260,14 @@
 for details.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="xfree4man">X manpage</a> <dd>This port doesn't install a manpage
-but imake rules are generating commands to convert manpages to HTML
-format.  This is most likely fixed by changing
-<tt>ComplexProgramTarget()</tt> in Imakefile to
-<tt>ComplexProgramTargetNoMan()</tt>.  Note that defining
-<tt>NO_INSTALL_MANPAGES</tt> in the Makefile is no longer sufficient
-in XFree86-4.
-
-<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="configure">configure error</a>
-<dd>The port's configure script produced some kind of error.
+tag="mtree">mtree</a>
+<dd>The port leaves <tt>${PREFIX}</tt> in a state that is not
+consistent with the mtree definiton after <tt>pkg_delete</tt>.  This
+usually means some files are missing from <tt>PLIST</tt>.  It could
+also mean that your installation scripts create files or directories
+not properly deleted by the deinstallation scripts.  Another
+possibility is that your port is deleting some directories it is not
+supposed to, or incorrectly modifying some directory's permission.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
 tag="newgcc">new compiler error</a>
@@ -275,23 +276,12 @@
 allocation policy.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="cc">C compiler error</a>
-<dd>There is a compiler error which is caused by something other than
-the reasons listed above.
-
-<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="ld">linker error</a>
-<dd>There is a linker error which is caused by something other than
-the reasons listed above.
-
-<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="instal">install error</a>
-<dd>There was an error during installation.
+tag="patch">patch</a>
+<dd>One or more of the patches failed.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="manpage">manpage</a>
-<dd>There is a manpage listed in a MAN? macro that doesn't exist or is
-not installed in the right place.
+tag="perl5">perl5</a>
+<dd>There is a problem in processing a <tt>perl5</tt> module.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
 tag="plist">PLIST</a>
@@ -302,29 +292,40 @@
 harder.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="mtree">mtree</a>
-
-<dd>The port leaves <tt>${PREFIX}</tt> in a state that is not
-consistent with the mtree definiton after <tt>pkg_delete</tt>.  This
-usually means some files are missing from <tt>PLIST</tt>.  It could
-also mean that your installation scripts create files or directories
-not properly deleted by the deinstallation scripts.  Another
-possibility is that your port is deleting some directories it is not
-supposed to, or incorrectly modifying some directory's permission.
-
-<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
-tag="fetch-timeout">fetch timeout</a>
-<dd>Your fetch process was killed because it took too long.  (More
-accurately, it did not produce any output for a long time.)  Please
-put sites with better connectivety near the beginning of MASTER_SITES.
-
-<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
 tag="runaway">runaway process</a>
 <dd>Your make package process was killed because it took too long.
 (More accurately, it did not produce any output for a long time.)
 It is probably because there is a process spinning in an infinite
 loop.  Please check the log to determine the exact cause of the
 problem.
+
+<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
+tag="texinfo">texinfo</a>
+<dd>The new <tt>makeinfo</tt> cannot process a texinfo source
+file. You can probably add a "--<tt>no-validate</tt>" option to force
+it through if you are sure it's correct regardless of what
+<tt>makeinfo</tt> says.
+
+<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
+tag="usexlib">USE_XLIB</a>
+<dd>You should specify <tt>USE_XLIB</tt> for this port since it
+appears to use X.
+
+<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
+tag="wrkdir">WRKDIR</a>
+<dd>The port is attempting to change something outside <tt>${WRKDIR}</tt>.
+See
+<a href="http://www.freebsd.org/handbook/porting.html#PORTING-WRKDIR">handbook</a>;
+for details.
+
+<dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
+tag="xfree4man">X manpage</a> <dd>This port doesn't install a manpage
+but imake rules are generating commands to convert manpages to HTML
+format.  This is most likely fixed by changing
+<tt>ComplexProgramTarget()</tt> in Imakefile to
+<tt>ComplexProgramTargetNoMan()</tt>.  Note that defining
+<tt>NO_INSTALL_MANPAGES</tt> in the Makefile is no longer sufficient
+in XFree86-4.
 
 <dt><img alt="*" src="/errorlogs/images/green-ball.gif"><a
 tag="unknown">???</a>

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-www" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211050152.gA51qq7m093213>