bug#58802: On guix pull: failed to compute the derivation for Guix (ERROR: In procedure %resolve-variable:)

2022-11-03 Thread Wiktor Żelazny
On Wed, Nov 02, 2022 at 10:31:11AM +0100, zimoun wrote: > > One commit later > > > >guix time-machine --commit=08f2a06d261ad7a91b3f4df83a5093b8a28f15ed -- > > help > > > > fails. > > > > The commit is “gnu: Add guile-dns.” Kind of makes sense that it is > > guile-related. > > Are you sure the

bug#58802: On guix pull: failed to compute the derivation for Guix (ERROR: In procedure %resolve-variable:)

2022-10-31 Thread Wiktor Żelazny
On Thu, Oct 27, 2022 at 10:04:43AM +0200, zimoun wrote: > Using Guix 00ff6f7 and running, > > --8<---cut here---start->8--- > $ guix time-machine --commit=86ec52f66735b122b9035eba56516fd16f3be958 \ > -- time-machine --commit=c07b55eb94f8cfa9d0f56cfd97a16f2f

bug#58802: On guix pull: failed to compute the derivation for Guix (ERROR: In procedure %resolve-variable:)

2022-10-26 Thread Wiktor Żelazny
Hi Guix, Reporting as instructed. I stripped down this line error: #{\x0;\x0;\x0;\x0}#: unbound variable In reality, “\x0;” inside the braces is repeated mny times. The error persists after disabling my “guix-wz” channel. --8<---cut here---start->

bug#57480: Wrong Type To Apply on Reconfigure

2022-08-30 Thread Wiktor Żelazny
On Tue, Aug 30, 2022 at 02:49:46PM +0800, 宋文武 wrote: > >> A change made in b084398 is preventing both my system and home > >> configurations from building with a Wrong Type to Apply error. Did the > >> channel spec format change with the changes in that commit? > > I revert the commit b084398 for

bug#39204: r-rgdal: Reading of vector GIS data causes segfault

2020-10-12 Thread Wiktor Żelazny
On Mon, Oct 12, 2020 at 03:52:30PM +0530, Arun Isaac wrote: > I pushed to master, my commit replacing proj.4 with proj. Hi Arun, Believe it or not, but on Friday I tried the same thing. First, replacing proj with proj.4 in GDAL, which declined to compile, demanding version 6, then replacing proj

bug#42321: qgis PyQgsExpressionBuilderWidget test fails

2020-07-20 Thread Wiktor Żelazny
On Fri, Jul 17, 2020 at 07:20:34PM +0200, Wiktor Żelazny wrote: > As I was thinking about it, I began to suspect that the problem might be > caused by outdated input definitions in my private channel. I made use of the fact that my root user has got no extra channels defined and had it

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#42321: qgis PyQgsExpressionBuilderWidget test fails

2020-07-11 Thread Wiktor Żelazny
Hi list, 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 result is usable. To re

bug#39665: r-readr in a container has got no timezone data

2020-02-18 Thread Wiktor Żelazny
Related to [1]. Reproducing: guix environment -C --pure --ad-hoc r r-readr Rscript -e 'library(readr); default_locale()' A hack that fixes this issue is to include tzdata among the environment inputs, and to set TZDIR=/gnu/store/$(ls -F /gnu/store | grep tzdata.*/ | head -n 1)share/zon

bug#39084: Two `tm.tm_yday >= 119` tests fail while building neomutt

2020-01-29 Thread Wiktor Żelazny
On Sat, Jan 11, 2020 at 11:40:06AM +0100, Wiktor Żelazny wrote: > A few days ago, I’ve started getting this while trying to upgrade > neomutt: > >Test test_mutt_date_gmtime... [ FAILED ] > Case Today: >mutt_date_gmtime.c:59: Check tm.tm_yda

bug#39204: r-rgdal: Reading of vector GIS data causes segfault

2020-01-20 Thread Wiktor Żelazny
Hi list, The same behaviour on two machines. To reproduce: guix environment --container --ad-hoc r r-rgdal Rscript -e 'library(rgdal); dsn <- system.file("vectors", package = "rgdal")[1]; ogrInfo(dsn=dsn, layer="cities")' Loading required package: sp rgdal: version: 1.4-8, (SVN revision

bug#39084: Two `tm.tm_yday >= 119` tests fail while building neomutt

2020-01-11 Thread Wiktor Żelazny
Hi list, A few days ago, I’ve started getting this while trying to upgrade neomutt: Test test_mutt_date_gmtime... [ FAILED ] Case Today: mutt_date_gmtime.c:59: Check tm.tm_yday >= 119... failed and Test test_mutt_date_localtime...[ FAILED ]

bug#37422: Setting keyboard layout with SLiM login manager doesn't work

2019-09-29 Thread Wiktor Żelazny
On Sat, Sep 28, 2019 at 01:22:27PM +0200, Jan Wielkiewicz wrote: > set-xorg-configuration doesn't work with slim though, would be nice > if someone fixed it and the fact (keyboard-layout (keyboard-layout > "pl,cz" "legacy,ucw")) works on your machine, but not on mine is > strange. The last thing

bug#37422: Setting keyboard layout with SLiM login manager doesn't work

2019-09-28 Thread Wiktor Żelazny
On Thu, Sep 26, 2019 at 10:46:45PM +0200, Jan Wielkiewicz wrote: > guix system: error: failed to load '/etc/config.scm': > /etc/config.scm:66:57: Wrong type to apply: #< name: > "pl" variant: "legacy" model: #f options: ()> > > Don't really know why this happens. Here's my config.scm: > > (service

bug#37422: Setting keyboard layout with SLiM login manager doesn't work

2019-09-26 Thread Wiktor Żelazny
On Mon, Sep 16, 2019 at 12:23:22AM +0200, Jan Wielkiewicz wrote: > I've tried using the default Polish keyboard layout with SLiM and it > doesn't seem to work Hi, In case you haven’t found the solution, yet, perhaps this snippet from my config.scm will help you. You will need to trim it to adapt

bug#37332: opam->guix-package test fails

2019-09-07 Thread Wiktor Żelazny
My first post here. I’m assuming the bug number is going to be added automatically. My apologies in advance, if it’s not. I’m under GNU Guix SD (a new user), preparing to contribute my first package. While following [1], I’m getting FAIL for opam->guix-package after invoking `make check` in the Gu