bug#42403: guix pull fails: no code for module (gnu packages maven)

2020-07-17 Thread Alexandru-Sergiu Marton
Hi, I just did a `guix pull` and it failed complaining about maven. Here's the output from the console: --8<---cut here---start->8--- builder for `/gnu/store/4y42zgxq6abq8mg4rbx9l9lylkkn5b2v-guix-extra.drv' failed with exit code 1 build of /gnu/store/4y42zgxq6

bug#42371: Grafts max out build slots without being queued

2020-07-17 Thread zimoun
Hi Maxim, > --8<---cut here---start->8--- > guix build --quiet --check $(guix package -A | head -n 11 | cut -f1) [...] > guix build: error: all build users are currently in use; consider creating > additional users and adding them to the `guixbuild' group > -

bug#42405: r-hdf5array fails to build

2020-07-17 Thread Björn Höfling
It is missing the (proprietary) SZIP Compression Library. Björn building /gnu/store/awjf253pcjsf8wkl6cigxxd0dxqp97q7-r-hdf5array-1.16.1.drv... [...] starting phase `install' * installing *source* package ?HDF5Array? ... ** using staged installation ** libs gcc -I"/gnu/store/yd83ibzxjrb7cgcc6d4

bug#42403: guix pull fails: no code for module (gnu packages maven)

2020-07-17 Thread Alexandru-Sergiu Marton
Alexandru-Sergiu Marton writes: > Hi, > > I just did a `guix pull` and it failed complaining about maven. Here's > the output from the console: I did another pull just now and it's not failing anymore. Thanks y'all. guix describe: --8<---cut here---start->8--

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

2020-07-17 Thread Jesse Gibbons
I have a series of patches coming soon that fix both named issues.

bug#42407: GNOME window manager dies in two-monitor setup when IntelliJ opens a merge window

2020-07-17 Thread Dr. Arne Babenhauserheide
Hi, Yesterday I started running Guix in a two-monitor setup, using two screens of different size aspect ratio (one 16x9, one 16x10). Now everytime IntelliJ opens a merge-window, the window decorations disappear and after a few seconds I get the notification that there was an error that cannot be f

bug#42321: qgis PyQgsExpressionBuilderWidget test fails

2020-07-17 Thread Guillaume Le Vaillant
Wiktor Żelazny skribis: > For some time, I’ve been getting the stuff below while trying to build > qgis. Once the test is added to the list of omitted tests (there’s > already a substantial list of tests that fail for unknown reasons in the > package definition), the qgis build completes and the

bug#42321: qgis PyQgsExpressionBuilderWidget test fails

2020-07-17 Thread Wiktor Żelazny
On Fri, Jul 17, 2020 at 05:59:36PM +0200, Guillaume Le Vaillant wrote: > > Do you get this test failure every time, or does it fail randomly? Hi, Thanks for taking a look. I attempted to build it twice with some weeks in between, hoping that the issue disappears as the package definition gets re

bug#42408: curseradio: crashes on some "by language" nodes

2020-07-17 Thread Christopher Howard
I was trying to view Gaelic internet radio stations, but if I select By Language >> Gaelic in the curseradio menu, the program crashes with the stderr output: """ Traceback (most recent call last): File "/gnu/store/x7x07z4f84np5x6ryhb713l8k94rrjxp-curseradio-0- 1.1bd4bd0/bin/.curseradio-real", l

bug#42409: weasyprint fails to build

2020-07-17 Thread Michael Rohleder
weasyprint fails in tests: ... === FAILURES === __ test_acid2 __ @assert_no_logs @requires('cairo', (1, 12, 0)) def test_acid2(): def render(filename

bug#42410: Copying nars between stores fails for packages with multiple outputs

2020-07-17 Thread Leo Famulari
Exporting a nar and importing it on another machine only works when the package being built has a single output. I set up a signing-key on the sending machine, authorized it on the receiving machine, and successfully transferred some nars of single-output packages. I say they succeeded because `gu

bug#42212: [PATCH 1/1] self: Use nearest tag as the version string in documentation.

2020-07-17 Thread Arun Isaac
* guix/channels.scm (latest-channel-instance): Write nearest tag into .version of the checkout. * guix/self.scm (info-manual): Use nearest tag from .version as the version string while generating documentation. --- guix/channels.scm | 15 ++- guix/self.scm | 11 +++ 2 files

bug#42212: [PATCH 0/1] Use nearest tag as the version string in documentation.

2020-07-17 Thread Arun Isaac
We can't actually use (guix config) since it doesn't have a useful version number in this stage of the build process. See the use of make-config.scm in build-program of build-aux/build-self.scm. We need to use the nearest tag but that requires the git repo and we drop that in the channel checkout.