bug#55709: R texinfo documents are not showing up for me

2022-06-04 Thread Kyle Andrews
I had a really hard time getting ~guix gc --verify=contents,repair~ to actually fix the problem and get commands like emacs to run. Nothing worked until I mounted /gnu/store as read write and removed the zeroed file completely for that particular gtk+3.24.30 folder, removed the ~guix/store/.link

bug#55488: bug#55707: syslogd logging kernel messages slowly?

2022-06-04 Thread Ludovic Courtès
Ludovic Courtès skribis: > 2. Explicitly disable syncing for some of the log files by prepending > a hyphen right before the file name in syslogd.conf (info > "(inetutils) syslogd invocation"). Tried this (in addition to ‘fdatasync’): --8<---cut here---start-

bug#55707: syslogd logging kernel messages slowly?

2022-06-04 Thread Ludovic Courtès
Ludovic Courtès skribis: > 1. Use ‘fdatasync’ rather than ‘fsync’; Turns out ‘fdatasync’ is about as expensive: --8<---cut here---start->8--- 1234:301 19:22:00 fdatasync(6) = 0 <0.398749> 1236:301 19:22:01 fdatasync(5) = 0

bug#55707: bug#55488: GDM, GNOME: Can't start desktop session after upgrade

2022-06-04 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Here’s another debugging trick; would be great if you could try this: > > (define strace-syslogd > (program-file "strace-syslogd" > #~(apply execl #$(file-append strace "/bin/strace") > "strace" ;argv[0] >

bug#55793: Issue with elfutils libdw pkg-config's inputs

2022-06-04 Thread Ioannis Kappas
Hi, there appears to be an issue with the elfutils package that is missing a dependency after it is installed. To reproduce, on a profile without `xz' installed: $ guix install elfutils $ pkg-config --cflags libdw Package liblzma was not found in the pkg-config search path. Perhaps you should a

bug#55657: libgccjit is unusable

2022-06-04 Thread Liliana Marie Prikler
Am Samstag, dem 04.06.2022 um 14:25 + schrieb Tobias Geerinckx- Rice: > Meant to include link to > https://github.com/flatwhatson/guix-channel/blob/657da22f0229b978b7bf4e4d476f59f17f6a175f/flat/packages/gcc.scm#L27 >  which is where the majic happens I'm not personally using that channel, but I

bug#55776: maven-core fails to build

2022-06-04 Thread Dr. Arne Babenhauserheide
Julien Lepiller writes: > What I did instead is, since jdom wants to set more features than > supported in the driver, to add dummy support for all these additional > features by just not throwing the exception. It's not very satisfying, > but it works and we don't keep a vulnerable jdom around.

bug#55776: maven-core fails to build

2022-06-04 Thread Remco van 't Veer
2022/06/04 15:47, Julien Lepiller: > So I figured I could fix java-plexus-component-metadata that we use to > generate some xml files during the build of maven. jdom is one of its > inputs. Adding another jdom to the native inputs would probably not fix > the issue. Reverting the jdom upgrade pat

bug#55657: libgccjit is unusable

2022-06-04 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Meant to include link to https://github.com/flatwhatson/guix-channel/blob/657da22f0229b978b7bf4e4d476f59f17f6a175f/flat/packages/gcc.scm#L27 which is where the majic happens Kind regards, T G-R Sent on the go. Excuse or enjoy my brevity.

bug#55657: libgccjit is unusable

2022-06-04 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Lily, I think a lot of people are using emacs-native-comp from here: https://github.com/flatwhatson/guix-channel/blob/master/flat/packages/emacs.scm I don't know if I've updated mine since your failed experiments, but it has worked forever... Kind regards, T G-R Sent on the go. Excuse or en

bug#55657: libgccjit is unusable

2022-06-04 Thread Remco van 't Veer
2022/05/26 15:07, Liliana Marie Prikler: > Hi Guix, > > with the release of Emacs 28.1, there has been some demand to enable > native-compilation. While trying to set that up, I've come to realize > that no matter how I slice it, I can't make libgccjit usable. The guixrus channel has an emacs wh

bug#55776: maven-core fails to build

2022-06-04 Thread Julien Lepiller
Le Sat, 04 Jun 2022 12:25:21 +0200, Remco van 't Veer a écrit : > I did some digging and found this regression is caused by commit: > > 6068b83b82475566acd4162467bcf54270f338f9 > "gnu: java-jdom: Update to 2.0.6.1 [fixes CVE-2021-33813]." > > Apparently the fix for this issue causes jdom to b

bug#55776: maven-core fails to build

2022-06-04 Thread Remco van 't Veer
I did some digging and found this regression is caused by commit: 6068b83b82475566acd4162467bcf54270f338f9 "gnu: java-jdom: Update to 2.0.6.1 [fixes CVE-2021-33813]." Apparently the fix for this issue causes jdom to be very strict; > java.io.IOException: Invalid input descriptor for merge: > /

bug#55449: [PATCH] gnu: recutils: Use correct bash headers.

2022-06-04 Thread Liliana Marie Prikler
* gnu/packages/databases.scm (recutils)[arguments]: Convert to G-Expressions. Drop gratuitous dirname. [native-inputs]: Drop labels. Move bash:include... [inputs]: ... here. Also add regular bash. --- gnu/packages/databases.scm | 19 --- 1 file changed, 8 insertions(+), 11 deleti