9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plan9ports OS X compile error.
@ 2006-01-30 16:44 Rene Salmon
  2006-01-30 17:01 ` Russ Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Rene Salmon @ 2006-01-30 16:44 UTC (permalink / raw)
  To: 9fans

Hi,

I am new to plan9.  It looks very interesting and want to take it for a 
test drive.  Unfortunately all I have at the moment is a Mac running OS 
X. So I figured at least I can try the plan9ports.

I tried compiling the plan9ports.tgz tar ball from
http://swtch.com/plan9port/

I ran the INSTALL script but it fails after a short while with this message:

rsalmon@admins-Computer 112> sudo ./INSTALL
Password:
* Resetting /scratch/plan9/config
* Building everything (be patient)...
 >>> cd /scratch/plan9/src/libndb; mk all
9c  sysdnsquery.c
sysdnsquery.c:153: error: `HEADER' undeclared
sysdnsquery.c:153: error: `h' undeclared
sysdnsquery.c:175: error: parse error before ')' token
mk: 9c  sysdnsquery.c  : exit status=exit(1)
 >>> cd /scratch/plan9/src/cmd; mk all
9l -o o.9p 9p.o
ld: can't locate file for: -lndb
mk: 9l -o o.9p ...  : exit status=exit(1)
mk: for i in ...  : exit status=exit(1)

Any clues?
Thanks

Rene


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

* Re: [9fans] plan9ports OS X compile error.
  2006-01-30 16:44 [9fans] plan9ports OS X compile error Rene Salmon
@ 2006-01-30 17:01 ` Russ Cox
  2006-01-30 17:28   ` Rene Salmon
  0 siblings, 1 reply; 3+ messages in thread
From: Russ Cox @ 2006-01-30 17:01 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> Hi,
> 
> I am new to plan9.  It looks very interesting and want to take it for a
> test drive.  Unfortunately all I have at the moment is a Mac running OS
> X. So I figured at least I can try the plan9ports.
> 
> I tried compiling the plan9ports.tgz tar ball from
> http://swtch.com/plan9port/
> 
> I ran the INSTALL script but it fails after a short while with this
> message:
> 
> rsalmon@admins-Computer 112> sudo ./INSTALL
> Password:
> * Resetting /scratch/plan9/config
> * Building everything (be patient)...
>  >>> cd /scratch/plan9/src/libndb; mk all
> 9c sysdnsquery.c
> sysdnsquery.c:153: error: `HEADER' undeclared
> sysdnsquery.c:153: error: `h' undeclared
> sysdnsquery.c:175: error: parse error before ')' token
> mk: 9c sysdnsquery.c : exit status=exit(1)
>  >>> cd /scratch/plan9/src/cmd; mk all
> 9l -o o.9p 9p.o
> ld: can't locate file for: -lndb
> mk: 9l -o o.9p ...  : exit status=exit(1)
> mk: for i in ...  : exit status=exit(1)

If you 

	cd /scratch/plan9/src/libndb
	cvs up

then running ./INSTALL again should succeed.
(I fixed this bug yesterday, and the tar ball was regenerated
12 hours ago with the fix.)

Russ


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

* Re: [9fans] plan9ports OS X compile error.
  2006-01-30 17:01 ` Russ Cox
@ 2006-01-30 17:28   ` Rene Salmon
  0 siblings, 0 replies; 3+ messages in thread
From: Rene Salmon @ 2006-01-30 17:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


HI,

That worked thanks!

Rene

> If you 
> 
> 	cd /scratch/plan9/src/libndb
> 	cvs up
> 
> then running ./INSTALL again should succeed.
> (I fixed this bug yesterday, and the tar ball was regenerated
> 12 hours ago with the fix.)
> 
> Russ


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

end of thread, other threads:[~2006-01-30 17:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-30 16:44 [9fans] plan9ports OS X compile error Rene Salmon
2006-01-30 17:01 ` Russ Cox
2006-01-30 17:28   ` Rene Salmon

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