bug#44230: qjackctl cannot start jack2 unless it has been built with jack2 as an input

2020-10-25 Thread Nathan Dehnel
See https://github.com/rncbc/qjackctl/issues/96 for the error messages. I have just confirmed this by building qjackctl with jack2 as an input, verifying the settings are unchanged, and starting jackdbus from qjackctl.

bug#43960:

2020-10-25 Thread Miguel Ángel Arruga Vivas
Hi, I'm hitting this while testing some patches too. [env]$ make check-system TESTS=encrypted-root-and-boot-os [...] successfully built /gnu/store/32qhcfz3amwq9zisqnagdvrlpl3lr82a-guix-system-tests-modules.drv building /gnu/store/dsq1i6hfhqnx25gsa5m00q9a7d1vshql-module-import-compiled.drv... [

bug#43893: [PATCH v3] maint: update-guix-package: Prevent accidentally breaking guix pull.

2020-10-25 Thread Maxim Cournoyer
Hey Ludo, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> +(define %savannah-guix-git-repo-push-url >> + "git.savannah.gnu.org/srv/git/guix.git") > > [...] > >> +(define (find-origin-remote) >> + "Find the name of the git remote with the Savannah Guix git repo URL." >> + (and

bug#44175: [optimization] Grafting is too slow

2020-10-25 Thread Ludovic Courtès
Hi! Maxim Cournoyer skribis: $ time guix environment --ad-hoc --search-paths r-learnr guix environment --ad-hoc --search-paths r-learnr 5,90s user 0,09s system 210% cpu 2,844 total $ time guix environment --ad-hoc --search-paths r-learnr --no-grafts guix environment

bug#43893: [PATCH v3] maint: update-guix-package: Prevent accidentally breaking guix pull.

2020-10-25 Thread Ludovic Courtès
Hi again, How about this variant of the initial script? I think it addresses the main issues we discussed here: 1. By default it doesn’t re-add the source in the store, so wrong commit/hash issues are caught when running ‘guix build guix’. 2. It diagnoses dirty trees early on. It does

bug#43893: [PATCH v3] maint: update-guix-package: Prevent accidentally breaking guix pull.

2020-10-25 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > Ludovic Courtès writes: > > [...] > >>> Currently, we have: >>> >>> time make update-guix-package >>> git rev-parse HEAD >>> 4893a1394e2eb8b97995b491f2f37ed85513a20f >>> ./pre-inst-env >>> "/gnu/store/i7z4pfa0c22q0qkxyl7fy2nlp3w658yg-profile/bin/guile"

bug#43893: [PATCH v3] maint: update-guix-package: Prevent accidentally breaking guix pull.

2020-10-25 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > +(define %savannah-guix-git-repo-push-url > + "git.savannah.gnu.org/srv/git/guix.git") [...] > +(define (find-origin-remote) > + "Find the name of the git remote with the Savannah Guix git repo URL." > + (and-let* ((remotes (string-split (with-input-pipe-to-st

bug#44196: [PATCH 3/3 v2] gnu: grub: Add locale output.

2020-10-25 Thread Miguel Ángel Arruga Vivas
This v2 doesn't change the other patches, only this one, because it was the one I wasn't happy with. It changes from v1 as the separate output "locale" is not generated, but instead the mo files are placed into share/locale with the expected names. >From c8aff861461b599095d55b9f694e074d433c72bb M