bug#48331: Emacs' describe-package doesn't work for packages managed by guix

2021-12-05 Thread Andrew Tropin
On 2021-12-03 21:46, Liliana Marie Prikler wrote: > At long last, I'm pushing the patch to keep -pkg.el files as well as to > load them from guix-emacs during package-initialize. I'll hereby be > closing this bug. Andrew, if you wish to write a phase that adds such > a file for the packages

bug#52321: festival can't do text-to-speech (Linux: can't open /dev/dsp)

2021-12-05 Thread Luis Felipe via Bug reports for GNU Guix
STEPS TO REPRODUCE 1. guix shell festival 2. echo Hello speech | festival --tts EXPECTED RESULT You can hear festival utters "Hello speech". UNEXPECTED RESULT There is no speech, and the following error is printed: Linux: can't open /dev/dsp ADDITIONAL INFORMATION Using flite, a

bug#52316: Package example from cookbook has bugs

2021-12-05 Thread Maxime Devos
Hi guix, The example at https://guix.gnu.org/cookbook/en/html_node/Extended-example.html has two bugs: #:tests? is unconditionally set to #true. This is bad for cross- compilation and --without-tests=PACKAGE reasons, and would be flagged by the linter. In the new 'check' phase, libgit2_clar is

bug#52308: trezor-agent fails with hash error

2021-12-05 Thread Nicolas Goaziou
Hello, Florian Hoertlehner writes: > Trezor agent used to work on my guix system. > Since today (I guess the last time I fully installed the manifest was a few > months ago) it brings this error: > > building > /gnu/store/5mgjcap8wj5zhz57n15giw44rc8l9yh8-trezor-agent-0.11.0-1-checkout.drv... >

bug#51252: bug#52268: [PATCH core-updates-frozen] gnu: Add texlive-latex-luatex.

2021-12-05 Thread Ludovic Courtès
Hello, Thiago Jung Bauermann skribis: > When TeX Live was updated to version 2021 the ‘lualatex’ format started > being generated with the LuaHBTeX engine, but the ‘lualatex’ command still > uses the LuaTeX engine. This causes the command to fail: > > user@popigai:~$ lualatex hello.tex >

bug#52282: linux modules does not support inferior kernel

2021-12-05 Thread Maxime Devos
Oleg Pykhalov schreef op zo 05-12-2021 om 16:22 [+0300]: > Maxime Devos writes: > > > Oleg Pykhalov schreef op za 04-12-2021 om 22:25 [+0300]: > > > Hi Guix, > > > > > > I cannot build a system after adding '(kernel-loadable-modules > > > (list > > > vendor-reset-linux-module))' to the Guix

bug#52308: trezor-agent fails with hash error

2021-12-05 Thread Florian Hoertlehner
Trezor agent used to work on my guix system. Since today (I guess the last time I fully installed the manifest was a few months ago) it brings this error: building /gnu/store/5mgjcap8wj5zhz57n15giw44rc8l9yh8-trezor-agent-0.11.0-1-checkout.drv... -r:sha256 hash mismatch for

bug#52282: linux modules does not support inferior kernel

2021-12-05 Thread Oleg Pykhalov
Maxime Devos writes: > Oleg Pykhalov schreef op za 04-12-2021 om 22:25 [+0300]: >> Hi Guix, >> >> I cannot build a system after adding '(kernel-loadable-modules (list >> vendor-reset-linux-module))' to the Guix system config. [...] > > Are you using a linux module package with #:linux

bug#52311: Flex and Bison are not built from source

2021-12-05 Thread Ludovic Courtès
Hello Guix! As stikonas (Andrius Štikonas) rightfully pointed out on #guix, Flex and Bison are currently not entirely built from source in Guix: their source tarballs contain Flex- and/or Bison-generated files. The problem and a solution are described here: https://gitlab.com/giomasce/nbs/