From owner-freebsd-bugs@FreeBSD.ORG Wed May 14 16:40:08 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F3037B401 for ; Wed, 14 May 2003 16:40:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C833443F85 for ; Wed, 14 May 2003 16:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4ENe6Up083081 for ; Wed, 14 May 2003 16:40:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4ENe6LT083080; Wed, 14 May 2003 16:40:06 -0700 (PDT) Resent-Date: Wed, 14 May 2003 16:40:06 -0700 (PDT) Resent-Message-Id: <200305142340.h4ENe6LT083080@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stacy Olivas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2144737B401 for ; Wed, 14 May 2003 16:34:36 -0700 (PDT) Received: from thos.digiflux.org (43.Red-80-59-151.pooles.rima-tde.net [80.59.151.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9291743F93 for ; Wed, 14 May 2003 16:34:34 -0700 (PDT) (envelope-from olivas@thos.digiflux.org) Received: from thos.digiflux.org (localhost [127.0.0.1]) by thos.digiflux.org (8.12.6/8.12.6) with ESMTP id h4ENYUFu007709 for ; Thu, 15 May 2003 01:34:30 +0200 (CEST) (envelope-from olivas@thos.digiflux.org) Received: (from root@localhost) by thos.digiflux.org (8.12.6/8.12.6/Submit) id h4ENYRr6007708; Thu, 15 May 2003 01:34:27 +0200 (CEST) Message-Id: <200305142334.h4ENYRr6007708@thos.digiflux.org> Date: Thu, 15 May 2003 01:34:27 +0200 (CEST) From: Stacy Olivas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/52255: picobsd build script fails under FreeBSD 5.0-RELEASE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stacy Olivas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 23:40:08 -0000 >Number: 52255 >Category: misc >Synopsis: picobsd build script fails under FreeBSD 5.0-RELEASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 14 16:40:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Stacy Olivas >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD thos.digiflux.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #7: Sun May 11 00:17:38 CEST 2003 olivas@thos.digiflux.org:/usr/src/sys/i386/compile/Thos i386 >Description: Running the build script for PicoBSD found under /usr/src/release/picobsd/build/picobsd aborts with an error when it tried to pass a no longer supported parameter to the newfs command. >How-To-Repeat: Run the picobsd build script against one of the supplied floppy types >Fix: apply the following patch the the picobsd build script under /usr/src/release/picobsd/build. It fixes the problem. 4a5,7 > # Removed the newfs -p 0 parameter, since it's no longer supported > # by newfs in FreeBSD 5.0 - S. Olivas > # 539c542 < newfs -i ${mfs_inodes} -m 0 -p 0 -o space -f 512 -b 4096 \ --- > newfs -i ${mfs_inodes} -m 0 -o space -f 512 -b 4096 \ 805c808 < newfs -i ${fd_inodes} -m 0 -p 0 -o space -f 512 -b 4096 \ --- > newfs -i ${fd_inodes} -m 0 -o space -f 512 -b 4096 \ >Release-Note: >Audit-Trail: >Unformatted: