Summary
sqlite3: installation failure (reference to possibly unbound identifier `mtx')
Metadata
- Id: d2c42635be47b02fe1257513992f1f311bf9ac17
- Trac id: 1573
- Type: defect
- Reporter: mario
- Owner: chust
- Cc: kon
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 5.0.0
- Changetime: 2018-12-25 23:36:38 UTC
- Created: 2018-12-25 23:00:22 UTC
- Keywords: sqlite3, synch
Description
See http://salmonella-linux-x86.call-cc.org/master-debugbuild/gcc/linux/x86/2018/12/25/salmonella-report/install/sqlite3.html
Note that sqlite3 depends on sync, and the latter coincidently had a new version released (3.2.0) when sqlite3 was tested. The changes in sync are documented in http://wiki.call-cc.org/eggref/5/synch#version-history . Not sure if the changes in synch are related, but I thought it would be worth mentioning that. CHICKEN hasn't changed, by the way.
Changes and comments
[2018-12-25 23:36:38 UTC] kon changed status from new to closed
[2018-12-25 23:36:38 UTC] kon set resolution to fixed
[2018-12-25 23:36:38 UTC] kon wrote:
synch:3.2.1 is the fix