Date: Fri, 28 Jul 2000 02:11:02 +0200 (CEST) From: Cyrille Lefevre <clefevre@citeweb.net> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/20231: non existing kernel files found in conf/files.* Message-ID: <200007280011.CAA70314@gits.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 20231
>Category: kern
>Synopsis: non existing kernel files found in conf/files.*
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 27 17:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Cyrille Lefevre
>Release: FreeBSD 4.1-RC i386
>Organization:
ACME
>Environment:
FreeBSD gits 4.1-RC FreeBSD 4.1-RC #0: Tue Jul 18 01:55:07 CEST 2000 root@gits:/disk2/4.0-stable/obj/disk2/4.0-stable/src/sys/CUSTOM i386
>Description:
Some files are referenced in /sys/conf/files.* but are not
part of 4.0-STABLE.
>How-To-Repeat:
# cd /sys
# awk '/standard|optional/&&!(/^#/||/\\$/){print $1}' conf/files |
xargs ls -d > /dev/null
ls: alpha/alpha/mountroot.c: No such file or directory
ls: alpha/alpha/mp_machdep.c: No such file or directory
ls: alpha/alpha/perfmon.c: No such file or directory
ls: alpha/alpha/perfmon.c: No such file or directory
ls: alpha/alpha/simplelock.s: No such file or directory
ls: alpha/alpha/userconfig.c: No such file or directory
ls: i386/isa/if_wlp.c: No such file or directory
# egrep $(\
awk '/standard|optional/&&!(/^#/||/\\$/){print $1}' conf/files.* |
xargs ls -d 2>&1 > /dev/null | awk -F: '{printf "%s ", $2}' |
sed 's/^ /(/;s/ /|/g;s/ $/)/') conf/files.*
conf/files.alpha:alpha/alpha/mountroot.c optional slice
conf/files.alpha:alpha/alpha/mp_machdep.c optional smp
conf/files.alpha:alpha/alpha/perfmon.c optional perfmon profiling-routine
conf/files.alpha:alpha/alpha/perfmon.c optional perfmon
conf/files.alpha:alpha/alpha/simplelock.s optional smp
conf/files.alpha:alpha/alpha/userconfig.c optional userconfig
conf/files.i386:i386/isa/if_wlp.c optional wlp
>Fix:
n/a
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007280011.CAA70314>
