bug#42523: ‘Latest’ ISO download link broken

2020-07-24 Thread Brett Gilio
Tobias Geerinckx-Rice via Bug reports for GNU Guix writes: > Guix, > > ‘Download latest images’[0] points to [1], which returns a JSON: > >> {"error":"Could not find the request build product."} > > There are plenty[2] to choose from. > > Kind regards, > > T G-R > > [0]: http://guix.gnu.org/downl

bug#42523: ‘Latest’ ISO download link broken

2020-07-24 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Guix, ‘Download latest images’[0] points to [1], which returns a JSON: {"error":"Could not find the request build product."} There are plenty[2] to choose from. Kind regards, T G-R [0]: http://guix.gnu.org/download/latest/ [1]: https://ci.guix.gnu.org/search/latest/ISO-9660?query=spec:gui

bug#42333: Emacs: error on guix-emacs-autoload-packages

2020-07-24 Thread Brett Gilio
Alexandru-Sergiu Marton writes: > > (mapc (lambda (p) (add-load-path! p)) (split-string (getenv "EMACSLOADPATH") > ":")) > Are you still needing to use this snippet to get your configuration to work?

bug#42434: Shell can't find basic system tools after massive garbage collection

2020-07-24 Thread Brett Gilio
Alexandru-Sergiu Marton writes: > Hi, > > I run Guix System on my laptop and I wanted to free some space so I ran > all the cleaning stuff I could think of: > > guix package --delete-generations > guix gc --delete-generations > sudo guix system delete-generations > > After running them all, I had

bug#42519: Failure to travel back in time from July 2020 to Dec. 2018

2020-07-24 Thread Ludovic Courtès
Ludovic Courtès skribis: > $ guix time-machine --commit=897f303d2fa61497a931cf5fcb43349eb5f44c14 -- guix > build -S icu4c@62.1 Fixed in e85d7ed60905f059686650c3ab21b42500f09351. Ludo'.

bug#42519: Failure to travel back in time from July 2020 to Dec. 2018

2020-07-24 Thread Ludovic Courtès
Hello, I stumbled upon this error: --8<---cut here---start->8--- $ guix time-machine --commit=897f303d2fa61497a931cf5fcb43349eb5f44c14 -- guix build -S icu4c@62.1 Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... su

bug#41362: error when running guix pull on i686-linux

2020-07-24 Thread Ludovic Courtès
Hello, Mayeul Cantan skribis: > Thanks to your comment regarding a possible memory corruption issue, I > ran my memory module trough memtest86+, which identified several > problematic addresses. So this was likely a hardware issue. > > I tried blacklisting them with the memmap kernel command-lin

bug#42510: ‘guix pack -RR’ can lead to profile collisions

2020-07-24 Thread Ludovic Courtès
Ludovic Courtès skribis: > ‘guix pack -RR’ produces package variants that can lead to profile > collision in the presence of propagated inputs: > > $ guix describe > Generacio 151 Jul 20 2020 11:16:29(nuna) > guix cd0c426 > repository URL: https://git.savannah.gnu.org/git/guix.git >

bug#42509: guix refresh: Error downloading release information through the GitHub API

2020-07-24 Thread Ludovic Courtès
Hi, Alexandru-Sergiu Marton skribis: > I tried running `guix refresh` and it gave me this error (after > correctly reporting around 100 packages to be updated): > > Backtrace: > 12 (primitive-load "/home/brown/.config/guix/current/bin/g…") > In guix/ui.scm: > 1974:12 11 (run-guix-com

bug#42392: GCC includes ordering issue? g++: error: 'round' is not a member of 'std'

2020-07-24 Thread Ludovic Courtès
Hello, Ludovic Courtès skribis: > The attached patch addresses this with a questionable yet efficient > hack. The test cases reported by Maxim and by Erik Garrison now build > fine. > > I’ve asked for guidance for a proper fix at > ,

bug#42504: guix refresh --update fails for Rust packages

2020-07-24 Thread Alexandru-Sergiu Marton
Danny Milosavljevic writes: > And guix repl says: > > scheme@(guix-user)> ,use (guix utils) > scheme@(guix-user)> (file-extension > "https://crates.io/api/v1/crates/instant/0.1.2/download";) > $1 = #f > > But the case #f is not handled in the code above--which is why it doesn't > work. > > Could

bug#42385: guile-based jupyter kernels mix guile3 and guile2.2

2020-07-24 Thread Ludovic Courtès
This is now fixed by commits c984b70ccb0037406f36d2718c4bbb9a5539e7a3 and 3a27a3dc8fbaf78a639d3e44267cd21c9adb9a7f; closing. Thanks again, Jesse! Ludo’.

bug#42512: "guix refresh --list-updaters" fails

2020-07-24 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > $ LC_ALL=C guix describe > Generation 108 Jul 16 2020 11:03:13(current) > guix d57ce20 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: d57ce2024b0bdec0f8d05258c32c7bc7275a17a6 > heads 9cc77db >

bug#42504: guix refresh --update fails for Rust packages

2020-07-24 Thread Danny Milosavljevic
'"z"' appears in guix/upstream.scm, (define* (package-update/url-fetch store package source #:key key-download) "Return the version, tarball, and SOURCE, to update PACKAGE to SOURCE, an ." (match source (($ _ version urls signature-urls) (let*-valu

bug#42512: "guix refresh --list-updaters" fails

2020-07-24 Thread Danny Milosavljevic
$ LC_ALL=C guix describe Generation 108 Jul 16 2020 11:03:13(current) guix d57ce20 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: d57ce2024b0bdec0f8d05258c32c7bc7275a17a6 heads 9cc77db repository URL: https://github.com/daym/heads-guix.git

bug#42510: ‘guix pack -RR’ can lead to profile collisions

2020-07-24 Thread Ludovic Courtès
Hi, ‘guix pack -RR’ produces package variants that can lead to profile collision in the presence of propagated inputs: --8<---cut here---start->8--- $ guix describe Generacio 151 Jul 20 2020 11:16:29(nuna) guix cd0c426 repository URL: https://git.sa

bug#42509: guix refresh: Error downloading release information through the GitHub API

2020-07-24 Thread Alexandru-Sergiu Marton
Hi, I tried running `guix refresh` and it gave me this error (after correctly reporting around 100 packages to be updated): --8<---cut here---start->8--- Backtrace: 12 (primitive-load "/home/brown/.config/guix/current/bin/g…") In guix/ui.scm: 1974:1

bug#42504: guix refresh --update fails for Rust packages

2020-07-24 Thread Alexandru-Sergiu Marton
Hi, I tried to use the automatic updater for a Rust package but it had an ugly fail. Here's the backtrace: --8<---cut here---start->8--- [brown@121408 guix][env]$ ./pre-inst-env guix refresh --update rust-instant Backtrace: In ice-9/boot-9.scm: 1736:10 16 (wi