Re: make clean-go breaks my build environment

2022-11-05 Thread jgart
On Sat, 05 Nov 2022 15:37:45 + "(" wrote: > Ahh. I thought you were talking about using ``make -j$(nproc)''. Use that and > it should get > a LOT faster. ah that was the missing step I was talking about. communication over email can be hard sometimes Should we document that running make is

Re: make clean-go breaks my build environment

2022-11-05 Thread (
On Sat Nov 5, 2022 at 3:35 PM GMT, jgart wrote: > For example, after running `make clean-go` building nnn which is a small > file manager takes the following: > > time ./pre-inst-env guix build nnn > WARNING: Use of `load' in declarative module (guix ui). Add #:declarative? > #f to your define-m

Re: make clean-go breaks my build environment

2022-11-05 Thread jgart
On Sat, 05 Nov 2022 15:17:47 + "(" wrote: > On Sat Nov 5, 2022 at 3:16 PM GMT, jgart wrote: > > I'm just wondering if I'm missing a step after running `make clean-go` > > in order to then get the speed up again. > > I don't think you are. > > -- ( So, just build a few times and it shoul

Re: make clean-go breaks my build environment

2022-11-05 Thread (
On Sat Nov 5, 2022 at 3:16 PM GMT, jgart wrote: > I'm just wondering if I'm missing a step after running `make clean-go` > in order to then get the speed up again. I don't think you are. -- (

Re: make clean-go breaks my build environment

2022-11-05 Thread jgart
On Fri, 04 Nov 2022 16:16:39 + "(" wrote: > Sure; make clean-go deletes all the compiled .go files, so it makes sense that > it'd take a while to finish after that. How about the time after the first compile after cleaning all the go files? I'm just wondering if I'm missing a step after runn

Re: make clean-go breaks my build environment

2022-11-04 Thread (
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

Re: make clean-go breaks my build environment

2022-11-03 Thread jgart
On Wed, 02 Nov 2022 02:48:03 -0500 jgart wrote: > On Wed, 02 Nov 2022 08:20:09 +0100 Ricardo Wurmus wrote: > > > > jgart writes: > > > > > after running `make clean-go` the build gets consistently stuck on > > > this message: > > > > > > WARNING: Use of `load' in declarative module (guix ui).

Re: make clean-go breaks my build environment

2022-11-02 Thread Csepp
"Philip McGrath" writes: > On Wed, Nov 2, 2022, at 3:48 AM, jgart wrote: >> On Wed, 02 Nov 2022 08:20:09 +0100 Ricardo Wurmus wrote: >>> >>> jgart writes: >>> >>> > after running `make clean-go` the build gets consistently stuck on >>> > this message: >>> > >>> > WARNING: Use of `load' in d

Re: make clean-go breaks my build environment

2022-11-02 Thread Philip McGrath
On Wed, Nov 2, 2022, at 3:48 AM, jgart wrote: > On Wed, 02 Nov 2022 08:20:09 +0100 Ricardo Wurmus wrote: >> >> jgart writes: >> >> > after running `make clean-go` the build gets consistently stuck on >> > this message: >> > >> > WARNING: Use of `load' in declarative module (guix ui). Add >> >

Re: make clean-go breaks my build environment

2022-11-02 Thread jgart
On Wed, 02 Nov 2022 08:20:09 +0100 Ricardo Wurmus wrote: > > jgart writes: > > > after running `make clean-go` the build gets consistently stuck on > > this message: > > > > WARNING: Use of `load' in declarative module (guix ui). Add #:declarative? > > #f to your define-module invocation. > >

Re: make clean-go breaks my build environment

2022-11-02 Thread Ricardo Wurmus
jgart writes: > after running `make clean-go` the build gets consistently stuck on > this message: > > 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 uti

make clean-go breaks my build environment

2022-11-01 Thread jgart
hi, after running `make clean-go` the build gets consistently stuck on this message: 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 bind