Peter Polidoro skribis:
> Is it possible for ./pre-inst-env guix build to also be affected by my home
> environment? If so, is it possible to run that in a container as well for
> better isolation?
Maybe. Using pre-inst-env should work in a container created with:
guix shell -C -P -W -D guix
Guillaume Le Vaillant writes:
I also go this error recently. I was able to make it work by
using a container with "guix shell -C -D guix -- make".
That works, thanks!
Is it possible for ./pre-inst-env guix build to also be affected by my home
environment? If so, is it possible to run that
Peter Polidoro skribis:
> Tomas Volf <~@wolfsden.cz> writes:
>>
>> Could you perhaps share the error you got?
>>
>
> DOT doc/images/service-graph.png
> Error: Could not set character size
> make[2]: *** [Makefile:7330: doc/images/service-graph.png] Error 1
> make[2]: Leaving directory '/ho
Tomas Volf <~@wolfsden.cz> writes:
>
> Could you perhaps share the error you got?
>
DOT doc/images/service-graph.png
Error: Could not set character size
make[2]: *** [Makefile:7330: doc/images/service-graph.png] Error 1
make[2]: Leaving directory '/home/polidorop/guix'
make[1]: *** [Makefil
On 2024-05-01 10:10:28 -0400, Peter Polidoro wrote:
> I have been unable to make the guix repository master branch without it
> failing due to errors for maybe a week or more.
>
> I am just curious if the repository occasionally gets into a broken state
> and I just need to wait until some set of c