bug#64280: Editorconfig and dir-locals in guix source tree contradict each other

2023-07-31 Thread Hilton Chain via Bug reports for GNU Guix
Hi Jelle,

On Sun, 25 Jun 2023 19:30:42 +0800,
Jelle Licht wrote:
> A contradiction between .dir-locals.el and the .editorconfig file in
> guix exists:
>
>  max_line_length of 85 in .editorconfig for most files in guix
> vs
>  fill-column of 78 in dir-locals.el for all files in guix
>
> I don't know which of these values is supposed to be leading, or whether
> they configure the exact same thing in all situations.

I'm curious about this as well.  From the submission thread [1], it
seems to have been discussed on IRC, and I think it happened here [2].

Thanks

[1]: 
[2]: 





bug#64981: GTK4 applications broken (missing libGLESv2)

2023-07-31 Thread Csepp
for example:
$ transmission-gtk
Couldn't open libGLESv2.so.2: libGLESv2.so.2

I get the same error with Tuba.  It likely affects other applications.

Guix commit: 182be30
System: x86_64





bug#64979: ghc-exceptions broken on i686 leads to lots of broken packages

2023-07-31 Thread Csepp
This came to my attention when trying to reconfigure my netbook, which
uses earlyoom, which requires Pandoc to build its docs.

http://ci.guix.gnu.org/build/1610832/details
http://ci.guix.gnu.org/build/1610832/log/raw





bug#64648: Can't clone a git repo over anonymous SSH

2023-07-31 Thread Edouard Klein
Hi !

>
> Don't they also offer a HTTP(S) access?  I think libssh as used by
> libgit2 expects an SSH agent running... I remember wresting with it in a
> CI context.

Well, "they" is me :) I finally opened up anonymous access via git://
but I'm not extatic about it, it's one more daemon that can be pwnd.

https://gitlab.com/edouardklein/guix/-/commit/40e320d14b4c583214cdbd45fb47453c5ebb762a

The dedicated service did not work so I rolled my own as a
sheperd-root-service. I did not have the time to look into the issue.

So the problem remains, but is less urgent because it has been worked
around for now. Fixing this upstream seems like a hard battle.