Re: Missing module suggestions from csc on chicken 5.3 on armbian
Felix Winkelmann via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Mon Aug 11, 2025 at 3:11 PM CEST, Matt Welland via Chicken-users wrote:
> The statements suggesting modules to import are missing on Debian (armbian
> in my case):
>
The module-db holding the information for the suggestions is
normally built during install time ("chicken-install -update-db").
Perhaps the debian package is missing this step?
cheers,
felix