9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] replica/pull force?
@ 2003-03-07 18:21 Sam
  2003-03-07 18:23 ` Russ Cox
  2003-03-07 21:45 ` Geoff Collyer
  0 siblings, 2 replies; 3+ messages in thread
From: Sam @ 2003-03-07 18:21 UTC (permalink / raw)
  To: 9fans

Heya,

We've somehow managed to bugger our local
system to where we can't make kernels:

term% mk 'CONF=pc'
...
mk: no recipe to make '_386_bin_ip_ipconfig.root.8'\
 in directory /sys/src/9/pc

Having recently done a full pull I noted a few
files that probably shouldn't be "locally modified,"
one of which is /sys/src/9/pc/mkfile.  I attempt
to force pull by:
	term% replica/pull -s /dist/replica/network /sys/src/9/pc/mkfile
but:
	term% 9fs sources;cd /n/sources/plan9/sys/src/9/pc
	term% cmp mkfile /sys/src/9/pc/mkfile
	mkfile /sys/src/9/pc/mkfile differ: char 559

What am I misunderstanding here?

Cheers,

Sam



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

* Re: [9fans] replica/pull force?
  2003-03-07 18:21 [9fans] replica/pull force? Sam
@ 2003-03-07 18:23 ` Russ Cox
  2003-03-07 21:45 ` Geoff Collyer
  1 sibling, 0 replies; 3+ messages in thread
From: Russ Cox @ 2003-03-07 18:23 UTC (permalink / raw)
  To: 9fans

	term% replica/pull -s /dist/replica/network /sys/src/9/pc/mkfile

you mean
replica/pull -s /dist/replica/network sys/src/9/pc/mkfile

the paths are relative to the specified root
(which in this case happens to be /, which
makes things confusing).
pull really should warn when you give
it a path beginnning in /.



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

* Re: [9fans] replica/pull force?
  2003-03-07 18:21 [9fans] replica/pull force? Sam
  2003-03-07 18:23 ` Russ Cox
@ 2003-03-07 21:45 ` Geoff Collyer
  1 sibling, 0 replies; 3+ messages in thread
From: Geoff Collyer @ 2003-03-07 21:45 UTC (permalink / raw)
  To: 9fans

I see that `_386_bin_ip_ipconfig.root.8' is only 27 bytes, but I
wonder if you're running into trouble from not running `lnfs .' first.



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

end of thread, other threads:[~2003-03-07 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-07 18:21 [9fans] replica/pull force? Sam
2003-03-07 18:23 ` Russ Cox
2003-03-07 21:45 ` Geoff Collyer

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