bug#39834: make check fails

2020-10-07 Thread Damien Cassou
zimoun writes: > Have you succeed to pass ’make check’ at the end? What is the status? I gave up on Guix and moved back to Nix. Best -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39542: Adding openvpn client configurations to guix system

2020-08-02 Thread Damien Cassou
Hi David, david larsson writes: > I think I have a solution for you, where you can start 3 different vpn's > with herd start vpn1-client, herd start vpn2-client etc. thank you very much. I've decided I would go for NixOS though. Best, -- Damien Cassou "Success is the ability to

bug#39950: flatpack packages can't open external applications

2020-03-21 Thread Damien Cassou
a, the exact same Flatpak command works fine: a browser opens. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39815: Sharing the store between a host and a guest

2020-03-09 Thread Damien Cassou
uix-daemon listens to (with > ‘--listen’); > > 3. share /var/guix with the guest. > > It would be easier if Unix-domain sockets could be forwarded between the > host and the guest, but that doesn’t seem to be the case. :-/ thank you Ludovic. -- Damien Cassou "Success is the ability

bug#39969: Inconsistent specification of a file-system's device

2020-03-07 Thread Damien Cassou
(string-prefix? "/dev/" source (operating-system-file-systems os))) The code above stores the result of file-system-device to the source variable and then expects it to be a string. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39968: nix-service-type doesn't work because of missing gcroots

2020-03-07 Thread Damien Cassou
s/per-user/cassou: permission denied stat: cannot stat /nix/var/nix/gcroots/per-user/cassou: No such file or directory Nix: WARNING: bad ownership on /nix/var/nix/gcroots/per-user/cassou, should be 1000 It seems /nix/var/nix/gcroots/per-user exists but the folder is empty. Best -- Damien Cassou

bug#39950: flatpack packages can't open external applications

2020-03-06 Thread Damien Cassou
up. When in bash, I can use xdg-open to open a web page without problem. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39834: make check fails

2020-03-04 Thread Damien Cassou
e] Error 1 make[1]: Leaving directory '/home/cassou/Documents/projects/guix/guix' make: *** [Makefile:5329: check] Error 2 Log is attached. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill Backtrace: In ice-9/threads.s

bug#39834: make check fails

2020-03-02 Thread Damien Cassou
zimoun writes: > I suppose that the Git repo is at the commit f76c16d, right? yes > The first test to fail is 'tests/lint.scm', right? > And is there only 2 failing tests? yes. And the log files for those are attached to my initial email. -- Damien Cassou "Success is the abil

bug#39835: Can't use ./pre-inst-env on Fedora

2020-03-02 Thread Damien Cassou
ontaining > all of the dependencies. Thank you for your explanation. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39851: [PATCH] Fix build of mozjs@17

2020-03-01 Thread Damien Cassou
mozjs@17 doesn't build. This patch fixes that. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill >From a81f42fe9b8174d4f4789fe201a050e5f7cab4f6 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Sun, 1 Mar

bug#39835: Can't use ./pre-inst-env on Fedora

2020-02-29 Thread Damien Cassou
_ #:select _ #:hide _ #:prefix _ #:renamer _ #:version _) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("no code for module" (gcrypt hash)) #f) ERROR: In procedure scm-error: no code for module (gcrypt hash) -- Damien Cassou "Success is the ability to go

bug#39834: make check fails

2020-02-29 Thread Damien Cassou
/guix/guix' make[1]: *** [Makefile:4859: check-recursive] Error 1 make[1]: Leaving directory '/home/cassou/Documents/projects/guix/guix' make: *** [Makefile:5327: check] Error 2 -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston

bug#39815: Sharing the store between a host and a guest

2020-02-29 Thread Damien Cassou
Hi Léo, Leo Famulari writes: > Currently Guix does not include tools to support your use case of > "writable and shared /gnu/store in the VM" […] Thank you very much for your extensive explanation. I understand things better now. -- Damien Cassou "Success is the a

bug#39815: Sharing the store between a host and a guest

2020-02-27 Thread Damien Cassou
think the --share option passed to `guix system vm-image` above doesn't do anything. If it is the case, I would expect the command to complain about the unknown parameter. Can anyone please give me a clue as to what is happening and why? Is there a way I can install applications in my VM? -- Dam

bug#39815: Sharing the store between a host and a guest

2020-02-27 Thread Damien Cassou
Hi, `guix system vm` generates a VM which shares /gnu/store with the host. However, the share is done read-only. The info pages recommends copying the VM image and making it writable. Is it possible/recommended to get a writable and shared /gnu/store in the VM? Best, -- Damien Cassou

bug#39632: Wrong keymap when decrypting master key

2020-02-17 Thread Damien Cassou
Tobias Geerinckx-Rice writes: > Didn't you already[0] report this bug as #39288? Then I'll merge > the two. no, it's not me. I deny it… Sorry, I'm getting old. Please merge them. -- Damien Cassou "Success is the ability to go from one failure to another without losing

bug#39632: Wrong keymap when decrypting master key

