From: Paul Nasrat <pauln@truemesh.com>
To: "'Linux-8086@Vger.Kernel.Org'" <Linux-8086@Vger.Kernel.Org>
Subject: Re: Elkscmd - 'make comb' fails on Debian Woody
Date: Tue, 3 Sep 2002 13:55:09 +0100 [thread overview]
Message-ID: <20020903125509.GT25251@raq465.uk2net.com> (raw)
In-Reply-To: <44632C76B97BD211AF6B00805FADCAB208790E45@exchange.saltaire.pace.co.uk>
On Tue, Sep 03, 2002 at 10:14:48AM +0100, Simon Wood wrote:
> Hi all,
> I had a moment last night where I decided to try out Elks (again - it's been
> a long while since I last played). Grabed the cvs sources and it all built OK.
Excellent, hopefully you'll find that the SIBO port still compiles and
boots - if running out of memory rather quickly :)
It works on the 3c at least :)
> However 'make comb' failed quite drastically. It looks like the problem is
> during the building of the '/dev' files. The script '/mnt/elks/dev/MAKEDEV' is
> called, which calls '/bin/test'.
The script in dev is designed for an elks system. Hadn't noticed before
as SIBODEV is ok for creating the sibo port devices.
> '/bin/test' does not exist on Debian ('/usr/bin/test' does though and a symlink
Nor does it on RH/Mandrake. /usr/bin/test is from GNU sh-utils, but
isn't used if your shell has a builtin test, eg bash.
If we just used test in the script or moved to /usr/bin/test it would
work in both ash/sash on elks and on a build machine.
> Is there a fix to get away from this direct reference??? We can't use the actual
> application from the Elks disk image (without the appropriate kernel module)
> and we can't guarantee that they exist in those locations on the host machine.
Hmm, is it wrong to assume that ppl developing elkscmd would have
1) a dev box they have root on
2) minix support in the kernel
3) binfmt_misc and binfmt_aout, and elksemu
I know there are the DIRECT/RAMDISK methods of building elkscmd.
It's probably easiest to ammend the script to use /usr/bin/test,
althought the location is not guaranteed or does anyone know how using
env with builtins is supposed to work.
Paul
prev parent reply other threads:[~2002-09-03 12:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-03 9:14 Elkscmd - 'make comb' fails on Debian Woody Simon Wood
2002-09-03 12:55 ` Paul Nasrat [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020903125509.GT25251@raq465.uk2net.com \
--to=pauln@truemesh.com \
--cc=Linux-8086@Vger.Kernel.Org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox