Re: [fossil-users] Wiki naming limitations

2012-10-24 Thread Jan Nijtmans
2012/10/24 K k...@lightpowered.org: The diff provided works. How can we get this into the official source code? James, thank you. File a ticket. Currently that's only possible for registered users. I just copied your first mail to a ticket, see:

Re: [fossil-users] Wiki naming limitations

2012-10-24 Thread Ron Aaron
Wouldn't it be better to make this a parameter the user can adjust rather than permitting any length? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] V1.24 make test

2012-10-24 Thread Jan Nijtmans
2012/10/22 Clark Christensen cdcmi...@yahoo.com: /home/cchriste/build/fossil-src-20121022124804/fossil commit -tag m1 -m {merge with br1} -nosign -f ERROR: Cannot figure out who you are! Consider using the --user command line option, setting your USER environment variable, or setting a

[fossil-users] fossil v1.24 fails on linux with 'no such file'

2012-10-24 Thread James Bremner
If I download fossil v1.23 to my linux server, everything goes fine. root@x:/home/james/test# unzip fossil-linux-x86-20120808112557.zip Archive: fossil-linux-x86-20120808112557 (1).zip inflating: fossil root@x:/home/james/test# mv fossil fossil_1_23 root@x:/home/james/test# chmod 777

Re: [fossil-users] fossil v1.24 fails on linux with 'no such file'

2012-10-24 Thread Richard Hipp
Maybe it is missing a library or something. It is increasingly difficult to construct a Linux binary that runs on many different systems... What does ldd ./fossil_1_24 tell you? On Wed, Oct 24, 2012 at 12:13 PM, James Bremner ja...@ravenspoint.comwrote: If I download fossil v1.23 to my linux

Re: [fossil-users] fossil v1.24 fails on linux with 'no such file'

2012-10-24 Thread James Bremner
root@x:/home/james/test# ldd ./fossil_1_24 not a dynamic executable ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] fossil v1.24 fails on linux with 'no such file'

2012-10-24 Thread Richard Hipp
On Wed, Oct 24, 2012 at 1:06 PM, James Bremner ja...@ravenspoint.comwrote: root@x:/home/james/test# ldd ./fossil_1_24 not a dynamic executable I get this: drh@tallis:~$ ldd ./fossil linux-vdso.so.1 = (0x7fff0bb43000) libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1

Re: [fossil-users] fossil v1.24 fails on linux with 'no such file'

2012-10-24 Thread James Bremner
For the 1.23 binary I get root@x:/home/james/test# ldd ./fossil_1_23 libz.so.1 = /lib/libz.so.1 (0xb771d000) libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0xb75ba000) /lib/ld-linux.so.2 (0xb7739000) My server is a virtual private machine running on Quad-Xeon. I don't know

Re: [fossil-users] fossil v1.24 fails on linux with 'no such file'

2012-10-24 Thread Richard Hipp
The precompiled binary has been updated using a new build performed on a Linode. Please try again. On Wed, Oct 24, 2012 at 1:19 PM, James Bremner ja...@ravenspoint.comwrote: For the 1.23 binary I get root@x:/home/james/test# ldd ./fossil_1_23 libz.so.1 = /lib/libz.so.1 (0xb771d000)

Re: [fossil-users] fossil v1.24 fails on linux with 'no such file'

2012-10-24 Thread James Bremner
The new download works! Thank you very much. James ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] V1.24 make test

2012-10-24 Thread Clark Christensen
Thank you for the reply.  That's pretty much what I figured.  FWIW, I do have the USER environment variable set., USER=cchriste. Trouble is, this condition occurs when running the test suite (make test) after compiling from source.  I'm assuming the test suite creates its own repo, so I, as