bug#50728: Update Pandoc (just on my machine)

2021-09-21 Thread vidak
I know that there is this issue: http://issues.guix.gnu.org/39798 And it was closed because Guix wants to stay with the LTS version of Haskell. But I need to use some features that come in later versions of pandoc. A few of my static site generator projects break because I need features that co

bug#50723: [core-updates-frozen] installer crashes on timezone selection

2021-09-21 Thread Mathieu Othacehe
Hello Jonathan, Thanks for the complete bug report, this is fixed with d58e52b0713648dd30d41b41277854a935d8d15a. > The installation image comes from > a3324e57531186a42feb3aa488556faa67386e9c. Its built with '--no-grafts' > due to https://issues.guix.gnu.org/50676. This one looks more tricky :

bug#50568: Missing source code

2021-09-21 Thread pelzflorian (Florian Pelz)
On Tue, Sep 21, 2021 at 12:28:50PM +0200, pelzflorian (Florian Pelz) wrote: > On Mon, Sep 20, 2021 at 09:25:27AM +0200, Ludovic Courtès wrote: > > To test it, you can first start the new daemon, along these lines: > > > > sudo herd stop guix-daemon > > sudo -E ./pre-inst-env guix-daemon --buil

bug#50723: [core-updates-frozen] installer crashes on timezone selection

2021-09-21 Thread Jonathan Brielmaier
Hi, the graphical installer on core-updates-frozen crashes directly after selecting the city of timezone: Reproducer (other combinations are also broken, maybe all): Locale -> Deutsch Locale-Area -> Deutschland Graphical installation Timezone -> Europe/Berlin The backtrace can be found here:

bug#50672: python-pytorch is not reproducible

2021-09-21 Thread Ludovic Courtès
Ludovic Courtès skribis: > $ guix challenge python-pytorch > /gnu/store/dgdswx4vvf07xmhih21n4fnr68dh3fhd-python-pytorch-1.9.0 contents > differ: > no local build for > '/gnu/store/dgdswx4vvf07xmhih21n4fnr68dh3fhd-python-pytorch-1.9.0' > > https://ci.guix.gnu.org/nar/lzip/dgdswx4vvf07xmhih2

bug#50705: emacs-guix fails to list packages

2021-09-21 Thread Ludovic Courtès
Hi Simon, Simon Streit skribis: > I just pulled Guix up to 6eded1a04186e3118b293486b038c994e05efedf, and > unfortunately emacs-guix fails to list any installed packages of a given > profile. This (long) command works for me: guix time-machine --commit=6eded1a04186e3118b293486b038c994e05efedf

bug#50568: Missing source code

2021-09-21 Thread pelzflorian (Florian Pelz)
On Mon, Sep 20, 2021 at 09:25:27AM +0200, Ludovic Courtès wrote: > The thing is that this code is used by the internal ‘guix > perform-download’ command, invoked by ‘guix-daemon’ when performing a > source download. Thank you for enlightening me; I had not expected guix-daemon. Success! After .

bug#48238: Julia 'Pkg.add' is broken

2021-09-21 Thread zimoun
Hi, Using Guix fb32a38. On Wed, 05 May 2021 at 15:22, zimoun wrote: > Packaging Julia stuff, I note something as a bug, I guess. Julia seems > to keep references to the build directory in the output. The consequence is that Julia is somehow broken. --8<---cut here---s

bug#50617: [core-updates-frozen] CMake fails to build on i686-linux

2021-09-21 Thread Ludovic Courtès
Hi, Guillaume Le Vaillant skribis: > Ludovic Courtès skribis: > >> On ‘core-updates-frozen’, CMake has one test failure on i686-linux when >> building on berlin (e.g., ): >> >> --8<---cut here---start->8--- >> 545

bug#50696: [core-updates-frozen] Wrong output hashes computed since cb06f7c61e4b839

2021-09-21 Thread Ludovic Courtès
Ludovic Courtès skribis: > Fixed upstream: > > > https://git.savannah.gnu.org/cgit/guile.git/commit/?id=74abae04aa68dc18676bd84c4a73324b0613475d And here’s the clever workaroud, in all modesty: https://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates-frozen&id=68933659cb191774872

bug#50597: different fixed-output when using ’--with-source’ transformation

2021-09-21 Thread zimoun
Hi Ludo, On Sat, 18 Sep 2021 at 18:06, Ludovic Courtès wrote: > zimoun skribis: > >> Why the store item of source tarball is it different when applying the >> transformation? >> >> Maxime provided a clue [1]. > > Maxime is right: ‘--with-source’ passes #:recursive? #t unconditionally, > whereas

bug#50697: [core-updates-frozen] ca-certificate-bundle generation is broken.

2021-09-21 Thread Mathieu Othacehe
Hey, > With this patch I think the 'install-keystore' phase of icedtea-7 will > also have to be updated to search for the ".pem" files instead of the > ".crt" ones. Right, thanks for the heads up. I pushed the original two patches plus a new one to fix icedtea-7. Thanks, Mathieu