misc/116453: [picobsd] picobsd build script fails for not exist login_access.c

Sunry Chen sunrychen at gmail.com
Tue Sep 18 20:20:03 PDT 2007


>Number:         116453
>Category:       misc
>Synopsis:       [picobsd] picobsd build script fails for not exist login_access.c
>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:   Wed Sep 19 03:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sunry Chen
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Shenzhen Institute of Technology
>Environment:
FreeBSD www.525183.com 6.2-STABLE FreeBSD 6.2-STABLE #8: Tue Sep 18 23:01:05 CST 2
007     hplc at www.525183.com:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
Running the build script for PicoBSD found under /usr/src/release/picobsd/build/picobsd
aborts with an error when it tried to make login_access.c:
----------------------------------------------------------
make: don't know how to make login_access.c. Stop
----------------------------------------------------------

Checked /usr/src/release/picobsd/tinyware/login/Makefile:
----------------------------------------------------------
# From: @(#)Makefile    8.1 (Berkeley) 7/19/93
# $FreeBSD: src/release/picobsd/tinyware/login/Makefile,v 1.4 2004/12/21 12:49:24
ru Exp $

.PATH: ${.CURDIR}/../../../../usr.bin/login

PROG=   login
SRCS=   pico-login.c login_access.c login_fbtab.c
MAN=    login.1 login.access.5
----------------------------------------------------------

There's no login-access.c exist in /usr/src/release/picobsd/tinyware/login/ or /usr/src/usr.bin/login/.

Tried to delete all login_access related stuff in Makefile, crunch.mk and so on, the picobsd build process could finish without fatal error, but the floppy image couldn't boot, while booting it says:
----------------------------------------------------------
Not ufs
Not ufs 
No /kernel

FreeBSD/i386 boot
Default: 0:fd(0,a)/boot/kernel/kernel
boot:
----------------------------------------------------------
>How-To-Repeat:
Run the picobsd build script against one of the supplied floppy types.
>Fix:


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


More information about the freebsd-bugs mailing list