bug#40496: cannot install bootloader

2020-04-07 Thread Arne Babenhauserheide
Marius Bakke writes: > Arne Babenhauserheide writes: > >> Marius Bakke writes: >> >>> Arne Babenhauserheide writes: 1. &message: "'/gnu/store/xlcbi7dc89n4wvyz4jk6j0g4590ymi6q-grub-efi-2.04/sbin/grub-install --boot-directory //boot --bootloader-id=Guix --efi-directory //boo

bug#40496: cannot install bootloader

2020-04-07 Thread Marius Bakke
Arne Babenhauserheide writes: > Marius Bakke writes: > >> Arne Babenhauserheide writes: >> >>> The error I receive: >>> >>> building >>> /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv... >>> Backtrace: >>>1 (primitive-load "/root/.config/guix/current/bin/gui

bug#40499: mcron missing initial directories?

2020-04-07 Thread Danny Milosavljevic
$ crontab -e In unknown file: 0 (copy-file "/tmp/crontab.10313" "/var/cron/tabs/dannym") ERROR: In procedure copy-file: In procedure copy-file: No such file or directory /var/cron doesn't exit either. Maybe we should automatically create /var/cron ? pgpvgsUxnY5_R.pgp Description: O

bug#40496: cannot install bootloader

2020-04-07 Thread Arne Babenhauserheide
Ludovic Courtès writes: > Arne Babenhauserheide skribis: >> building >> /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv... >> Backtrace: >>1 (primitive-load "/root/.config/guix/current/bin/guix") >> In guix/ui.scm: >> 1936:12 0 (run-guix-command _ . _) >>

bug#40496: cannot install bootloader

2020-04-07 Thread Ludovic Courtès
Hi, Arne Babenhauserheide skribis: > building > /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv... > Backtrace: >1 (primitive-load "/root/.config/guix/current/bin/guix") > In guix/ui.scm: > 1936:12 0 (run-guix-command _ . _) > > guix/ui.scm:1936:12: In proc

bug#26302: Deploying the i18n’d web site

2020-04-07 Thread pelzflorian (Florian Pelz)
On Tue, Apr 07, 2020 at 11:18:56PM +0200, Ludovic Courtès wrote: > I haven’t tested it though. I’m a bit concerned about the rewrite rule, > because there are bits that should not be rewritten, like: > > /manual (must not be: /LANG/manual, at least for now) > /guix-refcard.pdf > … > > Will

bug#40493: installer: Provide a way to select multiple keyboard layouts

2020-04-07 Thread pelzflorian (Florian Pelz)
On Tue, Apr 07, 2020 at 10:38:16PM +0200, Ludovic Courtès wrote: > Overall LGTM! Minor suggestion below: I will make a new patch tonight and follow your suggestions. Thank you! The layout toggling worked fine btw, except Arabic layout is called "ara" and not "ar" in base.xml … Regards, Florian

bug#26302: Deploying the i18n’d web site

2020-04-07 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: >> What would it take to complete the i18n’d web site deployment? It would >> be great to get that done by the time of the next release. >> > > set_from_accept_language $lang en de; > > would better be a global directive. en comes first so it i

bug#40496: cannot install bootloader

2020-04-07 Thread Arne Babenhauserheide
Marius Bakke writes: > Arne Babenhauserheide writes: > >> The error I receive: >> >> building >> /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv... >> Backtrace: >>1 (primitive-load "/root/.config/guix/current/bin/guix") >> In guix/ui.scm: >> 1936:12 0 (r

bug#40496: cannot install bootloader

2020-04-07 Thread Marius Bakke
Arne Babenhauserheide writes: > The error I receive: > > building > /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-install-bootloader.scm.drv... > Backtrace: >1 (primitive-load "/root/.config/guix/current/bin/guix") > In guix/ui.scm: > 1936:12 0 (run-guix-command _ . _) > > guix/ui.s

bug#40493: installer: Provide a way to select multiple keyboard layouts

2020-04-07 Thread Ludovic Courtès
Good evening comrades! "pelzflorian (Florian Pelz)" skribis: > IMHO two things should be done: > > * Within the installer, a toggleable second keyboard layout should be > available by default. > > Mathieu enabled changing the layout via the F1 help menu. This is > good and more flexible a

bug#40496: cannot install bootloader

2020-04-07 Thread Arne Babenhauserheide
When using LANG=C guix system reconfigure -k /etc/config.scm I receive an error. I am currently booting off the guix install USB stick, rewiring the disk in grub, because my bios does not find my system disk. The error I receive: building /gnu/store/fyn1cmq9p38ipp5mlbx1z4gs84qd5jg4-insta

bug#35913:

2020-04-07 Thread Marius Bakke
This is no longer an issue.

bug#35914:

2020-04-07 Thread Marius Bakke
Guile seems to build reliably now, closing.

bug#25961: Compiling new guix on old guix: 'waitpid' -1 failed unexpectedly: No child processes

2020-04-07 Thread Marius Bakke
This was likely due to ABI breakage, which is caught and reported automatically in recent versions of Guix.

bug#24168: Offloading builds does not honor --keep-failed

2020-04-07 Thread Marius Bakke
This is a feature, not a bug; and the other points discussed have been resolved. Closing!

bug#35108: ungoogled-chromium fails to install

2020-04-07 Thread Marius Bakke
The ungoogled-chromium build process no longer requires boatloads of memory, and is also much more stable on the build farm. Closing.

bug#26797: qemu looks for smbd at /usr/sbin

2020-04-07 Thread Marius Bakke
Ricardo Wurmus writes: > Qemu comes with support for sharing files with a guest via Samba. This > is done by appending something like this to the qemu-system-* > invocation: > > … -net user,smb=$HOME/Downloads -net nic > > Qemu needs to be told *at configure time* where the smbd executable w

bug#36267:

2020-04-07 Thread Marius Bakke
This was fixed in deeaa9e1993b9c4684be8879d154000d234a5c24.

bug#28138: bug build python-pygit2 on guix 0.13

2020-04-07 Thread Marius Bakke
This was fixed a long time ago, closing.

bug#40493: installer: Provide a way to select multiple keyboard layouts

2020-04-07 Thread pelzflorian (Florian Pelz)
On Tue, Apr 07, 2020 at 07:12:34PM +0200, Mathieu Othacehe wrote: > Now it would be nice to support multiple keyboard layout selection from > the installer, so that a configuration like to one above is generated. > > Thanks, > > Mathieu Ludo responded to the other bug: On Tue, Apr 07, 2020 at 1

bug#40488: Finance packages broken in recent Guix: error: beancount: unbound variable

2020-04-07 Thread Christopher Baines
Marius Bakke writes: > Christopher Baines writes: > >> → guix describe >> Generation 181 Apr 07 2020 16:55:29(current) >> guix 1e96e6a >> repository URL: https://git.savannah.gnu.org/git/guix.git >> branch: master >> commit: 1e96e6ac8bc0285cc2adfac4ac29b538b84d5dfc >> >>

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-04-07 Thread Mathieu Othacehe
Hey, > Ideally we’d also offer a way to choose multiple layouts in the > installer, so that one can end up with: > > (keyboard-layout "ar,us" #:options '("grp:alt_shift_toggle")) > > Although that’s mostly useful for the console as GDM and GNOME should be > able to do the right thing. > > Anyw

bug#40493: installer: Provide a way to select multiple keyboard layouts

2020-04-07 Thread Mathieu Othacehe
Hello, The installer gained support for keyboard layout switching from every step recently[1]. It is also possible with commit 2729cb406d9f3e9eb22cc660f887138134edb3a8 to specify comma-separated keyboard layouts, this way: --8<---cut here---start->8--- (keyb

bug#40488: Finance packages broken in recent Guix: error: beancount: unbound variable

2020-04-07 Thread Marius Bakke
Christopher Baines writes: > → guix describe > Generation 181Apr 07 2020 16:55:29(current) > guix 1e96e6a > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 1e96e6ac8bc0285cc2adfac4ac29b538b84d5dfc > > → guix build ledger > Backtrace:

bug#40490: difficulties opening gnome-maps

2020-04-07 Thread Christopher Howard
Hi, I have been using gnome-maps for a few months. It has always been the case that I can open gnome-maps fine from a terminal. Also, if I run Alt-F2 gnome-maps, this also works. However, if I press Meta key (Windows key) and type map, the, the Maps application is selectable, but if I select it, gn

bug#40489: flatpak segfaults

2020-04-07 Thread marmulak
Hey buddy, I tried running flatpak on a freshly installed Guix system (today) and for some reason it segfaults when I try to add the flathub repo. I was told to report the bug to you. I've attached the command output, Flatpak version is 1.4.3. It also complains about XDG_DATA_DIRS as you can se

bug#40488: Finance packages broken in recent Guix: error: beancount: unbound variable

2020-04-07 Thread Christopher Baines
→ guix describe Generation 181 Apr 07 2020 16:55:29(current) guix 1e96e6a repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 1e96e6ac8bc0285cc2adfac4ac29b538b84d5dfc → guix build ledger Backtrace: 1 (primitive-load "/home/chris/.config/gu

bug#35274: guix unable to pull or reconfigure as root

2020-04-07 Thread Marius Bakke
Closing due to lack of feedback.

bug#33676: GuixSD on eoma68-a20?

2020-04-07 Thread Marius Bakke
Ricardo Wurmus writes: > Marius Bakke writes: > >> Is this bug report still relevant? > > The EOMA68-A20 board still hasn’t been completed, so I think it’s fine > to close this bug report. OK. There has been quite a lot of work getting Guix System running on various boards since this was opene

bug#33676: GuixSD on eoma68-a20?

2020-04-07 Thread Ricardo Wurmus
Marius Bakke writes: > Is this bug report still relevant? The EOMA68-A20 board still hasn’t been completed, so I think it’s fine to close this bug report. -- Ricardo

bug#26714: non-intel systems should use grub-efi

2020-04-07 Thread Marius Bakke
GRUB builds successfully on armhf and aarch64 nowadays, so I'm closing this bug.

bug#33676: GuixSD on eoma68-a20?

2020-04-07 Thread Marius Bakke
Is this bug report still relevant?

bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode

2020-04-07 Thread Marius Bakke
amar writes: > Hi, > > I have an issue with guixSD installation. > > I tried to install GuixSD 0.14 x86_64 on my machine. The installation media > didn't boot in the uefi mode which is to say the startup messages showed this > is the error message: > "fb: switching to amdgpudrmfb from EFI VGA"

bug#33953: reconfigure not working tl; dr : EFI not mounted to /boot/efi

2020-04-07 Thread Marius Bakke
Joshua Branson writes: > Perhaps for now, I'll just throw in this patch that modifies an > guix/system/examples desktop file. The "full blown" desktop has a UEFI > boot, but it does not show the (file-system (type "vfat") ...) example. > This patch should fix that. Pierre pushed an identical pa

bug#36930: NSS 3.45 fails to build on armhf-linux

2020-04-07 Thread Marius Bakke
This was fixed a while back, closing.

bug#40482: Test failure in tests/packages.scm after merging master into core-updates

2020-04-07 Thread Marius Bakke
On the current "core-updates" branch (commit a533c5a1835cbeafaf595c4474e2ce6adde7de8d), one test starts to fail if commits 190ddfe21e3d87719733d12fb9b5eb176125a49f and a187cc562890895ad41dfad00eb1d5c4a4b00936 are applied: --8<---cut here---start->8--- test-name:

bug#25569: Changing the HTTP/FTP proxy used by the daemon is inconvenient

2020-04-07 Thread Ludovic Courtès
Ludovic Courtès skribis: > l...@gnu.org (Ludovic Courtès) skribis: > >> Changing the HTTP{,S} and FTP proxies used by guix-daemon is >> inconvenient, especially when doing a GuixSD install, as reported by >> Divan Santana at: >> >> https://lists.gnu.org/archive/html/help-guix/2017-01/msg00047.

bug#40478: feature request/idea: guix pull --news should show information about new package replacements

2020-04-07 Thread Ludovic Courtès
Hi, Jack Hill skribis: > I'm an avid reader of `guix pull --news`. I like learning about new > and updated software. However, I noticed that when a package gains a > new replacement (e.g. for a security fix via grafting), it is not > mentioned. We do not show all changes to package definitions i

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-04-07 Thread Ludovic Courtès
Hi! Mathieu Othacehe skribis: >> Yes please! (BTW, sorry for the latency when replying; if you want, >> please do chime in on #guix on IRC.) > > Merged! Heh, I know you are already quite busy :p > > The installer tests are really a nice addition. Being able to test it > running: > > make check-

bug#25569: Changing the HTTP/FTP proxy used by the daemon is inconvenient

2020-04-07 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Changing the HTTP{,S} and FTP proxies used by guix-daemon is > inconvenient, especially when doing a GuixSD install, as reported by > Divan Santana at: > > https://lists.gnu.org/archive/html/help-guix/2017-01/msg00047.html > > We should add a service-sp

bug#32930: Broken ASDF tests?

2020-04-07 Thread Pierre Neidhardt
Fixed in 92da05885c780fb92694f0d84ceda093b1b67db8. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

bug#40405: System log files are world readable

2020-04-07 Thread Ludovic Courtès
Hi, Bengt Richter skribis: > On +2020-04-07 00:07:14 +0200, Ludovic Courtès wrote: >> Hi, >> >> Ludovic Courtès skribis: >> >> > In the meantime, the patch below fixes the syslogd problem. Also >> > attached is a patch for the accounting database, though that one is >> > questionable. >> >>