bug#59423: Invalid 'location' field generated in dovecot configuration

2022-11-26 Thread Fredrik Salomonsson
Hello, I think I encountered the same bug when I updated my home rofi service to use a configuration. It also has a `location` entry but it takes an integer. Here is a repro to reproduce it using `guix repl`: scheme@(guix-user)> (use-modules (gnu services configuration))

bug#57790: Strange behavior with emacs-build-system

2022-10-11 Thread Fredrik Salomonsson
Fredrik Salomonsson writes: > Hi, > > zimoun writes: > >> On Wed, 14 Sep 2022 at 02:59, Fredrik Salomonsson >> wrote: >> >>> If I name the local clone `issue.el` (name of the directory); >>> `guix build -f guix.scm` will fail. It will just c

bug#57790: Strange behavior with emacs-build-system

2022-10-11 Thread Fredrik Salomonsson
Hi, zimoun writes: > On Wed, 14 Sep 2022 at 02:59, Fredrik Salomonsson wrote: > >> If I name the local clone `issue.el` (name of the directory); >> `guix build -f guix.scm` will fail. It will just copy the file >> `issue.el` and then `ert-runner` fails as th

bug#57899: emacs-jsonrpc hash mismatch

2022-09-24 Thread Fredrik Salomonsson
Fredrik Salomonsson writes: >> I'll see if I can create a patch that extracts jsonrpc from emacs' >> master branch. To avoid this issue in the future. > > Created a patch for it, see 57964[0]. > > [0] https://issues.guix.gnu.org/57964 The patches has landed in the ma

bug#57899: emacs-jsonrpc hash mismatch

2022-09-20 Thread Fredrik Salomonsson
> I'll see if I can create a patch that extracts jsonrpc from emacs' > master branch. To avoid this issue in the future. Created a patch for it, see 57964[0]. [0] https://issues.guix.gnu.org/57964 -- s/Fred[re]+i[ck]+/Fredrik/g

bug#57899: emacs-jsonrpc hash mismatch

2022-09-19 Thread Fredrik Salomonsson
> I'll see if I can create a patch that extracts jsonrpc from emacs' > master branch. To avoid this issue in the future. An alternative is to remove it. It is only used by emacs-eglot which requires 1.0.14 and up. Which should be in emacs-28 if I'm not mistaken. -- s/Fred[re]+i[ck]+/Fredrik/g

bug#57899: emacs-jsonrpc hash mismatch

2022-09-19 Thread Fredrik Salomonsson
Hi Josselin, Josselin Poiret writes: > Hi Frederik, > > Fredrik Salomonsson writes: > >> Not sure what is going on. Or what is the best approach forward. >> >> Any ideas what could be wrong? > > I downloaded the derivation and original source from ci u

bug#57899: emacs-jsonrpc hash mismatch

2022-09-17 Thread Fredrik Salomonsson
Hi, After I did a guix pull emacs-jsonrpc fails to build. Getting this: ---✀ building /gnu/store/gbcl55whjaxbvipa8jk7k4jbihnccn2a-jsonrpc-1.0.15.tar.drv... \sha256 hash mismatch for

bug#57790: Strange behavior with emacs-build-system

