NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/42603: Build problem of the current sources.



>Number:         42603
>Category:       bin
>Synopsis:       Build problem of the current sources.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    bin-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 10 18:55:00 +0000 2010
>Originator:     Tomasz Motyl
>Release:        5.9.15 - the current revision
>Organization:
>Environment:
NetBSD verdandi.homeunix.org 5.99.11 NetBSD 5.99.11 (BASIENKA) #17: Sun Dec 20 
21:35:50 GMT 2009  
root%verdandi.homeunix.org@localhost:/mnt/modlishka/srcs/bsd-current/src/sys/arch/i386/compile/obj/BASIENKA
 i386

>Description:
The file usr.sbin/pwd_mkdb/pwd_mkdb.c
of The CVS Root: anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot
and CVS Repository: src/usr.sbin/pwd_mkdb

@ line 660
                goto on_error;

misses the semicolon which results in the compilation error.

Kindest regards
    Tomasz

>How-To-Repeat:
Run sh build.sh build in the ssource's top level directory.
>Fix:
Change the line 660 from 'goto on_error' to '           goto on_error;'



Home | Main Index | Thread Index | Old Index