bug#55287: make-file-writable adds the executable bit on some files added to the store

2022-05-06 Thread Raphaël Mélotte
Hello, Recently I tried to use Lynis provided by Guix again. I was pretty sure it worked some time ago, but the current version refuses to start: == Fatal error: permissions of file /gnu/store/52yj60gjhzkrg10dq2xybfwx7g5x9z9w-lynis-3.0.6/share/lynis/db/languages/en are not strict enough.

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Raphaël Mélotte
On 10/20/21 2:11 PM, Julien Lepiller wrote: So, it looks like my change prevented the xref command from running altogether, which explains the error. Moving the variable definition seems to help; I was able to build from a clean checkout in a pure environment with the attached revised patch.

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Raphaël Mélotte
Hello, On 10/20/21 4:06 AM, Julien Lepiller wrote: Since it seems this is due to the lack of the LC_ALL variable in the pure environment, how about the attached patch? With the attached patch on top of master (c650160abb), the build fails with messages similar to this one: ./doc/guix.de.te

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-19 Thread Raphaël Mélotte
On 10/19/21 11:59 AM, Simon Streit wrote: Extending my previous message: I first thought that it had to do with commit 15c91189cb61c579f4289047c79530cefe75215f, but it turns out that commit 0623138ffa5b066afc25547ffdeb97753cb0ee9a creates these errors. Commit d1b375402f5680b1e5a77dd1fb77e1e9

bug#45613: (no subject)

2021-10-11 Thread Raphaël Mélotte
To me it looks like this bug is now solved. I remember having the same problem months ago, but today it seems to work fine (on a foreign distro). Guix: --- guix 6eded1a repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 6eded1a04186e3118b293486b038c9

bug#31221: Cross compiling perl with guix pack fails

2018-06-20 Thread Raphaël Mélotte
Many thanks to both of you to have answered so quickly. (Sorry I didn't give any news, I have been busy with exams for almost two month and I didn't even take the time to reply back, but your answers have been valuable to me.) It seems you where right: when trying to build with "(pk ...)", I had

bug#30642: LibreOffice crashes with 'org.gtk.Settings.FileChooser' is not installed error

2018-06-13 Thread Raphaël Mélotte
I'm not particularly experienced with package recipes but I have a question on this one: Why couldn't "glib-or-gtk-build-system"[1] be used here ? I had the same crash problem with a package I defined and use locally, and using that build system solved it (the documentation mentions the phase "g

bug#31221: Cross compiling perl with guix pack fails

2018-04-19 Thread Raphaël Mélotte
Hello, I'm trying to make a wireshark package for an old 32bit system where I cannot install guix but it always fails with the same error. This is the command I'm using: guix pack -S /opt/gnu/bin=bin --target=i686-pc-linux-gnu wireshark And this is the error I get: starting phase `remove-extra-r