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?
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
--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
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.
>
>
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
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
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
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
* 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
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
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
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
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
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
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
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
rs and cannot be
> built.
> +; in four years and cannot be built.
> (native-inputs
> - `(("glib" ,glib "bin") ; glib-mkenums
> + `(("glib" ,glib "bin") ; glib-mk
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
---
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
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
;;; 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
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
>>>
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
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
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
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
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
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/
bump :)
Evolution will crash immediate if gsettings-desktop-schemas is not also
installed
ungoogled-chromium will crash until font-gnu-freefont-ttf is installed.
signature.asc
Description: OpenPGP digital signature
its done
32 matches
Mail list logo