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
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-
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
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]
>
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
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
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.
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
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.
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
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
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
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:
> /
* 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
14 matches
Mail list logo