Re: Identifying cause of local package build

2023-05-25 Thread Eugen Stan
Hi, I would also check the size of /tmp partition. I build of iced-tea / openjdk was failing because it was running out of disk on /tmp. guix-daemon builds packages in /tmp . Some packages need a lot of disk to build. In my case I had to increase /tmp to 7.5 GB until the build passed. This

Re: Identifying cause of local package build

2023-05-25 Thread Simon Tournier
Hi, On mer., 24 mai 2023 at 20:56, Skyler Ferris via wrote: > the packages in my system configuration into a manifest and ran `guix weather` > against it, and it said that only 85% of packages have substitutes available. > I had assumed that substitutes should be available Yeah, some process

Re: Identifying cause of local package build

2023-05-24 Thread Skyler Ferris via
I believe I understand what is happening now, and it is the result of the way guix releases software and not a bug in my configuration. I put all of the packages in my system configuration into a manifest and ran `guix weather` against it, and it said that only 85% of packages have substitutes

Re: Identifying cause of local package build

2023-05-24 Thread Skyler
Thank you for the replies! The `guix refresh --list-transitive` command was helpful for what I was trying to do, although I now think I was going down the wrong path. While checking things in my system, I noticed that the guix command that was invoked under a root shell pointed to a different

Re: Identifying cause of local package build

2023-05-03 Thread Simon Tournier
Hi, On Fri, 28 Apr 2023 at 21:33, Skyler via wrote: > Is there an efficient way to track down what is causing this inkscape > to be built, aside from manually running `guix gc --referrers` on > every derivation until I (hopefully) find something that leads me to > the root cause? The list of

Re: Identifying cause of local package build

2023-05-01 Thread Felix Lechner via
Hi Skyler, On Mon, May 1, 2023 at 5:19 AM Skyler via wrote: > > The only thing that requires this variant of inkscape is dblatex. I believe your issue arises elsewhere—either with a different variant of dblatex that is not requested via your use of 'guix shell', or a completely different

Identifying cause of local package build

2023-05-01 Thread Skyler via
Hello, Recently (since at least this past weekend) when I try to `guix system reconfigure` or `guix home reconfigure`, my machine tries to do a local build of inkscape and ends up failing (I suspect this is due to low resources available on my machine as the log simply says that it was killed