bug#45351: Wrong URL in guix import crate --help

2020-12-23 Thread Nicolas Goaziou
Hello,

Nathan Dehnel  writes:

> guix import crate --help mentions crate.io, whereas it should be
> crates.io.

Fixed. Thank you.

Regards,
-- 
Nicolas Goaziou





bug#37005: Add ability of modifying connection before full installation

2020-12-23 Thread zimoun
Hi,

On Tue, 22 Dec 2020 at 06:24, Julien Lepiller  wrote:
> Le 21 décembre 2020 21:56:03 GMT-05:00, bo0od  a écrit :

>>No, after adding hostname it check for connectivity and after that it 
>>shows red screen with message "The selected network does not provide 
>>access to the internet, please try again." and you cant pass that 
>>message/connectivity check.

> Before starting the installation, you should be able to switch to
> another tty and configure network from there. Then continue
> installation from tty1. Does it solve your issues? 

Since it seems impossible by current design of Qubes to switch to
console and set by hand the network before starting the install process,
instead of the fail and “try again” loop, you would like 3 fields where
you can manually type the IP, DNS, Gateway and friends, right?

All the best,
simon






bug#28490: Unable to abort 'make' with Ctrl-C while building .go files

2020-12-23 Thread zimoun
Hi Mark

Digging in old bugs, I find bug#28490 about C-c to abort ’make’ when
compiling:

   

On Mon, 18 Sep 2017 at 01:38, Mark H Weaver  wrote:
> It used to be that I could Ctrl-C to abort 'make'.  Now I find that it
> only aborts compiling one file and then moves on to the next.  Here's a
> partial transcript within shell mode in Emacs.
>
>   Mark
>
>   GUILEC   gnu/services/lirc.go
>   GUILEC   gnu/services/virtualization.go
>   GUILEC   gnu/services/mail.go
>   C-c C-c  GUILEC   gnu/services/mcron.go
>   GUILEC   gnu/services/messaging.go
>   C-c C-c  GUILEC   gnu/services/networking.go
>   C-c C-c  GUILEC   gnu/services/nfs.go
>   C-c C-c  GUILEC   gnu/services/shepherd.go
>   C-c C-c  GUILEC   gnu/services/herd.go
>   C-c C-c  GUILEC   gnu/services/pm.go
>   C-c C-c  GUILEC   gnu/services/sddm.go
>   C-c C-c  GUILEC   gnu/services/spice.go
>   C-c C-c  GUILEC   gnu/services/ssh.go
>   C-c C-c  GUILEC   gnu/services/sysctl.go
>   GUILEC   gnu/services/version-control.go
>   C-c C-c  GUILEC   gnu/services/vpn.go
>   C-c C-c  GUILEC   gnu/services/web.go
>   C-c C-c  GUILEC   gnu/services/xorg.go
>   C-c C-c  GUILEC   gnu/system.go
>   C-c C-c  GUILEC   gnu/system/file-systems.go
>   C-c C-c  GUILEC   gnu/system/install.go
>   C-c C-c  GUILEC   gnu/system/linux-container.go
>   C-c C-c  GUILEC   gnu/system/linux-initrd.go
>   C-c C-c  GUILEC   gnu/system/locale.go
>   C-c C-c  GUILEC   gnu/system/mapped-devices.go
>   C-c C-c  GUILEC   gnu/system/nss.go
>   GUILEC   gnu/system/pam.go
>   C-c C-z
> [1]+  Stopped make
> mhw@jojen ~/guix [env]$ kill %1
>
> [1]+  Stopped make
> mhw@jojen ~/guix [env]$ make[2]: *** [Makefile:5254: make-go] Terminated
> make[1]: *** [Makefile:4385: all-recursive] Terminated
> make: *** [Makefile:2975: all] Interrupt
>
> [1]+  Interrupt   make
> mhw@jojen ~/guix [env]$ 

I am not able to reproduce, here a transcript within Emacs shell mode:

[ 50%] GUILEC   guix/deprecation.go
[ 50%] GUILEC   guix/docker.go
[ 50%] GUILEC   guix/records.go
[ 51%] GUILEC   guix/openpgp.go
  C-c C-cerror: failed to load 'build-aux/compile-all.scm':
ice-9/eval.scm:293:34: Throw to key `quit' with args `(1)'.
make[2]: *** [Makefile:6257 : make-go] Erreur 1
make[1]: *** [Makefile:5305: all-recursive] Interrompre
make: *** [Makefile:3636: all] Interrompre


All the best,
simon





bug#45294: guix system reconfigure won't run since commit 6a060ff27ff68384d7c90076baa36c349fff689d

2020-12-23 Thread Yasuaki Kudo
Hi!

As of right now (the commit ID being:
https://github.com/guix-mirror/guix/commit/9bc00fb9573a1881be53ea29205483d5c901d98e
)

I confirm that the problem disappeared for me.   I did not change anything on 
my end since I originally reported the issue.

Thank GNU and Guix!! 😄

-Yasi

bug#28490: Unable to abort 'make' with Ctrl-C while building .go files

2020-12-23 Thread Mark H Weaver
Hi Simon,

zimoun  writes:

> Digging in old bugs, I find bug#28490 about C-c to abort ’make’ when
> compiling:
>
>
>
> On Mon, 18 Sep 2017 at 01:38, Mark H Weaver  wrote:
>> It used to be that I could Ctrl-C to abort 'make'.  Now I find that it
>> only aborts compiling one file and then moves on to the next.  [...]
>
> I am not able to reproduce [...]

Indeed, looks like it's now fixed.  I'm closing this bug.

 Thank you!
Mark





bug#45294: guix system reconfigure won't run since commit 6a060ff27ff68384d7c90076baa36c349fff689d

2020-12-23 Thread Leo Famulari
On Thu, Dec 24, 2020 at 05:58:03AM +0900, Yasuaki Kudo wrote:
> Hi!
> 
> As of right now (the commit ID being:
> https://github.com/guix-mirror/guix/commit/9bc00fb9573a1881be53ea29205483d5c901d98e
> )
> 
> I confirm that the problem disappeared for me.   I did not change anything on 
> my end since I originally reported the issue.

Great! I'm closing the bug.

If anybody is still experiencing this problem, please reply to say so!