2020-02-16 Thread Damien Cassou
rget "/dev/sda") (keyboard-layout keyboard-layout))) Is there a way to enter my passphrase less often and/or always in Colemak? Thanks -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39542: Adding openvpn client configurations to guix system

2020-02-10 Thread Damien Cassou
service-type=org.freedesktop.NetworkManager.openvpn [vpn-secrets] password=some-password [ipv4] dns-search= method=auto never-default=true [ipv6] addr-gen-mode=stable-privacy dns-search= ip6-privacy=0 method=auto never-default=true -- Damien Cassou "Success is the ability to go from one failure to another without

bug#39542: Adding openvpn client configurations to guix system

2020-02-10 Thread Damien Cassou
/config.scm file. Thank you for your great work! -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39532: [PATCH] gnu: Add font-jetbrains-mono

2020-02-09 Thread Damien Cassou
* gnu/packages/fonts.scm (font-jetbrains-mono): New variable. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill >From 205001bb8f6d907a8dd820e0f1ba8c3f7fe50d4a Mon Sep 17 00:00:00 2001 From: Damien Cassou Dat

bug#39419: On the use of HTTPS for substitute server

2020-02-05 Thread Damien Cassou
vulnerabilities. If you believe the text is good as it is, please just ignore me and close the ticket. Thank you so much for Guix. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39419: On the use of HTTPS for substitute server

2020-02-04 Thread Damien Cassou
dict a bit the first? It seems to me that not validating a server's certificate means the client is vulnerable to a MITM attack where the attacker would know "whether your system has unpatched security vulnerabilities". -- Damien Cassou "Success is the ability to go from one failu

bug#39294: Can't run ./configure

2020-01-29 Thread Damien Cassou
zimoun writes: > Is your issue solved now? > Is it ok for closing this bug? my issue is solved for me so you can close the bug. But the next Fedora user will struggle similarly. You decide. -- Damien Cassou "Success is the ability to go from one failure to another without losing

bug#39325: Problem with locales

2020-01-29 Thread Damien Cassou
uix-daemon.service.in>, > and (2) run “guix pull && guix install glibc-locales@2.29” as root and > restart the service? Thank you, this fixed my problem. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39294: Can't run ./configure

2020-01-29 Thread Damien Cassou
n `M-x ansi-term`, sometimes `M-x eshell`. When frustrated by the first two I usually go to urxvt but I try to avoid that. Thank you all for your help. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39294: Can't run ./configure

2020-01-29 Thread Damien Cassou
; At this question, just kill it with a ^C, because if you say no, it > will ask the same for other packages. thank you for your answer. All of this is very confusing. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39325: Problem with locales

2020-01-28 Thread Damien Cassou
) nothing to be done $ guix describe Generation 1Jan 27 2020 21:46:02(current) guix 4fc4e5f repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 4fc4e5fdd9da6320aa94eeec61cbb84a7dc9460e Best, -- Damien Cassou "Success is the ability to go fro

bug#39294: Can't run ./configure

2020-01-28 Thread Damien Cassou
hange a thing. Also, I followed the easy installation method with guix-install.sh to I expect I'm using defaults. Best, -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39294: Can't run ./configure

2020-01-28 Thread Damien Cassou
gent: command not found... Similar command is: 'gpg-connect-agent' bash: gpgconf: command not found... Install package 'gnupg2' to provide command 'gpgconf'? [N/y] y Failed to install packages: gnupg2-2.2.18-2.fc31.x86_64 is already installed -- Damien Cassou "Success is the ability to go fro

bug#39294: Can't run ./configure

2020-01-28 Thread Damien Cassou
led guix should point to the master branch? I don't know how to do that though. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39294: Can't run ./configure

2020-01-26 Thread Damien Cassou
) is available... yes checking if (git) is available... no configure: error: Guile-Git is missing; please install it. I tried passing "--ad-hoc guile-git git" as parameter to "guix environment", but this doesn't fix the problem. -- Damien Cassou "Success is t

bug#39289: Can't use i3: status_command not found

2020-01-26 Thread Damien Cassou
It seems i3status should be installed as well to make i3 work with the automatically generated i3 configuration. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

bug#39289: Can't use i3: status_command not found

2020-01-26 Thread Damien Cassou
Hi, I've just installed Guix using graphical installation and I chose i3 as my WM. After first boot and even after upgrading my system, i3 always tells me that: Error: status_command not found or is missing a library dependency (exit: 127) -- Damien Cassou "Success is the ability to go

bug#39288: Wrong keyboard layout to decrypt hard drive

2020-01-26 Thread Damien Cassou
Hi, during graphical installation I chose to encrypt my hard drive and to use the colemak keyboard layout. After the system rebooted, typing the passphrase in colemak didn't work and I got dropped into rescue mode. The rescue mode is in qwerty, not colemak. Best, -- Damien Cassou "Su

bug#39287: [Graphical installation] Can't select location independently of language

2020-01-26 Thread Damien Cassou
Hi, I'm installing Guix using the graphical installation method. After choosing English as language I would like to choose France as location. This is not possible however as it seems only English-speaking locations are provided (see attached screenshot). Best -- Damien Cassou "Su