[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange error when adding module gnu/packages/engineering
From: |
address@hidden |
Subject: |
Re: Strange error when adding module gnu/packages/engineering |
Date: |
Sat, 07 Jan 2023 10:05:59 +0100 |
>Thinking more about it, since this a new module, there shouldn't be any
>recursive dependency problem.
>
>Probably you are missing some #:use-module at the top of your new
>module. I'd start minimal and see what works, and evaluate the package
>at the REPL for more accurate messages perhaps.
>
This package was building in a separate channel all fine. Porting it to guix
this strange error appeared. Commentig out the module engineering gets rid of
the error, but then I'm missing the dependency cgns to build the package.
OK will try the repl if this gives me more informative error messages, at the
moment I a bit stuck...