9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plan9 from user space on openbsd 4.7 amd64 fails to build
@ 2010-07-01  9:14 quiet_lad
  2010-07-03 15:51 ` Alexander Sychev
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: quiet_lad @ 2010-07-01  9:14 UTC (permalink / raw)
  To: 9fans

# cd
plan9/
# ./
INSTALL
+ Mailing list: http://groups.google.com/group/plan9port-dev
+ Issue tracker: http://code.swtch.com/plan9port/issues/
+ Submitting changes: http://swtch.com/go/codereview

* Resetting /usr/local/plan9/config
* Compiler version:
        gcc version 3.3.5 (propolice)
* Building mk...
>>> pwd
>>> pwd
>>> pwd
>>> pwd
* Building everything (be patient)...
>>> cd /usr/local/plan9/src/libdraw; mk all
9c  openfont.c
openfont.c:12: warning: `n' might be used uninitialized in this
function
>>> mk: don't know how to make '/usr/local/plan9/lib/libthread.a(OpenBSD-x86_64-asm.o)' in /usr/local/plan9/src/libthread
mk: for i in ...  : exit status=exit(1)



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

* Re: [9fans] plan9 from user space on openbsd 4.7 amd64 fails to build
  2010-07-01  9:14 [9fans] plan9 from user space on openbsd 4.7 amd64 fails to build quiet_lad
@ 2010-07-03 15:51 ` Alexander Sychev
  2010-07-05  8:39 ` quiet_lad
       [not found] ` <cff93c22-5ee0-4568-ac02-a6abf255ebe7@w31g2000yqb.googlegroups.co>
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Sychev @ 2010-07-03 15:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1222 bytes --]

Hello!

That is easy - a file OpenBSD-x86_64-asm.s doesn't exist in
/usr/local/plan9/src/libthread.
By the way, OpenBSD-x86_64.c doesn't exist too. Both files have to contain
OpenBSD-specific implementations of some functions.

For plan9port there is a separated list where you should post related
messages - http://groups.google.com/group/plan9port-dev.

--
Best regards,
santucco

On Thu, Jul 1, 2010 at 1:14 PM, quiet_lad <gavcomedy@gmail.com> wrote:

> # cd
> plan9/
> # ./
> INSTALL
> + Mailing list: http://groups.google.com/group/plan9port-dev
> + Issue tracker: http://code.swtch.com/plan9port/issues/
> + Submitting changes: http://swtch.com/go/codereview
>
> * Resetting /usr/local/plan9/config
> * Compiler version:
>        gcc version 3.3.5 (propolice)
> * Building mk...
> >>> pwd
> >>> pwd
> >>> pwd
> >>> pwd
> * Building everything (be patient)...
> >>> cd /usr/local/plan9/src/libdraw; mk all
> 9c  openfont.c
> openfont.c:12: warning: `n' might be used uninitialized in this
> function
> >>> mk: don't know how to make
> '/usr/local/plan9/lib/libthread.a(OpenBSD-x86_64-asm.o)' in
> /usr/local/plan9/src/libthread
> mk: for i in ...  : exit status=exit(1)
>
>

[-- Attachment #2: Type: text/html, Size: 1857 bytes --]

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

* Re: [9fans] plan9 from user space on openbsd 4.7 amd64 fails to build
  2010-07-01  9:14 [9fans] plan9 from user space on openbsd 4.7 amd64 fails to build quiet_lad
  2010-07-03 15:51 ` Alexander Sychev
@ 2010-07-05  8:39 ` quiet_lad
       [not found] ` <cff93c22-5ee0-4568-ac02-a6abf255ebe7@w31g2000yqb.googlegroups.co>
  2 siblings, 0 replies; 4+ messages in thread
From: quiet_lad @ 2010-07-05  8:39 UTC (permalink / raw)
  To: 9fans

On Jul 1, 2:14 am, quiet_lad <gavcom...@gmail.com> wrote:
> # cd
> plan9/
> # ./
> INSTALL
> + Mailing list:http://groups.google.com/group/plan9port-dev
> + Issue tracker:http://code.swtch.com/plan9port/issues/
> + Submitting changes:http://swtch.com/go/codereview
>
> * Resetting /usr/local/plan9/config
> * Compiler version:
>         gcc version 3.3.5 (propolice)
> * Building mk...>>> pwd
> >>> pwd
> >>> pwd
> >>> pwd
>
> * Building everything (be patient)...>>> cd /usr/local/plan9/src/libdraw; mk all
>
> 9c  openfont.c
> openfont.c:12: warning: `n' might be used uninitialized in this
> function>>> mk: don't know how to make '/usr/local/plan9/lib/libthread.a(OpenBSD-x86_64-asm.o)' in /usr/local/plan9/src/libthread
>
> mk: for i in ...  : exit status=exit(1)

ANYONE?



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

* Re: [9fans] plan9 from user space on openbsd 4.7 amd64 fails to build
       [not found] ` <cff93c22-5ee0-4568-ac02-a6abf255ebe7@w31g2000yqb.googlegroups.co>
@ 2010-07-05 14:43   ` erik quanstrom
  0 siblings, 0 replies; 4+ messages in thread
From: erik quanstrom @ 2010-07-05 14:43 UTC (permalink / raw)
  To: 9fans

> ANYONE?

you'll need to supply the missing files for your architecture.
nobody has written them yet.  it shouldn't be hard to guess
what you need between other 64-bit examples and the existing
32-bit example.

- erik



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

end of thread, other threads:[~2010-07-05 14:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-01  9:14 [9fans] plan9 from user space on openbsd 4.7 amd64 fails to build quiet_lad
2010-07-03 15:51 ` Alexander Sychev
2010-07-05  8:39 ` quiet_lad
     [not found] ` <cff93c22-5ee0-4568-ac02-a6abf255ebe7@w31g2000yqb.googlegroups.co>
2010-07-05 14:43   ` erik quanstrom

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).