9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] OT: plan9ports update and recompilation?
@ 2005-12-15  2:58 ISHWAR RATTAN
  2005-12-15  3:32 ` Russ Cox
  0 siblings, 1 reply; 5+ messages in thread
From: ISHWAR RATTAN @ 2005-12-15  2:58 UTC (permalink / raw)
  To: 9fans

I just updated (via CVS) the plan9ports on Solaris-sparc box.
Now recompilation does not work work:

$ ./INSTALL
* Resetting .../plan9/config
awk: syntax error near line 10
awk: bailing out near line 10
$

Any ideas?
-ishwar



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

* Re: [9fans] OT: plan9ports update and recompilation?
  2005-12-15  2:58 [9fans] OT: plan9ports update and recompilation? ISHWAR RATTAN
@ 2005-12-15  3:32 ` Russ Cox
  2005-12-15 16:54   ` ISHWAR RATTAN
  0 siblings, 1 reply; 5+ messages in thread
From: Russ Cox @ 2005-12-15  3:32 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> I just updated (via CVS) the plan9ports on Solaris-sparc box.
> Now recompilation does not work work:
>
> $ ./INSTALL
> * Resetting .../plan9/config
> awk: syntax error near line 10
> awk: bailing out near line 10
> $
>
> Any ideas?

Try updating again.

I was very careful about checking that I was using
variants of the fflush statement that work on all the
various awks.  It never occurred to me that their
awk wouldn't treat a condition "x" as "x!=0".

I hate Solaris.
Russ


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

* Re: [9fans] OT: plan9ports update and recompilation?
  2005-12-15  3:32 ` Russ Cox
@ 2005-12-15 16:54   ` ISHWAR RATTAN
  2005-12-15 16:58     ` Russ Cox
  2005-12-15 17:08     ` C H Forsyth
  0 siblings, 2 replies; 5+ messages in thread
From: ISHWAR RATTAN @ 2005-12-15 16:54 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Another glitch on Solaris,

   .../plan9/src/cmd/grap/print.c:183

needs to be
   extern pid_t getpid(void);

-ishwar


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

* Re: [9fans] OT: plan9ports update and recompilation?
  2005-12-15 16:54   ` ISHWAR RATTAN
@ 2005-12-15 16:58     ` Russ Cox
  2005-12-15 17:08     ` C H Forsyth
  1 sibling, 0 replies; 5+ messages in thread
From: Russ Cox @ 2005-12-15 16:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> Another glitch on Solaris,
>
>    .../plan9/src/cmd/grap/print.c:183
>
> needs to be
>    extern pid_t getpid(void);

Actually it needs to be #include <unistd.h>.  Fixed.

Russ


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

* Re: [9fans] OT: plan9ports update and recompilation?
  2005-12-15 16:54   ` ISHWAR RATTAN
  2005-12-15 16:58     ` Russ Cox
@ 2005-12-15 17:08     ` C H Forsyth
  1 sibling, 0 replies; 5+ messages in thread
From: C H Forsyth @ 2005-12-15 17:08 UTC (permalink / raw)
  To: 9fans

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

it really shouldn't declare it at all.

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

From: ISHWAR RATTAN <rattan@cps.cmich.edu>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] OT: plan9ports update and recompilation?
Date: Thu, 15 Dec 2005 11:54:32 -0500 (EST)
Message-ID: <Pine.GSO.4.61.0512151152360.21662@cps210.cps.cmich.edu.>

Another glitch on Solaris,

   .../plan9/src/cmd/grap/print.c:183

needs to be
   extern pid_t getpid(void);

-ishwar

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

end of thread, other threads:[~2005-12-15 17:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-15  2:58 [9fans] OT: plan9ports update and recompilation? ISHWAR RATTAN
2005-12-15  3:32 ` Russ Cox
2005-12-15 16:54   ` ISHWAR RATTAN
2005-12-15 16:58     ` Russ Cox
2005-12-15 17:08     ` C H Forsyth

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