bug#66358: Can't import package using archive command

2023-10-12 Thread Simon Tournier
Hi, On Mon, 09 Oct 2023 at 14:25, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: > I think it would be less surprising if these ‘single, mutually exclusive > actions’ should always be (sub)subcommands, e.g., ‘guix archive import’, > ‘guix archive authorize’, … I am proposing to er

bug#66358: Can't import package using archive command

2023-10-09 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
retitle 66358 ‘guix archive --{authorize,import,…}’ are really subcommands + ignore some arguments thanks Hi Daniel, The error is correct, so I sure hope it's reproducible! Later options cancel out previous ones, so your ‘--authorize’ action takes precedence over ‘--import’. You're passing i

bug#66358: Can't import package using archive command

2023-10-09 Thread Perry, Daniel J
1. guix archive --export hello > hello.nar 2. guix archive --import --authorize hello < hello.nar This gives a fatal error on my machine (Debian on wsl) and was reproduced on Guix proper my a member of the IRC chat.