9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] kernel mk failure
@ 2004-02-16 16:44 Greg Pavelcak
  2004-02-16 17:21 ` David Presotto
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Pavelcak @ 2004-02-16 16:44 UTC (permalink / raw)
  To: 9fans

Hello all.

I don't know if I managed to damage my sources somehow,
but I've been trying to configure a machine as a cpu/auth
server, and I get the following:

term% mk 'CONF=pcauth'
rc ../port/mkdevc pc > pc.c
8a $AFLAGS l.s
8a $AFLAGS plan9l.s
8c -FVw cga.c
8c -FVw i8253.c
8c -FVw i8259.c
8c -FVw kbd.c
8c ../port/initcode.c
8c init9.c
8l -l -R1 -o init.out init9.8 initcode.8 /386/lib/libc.a
{echo 'uchar initcode[]={'
 strip < init.out | xd -1x |
	sed -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g'
 echo '};'} > init.h
startboot: undefined: open in startboot
startboot: undefined: bind in startboot
startboot: undefined: exec in startboot
mk: 8c ../port/initcode.c 8c ...  : exit status=rc 2264: 8l 2268: error

Any pointers greatly appreciated.

Greg


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

* Re: [9fans] kernel mk failure
  2004-02-16 16:44 [9fans] kernel mk failure Greg Pavelcak
@ 2004-02-16 17:21 ` David Presotto
  2004-02-16 17:45   ` Greg Pavelcak
  0 siblings, 1 reply; 3+ messages in thread
From: David Presotto @ 2004-02-16 17:21 UTC (permalink / raw)
  To: g.pavelcak, 9fans

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

Sounds like your /386/lib/libc.a is curdled

[-- Attachment #2: Type: message/rfc822, Size: 2658 bytes --]

From: Greg Pavelcak <g.pavelcak@comcast.net>
To: 9fans@cse.psu.edu
Subject: [9fans] kernel mk failure
Date: Mon, 16 Feb 2004 11:44:18 -0500
Message-ID: <d3dbe82d00d65607f016d9a1ebc4a598@comcast.net>

Hello all.

I don't know if I managed to damage my sources somehow,
but I've been trying to configure a machine as a cpu/auth
server, and I get the following:

term% mk 'CONF=pcauth'
rc ../port/mkdevc pc > pc.c
8a $AFLAGS l.s
8a $AFLAGS plan9l.s
8c -FVw cga.c
8c -FVw i8253.c
8c -FVw i8259.c
8c -FVw kbd.c
8c ../port/initcode.c
8c init9.c
8l -l -R1 -o init.out init9.8 initcode.8 /386/lib/libc.a
{echo 'uchar initcode[]={'
 strip < init.out | xd -1x |
	sed -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g'
 echo '};'} > init.h
startboot: undefined: open in startboot
startboot: undefined: bind in startboot
startboot: undefined: exec in startboot
mk: 8c ../port/initcode.c 8c ...  : exit status=rc 2264: 8l 2268: error

Any pointers greatly appreciated.

Greg

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

* Re: [9fans] kernel mk failure
  2004-02-16 17:21 ` David Presotto
@ 2004-02-16 17:45   ` Greg Pavelcak
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Pavelcak @ 2004-02-16 17:45 UTC (permalink / raw)
  To: presotto, 9fans

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

Thanks, that was it.

I don't know how I managed to hurt libc.a in the first place, but I
rm'd it, did replica/pull and now the mk completes.  So, time to get
back to working on an auth server so I can access my Plan9 from other
machines.  I'm hoping to resurrect a 100MHz pentium laptop as a
terminal.

Greg

[-- Attachment #2: Type: message/rfc822, Size: 4834 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 43 bytes --]

Sounds like your /386/lib/libc.a is curdled

[-- Attachment #2.1.2: Type: message/rfc822, Size: 2658 bytes --]

From: Greg Pavelcak <g.pavelcak@comcast.net>
To: 9fans@cse.psu.edu
Subject: [9fans] kernel mk failure
Date: Mon, 16 Feb 2004 11:44:18 -0500
Message-ID: <d3dbe82d00d65607f016d9a1ebc4a598@comcast.net>

Hello all.

I don't know if I managed to damage my sources somehow,
but I've been trying to configure a machine as a cpu/auth
server, and I get the following:

term% mk 'CONF=pcauth'
rc ../port/mkdevc pc > pc.c
8a $AFLAGS l.s
8a $AFLAGS plan9l.s
8c -FVw cga.c
8c -FVw i8253.c
8c -FVw i8259.c
8c -FVw kbd.c
8c ../port/initcode.c
8c init9.c
8l -l -R1 -o init.out init9.8 initcode.8 /386/lib/libc.a
{echo 'uchar initcode[]={'
 strip < init.out | xd -1x |
	sed -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g'
 echo '};'} > init.h
startboot: undefined: open in startboot
startboot: undefined: bind in startboot
startboot: undefined: exec in startboot
mk: 8c ../port/initcode.c 8c ...  : exit status=rc 2264: 8l 2268: error

Any pointers greatly appreciated.

Greg

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

end of thread, other threads:[~2004-02-16 17:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-16 16:44 [9fans] kernel mk failure Greg Pavelcak
2004-02-16 17:21 ` David Presotto
2004-02-16 17:45   ` Greg Pavelcak

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