NetBSD Problem Report #33455
From www@netbsd.org Wed May 10 13:12:02 2006
Return-Path: <www@netbsd.org>
Received: by narn.netbsd.org (Postfix, from userid 31301)
id E77FE63B8A7; Wed, 10 May 2006 13:12:01 +0000 (UTC)
Message-Id: <20060510131201.E77FE63B8A7@narn.netbsd.org>
Date: Wed, 10 May 2006 13:12:01 +0000 (UTC)
From: alanh@fairlite.demon.co.uk
Reply-To: alanh@fairlite.demon.co.uk
To: gnats-bugs@netbsd.org
Subject: sort command is missing from miniroot.fs
X-Send-Pr-Version: www-1.0
>Number: 33455
>Category: port-atari
>Synopsis: sort command is missing from miniroot.fs
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: port-atari-maintainer
>State: closed
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 10 13:15:00 +0000 2006
>Closed-Date: Wed Dec 31 06:36:26 +0000 2008
>Last-Modified: Wed Dec 31 06:36:26 +0000 2008
>Originator: Alan Hourihane
>Release: 3.0
>Organization:
>Environment:
ATARITT
>Description:
Can't install NetBSD 3.0 (or 2.1 for that matter), because the sort program is missing from the miniroot.fs image.
When trying to select a disk, it says ...
Available disks are:
sort: not found
Which disk is the root disk ?
And obviously you can't select a disk.
Can someone update the miniroot.fs for atari with sort ?
Thanks.
>How-To-Repeat:
Try and install NetBSD 3.0 with miniroot.fs
>Fix:
update the miniroot.fs with the sort program.
>Release-Note:
>Audit-Trail:
From: Alan Hourihane <alanh@fairlite.demon.co.uk>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-atari/33455: sort command is missing from miniroot.fs
Date: Wed, 10 May 2006 15:30:31 +0100
With a pointer from Ian Hinds. we can do this...
echo "cat $*" > sort
chmod +x sort
and that gets past this problem, but then the installer
can't find the command "rmel"
From: Alan Hourihane <alanh@fairlite.demon.co.uk>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-atari/33455: sort command is missing from miniroot.fs
Date: Wed, 10 May 2006 16:26:46 +0100
Turns out that this is only a problem with the prepare.fs image.
miniroot.fs when split into two 720KB disks seems to work fine.
From: Alan Hourihane <alanh@fairlite.demon.co.uk>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-atari/33455: sort command is missing from miniroot.fs
Date: Wed, 10 May 2006 14:41:45 +0100
You also can't symlink any of the programs to sort either, because sort
isn't built into the instbin program.
Alan.
From: Julian Coleman <jdc@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/33455 CVS commit: src/distrib/atari/floppies/prepare
Date: Fri, 12 May 2006 05:50:30 +0000 (UTC)
Module Name: src
Committed By: jdc
Date: Fri May 12 05:50:30 UTC 2006
Modified Files:
src/distrib/atari/floppies/prepare: Makefile list
Log Message:
Add usr/bin/sort and install.sub to prepare.fs.
Should fix PR port-atari/33455 by Alan Hourihane.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/distrib/atari/floppies/prepare/Makefile
cvs rdiff -r1.3 -r1.4 src/distrib/atari/floppies/prepare/list
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
From: Julian Coleman <jdc@coris.org.uk>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: port-atari/33455: sort command is missing from miniroot.fs
Date: Fri, 12 May 2006 07:01:35 +0100
> With a pointer from Ian Hinds. we can do this...
>
> echo "cat $*" > sort
> chmod +x sort
>
> and that gets past this problem, but then the installer
> can't find the command "rmel"
I've added usr/bin/sort and install.sub (which contains the rmel shell
function) to the prepare fs image.
> Turns out that this is only a problem with the prepare.fs image.
Yes, they were already added to miniroot.fs.
I'll request a pull up for the changes shortly.
J
--
My other computer also runs NetBSD / Sailing at Newbiggin
http://www.netbsd.org/ / http://www.newbigginsailingclub.org/
From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/33455 CVS commit: [netbsd-3] src/distrib/atari/floppies/prepare
Date: Sat, 13 May 2006 16:54:13 +0000 (UTC)
Module Name: src
Committed By: tron
Date: Sat May 13 16:54:13 UTC 2006
Modified Files:
src/distrib/atari/floppies/prepare [netbsd-3]: Makefile list
Log Message:
Pull up following revision(s) (requested by jdc in ticket #1322):
distrib/atari/floppies/prepare/list: revision 1.4
distrib/atari/floppies/prepare/Makefile: revision 1.3
Add usr/bin/sort and install.sub to prepare.fs.
Should fix PR port-atari/33455 by Alan Hourihane.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.8.1 src/distrib/atari/floppies/prepare/Makefile
cvs rdiff -r1.3 -r1.3.6.1 src/distrib/atari/floppies/prepare/list
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
From: Julian Coleman <jdc@coris.org.uk>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: port-atari/33455: sort command is missing from miniroot.fs
Date: Sun, 21 May 2006 09:00:26 +0100
Can you try the image from the latest NetBSD 3 branch build, available at:
ftp://ftp.netbsd.org/pub/NetBSD-daily/netbsd-3/200605200000Z/atari/installation/miniroot/prepare.fs.gz
?
Thanks,
J
--
My other computer also runs NetBSD / Sailing at Newbiggin
http://www.netbsd.org/ / http://www.newbigginsailingclub.org/
State-Changed-From-To: open->closed
State-Changed-By: tsutsui@NetBSD.org
State-Changed-When: Wed, 31 Dec 2008 15:36:26 +0900
State-Changed-Why:
Fix committed in 2006 and 3.1 has it. Assume fixed.
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.