From owner-cvs-all Wed Sep 16 20:20:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25705 for cvs-all-outgoing; Wed, 16 Sep 1998 20:20:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25563 for ; Wed, 16 Sep 1998 20:19:58 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id UAA26241; Wed, 16 Sep 1998 20:19:35 -0700 (PDT) Date: Wed, 16 Sep 1998 20:19:35 -0700 (PDT) From: Matthew Dillon Message-Id: <199809170319.UAA26241@apollo.backplane.com> To: committers@FreeBSD.ORG Subject: buildworld/installworld, minor inconsistancies Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm running a complete elf rebuild on my load-heavy test box now. A number of minor inconsistancies cropped up: /sbin/scsi not in Makefile, not built, not installed, still resides in source tree /sbin/scsiformat not in Makefile, not built, not installed, still resides in source tree /usr/bin/doscmd currently built for a.out tree only /usr/sbin/mkdosfs not in Makefile, not built, not installed, still resides in source tree /usr/sbin/ncrcontrol currently built for alpha architecture only ? /usr/src/sys/i386/conf/LINT still contains 'options SCSI_CAM'. Is this option still required or is it now superfluous ? /usr/src/sys/i386/conf/LINT does not contain the 'xpt' device. Isn't this device required for camcontrol to work? ... and one more serious problem: gcore does not appear to work. i.e.: nntp3:/news# /bin/ls & [1] 869 nntp3:/news# [1] + Suspended (tty output) /bin/ls nntp3:/news# nntp3:/news# gcore -c core /bin/ls 869 gcore: The executable /bin/ls does not belong to process 869! Text segment size (in bytes): executable 65793, process 163840 -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response)