2022-09-13 Thread Fredrik Salomonsson
Hi, I encountered a strange behavior when using a guix.scm file to build and run test in an emacs project. The project is called issue.el[0]. I have the following guix.scm: ---✀ (use-modules ((guix licenses) #:prefix

bug#55415: Closing thread

2022-05-15 Thread Fredrik Salomonsson
Looks like the patches in https://issues.guix.gnu.org/issue/55419 solved the issue. I can no longer reproduce the issue after a guix pull (commit ebb4302). Closing this issue. -- s/Fred[re]+i[ck]+/Fredrik/g

bug#55415: emacs-minimal-28.1-builder: Unknown # object: "#<"

2022-05-14 Thread Fredrik Salomonsson
Hi, Getting this error when I try and update my emacs profile after a recent guix pull: ---8<--- substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from

bug#43618: Problem building disk-image with guix from git

2020-10-05 Thread Fredrik Salomonsson
Hi, Ludovic Courtès writes: > This is ‘guix substitute’, invoked by ‘guix-daemon’, telling you that it > can’t find guile-gcrypt on its load path. ‘sudo -E’ should preserve > GUILE_LOAD_PATH from your environment, but was guile-gcrypt in > $GUILE_LOAD_PATH in the first place? Ah, I was

bug#43806: statfs is failing when running make check

2020-10-05 Thread Fredrik Salomonsson
Hi, When building guix from git in a clean local copy (run `sudo git clean -dfx` first) using this command: ``` guix environment guix -- sh -c './bootstrap && ./configure --localstatedir=/var && make -j16 && make check' ``` One test in `tests/syscalls.scm` is failing. Here is the log from

bug#43805: store test fail in pure environment

2020-10-05 Thread Fredrik Salomonsson
Hi, I've been trying to build guix from git, following the steps in the manual but a test in tests/store.scm is failing: ``` make check-recursive make[1]: Entering directory '/home/plattfot/projects/guix' Making check in po/guix make[2]: Entering directory

bug#43618: Problem building disk-image with guix from git

2020-09-26 Thread Fredrik Salomonsson
Please close this issue. Sent it to the wrong mailing list... Thanks -- s/Fred[re]+i[ck]+/Fredrik/g

bug#43618: Problem building disk-image with guix from git

2020-09-25 Thread Fredrik Salomonsson
Hi guix, I thought I would test out the patch from https://issues.guix.info/43366 on my laptop. I cloned the guix repo (checksum: d48b17a), applied the patch from 43366. Then followed the steps in the manual: ``` $ guix environment guix $ ./bootstrap $ ./configure --localstatedir=/var $ make

bug#43366: "error: rmdir: Device or resource busy" when using btrfs

2020-09-15 Thread Fredrik Salomonsson
Hi Maxim, Maxim Cournoyer writes: > I just sent a patch now, but here's a bit more background on what led to > it. Nice find! I'm unable to test out the patch right now on my original use case as I soft bricked my laptop fiddling around with coreboot. And I'm having some issues with my

bug#43366: "error: rmdir: Device or resource busy" when using btrfs

2020-09-12 Thread Fredrik Salomonsson
When you have separate btrfs subvolumes for /gnu and /var/guix, you'll encounter this error running `guix system init /mnt/etc/config.scm /mnt` when it tries to copy things to /mnt. My guess is that guix is trying to remove one of them but fails as they're mounted. I encountered this issue while

bug#42157: guix-install.sh set XDG_DATA_DIRS before sourcing profile

2020-07-01 Thread Fredrik Salomonsson
Hi, I encountered an issue when installing guix using the installer script on Arch Linux. I'm using a quite simple setup, with only SDDM and sway, so no XDG environment variables are set. Noticed after I've installed guix, things started braking. I tracked it down to the `XDG_DATA_DIRS`

bug#41732: issue with emacs-lua-mode and emacs-next

2020-06-05 Thread Fredrik Salomonsson via web
Forgot to say which guix version I'm using: guix (GNU Guix) ba6d3612550f5d978c4b5b1df122444f8fb29377

bug#41732: issue with emacs-lua-mode and emacs-next

2020-06-05 Thread Fredrik Salomonsson
2001 From: Fredrik Salomonsson Date: Fri, 5 Jun 2020 19:39:37 -0700 Subject: [PATCH] gnu: emacs-lua-mode: Update to 20200508-0.35b6e4c. * gnu/packages/emacs-xyz.scm (emacs-lua-mode): Update to 20200508-0.35b6e4c. --- gnu/packages/emacs-xyz.scm | 12 ++-- 1 file changed, 6 insertions(+), 6

bug#28168: rofi - Failed to set locale and relink messages

2017-08-23 Thread Fredrik Salomonsson
S.UTF-8 > > > > > > > > Using glibc-locales > > > > > > Does setting LC_ALL instead of LANG help? The LC_* variables take > > > precedence over LANG. > > > > setting LC_ALL didn't work. Same error. > > How recent is the guix you have? Did yo

bug#28168: rofi - Failed to set locale and relink messages

2017-08-23 Thread Fredrik Salomonsson
cale specific things in /run/current-system. Which Arch doesn't have. Is that a GuixSD specific thing? Don't have GuixSD installed at the moment so cannot check myself. I've attached the whole strace log incase there's something more. 2017-08-22 2:01 GMT-07:00 Ludovic Courtès <l...@gnu

bug#28168: rofi - Failed to set locale and relink messages

2017-08-20 Thread Fredrik Salomonsson
Hi Guix, Having issues running rofi on my Guix+Arch Linux setup. Getting this when running it: # rofi -show run rofi: Relink `/gnu/store/88wvqp60hbrdvbp0xsqad5c6njjfshcw-libpng-1.6.28/lib/libpng16.so.16' with `/gnu/store/ybpgv1v7606xw7mafda66w10hiynpiw2-glibc-2.25/lib/libpthread.so.0' for IFUNC