Re: ark-world.sample problem...
Will Partain <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
Harlan asks:
> I'm attempting my first production installation.
>
> When I run my edited ark-world.sample, I get (almost first thing):
>
> ...
> > src-linkfarm on ark-site-gen ( not done before )
> ...
> + /our/bin/lndir -ignorelinks /.stage/src/ark/ARK/ark-site-gen .
> /our/bin/lndir: not found
What was the 'ark' command invoked? Did it have
--use-deps=max on it?
Had it tried to do anything for package 'ark-prereq-utils'
(which includes lndir)?
What does your state dir
(/d/ark-state/package/ark-prereq-utils/) suggest it thinks
has been done for ark-prereq-utils?
The question is: why does it think you have an /our/bin/lndir?
If you want, run with
ARK_DEBUG=15 ./ark-world.sample
and send it along (to me, just, if you prefer).
Will