bug#59551: Failed to Build docker 20.10.17

2022-11-24 Thread Edison Ibáñez
=== Failed === FAIL: pkg/fsutils TestSupportsDTypeWithFType0XFS (0.02s) fsutils_linux_test.go:48: Executing `mkfs.xfs [-m crc=0 -n ftype=0 /tmp/guix-build-docker-20.10.17.drv-0/fsutils-image1756590102]` fsutils_linux_test.go:51: Filesystem must be larger than 300MB. Usage: mkfs.xfs

bug#56398: (guix git) fails to check out repos with nested submodules

2022-11-24 Thread bokr
Hi, On +2022-11-24 12:17:01 -0300, André Batista wrote: > Hi! > > qui 04 ago 2022 às 13:59:20 (1659632360), ludovic.cour...@inria.fr enviou: > > I think we should instead report it upstream. Do you feel like doing > > it? I guess we’d need to give them the C version of the three-line > > snippe

bug#59508: mpv compiled without x11 support

2022-11-24 Thread Saku Laesvuori via Bug reports for GNU Guix
> I believe this was fixed by commit > 78f03567f44f704dfbc03cb64368aa42a01e78ad, though not by adding > ‘--enable-x11’ (see ). > > Anyway it definitely works for me on X11. Could you confirm? Yes, that seems to have fixed it. - Saku signature.asc Description

bug#59519: LibreOffice 7.3.5.2 fails to build on i686-linux

2022-11-24 Thread Ricardo Wurmus
I tried building with ld-gold-wrapper, but it didn’t fix it: --8<---cut here---start->8--- ld: /tmp/guix-build-libreoffice-7.3.5.2.drv-0/libreoffice-7.3.5.2/workdir/CxxObject/svtools/source/misc/imageresourceaccess.o: warning: relocation against `_ZThn20_N4cp

bug#30948: [PATCH core-updates] guix: Reap finished child processes in build containers.

2022-11-24 Thread Maxim Cournoyer
Hi, l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Carlo Zancanaro skribis: > >> On Fri, Mar 30 2018, Ludovic Courtès wrote: From what I can understand it's one of pid 1's responsiblities to reap child processes, so I would expect this to be set up for every builder, before t

bug#59546: qutebrowser and icecat stuck in infinite browser checks (cloudflare) on applicable sites

2022-11-24 Thread bdju
I have hit this issue before, but not in a while. I don't know for sure when the issue came back as it only matters for the initial login or visit of the offending sites, so if you manage to get past you'll be good until your cookie expires or gets deleted somehow. I got logged out of many sites in

bug#56398: (guix git) fails to check out repos with nested submodules

2022-11-24 Thread André Batista
Hi! qui 04 ago 2022 às 13:59:20 (1659632360), ludovic.cour...@inria.fr enviou: > I think we should instead report it upstream. Do you feel like doing > it? I guess we’d need to give them the C version of the three-line > snippet I gave earlier. Upstream issue #6433[1] Apparently, GIT_SUBMODULE

bug#57589: Guix hands on GDM with wayland

2022-11-24 Thread mirai
I believe I'm in a similar situation here. Like Grigory, I also have my /tmp directory mounted as tmpfs: ``` (file-system (mount-point "/tmp") (device "none") (type "tmpfs") (flags '(no-dev no-suid no-atime)) (check? #f)) ``` But GDM launches in X11 mode as seen with 'loginctl show-sess