bug#50483: [R] Package r-shiny: Shiny server logic inactive

2021-09-15 Thread zimoun
Hi Charles, On Thu, 16 Sep 2021 at 05:57, Charles wrote: > Hello, I am responsible to updating the minify build syste to use the > updated uglifyjs (now node-uglify-js found in > gnu/packages/uglifyjs.scm). When updating I noticed that some R > packages had the input uglify-js (the old lisp one).

bug#28173: texlive-texmf-minimal not reproducible

2021-09-15 Thread zimoun
Hi, On Mon, 09 Oct 2017 at 23:39, Ricardo Wurmus wrote: > Ricardo Wurmus writes: >> texlive-texmf-minimal is no longer needed and should be removed, so I >> think this bug can be closed. > > Texlive-texmf-minimal has in fact been removed, but the bug report is > still valid. Many of the genera

bug#50596: Cannot get guix copy to work...

2021-09-15 Thread zimoun
Hi Stephen, On Wed, 15 Sep 2021 at 19:32, Stephen Paul Weber wrote: > Ah, finally found http://issues.guix.gnu.org/43739 -- guix pull as > root and all fixed. Thanks for the follow up. Does it mean this bug can be closed? All the best, simon

bug#50613: guix copy does not respect --no-grafts

2021-09-15 Thread Stephen Paul Weber
If I use guix archive --export --no-grafts then import on another system, then guix build -n --no-grafts it works as expected. If instead I use guix copy --no-grafts then the target system gets the version *with* grafts and guix build -n --no-grafts says it would still need to build. signature.

bug#50596: Cannot get guix copy to work...

2021-09-15 Thread Stephen Paul Weber
Ah, finally found http://issues.guix.gnu.org/43739 -- guix pull as root and all fixed. signature.asc Description: PGP signature

bug#50596: Cannot get guix copy to work...

