Am 03.05.2018 um 17:37 schrieb Richard Hipp: > On 5/3/18, Harald Oehlmann <[email protected]> wrote: >> Dear fossil team, >> >> sorry, I have an issue. >> >> fossil 2.5 (binary from the download web site) 64 bit on CentOS 6.5 >> crashes for me as follows when cloning tcl (password replaced by "***"): > > That problem has been fixed on trunk since 2018-03-07. > (https://www.fossil-scm.org/fossil/timeline?c=323299cb&n=7&y=ci). I > suppose I need to do a new release to get that fix into > circulation.... > > Meanwhile, you can download the latest trunk sources from Fossil > (https://fossil-scm.org/fossil/tarball/trunk/fossil.tar.gz) and type > "./configure; make" to get a version of Fossil that works on the Tcl > repository. >
Thanks Richard, light-speed answer, that worked. pull the old repository resulted in: Pull from http://[email protected]/tcl SQLITE_CORRUPT: database corruption at line 63848 of [9fd0faf517] SQLITE_CORRUPT: statement aborts at 5: [SELECT uuid FROM phantom CROSS JOIN blob USING(rid) /*scan*/ WHERE NOT EXISTS(SELECT 1 FROM shun WHERE uuid=blob.uuid) AND NOT EXISTS(SELECT 1 FROM private WHERE rid=blob.rid)] datab fossil: SQL error: database disk image is malformed but a new clone succeeded. Sergey had another issue on the tcl-core list. He might show-up here and ask for help. A new version would be appreciated if the bug I hit might hit a wider public. Thank you, Harald _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

