9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: john francis lee <jfl@robinlea.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Trouble building Inferno on Linux
Date: Fri, 26 Apr 2013 19:08:44 +0700	[thread overview]
Message-ID: <517A6E4C.4070806@robinlea.com> (raw)
In-Reply-To: <9bdcbc0d-4e83-4ee6-a443-db295fa9e8b2@googlegroups.com>

On 04/26/2013 06:52 PM, Mista Tea wrote:
> Hello,
>
> I have followed these build instructions:
> www.ueber.net/who/mjl/inferno/getting-started.html
>
> It builds mk without error but when "mk -s nuke mkdirs install" is
> run I get the following errors:
>
> warning: skipping missing include file: ~/inferno/mkfiles/mkhost-Linux: No such file or directory
> warning: skipping missing include file: ~/inferno/mkfiles/mkfile-Linux-386: No such file or directory
> mk: don't know how to make 'nuke-'
>
> I checked those files and they are in fact there, they can be read
> and contain data (not zero size). If I run mk without arguments I
> get the same missing include file errors.
>
I think the problem may be here

#OBJTYPE=386            # target system object type (eg, 386, arm, mips,
power, s800, sparc)
OBJTYPE=$objtype

#
#    no changes required beyond this point
#
OBJDIR=$SYSTARG/$OBJTYPE

there is no objtype or $objtype so OBJTYPE is null.

At any rate, I just typed in '386' where is says $objtype, and it worked.

--
john francis lee
246/3 Moo 22
Thanon Kaew Wai
Mueang Chiangrai 57000
Thailand




      parent reply	other threads:[~2013-04-26 12:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-26 11:52 Mista Tea
2013-04-26 11:59 ` lucio
2013-05-01 12:31   ` Mista Tea
2013-04-26 12:08 ` john francis lee [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=517A6E4C.4070806@robinlea.com \
    --to=jfl@robinlea.com \
    --cc=9fans@9fans.net \
    /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;
as well as URLs for NNTP newsgroup(s).