NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-vax/56451: sqlite broken



>Number:         56451
>Category:       port-vax
>Synopsis:       sqlite broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    port-vax-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 10 16:50:01 +0000 2021
>Originator:     Josh Moyer
>Release:        9.1 and 9.2 (and I think 9.0, also)
>Organization:
NODOMAIN.NET.
>Environment:
NetBSD rasterloop.nodomain.net 9.2 NetBSD 9.2 (RASTERLOOP) #0: Wed Oct  6 13:39:10 PDT 2021  root%rasterloop.nodomain.net@localhost:/usr/src/sys/arch/vax/compile/RASTERLOOP vax
>Description:
SQLite seems very broken on port-vax.  This breaks at least pkgin, also, and, so, high priority.  Verified on KA630 (MicroVAX II, 78032) and an emulated KA655 (MicroVAX 3800|3900, CVAX).  Verified as working on port-i386.
>How-To-Repeat:
rasterloop# cd /var/run/db/pkgin
rasterloop# rm pkgin.db
rasterloop# pkgin -yf update
pkgin: cannot create database: database disk image is malformed
rasterloop# sqlite3 foo.db
SQLite version 3.26.0 2018-12-01 12:34:55
Enter ".help" for usage hints.
sqlite> create table foo ( foo int null );
sqlite> select * from foo;
Error: database disk image is malformed
sqlite> .recover
Error: unknown command or invalid arguments:  "recover". Enter ".help" for help
sqlite> .quit
rasterloop#


>Fix:
No known fix.



Home | Main Index | Thread Index | Old Index