Opened 11 years ago
Closed 11 years ago
#122 closed defect (fixed)
matreshka doesn't build on FreeBSD with sqlite3 installed
Reported by: | john.marino | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.2.0 |
Component: | Matreshka | Version: | 0.1.1 |
Keywords: | configure sqlite3 | Cc: |
Description
After successfully building matreshka with postgresql, I installed sqlite3 via freebsd ports. The build process exits with "raised CONSTRAINT_ERROR: attempt to delete key not in map".
Using gdb to break on raised exceptions, the problem was traced to:
tools/configure/configure-sqlite3.adb:99
See complete log of gdb attached.
Attachments (2)
Change History (5)
by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
gdb traces