On Mon, Jul 25, 2005 at 02:23:41PM +0200, Gour wrote: > Hi! > > I have few problems with the latest darcs code pulled from the repo: > > a) darcs dist gives: > > [...] > Rebuild dependencies ... > for F in ChangeLog AUTHORS RELEASE_STATE Context.hs; do \ > cp -v "$REPO_PATH/$F" .; \ > done > cp: cannot stat `/ChangeLog': No such file or directory > cp: cannot stat `/AUTHORS': No such file or directory > cp: cannot stat `/RELEASE_STATE': No such file or directory > cp: cannot stat `/Context.hs': No such file or directory > make: *** [predist_copy] Error 1 > Created dist as darcs-1.0.4.tar.gz
Run make dist instead. The predist command fails if you haven't set the REPO_PATH environment variable, which is done by make dist. -- David Roundy http://www.darcs.net _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
