On Fri Nov 4, 2022 at 12:45 AM GMT, jgart wrote: > Interesting bug: > > It does build eventually but after taking a long time and emitting this > warning: > > WARNING: Use of `load' in declarative module (guix ui). Add #:declarative? > #f to your define-module invocation. > WARNING: (guix build python-build-system): imported module (guix build utils) > overrides core binding `delete'
These are normal, IME. (They should be fixed at some point though...) > I've only observed this happening after running `make clean-go`. Sure; make clean-go deletes all the compiled .go files, so it makes sense that it'd take a while to finish after that. -- (