bug#57480: Wrong Type To Apply on Reconfigure

2022-08-31 Thread Ludovic Courtès
Hi, 宋文武 skribis: > Julien Lepiller writes: > >> I don't know how to fix it, but here is what I think is the issue: >> >> in guix/scripts/system/reconfigure.scm: >> >> #:autoload (guix describe) (current-channels) >> ... >> (define* (check-forward-update ... >>(current-channels

bug#57480: Wrong Type To Apply on Reconfigure

2022-08-30 Thread Christopher Rodriguez
Wiktor Żelazny writes: > I’ve got the same problem, and the revert does not seem to help. Isn’t > 9096bc28, which modifies gnu/services.scm, the root of the problem? I was able to successfully reconfigure with the 9096bc28 commit, but maybe I don't use what was changed in it in my

bug#57480: Wrong Type To Apply on Reconfigure

2022-08-30 Thread John Kehayias via Bug reports for GNU Guix
Hello, On Tue, Aug 30, 2022 at 02:49 PM, 宋文武 wrote: > Julien Lepiller writes: > >> I don't know how to fix it, but here is what I think is the issue: >> >> in guix/scripts/system/reconfigure.scm: >> >> #:autoload (guix describe) (current-channels) >> ... >> (define* (check-forward-update ...

bug#57480: Wrong Type To Apply on Reconfigure

2022-08-30 Thread Wiktor Żelazny
On Tue, Aug 30, 2022 at 02:49:46PM +0800, 宋文武 wrote: > >> A change made in b084398 is preventing both my system and home > >> configurations from building with a Wrong Type to Apply error. Did the > >> channel spec format change with the changes in that commit? > > I revert the commit b084398 for

bug#57480: Wrong Type To Apply on Reconfigure

2022-08-30 Thread 宋文武 via Bug reports for GNU Guix
Julien Lepiller writes: > I don't know how to fix it, but here is what I think is the issue: > > in guix/scripts/system/reconfigure.scm: > > #:autoload (guix describe) (current-channels) > ... > (define* (check-forward-update ... >(current-channels ...)) > (define new

bug#57480: Wrong Type To Apply on Reconfigure

2022-08-30 Thread Julien Lepiller
I don't know how to fix it, but here is what I think is the issue: in guix/scripts/system/reconfigure.scm: #:autoload (guix describe) (current-channels) ... (define* (check-forward-update ... (current-channels ...)) (define new (current-channels)) ; this is supposed to be the

bug#57480: Wrong Type To Apply on Reconfigure

2022-08-29 Thread Christopher Rodriguez
Hello All, A change made in b084398 is preventing both my system and home configurations from building with a Wrong Type to Apply error. Did the channel spec format change with the changes in that commit? Here's my channels.scm: https://paste.debian.net/1252097/ And here's the error message