9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* BUG in a kernel mkfile
@ 1995-08-23  6:03 Vadim
  0 siblings, 0 replies; 4+ messages in thread
From: Vadim @ 1995-08-23  6:03 UTC (permalink / raw)


Strange -- i cannot reproduce it. When i first did
it i used 1.0 binaries in /386/bin, though; and loaded
newer ones later.  The problem was that everything
in $names was one space-separated string, not an array.

Sorry for the false alarm.

--vadim


If this is a bug I don't understand how I've ever been able to make a kernel.
The distributed mkfile works fine for me.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* BUG in a kernel mkfile
@ 1995-08-23 17:51 bobf
  0 siblings, 0 replies; 4+ messages in thread
From: bobf @ 1995-08-23 17:51 UTC (permalink / raw)


> From:	postman.ncube.com!avg (Vadim Antonov)
> 
> FIX:    In file /sys/src/9/boot/mkfile
>        replace lines
>
>        ar uv $LIBRARY $names
>        rm -f $names
>
>        with
>
>       eval ar uvc $LIBRARY $names
>        eval rm -rf $names


the mkfile is correct as released.







^ permalink raw reply	[flat|nested] 4+ messages in thread

* BUG in a kernel mkfile
@ 1995-08-23  1:18 jmk
  0 siblings, 0 replies; 4+ messages in thread
From: jmk @ 1995-08-23  1:18 UTC (permalink / raw)



If this is a bug I don't understand how I've ever been able to make a kernel.
The distributed mkfile works fine for me.


------ original message follows ------

>From cse.psu.edu!9fans-outgoing-owner Tue Aug 22 18:02:40 EDT 1995
Received: by colossus.cse.psu.edu id <45595>; Tue, 22 Aug 1995 17:47:55 -0400
Received: from postman.ncube.com ([134.242.8.47]) by colossus.cse.psu.edu with SMTP id <45610>; Tue, 22 Aug 1995 17:47:34 -0400
Received: from butler.ncube.com by postman.ncube.com (4.1/SMI-4.1)
	id AA09554; Tue, 22 Aug 95 14:47:59 PDT
Received: from skynet.ncube.com by butler.ncube.com (5.0/SMI-SVR4)
	id AA28205; Tue, 22 Aug 1995 14:47:54 +0800
Date:	Tue, 22 Aug 1995 02:47:54 -0400
From:	avg@postman.ncube.com (Vadim Antonov)
Message-Id: <9508222147.AA28205@butler.ncube.com>
To:	9fans@cse.psu.edu
Subject: BUG in a kernel mkfile
Content-Length: 308
Sender: owner-9fans@cse.psu.edu
Precedence: bulk
Reply-To: 9fans@cse.psu.edu


In 2.0 distribution:

1. Can't compile kernel

FIX:    In file /sys/src/9/boot/mkfile
        replace lines

        ar uv $LIBRARY $names
        rm -f $names

        with

        eval ar uvc $LIBRARY $names
        eval rm -rf $names

(Sorry, i discovered it two weeks ago and forgot to post).

--vadim







^ permalink raw reply	[flat|nested] 4+ messages in thread

* BUG in a kernel mkfile
@ 1995-08-22  6:47 Vadim
  0 siblings, 0 replies; 4+ messages in thread
From: Vadim @ 1995-08-22  6:47 UTC (permalink / raw)



In 2.0 distribution:

1. Can't compile kernel

FIX:    In file /sys/src/9/boot/mkfile
        replace lines

        ar uv $LIBRARY $names
        rm -f $names

        with

        eval ar uvc $LIBRARY $names
        eval rm -rf $names

(Sorry, i discovered it two weeks ago and forgot to post).

--vadim






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1995-08-23 17:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-08-23  6:03 BUG in a kernel mkfile Vadim
  -- strict thread matches above, loose matches on Subject: below --
1995-08-23 17:51 bobf
1995-08-23  1:18 jmk
1995-08-22  6:47 Vadim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).