bug#43753: rust-clippy does not provide the clippy command

2020-10-02 Thread Luis Felipe via Bug reports for GNU Guix
I'm using guix b61e057 in the Guix System. After installing rust-clippy (version 0.0.302), the "clippy" command is not found. ## Steps to reproduce 1. Open a terminal. 2. $ cd some-rust-project 3. $ cargo clippy ## Expected result Clippy lints the project. ## Unexpected result error: no

bug#43736: I think f43ffee... broke guix pull

2020-10-02 Thread Brendan Tildesley
I just got this running guix pull building guix-system-tests. looks kinda related to your patch since it mentions local-file [ 6/ 54] loading... 22.2% of 27 filesrandom seed for tests: 1601620953 [ 10/ 54] loading... 37.0% of 27 filesBacktrace: In ice-9/eval.scm: 163:9 19 (_ #(#(#

bug#43752: emacs-racer fails to install

2020-10-02 Thread Luis Felipe via Bug reports for GNU Guix
Trying to install emacs-racer with guix b61e057 in the Guix System, I get the following error: starting phase `set-SOURCE-DATE-EPOCH' phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds starting phase `set-paths' environment variable `PATH' set to `/gnu/store/k826y34z8zzjj57jv2nldmpw6vsdd

bug#43753: rust-clippy does not provide the clippy command

2020-10-02 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Luis Felipe via Bug reports for GNU Guix 写道: In the #guix channel, mroh checked the "rust-clippy" package and mentioned that it doesn't seem to have any output, which looks like a bug. No, it's intentional: (arguments `(#:skip-build? #t This means that Clippy was packaged to satisfy a

bug#43757: cuirass: Fail to fetch "guix" input.

2020-10-02 Thread Mathieu Othacehe
Hello, Running local tests, I have the following error: --8<---cut here---start->8--- 2020-10-02T11:54:09 fatal: uncaught exception 'misc-error' in 'build' fiber! 2020-10-02T11:54:09 exception arguments: (#f "Attempt to suspend fiber within continuation barr

bug#43760: cuirass: fail to install with simple configuration

2020-10-02 Thread Jonathan Brielmaier
Hi, I'm trying to set up a simple cuirass server. But in the last month I never got it working. This time I tried with help from Mathieu. cuirass-spec: ``` (define %cuirass-specs '((#:name . "my-manifest") (#:load-path-inputs . ("guix")) (#:package-path-inputs . ()) (#:proc-input .

bug#43760: cuirass: fail to install with simple configuration

2020-10-02 Thread Mathieu Othacehe
Hello Jonathan, > ice-9/boot-9.scm:1669:16: In procedure raise-exception: > Wrong type (expecting string): #f Thanks for the bug report. This should be fixed with d6a8f0a9781a90c3037f25e51d7ff32e50f7a8c1. You will then probably hit this one: https://issues.guix.gnu.org/43757 but we'll see th

bug#43762: ‘guix environment -C’ containers lack /etc/hosts

2020-10-02 Thread Ludovic Courtès
Hi! Look: --8<---cut here---start->8--- $ guix environment -C --ad-hoc coreutils -- cat /etc/hosts cat: /etc/hosts: No such file or directory $ guix describe Generacio 162 Oct 01 2020 00:23:38(nuna) guix 7607ace repository URL: https://git.savannah.

bug#43763: guix deploy sometimes fail with error "failed to start Guile on remote host 'myhost'"

2020-10-02 Thread Maxim Cournoyer
Hello, Sometimes 'guix deploy' ends up failing near the end, with what looks like: --8<---cut here---start->8--- guix deploy: sending 180 store items (1,094 MiB) to 'myhost'... [...] (progress bar) guix deploy: error: failed to deploy mymachine: failed to start

bug#43760: cuirass: fail to install with simple configuration

2020-10-02 Thread Mathieu Othacehe
>> https://issues.guix.gnu.org/43757 > > I do :( At least it's reproducible. Using one input works, but using more than one input causes an exception during git fetching. It seems to be broken since at least a few months. It makes me think that we need a stronger test suite for Cuirass. Thanks

bug#43762: ‘guix environment -C’ containers lack /etc/hosts

2020-10-02 Thread Bengt Richter
Hi Ludo, On +2020-10-02 15:53:49 +0200, Ludovic Courtès wrote: > Hi! > > Look: > > --8<---cut here---start->8--- > $ guix environment -C --ad-hoc coreutils -- cat /etc/hosts > cat: /etc/hosts: No such file or directory > $ guix describe > Generacio 162 Oct 0

bug#43760: cuirass: fail to install with simple configuration

2020-10-02 Thread Jonathan Brielmaier
On 02.10.20 15:02, Mathieu Othacehe wrote: > > Hello Jonathan, > >> ice-9/boot-9.scm:1669:16: In procedure raise-exception: >> Wrong type (expecting string): #f > > Thanks for the bug report. This should be fixed with > d6a8f0a9781a90c3037f25e51d7ff32e50f7a8c1. Yes, fix confirmed. > You will then

bug#43752: emacs-racer fails to install

2020-10-02 Thread Tomás Ortín Fernández via Bug reports for GNU Guix
I get the same error. It seems this is an issue in upstream with Emacs 27.1: https://github.com/racer-rust/emacs-racer/issues/136

bug#43744: guix-install.sh should do more first-time setup

2020-10-02 Thread zimoun
Hi, On Thu, 1 Oct 2020 at 14:35, Ludovic Courtès wrote: > 1. Installing Bash and Zsh completion files globally (actually making > them a symlink to > /var/guix/profiles/per-user/root/current-guix/etc/…). > There seems to be +/- a cross-distro conventional directory to > col

bug#43518: Guix substitute crash in procedure raise-exception: wrong type agument in position 1: #f

2020-10-02 Thread Maxim Cournoyer
Hello! Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> downloading from >> https://ci.guix.gnu.org/nar/6m9zimmw8p6gbc1yfbg454c1r587b7h4-gcc-10.2.0.tar.xz >> ... > […] >> gcc-10.2.0.tar.xz 74.3MiB 1.1MiB/s >> 00:25 [### ] 39

bug#40411: [bug#41863] [PATCH] services: Fix gdm-autologin pam service.

2020-10-02 Thread Marius Bakke
Alex Griffin via Guix-patches via writes: > This patch fixes GDM's auto-login feature. > > See the discussions in #35674 and #40411. It works for me, but I don't want > to just commit it because I don't really understand PAM. (Then again, who > does?) [...] > @@ -925,7 +926,7 @@ the GNOME des

bug#43579: g++ does not provide std::fegetround

2020-10-02 Thread Andreas Enge
Hello, On Thu, Oct 01, 2020 at 09:39:35PM -0500, Brett Gilio wrote: > >> The following test file round.cpp does not compile with our g++-10.2.0: > >> #include > >> int main () { > >>return std::fegetround (); > >> } > > > > Could you provide detailed steps to reproduce it? well, just put the

bug#43243: emacs-elfeed-org, mapc: Symbol’s function definition is void

2020-10-02 Thread Giovanni Biscuolo
Hi simon thank you for your support. I'm not very good in the triage of this bug: after a lot of trial and error I was almost sure I found a conflicting package (emacs-hl-todo, required by emacs-magit-todos) BUT I was NOT able to reproduce the bug in a pure environment --8<---cut her

bug#43770: Geeks think securely: VM per Package (trustless state to devs and their apps)

2020-10-02 Thread bo0od
Hi There, If we look at current state of packages running inside GNU distros they are in very insecure shape which is either they are installed without sandboxing because the distro doesnt even provide that or no profiles exist for the sandboxing feature and has issues e.g: - Sandboxing can

bug#43243: emacs-elfeed-org, mapc: Symbol’s function definition is void

2020-10-02 Thread Giovanni Biscuolo
Hello, Giovanni Biscuolo writes: [...] >>> File mode specification error: (void-function >>> org--check-org-structure-template-alist) [2 times] >>> Followed link to /home/giovanni/.dotfolder/emacs/.emacs.d/elfeed.org >>> mapc: Symbol’s function definition is void: >>> org--check-org-structure-

bug#43770: Geeks think securely: VM per Package (trustless state to devs and their apps)

2020-10-02 Thread Ricardo Wurmus
Hi, this does not look like an actionable bug report. What is it exactly that ought to be done in your opinion? -- Ricardo

bug#43770: Geeks think securely: VM per Package (trustless state to devs and their apps)

2020-10-02 Thread raingloom
On Fri, 2 Oct 2020 18:01:18 + bo0od wrote: > Hi There, > > If we look at current state of packages running inside GNU distros > they are in very insecure shape which is either they are installed > without sandboxing because the distro doesnt even provide that or no > profiles exist for the s

bug#43763: guix deploy sometimes fail with error "failed to start Guile on remote host 'myhost'"

2020-10-02 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > Sometimes 'guix deploy' ends up failing near the end, with what looks > like: > > guix deploy: sending 180 store items (1,094 MiB) to 'myhost'... > [...] (progress bar) > guix deploy: error: failed to deploy mymachine: failed to start Guile on > remote host '

bug#43710: missing debug symbols for dino dependencies

2020-10-02 Thread Ludovic Courtès
Hi bdju, "bdju" skribis: > It seems just the debug symbols for dino weren't quite enough to get > good info. I also need debug symbols for the other dependencies. For > sure glib or libglib, whichever it is. If there are other dependencies > that could have debug output enabled, that would proba

bug#43762: ‘guix environment -C’ containers lack /etc/hosts

2020-10-02 Thread Ludovic Courtès
Ludovic Courtès skribis: > $ guix environment -C --ad-hoc coreutils -- cat /etc/hosts > cat: /etc/hosts: No such file or directory Fixed in 0f53c801b91919380a924b402d1ff822bb1dc6ea! Ludo'.

bug#43770: Geeks think securely: VM per Package (trustless state to devs and their apps)

2020-10-02 Thread bo0od
Hey, Actually what i wanted to say but seems i missed it, This security design can be engineered and implemented when Guixsd released based on GNU-Hurd Kernel. Because its going to be totally new kernel and having this feature is without question the best security feature for the future of se

bug#43746: What to do about packages that don't support --without-tests / #:tests? #f setting

2020-10-02 Thread pelzflorian (Florian Pelz)
On Thu, Oct 01, 2020 at 11:07:54PM +0200, Ludovic Courtès wrote: > Oh, we should fix ‘glib’ in ‘core-updates’. I verified the attached patch fixes glib on the ‘master’ branch. I’m not sure about adding a copyright. Anyway. Shall I push it to ‘core-updates’ or wait until I can test it on ‘core-u

bug#39670: Cannot mount NFS share as user or root

2020-10-02 Thread Nathan Dehnel
You should also setuid mount.nfs4 because the mount command calls that if you are using NFSv4. On Thu, Oct 1, 2020 at 2:47 PM Maxim Cournoyer wrote: > Hi! > > > Nathan Dehnel writes: > > > >> Right, but it's more inconvenient than just clicking the share in thunar > >> and it mounting. Actually

bug#42370: bug#43402: Addition

2020-10-02 Thread Maxim Cournoyer
Hello, Kurt writes: > This error is showing up when trying to build the "synapse" matrix > server. I fixed the python-gssapi build by skipping the 3 failing tests, in commit 3dc26bcd78. Synapse seems to build fine now. Closing. Thanks for the report! Maxim

bug#43773: guix offload scheduler/load balancer throttles itself

2020-10-02 Thread Maxim Cournoyer
Hello, Guix offload monitors the load of the offload machine, and waits patiently until the load comes back down below a pre-determined level (normalized 2.0 level, it seems) before starting the next build, even when there is a single offload build machine involved. This is inefficient and causes