bug#53506: guix-packages-base.drv leads to segfault on i686-linux

2022-02-11 Thread André Batista
Hi Ludo! seg 07 fev 2022 às 23:00:27 (1644285627), l...@gnu.org enviou: > Hi! > > An update: with changes made in Guile “main” over the last couple of > weeks, memory consumption is 20% lower and compilation is 20% faster > compared to 3.0.7 (on x86_64): > > To be continued… I don't know if it

bug#53936: Failure of 'guix pull' on ARM

2022-02-11 Thread Thovthe via Bug reports for GNU Guix
Running a `guix pull` on my arm machine took much longer than it has before (~8hrs vs. 3hrs max) and failed. The guix install is ~100 days out of date, and on a foreign distro. Below is some of the terminal output before the failure. ``` zziplib-0.13.72-checkout 770KiB 703KiB/s 00:01

bug#53830: bug in guix pull on cubietruck with forgin distro

2022-02-11 Thread vasket via Bug reports for GNU Guix
Hello, found a bug while runnig guix pull and was ask to report it here. Host: armbian for cubietruck I'm happy to provide additonal info. | 'unpack' phas|Backtrace: 13 (primitive-load "/gnu/store/ffrd6lw9mprydbyyn8kvzq9mwxbpnvap-compute-guix-derivation") In ice-9/eval.scm:

bug#53499: build of clojure-tools failed

2022-02-11 Thread Steve George
Hi, Ryan fixed this in https://issues.guix.gnu.org/issue/53868 and build passed (https://ci.guix.gnu.org/eval/82102) so you should be able to update/test and close this bug. Cheers, Futurile

bug#53904: Using an http proxy, derivation failed

2022-02-11 Thread dal-blazej--- via Bug reports for GNU Guix
Hi, I am trying to get Guix in a QubesOS/debian 11 template. QubesOS expose a proxy in its templates, used mostly by apt and dnf. For some reason all my attempts to modify the systemd unit were un-successful so I simply exported it on the command line. However as you can see in the following

bug#53802: Failed to pull

2022-02-11 Thread qucchia
Hi, I installed the Guix package manager on my Raspberry Pi 4 and when running guix pull got an error message. I've attached the output below. Thanks for your help! pi@bud:~ $ guix pull hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' package and defining `GUIX_LOCPATH',

bug#53712: Guix System hangs after boot with linux-libre 5.15.17

2022-02-11 Thread Squirrel via Bug reports for GNU Guix
It seems that this is a bug from upstream linux, which may be patched soon. Please see https://lore.kernel.org/stable/164448100914.10463.9523338503936670263.kv...@kernel.org/ Blacklisting the iwlwifi kernel module works as a workaround for now, as is suggested by Jason Self, the maintainer of

bug#53907: font-ibm-plex has a nonfree dependency

2022-02-11 Thread Greg Farough
Hi, Guix developers: As far as I can tell, the IBM Plex family of fonts requires the nonfree program FontLab Studio to build. From Plex's GitHub[1] page: > To build binary font files from .vfb sources you need FontLab Studio > 5. A Python script called IBM Plex export FDK files.py is necessary

bug#53559: Mutter test-suite is flaky

2022-02-11 Thread Liliana Marie Prikler
Am Montag, dem 31.01.2022 um 00:27 -0500 schrieb Maxim Cournoyer: > You'd want to let upstream know about these flaky tests, and add the > reference to the upstream issue in a comment so we can track > progress. Pushed with said reference. Cheers

bug#40558: Modular TexLive "Insufficient extension fonts" and duplicate fonts

2022-02-11 Thread Ricardo Wurmus
I can reproduce this with a simpler document: --8<---cut here---start->8--- \documentclass{article} \usepackage{amsfonts} \begin{document} \begin{equation} x \end{equation} \end{document} --8<---cut here---end--->8---

bug#52808: Guix home should not assume that all targets are dot files

2022-02-11 Thread Andrew Tropin
On 2022-02-08 10:46, Ludovic Courtès wrote: > Hi, > > Andrew Tropin skribis: > You can elaborate more on what you try to achieve and I can try to give you a recommendation how to implement it. >>> >>> I’d expect ‘home-files-service-type’ to do just that: add files to the >>> home

bug#40558: Modular TexLive "Insufficient extension fonts" and duplicate fonts

2022-02-11 Thread zimoun
Hi Ricardo, On Fri, 21 Jan 2022 at 18:21, Ricardo Wurmus wrote: >> The only way I have gotten it to typeset under a texlive-union so far is by >> munging texlive-amsfonts as Jelle mentioned. > > I have since added texlive-amsfonts/fixed, which installs all the files > it is supposed to

bug#53940: Wrong gcc path ?

2022-02-11 Thread Cayetano Santos via Bug reports for GNU Guix
Hello Guix, I'm building a container with 'guix shell --container', and including gcc-toolchain. Under /gnu/store I get gcc 11.2 as well as gcc 10.3, both with -lib directories. Problem is I get an error about GLIBCXX_3.4.29 missing. My software compiles (and finds) the wrong gcc

bug#53903: aarch64: failed to compute the derivation for Guix

2022-02-11 Thread pukkamustard
Ricardo Wurmus writes: > [..] > >> >> I tried building it again on the Overdrive machine, and it succeeded. I >> also tried building it with --cores=1 on the HoneyComb machine and that >> succeeded too. > > I have not been able to build this on Kreuzberg (a HoneyComb machine) > with

bug#53903: aarch64: failed to compute the derivation for Guix

2022-02-11 Thread Ricardo Wurmus
pukkamustard writes: > Ricardo Wurmus writes: > >> [..] >> >>> >>> I tried building it again on the Overdrive machine, and it succeeded. I >>> also tried building it with --cores=1 on the HoneyComb machine and that >>> succeeded too. >> >> I have not been able to build this on Kreuzberg (a

bug#53915: No way of replacing an input in modify-input syntax structure but keep all the outputs

2022-02-11 Thread Gordon Quad via Bug reports for GNU Guix
On Thu, Feb 10, 2022 at 09:03:56PM +0100, Liliana Marie Prikler wrote: > Am Donnerstag, dem 10.02.2022 um 10:09 + schrieb Gordon Quad: > > poppler package include glib as a native-input with "bin" output. > > > > If I am doing the following: > > > > (package/inherit poppler > >