-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [We went over these in private email, but I thought I'd best reply here too, for posterity]
On 12/31/2011 07:24 PM, Matt Welland wrote: > 1. To install lzma on Ubuntu 11.04 I had to change lzmalib.h to lzma.h in > lzma.scm Aye, I want to rewrite the lzma egg to bind to the more widespread xz library rather than lzmalib. But first I need to fix autoload, as Ugarit's optional support for compression and encryption eggs, and SHA hashes, is turned off due to a lack of working autoloading :-( > 2. This storage definition gives error msg "Invalid arguments to backend-fs" > (storage "backend-fs splitlog /ugarit/data /ugarit/metadata 900000000") Aye, you no longer need to specify the split size on the command line; drop the number at the end. Instead, specify it with ugarit-archive-admin, using the set-max-logfile-size! command (the default is 600000000). > 3. This storage definition gives the below error > (storage "backend-fs splitlog /ugarit/data /ugarit/metadata") > > matt@zeus:~/ugarit$ sudo ugarit snapshot ugarit.conf -c home-matt /home/matt > > Error: bad argument count - received 1 but expected 0: #<procedure (f_6577)> > > Call history: > > ##sys#require > ##sys#require > ##sys#require > ##sys#require > ##sys#require > make-parameter > make-parameter > ugarit.scm:208: srfi-37#option > ugarit.scm:226: srfi-37#option > ugarit.scm:233: srfi-37#option > ugarit.scm:240: srfi-37#option > ugarit.scm:249: command-line-arguments > ugarit.scm:248: srfi-37#args-fold > ugarit.scm:247: reverse > ugarit.scm:260: with-input-from-file > ugarit.scm:261: ugarit-core#open-archive <-- And I'm looking into this :-) ABS - -- Alaric Snell-Pym http://www.snell-pym.org.uk/alaric/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8DIs0ACgkQRgz/WHNxCGoCogCfTlrrGwuG2gUNY54bTkAtdK3S CYgAoIfdfRtqw0n5a/qfRoCNeuX09Etr =hrZf -----END PGP SIGNATURE----- _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
