Subject: Re: new snapshot
To: Takeshi Shibagaki <sibagaki@lsi.melco.co.jp>
From: Space Case <wormey@eskimo.com>
List: port-mac68k
Date: 01/30/2002 21:03:38
On Jan 30, 2:41pm, Takeshi Shibagaki wrote:
>I have fixed this two problems in my local enviroment. But there are
>other problems. For example, src/etc/etc.mac68k/Makefile.inc, etc.
I apparently haven't made it that far yet, as it hasn't given me problems
there yet.
>Space> In distrib/utils/sysinst/arch/mac68k/md.c there was an undefined variable lp.
>Space> I added lines to pull in sys/param.h and sys/disklabel.h, and declared lp to
>Space> be 'struct disklabel lp;'. Things all compiled OK then. Second problem:
>
>I added only "struct disklabel lp;".
OK. I was following the lead of one of the other ports, but in reviewing the
file, I noticed that 'struct disklabel' was used in other places, so it must
be pulled in by one of the other header files.
>In src/distrib/mac68k/instkernel/ramdisk/Makefile
>
> # disklabel -rw ${VND_CDEV} ${DISKTYPE}
>+ -disklabel ${VND} >tmplabel
>+ disklabel -r -R ${VND} tmplabel
> newfs -m 0 -o space -i 5120 ${VND_RDEV}
Excellent. That got me past that problem. Next, the Makefile in
distrib/mac68k/instkernel/instkernel tried to do a `mdsetimage -T 0x0`,
but -T is not a valid option...
So, I removed that, and now it's into making the sets tarballs...
~Steve
--
Steve Allen - wormey@eskimo.com http://www.eskimo.com/~wormey/ ICQ 6709819
Faith is the quality that enables you to eat blackberry jam on a picnic
without looking to see whether the seeds move.
Contrary to popular belief, Unix is user friendly.
It just happens to be selective about who it makes friends with.
-Kyle Hearn <kyle@intex.net>
Green light in A.M. for new projects. Red light in P.M. for traffic
tickets.