bug#44820: MPD fails after respawning too often

2020-12-03 Thread Martin Becze
Yeah, owner gets set to root when it should be mpd-user. On 12/3/20 11:05 AM, Ludovic Courtès wrote: So was the ownership of/var/run/mpd/$USER wrong?

bug#44820: MPD fails after respawning too often

2020-11-27 Thread Martin Becze
I also ran into this problem. Here is the relevnat part of /var/run/mpd//log exception: Failed to create pid file "/var/run/mpd//pid": Permission denied A quick dirty fix is just to chown the /var/run/mpd folder so that mpd can create its pid file. On 11/27/20 4:31 AM, Ludovic Courtès wro

bug#43277: emacs-next is broke, "seq" missing

2020-09-08 Thread Martin Becze
--debug-init doesn't help and we don't seem to be loading the init file. On 9/8/20 9:01 AM, Michael Rohleder wrote: > Hi Martin, > > Martin Becze writes: >> emacs-next recently broke. It now has this error on start up. >> >> "require: Cannot open

bug#43277: emacs-next is broke, "seq" missing

2020-09-08 Thread Martin Becze
e some variables still pointed to emacs 26.3 > directories which didn't exist anymore. > > Malte > > On Tue, 8 Sep 2020, 14:25 Martin Becze, <mailto:mjbe...@riseup.net>> wrote: > > emacs-next recently broke. It now has this error on start up. > >

bug#43277: emacs-next is broke, "seq" missing

2020-09-08 Thread Martin Becze
emacs-next recently broke. It now has this error on start up. "require: Cannot open load file: No such file or directory, seq" I think this must have happened relatively recently (with the last 3 weeks) since it was working fine earlier. signature.asc Description: OpenPGP digital signature

bug#42947: Chez Scheme libraries are broken

2020-09-01 Thread Martin Becze
was a missing make flag for scheme-fmt and several others. Attached is an updated patch that fixes that. On 8/31/20 3:56 PM, Ludovic Courtès wrote: Hi, Martin Becze skribis: This is creating an empty directory, right? Are you sure this helps? Yes, I think it solves the problem. On line

bug#42947: Chez Scheme libraries are broken

