9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: ron minnich <rminnich@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] native (mostly) go for plan9
Date: Mon, 31 Oct 2011 10:08:39 -0700	[thread overview]
Message-ID: <CAP6exYKpjZONkfMcxptJS_UgO73Sp4RyWsmaFRxRbLZ+F9jtQg@mail.gmail.com> (raw)
In-Reply-To: <CAHfqX-oxrs3BG-sX8wc0-VKzoBStLajvs50ptoEnq62Z+ThdVg@mail.gmail.com>

you forgot to
cd /go/src
. 9setup


On Mon, Oct 31, 2011 at 9:41 AM, Stanley Lieber
<stanley.lieber@gmail.com> wrote:
> On Mon, Oct 31, 2011 at 10:11 AM, ron minnich <rminnich@gmail.com> wrote:
>
> [snip]
>
>> You can try it.
>
> Thanks, Ron.
>
> I ran into some problems:
>
> piro% cd
> piro% ls
> acme.dump
> bin
> books
> dump
> go
> gout
> img
> lib
> mkfile
> paint
> tmp
> piro% bind -ac . /
> piro% cd /go
> piro% cd 9/prebuilt
> piro% rc install
> piro% cd /go/src
> piro% mk install
> cmd
> cc
> warning: skipping missing include file: /src/9bootstrap.mk: '/src'
> directory entry not found
> ar vu cc.a8 y.tab.8 lex.8 mac.8 dcl.8 acid.8 godefs.8 bits.8 com.8
> scon.8 funct.8 sub.8 com64.8 dpchk.8 omachcap.8
> gc
> warning: skipping missing include file: /src/9bootstrap.mk: '/src'
> directory entry not found
> $HOST_CC '-DGOOS="'^$GOOS^'"' '-DGOARCH="'^$GOARCH^'"'
> '-DGOROOT="'^$GOROOT^'"' '-DGOVERSION="'^$GOVERSION^'"'
> ../../lib9/goos.c
> rc: null list in concatenation
> mk: $HOST_CC '-DGOOS="'^$GOOS^'"' '-DGOARCH="'^$GOARCH^'"' ...  : exit
> status=rc 4238: error
> mk: for (i in ...  : exit status=rc 4227: rc 4235: mk 4237: error
> mk: for (i in ...  : exit status=rc 4219: rc 4221: mk 4223: error
> piro% grep -e '\/src' *
> Make.cmd:include $(QUOTED_GOROOT)/src/Make.common
> Make.pkg:include $(QUOTED_GOROOT)/src/Make.common
> all.bash:       echo 'all.bash must be run from $GOROOT/src' 1>&2
> clean.bash:     echo 'clean.bash must be run from $GOROOT/src' 1>&2
> clean.bash:     $MAKE -C "$GOROOT/src/$i" clean
> ditunix:(cd $GOROOT/src/libbio && make install)
> ditunix:(cd $GOROOT/src/lib9 &&  make install)
> ditunix:(cd $GOROOT/src/./cmd/6l && sh -x ./ditunix)
> ditunix:(cd $GOROOT/src/./cmd/8a && sh -x ./ditunix)
> ditunix:(cd $GOROOT/src/./cmd/8l && sh -x ./ditunix)
> ditunix:(cd $GOROOT/src/./cmd/cc && sh -x ./ditunix)
> ditunix:(cd $GOROOT/src/./cmd/gc && sh -x ./ditunix)
> ditunix:(cd $GOROOT/src/./pkg/ && sh ./deps.bash && cp Make.deps mk.deps)
> make.bash:      echo 'make.bash must be run from $GOROOT/src' 1>&2
> make.bash:sed -e "s|@CC@|$CC|" < "$GOROOT"/src/quietgcc.bash > "$GOBIN"/quietgcc
> make.bash:      cd "$GOROOT"/src/pkg;
> make.bash:bash "$GOROOT"/src/clean.bash
> mk.cmd:< $GOROOT/src/mk.common
> mk.pkg:< $GOROOT/src/mk.common
> quietgcc.bash:# The master for this file is $GOROOT/src/quietgcc.bash
> run.bash:       builtin cd "$GOROOT"/src/$1
> sudo.bash:      sudo cp "$GOROOT"/src/cmd/$i/6$i /usr/local/bin/6$i
> piro% GOROOT=/go
> piro% mk install
> cmd
> cc
> ar vu cc.a8 y.tab.8 lex.8 mac.8 dcl.8 acid.8 godefs.8 bits.8 com.8
> scon.8 funct.8 sub.8 com64.8 dpchk.8 omachcap.8
> gc
> 8c '-DGOOS="'^$GOOS^'"' '-DGOARCH="'^$GOARCH^'"'
> '-DGOROOT="'^$GOROOT^'"' '-DGOVERSION="'^$GOVERSION^'"'
> ../../lib9/goos.c
> rc: null list in concatenation
> mk: 8c '-DGOOS="'^$GOOS^'"' '-DGOARCH="'^$GOARCH^'"' ...  : exit
> status=rc 4288: error
> mk: for (i in ...  : exit status=rc 4253: rc 4273: mk 4275: error
> mk: for (i in ...  : exit status=rc 4245: rc 4247: mk 4249: error
>
> -sl
>
>



  parent reply	other threads:[~2011-10-31 17:08 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-31 15:11 ron minnich
2011-10-31 16:41 ` Stanley Lieber
2011-10-31 16:51   ` andrey mirtchovski
2011-10-31 17:08   ` ron minnich [this message]
2011-10-31 17:30     ` Stanley Lieber
2011-10-31 17:41       ` andrey mirtchovski
2011-10-31 17:44         ` ron minnich
2011-10-31 17:45         ` Stanley Lieber
2011-10-31 17:50           ` ron minnich
2011-10-31 19:23             ` Stanley Lieber
2011-10-31 19:32               ` ron minnich
2011-10-31 19:44                 ` Stanley Lieber
2011-10-31 19:48                   ` ron minnich
2011-10-31 21:01                     ` ron minnich
2011-10-31 22:10                       ` Skip Tavakkolian
2011-10-31 22:17                         ` ron minnich
2011-10-31 22:34                           ` Bakul Shah
2011-10-31 22:38                             ` ron minnich
2011-10-31 22:21                         ` ron minnich
2011-11-01 10:20                 ` Charles Forsyth
     [not found]               ` <CAP6exYJ8MQdcRa1vofMVjgaFK0Xu-po4eZBOOb>
     [not found]                 ` <CAP6exYJf1UKFdpeXyFXRt0Y7hPc=Hyq7oBdvi9uX3Z7+FQbxsA@mail.gmail.c>
2011-10-31 22:24                   ` erik quanstrom
2011-10-31 22:34                     ` cinap_lenrek
2011-10-31 22:44                       ` erik quanstrom
2011-10-31 22:47                     ` cinap_lenrek
     [not found]                 ` <CAP6exYKue2e7NWx07+RMNDs38aXex0y9urfT6eT1LKbjvvA_yw@mail.gmail.c>
2011-10-31 22:46                   ` erik quanstrom
2011-11-01 10:41     ` Yaroslav
2011-11-01 16:57 ` Skip Tavakkolian
2011-11-01 17:26   ` ron minnich

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=CAP6exYKpjZONkfMcxptJS_UgO73Sp4RyWsmaFRxRbLZ+F9jtQg@mail.gmail.com \
    --to=rminnich@gmail.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).