9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] bad in naddr
@ 2013-01-22 21:28 Steve Simon
  2013-01-22 21:37 ` erik quanstrom
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Simon @ 2013-01-22 21:28 UTC (permalink / raw)
  To: 9fans

trying to get svn to build natively on plan9 and I am getting
an error from 8c which I don't know, e.g.:

	bad in naddr: NAME cache_init_state<>+0(SB)

Can anyone explain this to me?

Thanks,

-Steve



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

* Re: [9fans] bad in naddr
  2013-01-22 21:28 [9fans] bad in naddr Steve Simon
@ 2013-01-22 21:37 ` erik quanstrom
  2013-01-22 21:42   ` Steve Simon
  0 siblings, 1 reply; 4+ messages in thread
From: erik quanstrom @ 2013-01-22 21:37 UTC (permalink / raw)
  To: 9fans

On Tue Jan 22 16:30:29 EST 2013, steve@quintile.net wrote:
> trying to get svn to build natively on plan9 and I am getting
> an error from 8c which I don't know, e.g.:
>
> 	bad in naddr: NAME cache_init_state<>+0(SB)
>
> Can anyone explain this to me?

looks like you need the address of something that hasn't got one.
for example for indirection, array indexing, etc.

- erik



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

* Re: [9fans] bad in naddr
  2013-01-22 21:37 ` erik quanstrom
@ 2013-01-22 21:42   ` Steve Simon
  2013-01-22 21:54     ` erik quanstrom
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Simon @ 2013-01-22 21:42 UTC (permalink / raw)
  To: 9fans

> looks like you need the address of something that hasn't got one.
> for example for indirection, array indexing, etc.

Ah, yes, taking the address of a volatile is a no-no it seems.

-Steve



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

* Re: [9fans] bad in naddr
  2013-01-22 21:42   ` Steve Simon
@ 2013-01-22 21:54     ` erik quanstrom
  0 siblings, 0 replies; 4+ messages in thread
From: erik quanstrom @ 2013-01-22 21:54 UTC (permalink / raw)
  To: 9fans

On Tue Jan 22 16:43:14 EST 2013, steve@quintile.net wrote:
> > looks like you need the address of something that hasn't got one.
> > for example for indirection, array indexing, etc.
>
> Ah, yes, taking the address of a volatile is a no-no it seems.

iirc, it should be allowed by the standard.  but the mind boggles
as to why a version control system would need it.  :-)

- erik



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

end of thread, other threads:[~2013-01-22 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22 21:28 [9fans] bad in naddr Steve Simon
2013-01-22 21:37 ` erik quanstrom
2013-01-22 21:42   ` Steve Simon
2013-01-22 21:54     ` 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).