Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2006 02:22:53 GMT
From:      Matt Emmerton <matt@gsicomp.on.ca>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/100322: kerninclude.sh doesn't dump object name
Message-ID:  <200607150222.k6F2MrPU098675@www.freebsd.org>
Resent-Message-ID: <200607150230.k6F2UGAH056528@freefall.freebsd.org>

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

>Number:         100322
>Category:       misc
>Synopsis:       kerninclude.sh doesn't dump object name
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 15 02:30:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matt Emmerton
>Release:        7-CURRENT
>Organization:
GSI Computer Services
>Environment:
>Description:
/usr/src/tools/tools/kerninclude/kerninclude.h does not dump the object name in BINGO lines due to a typo.

Inspecting the source indicates that a BINGO line should dump 5 variables, but it only dumps 4.
>How-To-Repeat:
Run kerninclude.  Pay attention to BINGO lines.
>Fix:
--- kerninclude.sh.orig 2006-07-14 20:18:35.000000000 -0400
+++ kerninclude.sh      2006-07-14 21:43:59.000000000 -0400
@@ -301,6 +301,6 @@
                sed "${lin}d" ${src}_ > ${src}
                rm ${src}_
                touch _again
-               echo "BINGO $src $lin $incl $obj $l"
+               echo "BINGO $src $lin $incl $o $l"
        done
 done


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



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