2021-09-15 Thread Stephen Paul Weber
It seems I get the same error even with just guix archive: $ guix archive --export -r package ... snip lots of output ... entry(nameunitnode(type directoryentry(namepromise_spec.rbnode(typeregulacontents�nguix archive: error: corrupt input while restoring archive from # signature.asc De

bug#50567: [core-updates-frozen] icedtea-6 fails to build.

2021-09-15 Thread Julien Lepiller
Sorry for the possible confusion. These replies stacked up in my client and I didn't notice until they were sent just now. Please disregard :) Le 14 septembre 2021 07:37:53 GMT-04:00, Julien Lepiller a écrit : >Again this is exactly where I was blocked. There is a checksum being generated >in

bug#50604: [core-updates-frozen] make check-system tests broken

2021-09-15 Thread muradm
Hi, Currently execution of any system tests with "make check-system ..." seems to be broken. Tests are getting executed, and their status is "pass" in the log. But, some in some place around the test execution, below exception is fired. --8<---cut here---start--

bug#50600: Problem with package perl-lingua-translit

2021-09-15 Thread Evgeny Pisemsky
After installing the package perl-lingua-translit and trying to use its accompanied utility translit the following error appears: $ translit -l Can't locate Lingua/Translit.pm in @INC (you may need to install the Lingua::Translit module) (@INC contains: /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzj

bug#50606: Add support for other formats of Guix channels

2021-09-15 Thread EuAndreh via Bug reports for GNU Guix
As I've described in [0], one can't have a Guix channel served over Git's "Dumb HTTP" protocol. That is caused by libgit's inability to do so [1]. Guix channel authors may want to serve channels: - via "Dumb HTTP" Git repositories; - via other DVCS like Mercurial, Fossil, BitKeeper; - decoupled f

bug#50567: [core-updates-frozen] icedtea-6 fails to build.

2021-09-15 Thread Julien Lepiller
I had the same issue on my previous attempt. It seems that using gcc-7 as an input fixes the issue (although when I tried, I had other fixes like yours too). Our gcc on core-updates seems to be too aggressive with this old code base. Le 13 septembre 2021 09:01:55 GMT-04:00, Guillaume Le Vaillan

bug#50567: [core-updates-frozen] icedtea-6 fails to build.

2021-09-15 Thread Julien Lepiller
Again this is exactly where I was blocked. There is a checksum being generated in classlist files from java code during the build. The classlist file is exactly the same as the one in master, so it's correctly generated. Fowever, at some point, the process needs toqload that file, and that ultim

bug#50605: go: Commit d36c73b8a8f breaks `go tool`

2021-09-15 Thread Katherine Cox-Buday
Aside from not being able to issue ~go tool~ commands, things like ~gopls~[1] are broken as well. By design, ~GOTOOLDIR~ cannot be set from the user's environment[2]. This commit moved the directory, but did not update the ~GOTOOLDIR~ path. #+begin_example $ env |grep GOTOOLDIR $ go env GOTO

bug#50483: [R] Package r-shiny: Shiny server logic inactive

2021-09-15 Thread zimoun
Hi, Thanks for the report. IIUC, the package uglify-js from gnu/packages/lisp-xyz was previously used to minify and now replaced by the new uglifyjs package from the new gnu/packages/uglifyjs. Then something is incompatible. I propose to revert to the Lisp JavaScript compressor instead of the N

bug#50264: ca-certificate-bundle fails to build

2021-09-15 Thread Ludovic Courtès
And for posterity, here’s the script I used to reproduce the problem: it’d pick 10 packages at random and call ‘ca-certificate-bundle’ on them. Since this bug depends on what’s in the store, I’d run it on my laptop, which only contains a fraction of the 18K packages in Guix, so it would reproduce

bug#50264: ca-certificate-bundle fails to build

2021-09-15 Thread Ludovic Courtès
And for posterity, here’s the script I used to reproduce the problem: it’d pick 10 packages at random and call ‘ca-certificate-bundle’ on them. Since this bug depends on what’s in the store, I’d run it on my laptop, which only contains a fraction of the 18K packages in Guix, so it would reproduce

bug#50264: ca-certificate-bundle fails to build

2021-09-15 Thread Ludovic Courtès
Hi! Ludovic Courtès skribis: > I’m wondering whether this could be due to > fa81971cbae85b39183ccf8f51e8d96ac88fb4ac somehow. Confirmed! In essence, ‘map/accumulate-builds’ would return the tail of its ‘lst’ argument unprocessed when cutoff was reached (ouch!). Fixed: https://git.savannah

bug#50580: GDM doesn't start

2021-09-15 Thread Maxime Devos
Possibly related to: https://issues.guix.gnu.org/35296 ‘gdm doesn't start at boot’ The message in Xorg.1.log is similar. It seems suspicious to me that 'gdm-shepherd-service' doesn't have 'elogind' in its requirements, but 'sddm-shepherd-service' does. I tried adding 'elogind' but that didn't f

bug#47335: Hide GHC not used for building Was: xmonad fails to recompile on guix system

2021-09-15 Thread zimoun
Hi, On Wed, 15 Sept 2021 at 13:02, Xinglu Chen wrote: > Agreed, but I guess using the ‘-next’ suffix was be the easiest > workaround for now. Yeah but more than often, the workarounds remain longer than expected and thus they cannot be considered as workaround. ;-) > Maybe running ‘guix instal

bug#25138: guix import hackage darcs: fails due to flag executable

2021-09-15 Thread Lars-Dominik Braun
Hi, this was fixed by the patch from #50588. Cheers, Lars

bug#50264: ca-certificate-bundle fails to build

2021-09-15 Thread Ludovic Courtès
Hi, Lars-Dominik Braun skribis: > I started the Guix daemon with only the CI substitute server enabled > explicitly, disabled local discovery, ran a `guix gc` and tried again. It > still fails with exactly the same issue. I’m wondering whether this could be due to fa81971cbae85b39183ccf8f51e8d9

bug#50580: GDM doesn't start

2021-09-15 Thread Maxime Devos
Maxime Devos schreef op di 14-09-2021 om 14:46 [+0200]: > Hi, > > The GDM service doesn't start anymore. To test, you can use the attached > xorg-repro.tmpl (guix system vm xorg-repro.tml && run the resulting script). > QEMU will start, and it will start booting, but nothing graphical will start.

bug#50580: GDM doesn't start

2021-09-15 Thread Maxime Devos
Maxime Devos schreef op di 14-09-2021 om 14:46 [+0200]: > GDM used to work for me with commit 75a3413b4e5c1f7443eb944a36ff364f4c4085f4, > but was broken with e9b87da1c3000c53cf9dbf5e737aa4d6546bd909. To be bisected? The second commit is wrong. Prsumably it should have been 9875f9bca3976bf3576eab

bug#47335: Hide GHC not used for building Was: xmonad fails to recompile on guix system

2021-09-15 Thread Xinglu Chen
On Wed, Sep 15 2021, zimoun wrote: > Hi, > > On Wed, 15 Sept 2021 at 09:43, Lars-Dominik Braun wrote: > >> > I'd be very much in favor of the latter, or maybe rename it to ghc-next. >> > I have some profiles ghc pinned to a version and upgrading those is >> > always a mess because Guix tries to b

bug#47335: Hide GHC not used for building Was: xmonad fails to recompile on guix system

2021-09-15 Thread zimoun
Hi, On Wed, 15 Sept 2021 at 09:43, Lars-Dominik Braun wrote: > > I'd be very much in favor of the latter, or maybe rename it to ghc-next. > > I have some profiles ghc pinned to a version and upgrading those is > > always a mess because Guix tries to build the old version from source > > instead

bug#50592: Can't guix system init with grub-efi-bootloader from system that boots using grub-bootloader

2021-09-15 Thread pelzflorian (Florian Pelz)
Hello Zacchaeus. On Tue, Sep 14, 2021 at 06:33:17PM -0400, Zacchaeus Scheffer wrote: > I want to put grub-efi-bootloader > (EFI) on the new drive install (for use on another computer). With ordinary configuration, I believe installing GRUB EFI for use on another computer is impossible, because gr

bug#47335: Hide GHC not used for building Was: xmonad fails to recompile on guix system

2021-09-15 Thread Lars-Dominik Braun
Hi, > I'd be very much in favor of the latter, or maybe rename it to ghc-next. > I have some profiles ghc pinned to a version and upgrading those is > always a mess because Guix tries to build the old version from source > instead of using the next version. I renamed ghc@8.8 to ghc-next in commit