2020-08-31 Thread Martin Becze
version "-site")) ``` Which I think should set it. -Martin Martin Becze skribis: By default chez-scheme seems to be using lib/csv for libaries. This creates the directory lib/csv-site which the scheme libary packages expect. * gnu/packages/chez.scm (chez-scheme): Create libary dir

bug#42990: Nicotine+ GTK segfaults

2020-08-22 Thread Martin Becze
Does installing a theme like "adwaita-icon-theme" help? On 8/22/20 12:28 PM, Leo Famulari wrote: > I noticed that Nicotine+ segfaults on a foreign distro (Debian) when > clicking the "settings" icon in the upper right: > > -- > (.nicotine-real:9751): GLib-GIO-ERROR **: 12:53:24.031: Settings

bug#42947: [PATCH 2/2] gnu: chez-srfi: Fix tests.

2020-08-20 Thread Martin Becze
* gnu/packages/chez.scm (chez-srfi): Added make flags so that chez-scheme loads the tests correctly. --- gnu/packages/chez.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index bb584696ae..79a5ad965d 100644 --- a/gnu/packages

bug#42947: [PATCH 1/2] gun: chez-scheme: Create libary directory.

2020-08-20 Thread Martin Becze
By default chez-scheme seems to be using lib/csv for libaries. This creates the directory lib/csv-site which the scheme libary packages expect. * gnu/packages/chez.scm (chez-scheme): Create libary directory. --- gnu/packages/chez.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packa

bug#42947: Chez Scheme libraries are broken

2020-08-20 Thread Martin Becze
Chez Scheme libraries are broken. For example `guix environment --ad-hoc chez-scheme chez-fmt`. chez-fmt will not install (for me) because it is dependent on chez-srfi and chez-scheme seem unable to locate it. I think it is because CHEZSCHEMELIBDIRS is not being set. But I'm not sure why that is h

bug#37244: Icecat Audio Issues

2020-05-09 Thread Martin Becze
I also have this problem with icecat. With ungoogled-chromuim the video is scrambled. I wonder if the two issues are possible related. On 9/1/19 1:15 PM, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: > Raghav, > > Raghav Gururajan 写道: >> While streaming/watching movie on some (more th

bug#41069: cyclically dependent channels crashes guix pull

2020-05-03 Thread Martin Becze
Cyclically dependent channels crashes guix pull. Cyclically dependent channels probably shouldn't happen, but guix pull probably shouldn't go into an endless loop and die either. Cheers!, -Martin

bug#38857: X.509 certificate of 'crates.io' could not be verified during a recursive import from crates.io

2020-01-02 Thread Martin Becze
I have had this problem as well. I noticed that the file descriptors where not being closed when the connections end. I think this is causing the issue. Related https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20145 On 1/2/20 2:20 PM, Valentin Ignatev wrote: I don't think that it's related, but w

bug#38709: Recursive crate importer ignores specified version

2019-12-25 Thread Martin Becze
5.0.0 instead of 4.0.14 > > Regards, > Valentin Ignatev Currently the recusive importer doesn't respect version numbers. Progress is being made on this in issue 38408 https://issues.guix.gnu.org/issue/38408 -Martin Becze

bug#37266: gnupg/pinentry not aware of each other

2019-09-18 Thread Martin Becze
On 2019-09-02 04:56, j...@dorsal.tk wrote: > $ gpg --full-generate-key > > Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o > We need to generate a lot of random bytes. It is a good idea to perform > some other action (type on the keyboard, move the mouse, utilize the > disks) during the prim

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-10 Thread Martin Becze
rs and cannot be > built. > +; in four years and cannot be built. > (native-inputs > - `(("glib" ,glib "bin") ; glib-mkenums > + `(("glib" ,glib "bin") ; glib-mk

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-06 Thread Martin Becze
Yeah I don't know. I just used prefix in the latest patch. Let me know if the other method is preferred. On 9/6/19 12:30 PM, Tobias Geerinckx-Rice wrote: > Martin, > > Martin Becze 写道: >> Prefix appends ${MY_VAR:+:}$MY_VAR to the env var, so that seems nice. > > Sure, t

bug#36896: [PATCH v2] added prefix to the wrapping of XDG_DATA_DIRS for evolution

2019-09-06 Thread Martin Becze
--- gnu/packages/gnome.scm | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1a091de938..ef6d78bb5a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8105,19 +8105,20 @@ generic enough

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-06 Thread Martin Becze
On 9/4/19 2:17 PM, Tobias Geerinckx-Rice wrote: > Martin, > > Martin Becze 写道: >> hmm maybe i did something wrong when sending with "git-sendemail" it >> showed up here https://issues.guix.info/issue/36896 > > Strange…  It can't find it in my mai

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-04 Thread Martin Becze
;;; Copyright © 2019 Giacomo Leidi ;;; Copyright © 2019 Jelle Licht ;;; Copyright © 2019 Jonathan Frederickson +;;; Copyright © 2019 Martin Becze ;;; ;;; This file is part of GNU Guix. ;;; @@ -8100,7 +8101,18 @@ generic enough to work for everyone.") "0sdv5lg2v

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-03 Thread Martin Becze
On 2019-08-27 04:23, Martin Becze wrote: > On 2019-08-20 09:04, Martin Becze wrote: >> On 2019-08-05 16:30, Tobias Geerinckx-Rice wrote: >>> Martin, Ricardo, >>> >>> I agree with Ricardo (here and in matters of fonts) that propagation >>>

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-27 Thread Martin Becze
On 2019-08-20 09:04, Martin Becze wrote: > On 2019-08-05 16:30, Tobias Geerinckx-Rice wrote: >> Martin, Ricardo, >> >> I agree with Ricardo (here and in matters of fonts) that propagation >> is to be avoided at all reasonable costs, so… >> >> Martin

bug#36632: ungoogled-chromium needs font-gnu-freefont-ttf

2019-08-21 Thread Martin Becze
On 2019-08-05 15:36, Ricardo Wurmus wrote: > Hi Martin, > >> ungoogled-chromium will crash until font-gnu-freefont-ttf is installed. > > Thank you for reporting this problem and proposing a patch. > > I’d prefer not to propagate any fonts. Do you happen to know what the > mechanism underlying t

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-20 Thread Martin Becze
On 2019-08-05 16:30, Tobias Geerinckx-Rice wrote: > Martin, Ricardo, > > I agree with Ricardo (here and in matters of fonts) that propagation > is to be avoided at all reasonable costs, so… > > Martin Becze 写道: >> The terminator packagage propagates gsetting-desktop-sch

bug#36896: [PATCH] wrapped evolution so that it know where its gsettings are

2019-08-17 Thread Martin Becze
Giacomo Leidi ;;; Copyright © 2019 Jelle Licht ;;; Copyright © 2019 Jonathan Frederickson +;;; Copyright © 2019 Martin Becze ;;; ;;; This file is part of GNU Guix. ;;; @@ -8100,7 +8101,18 @@ generic enough to work for everyone

bug#36896: [PATCH] wrapped evolution so that it know where its gsettings are

2019-08-17 Thread Martin Becze
Giacomo Leidi ;;; Copyright © 2019 Jelle Licht ;;; Copyright © 2019 Jonathan Frederickson +;;; Copyright © 2019 Martin Becze ;;; ;;; This file is part of GNU Guix. ;;; @@ -8100,7 +8101,18 @@ generic enough to work for everyone

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-05 Thread Martin Becze
On 2019-08-05 07:40, Ricardo Wurmus wrote: > Hi, > > null writes: > >> --- >> gnu/packages/gnome.scm | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm >> index 3f7bbac214..c33653f361 100644 >> --- a/gnu/packages/gnome.scm >> +++ b/gnu/

bug#36632: (no subject)

2019-08-01 Thread Martin Becze
bump :)

bug#36896: Evolution needs gsettings-desktop-schemas

2019-08-01 Thread Martin Becze
Evolution will crash immediate if gsettings-desktop-schemas is not also installed

bug#36632: ungoogled-chromium needs font-gnu-freefont-ttf

2019-07-12 Thread Martin Becze
ungoogled-chromium will crash until font-gnu-freefont-ttf is installed. signature.asc Description: OpenPGP digital signature

bug#36590: its done

2019-07-12 Thread Martin Becze
its done