Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#76898 - [racket-minimal] should not install the dummy `docindex.sqlite'
Attached to Project:
Community Packages
Opened by usao (usao) - Wednesday, 21 December 2022, 10:03 GMT
Last edited by George Rawlinson (rawlinsong) - Friday, 23 December 2022, 07:37 GMT
Opened by usao (usao) - Wednesday, 21 December 2022, 10:03 GMT
Last edited by George Rawlinson (rawlinsong) - Friday, 23 December 2022, 07:37 GMT
|
DetailsDescription:
Additional info: * package version(s) * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: |
This task depends upon
Closed by George Rawlinson (rawlinsong)
Friday, 23 December 2022, 07:37 GMT
Reason for closing: Fixed
Additional comments about closing: 8.7-2
Friday, 23 December 2022, 07:37 GMT
Reason for closing: Fixed
Additional comments about closing: 8.7-2
FS#60413?1. As I understand,
FS#60413is about the main distribution, not the minimal distribution. Since only the main distribution comes with `racket-index', only it needs to install the `docindex.sqlite' file (which should be a _generated_ database);2. No, the setup still deadlocks for me in a new container. It's specifically the _setup_ that deadlocks, not the downloading or installation of the package, because the rendering of the Scribble file tries to access the dummy database;
3. An alternative way to reproduce the deadlock is to manually invoke `show-content' (from the `drracket/check-syntax' module in the `drracket-tool-text-lib' package). Below is the result I receive along with the deadlock:
> (require drracket/check-syntax)
> (show-content
(read-syntax
(build-path (current-directory) "dummy-file.rkt")
(open-input-string "#f")))
; virtual-statement: no such table: documented
; error code: 1
; [,bt for context]
which is, again, fixed by removing the dummy database.