bug#52051: [core-updates-frozen] cannot login ('org.freedesktop.login1' service times out)

2021-12-07 Thread Maxim Cournoyer
Hello, Josselin Poiret writes: > Maxim Cournoyer writes: > >> Hello, >> >> I've found a workaround: restarting elogind via SSH resolved the issue. >> >> I guess itt may be a race between elogind and dbus-system (elogind gets >> started before dbus-system is fully up, and the communication with

bug#52051: [core-updates-frozen] cannot login ('org.freedesktop.login1' service times out)

2021-12-07 Thread Maxim Cournoyer
Hi again, Maxim Cournoyer writes: [...] > I noticed that dbus system session times out on every boot on that > machine. I also notice that when the NTPD daemon starts, it rewinds > time by about 25 s on every boot Not NTP related; the same occurs when removing the ntp-service-type from %deskt

bug#52362: guix import go error

2021-12-07 Thread Stephen Paul Weber
$ guix import go github.com/Azure/go-autorest/autorest guix import: warning: Failed to import package "github.com/Azure/go-autorest/autorest". reason: (#< code: -3 message: "reference 'refs/tags/v0.11.22' not found" class: 4>). guix import: error: failed to download meta-data for module 'githu

bug#52051: [core-updates-frozen] cannot login ('org.freedesktop.login1' service times out)

2021-12-07 Thread Maxim Cournoyer
Hello! Josselin Poiret writes: > Maxim Cournoyer writes: > >> Hello, >> >> I've found a workaround: restarting elogind via SSH resolved the issue. >> >> I guess itt may be a race between elogind and dbus-system (elogind gets >> started before dbus-system is fully up, and the communication with

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Maxime Devos
Cayetano Santos schreef op di 07-12-2021 om 19:11 [+0100]: > In guix/scripts/environment.scm: >    627:17  5 (_ _) >    576:23  4 (validate-exit-status _ _ 32512) > In guix/utils.scm: >     954:4  3 (string-closest _ _ #:threshold _) > In guix/combinators.scm: >     46:32  2 (fold2 #     guix/utils

bug#52357: 8 ghc-* test suite failures for i686-linux

2021-12-07 Thread zimoun
Hi, Well, it appears to me worth to track all in the bug tracker. Initially from . -- Forwarded message - From: Timothy Sample Date: Sun, 5 Dec 2021 at 17:47 Subject: Re: [core-updates-frozen] Haskell for i686

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Cayetano Santos via Bug reports for GNU Guix
mar. 07 déc. 2021 at 12:02, Maxime Devos ... What's the error message? Output to ’guix shell --container -- python3’ gives guix shell: avertissement : aucun paquet spécifié ; création d'un environnement vide guix shell: erreur : python3: command not found Backtrace: 16 (primit

bug#36786: Warn of AMD GPUs unusable with Guix System

2021-12-07 Thread Denis 'GNUtoo' Carikli
Would it be better to find a way to fix these issue rather than warn people about it? They look realatively easy to fix. For the Radeon / AMDGPU drivers to work, you need: - A patch need to be upstreamed in linux-libre for the GPU family to make the driver load. That patch needs to be tested on

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread zimoun
Hi, On Tue, 7 Dec 2021 at 17:23, Liliana Marie Prikler wrote: > > Maybe I am doing wrong but I just 'pk' in find-file-in-parent- > > directories. :-) > You are doing wrong: > > (if (or (not interactive?) ; true if giving -- COMMAND Yes, indeed. I simply grepped "manifest" and looked at 'find

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Liliana Marie Prikler
Am Dienstag, den 07.12.2021, 15:27 +0100 schrieb zimoun: > Hi, > > On Tue, 7 Dec 2021 at 14:48, Liliana Marie Prikler > wrote: > > > I am pretty sure all files are owned by the same user in my > > case. Can > > stat:uid really return 0 then? > > Maybe I am doing wrong but I just 'pk' in find-f

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread zimoun
Hi, On Tue, 7 Dec 2021 at 14:48, Liliana Marie Prikler wrote: > I am pretty sure all files are owned by the same user in my case. Can > stat:uid really return 0 then? Maybe I am doing wrong but I just 'pk' in find-file-in-parent-directories. :-) Cheers, simon

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Liliana Marie Prikler
Am Dienstag, den 07.12.2021, 14:41 +0100 schrieb zimoun: > On Tue, 7 Dec 2021 at 14:33, Liliana Marie Prikler > wrote: > > > I am experiencing a similar situation without the container. At > > work, > > I need some special Emacs packages, that I don't need/want in my > > normal > > setup, so I d

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread zimoun
On Tue, 7 Dec 2021 at 14:33, Liliana Marie Prikler wrote: > I am experiencing a similar situation without the container. At work, > I need some special Emacs packages, that I don't need/want in my normal > setup, so I do `guix shell -m manifest.scm -- emacs'. Even with the > directory added to

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Liliana Marie Prikler
Hi, I am experiencing a similar situation without the container. At work, I need some special Emacs packages, that I don't need/want in my normal setup, so I do `guix shell -m manifest.scm -- emacs'. Even with the directory added to the good noodles list, `guix shell -- emacs' fails, probably be

bug#52350: pypi import: ungraceful exit when recursively importing unknown package

2021-12-07 Thread zimoun
Hi Ricardo, On Tue, 7 Dec 2021 at 12:28, Ricardo Wurmus wrote: > When using the pypi importer, a typo in the package name leads to an > ugly backtrace: This is already tracker by patch#45984. Well, the patch fixes the issue of "pypi" and other ones too (although some had probably been fixed in

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread zimoun
Hi, On Tue, 7 Dec 2021 at 11:44, Cayetano Santos wrote: > they claim that "guix shell automatically loads guix.scm or > manifest.scm, from the current directory" > > No need to "-m manifest.scm", then. Ah yes, sorry. Since I personally find implicit a bad thing, I have forgotten about it. :-)

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Maxime Devos
Cayetano Santos via Bug reports for GNU Guix schreef op di 07-12-2021 om 09:33 [+0100]: > > Hi guix, > >   Using latest guix, and considering a local manifest.scm file >   with only > >     (specifications->manifest (list "python")) > >   Following command works > >     guix shell --container

bug#52350: pypi import: ungraceful exit when recursively importing unknown package

2021-12-07 Thread Ricardo Wurmus
When using the pypi importer, a typo in the package name leads to an ugly backtrace: --8<---cut here---start->8--- ./pre-inst-env guix import pypi -r pytestrerunfailures following redirection to `https://pypi.org/pypi/pytestrerunfailures/json/'... Backtrace: In

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Cayetano Santos via Bug reports for GNU Guix
mar. 07 déc. 2021 at 11:35, zimoun ... Hi, On Tue, 7 Dec 2021 at 11:25, Cayetano Santos wrote: Is it expected to fail when I remove the ’-m manifest’ flag and I just run ’guix shell -C -- python3’ ? The command "guix shell -C -- python3" fails. It cannot work, because the environme

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread zimoun
Hi, On Tue, 7 Dec 2021 at 11:25, Cayetano Santos wrote: > Is it expected to fail when I remove the ’-m manifest’ flag and I > just run ’guix shell -C -- python3’ ? The command "guix shell -C -- python3" fails. It cannot work, because the environment (new shell) is empty. You need to provide w

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Cayetano Santos via Bug reports for GNU Guix
mar. 07 déc. 2021 at 11:18, zimoun ... Hi, On Tue, 7 Dec 2021 at 11:10, Cayetano Santos wrote: Problem is guix shell -C -- python3 Tried after ’guix pull’ and problem remains. Which revision do you use? Because using f43a783, it fails as expected. :-) I’m using guix 05deb26.

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread zimoun
Hi, On Tue, 7 Dec 2021 at 11:10, Cayetano Santos wrote: > > > Problem is > > guix shell -C -- python3 > > Tried after ’guix pull’ and problem remains. Which revision do you use? Because using f43a783, it fails as expected. :-) Are you running Guix on foreign distro or Guix System? Cheers,

bug#52348: Error installing pytorch and tensorflow

2021-12-07 Thread zimoun
Hi, On Tue, 7 Dec 2021 at 09:47, Cayetano Santos via Bug reports for GNU Guix wrote: > By just issuing a > > guix install python-pytorch tensorflow > > I get a conflict error with python-protobuf (3.6.1 and 3.12.4). Yes, indeed. tensorflow propagates python-protobuf@3.6. And python-pyto

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Cayetano Santos via Bug reports for GNU Guix
Problem is guix shell -C -- python3 Tried after ’guix pull’ and problem remains. C. mar. 07 déc. 2021 at 10:26, zimoun ... Hi, On Tue, 7 Dec 2021 at 09:41, Cayetano Santos via Bug reports for GNU Guix wrote: guix shell --container followed by python3 works. It works

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread zimoun
Hi, On Tue, 7 Dec 2021 at 09:41, Cayetano Santos via Bug reports for GNU Guix wrote: > guix shell --container > > followed by > > python3 > > works. It works correctly for me. With Guix f43a783: --8<---cut here---start->8--- $ guix shell -C -m manif

bug#52348: Error installing pytorch and tensorflow

2021-12-07 Thread Cayetano Santos via Bug reports for GNU Guix
Hi guix, By just issuing a guix install python-pytorch tensorflow I get a conflict error with python-protobuf (3.6.1 and 3.12.4). However, when I guix shell --container python-pytorch tensorflow I manage to create an environment with no issue. Finally, with ’guix pack ...’ I get t

bug#52347: Shell: error when -m manifest is removed

2021-12-07 Thread Cayetano Santos via Bug reports for GNU Guix
Hi guix, Using latest guix, and considering a local manifest.scm file with only (specifications->manifest (list "python")) Following command works guix shell --container -m manifest.scm -- python3 But guix shell --container -- python3 gives an error. However, guix shell