From olivas@thos.digiflux.org  Wed May 14 16:34:36 2003
Return-Path: <olivas@thos.digiflux.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2144737B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <olivas@digifluxo.org>
Reply-To: Stacy Olivas <olivas@digiflux.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: picobsd build script fails under FreeBSD 5.0-RELEASE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52255
>Category:       misc
>Synopsis:       [picobsd] picobsd build script fails under FreeBSD 5.0-RELEASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-embedded
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 14 16:40:06 PDT 2003
>Closed-Date:    Mon Feb 11 07:00:55 UTC 2008
>Last-Modified:  Mon Feb 11 07:00:55 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-bugs->freebsd-small 
Responsible-Changed-By: kris 
Responsible-Changed-When: Fri Oct 10 23:59:11 PDT 2003 
Responsible-Changed-Why:  
Assign to -small mailing list in the absence of a picobsd maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52255 
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Sun Mar 18 22:06:05 UTC 2007 
State-Changed-Why:  
Is this still a problem with recent versions of FreeBSD? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52255 

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, olivas@digiflux.org
Cc:  
Subject: Re: misc/52255: [picobsd] picobsd build script fails under FreeBSD
 5.0-RELEASE
Date: Sun, 10 Feb 2008 16:47:40 +0100

 the picobsd script has been rewritten recently and does not invoke
 newfs directly anymore. It now uses sysutils/makefs for creating
 filesystems.
 
 This seems to obsolete this PR now.
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Mon Feb 11 07:00:16 UTC 2008 
State-Changed-Why:  
Feedback timeout (many months).  The audit-trail seems to suggest the 
affected system was rewritten long ago. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52255 
>Unformatted:
