bug#49847: OpenGL applications may fail to run on foreign distributions

2023-08-07 Thread Maxim Cournoyer
Hello, With even nvidia going with free drivers (sadly not free firmware blobs), I think we can put this issue to rest, at least for now. -- Thanks, Maxim

bug#63948: qtbase@6 retains reference to ‘gcc-final’

2023-08-07 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > The closure of ‘qtbase’ is unreasonable large, and this is in part > because it retains a reference to GCC: > > $ guix graph -t references --path qtbase > /gnu/store/gqld7hz5vm4g904g7nc77z7wzvdrrwyb-zlib-1.2.13 > /gnu/store/0zqk6bmgvwxh1kx963hhknwnqh3h0iik-qtbas

bug#65136: mktexpk cannot create bitmap font for umvs

2023-08-07 Thread Nicolas Goaziou
Hello, "Dr. Arne Babenhauserheide" writes: > I restarted my system after a few weeks of uptime and now my LaTeX files > no longer compile: I get the error > > kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+437/600 --dpi 1037 > umvs > mktexpk: don't know how to create bitmap font for um

bug#65136: mktexpk cannot create bitmap font for umvs

2023-08-07 Thread Dr. Arne Babenhauserheide
Hi, I restarted my system after a few weeks of uptime and now my LaTeX files no longer compile: I get the error kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+437/600 --dpi 1037 umvs mktexpk: don't know how to create bitmap font for umvs. mktexpk: perhaps umvs is missing from the map fil

bug#63068: [PATCH] gnu: apache mirror URLs substituted by CDN URL

2023-08-07 Thread Greg Hogan
On Thu, May 4, 2023 at 4:23 AM Julian Flake wrote: > > * guix/download.scm (Apache mirrors are substituted by CDN): > --- > guix/download.scm | 13 ++--- > 1 file changed, 2 insertions(+), 11 deletions(-) > > diff --git a/guix/download.scm b/guix/download.scm > index 561a893eee..ce29e12ae

bug#58146: Acknowledgement (podman issues)

2023-08-07 Thread Hartmut Goebel
These are now fixed, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63928-- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#64827: texlive is broken

2023-08-07 Thread Andreas Enge
Hello, my suggestion for the monolithic texlive package is in the branch wip-texlive-mono. It is now updated to the latest version from 2023. Two phases and the --with-system-libgs configure flag can be dropped (which will also be the case for the modular package). So far, everything is in a sepa

bug#65127: Python-pytorch slow

2023-08-07 Thread Cayetano Santos via Bug reports for GNU Guix
Hi guix, I just noticed that the following line (latest guix, as for today) guix shell -C --emulate-fhs --network python python-pytorch python-torchvision -- python3 quickstart_tutorial.py with https://raw.githubusercontent.com/pytorch/tutorials/main/beginner_source/basics/quick

bug#64775: /run should be cleaned on boot

2023-08-07 Thread Maxim Cournoyer
Hi, Hilton Chain via Bug reports for GNU Guix writes: > Hi all, > > On Sat, 22 Jul 2023 04:24:17 +0800, > Saku Laesvuori via Bug reports for GNU Guix wrote: >> >> [1 ] >> > > I vote for TMPFS, since that would also reduce flash wear. >> > > Honestly I don't get why it's not already using TMPFS.

bug#65111: GnuCash cannot get online quotes

2023-08-07 Thread Maxim Cournoyer
Hello, Altadil via Bug reports for GNU Guix writes: > Hi, > > GnuCash 5.3, as packaged in Guix, cannot access quote sources. When > adding a new security, it displays "Warning: Finance::Quote not > installed properly." and the "Get Online Quotes" checkbox is greyed > out. > > I am on an up-to-da

bug#64827: texlive is broken

2023-08-07 Thread Andreas Enge
Am Thu, Jul 27, 2023 at 12:59:21PM +0200 schrieb Andreas Enge: > PS: While trying to push I noticed that there is a branch wip-texlive > from January 2022; I suppose this can be deleted now? Done. The branch appears to have been merged around that time. Andreas

bug#45139: Dico fails with "Read-only file system" message

2023-08-07 Thread Ludovic Courtès
Hello, Replying to an old bug… "Jorge P. de Morais Neto" skribis: > Hi. Some time ago I was able to use Guix-installed dico on my Debian > buster system, but since some days ago it fails with > > $ dico -tvvv puppy > dico: Error: Invalid reply from server > dico: Error: /home/jorge

bug#64593: ‘guix system image’ fails to create image while invoking ‘grub-bios-setup’

2023-08-07 Thread Ludovic Courtès
Hi, Josselin Poiret skribis: > From: Josselin Poiret > > * gnu/system/image.scm (mbr-disk-image, mbr-raw-image-type): New variables. > * guix/scripts/system.scm (%default-options): Use mbr-raw-image-type by > default. > --- > > How about this for now? I think the bootloader/image-type situatio

bug#64593: ‘guix system image’ fails to create image while invoking ‘grub-bios-setup’

2023-08-07 Thread Ludovic Courtès
Hi, Josselin Poiret skribis: > Sergey Trofimov writes: > >> shouldn't it be `(bootloader grub-efi-bootloader)` if you're >> building a `efi-raw` image? >> With efi grub it builds and boots just fine, as I've tested before >> submitting the patch. > > I think I agree with you that you should e