Problem compiling boost for mysql

2020-05-14 Thread Emmanuel Medernach
Hello Guixers, I have an error when trying to build a package, the following gnu packages derivation does not compile: # guix build -e '(@ (gnu packages boost) boost-for-mysql)' phase `more-bin-sh-patching' succeeded after 0.0 seconds starting phase `configure' Backtrace: 10 (primitive

Re: Problem compiling boost for mysql

2020-05-14 Thread Vincent Legoll
Hello Emmanuel, On 14/05/2020 09:50, Emmanuel Medernach wrote: I have an error when trying to build a package, the following gnu packages derivation does not compile: # guix build -e '(@ (gnu packages boost) boost-for-mysql)' I'm reproducing the problem, I tried to use boost instead of boost-

Re: Few questions

2020-05-14 Thread Vincent Legoll
On 12/05/2020 13:40, zimoun wrote: Could you be more precise about this package ROOT-6.20.02? Look here: https://root.cern/ -- Vincent Legoll

fix chessx

2020-05-14 Thread Adam Kandur via
hi everyone! recently i tried to install chessx on my laptop, there were errors. then i decided to test in my channel. and, i fixed link for downloading chessx. hope will be usefull. patch Description: Binary data

Re: Few questions

2020-05-14 Thread Tobias Geerinckx-Rice
Emmanuel, Emmanuel Medernach 写道: I deleted it with the very wrong method of "rm -Rf" of this local package in the store, now I learned. It's a common rite of passage. However: I hope it didn't work out of the box and you had to jump through at least one flaming hoop… right? Guix-daemon goe

Re: Few questions

2020-05-14 Thread Tobias Geerinckx-Rice
Tobias Geerinckx-Rice 写道: λ findmnt /gnu/store TARGET SOURCEFSTYPE OPTIONS /gnu/store /dev/sda1[/gnu/store] bcachefs ro,relatime,… And just to show I'm not bluffing: λ sudo rm -rf /gnu/store … … rm: cannot remove '/gnu/store/…': Read-only file system rm: cannot rem

Re: fix chessx

2020-05-14 Thread Nicolas Goaziou
Hello, Adam Kandur via writes: > hi everyone! recently i tried to install chessx on my laptop, there > were errors. then i decided to test in my channel. and, i fixed link > for downloading chessx. hope will be usefull. FWIW, I have no problem building chessx in its current form. In particular,

Re: Few questions

2020-05-14 Thread Emmanuel Medernach
Hello, I believe you, but here it is in my shell history: sudo rm -Rf /gnu/store/rj2ir3hmaanvwwvyy6d1a1qv0f0xp537-ROOT-6.20.02 Surely because I am using a foreign distro Regards, Emmanuel On Thu, May 14, 2020 at 1:34 PM Tobias Geerinckx-Rice wrote: > Tobias Geerinckx-Rice 写道: > > λ findmn

Re: Few questions

2020-05-14 Thread zimoun
On Thu, 14 May 2020 at 13:34, Tobias Geerinckx-Rice wrote: > λ sudo rm -rf /gnu/store Your trust in Guix is impressive! ;-) --8<---cut here---start->8--- guix gc --list-dead | grep hello finding garbage collector roots... determining live/dead paths... /gnu

Re: Few questions

2020-05-14 Thread Tobias Geerinckx-Rice
Emmanuel, Emmanuel Medernach 写道: Surely because I am using a foreign distro You're right (of course). After installing Guix on a foreign distribution: $ findmnt /gnu/store $ A simple $ sudo mount -o bind,ro /gnu/store /gnu/store fixes it for me, so it's not due to SELinux/AppArmour/…

Re: Few questions

2020-05-14 Thread Julien Lepiller
Le 14 mai 2020 08:17:51 GMT-04:00, zimoun a écrit : >On Thu, 14 May 2020 at 13:34, Tobias Geerinckx-Rice >wrote: > >> λ sudo rm -rf /gnu/store > >Your trust in Guix is impressive! ;-) > >--8<---cut here---start->8--- >guix gc --list-dead | grep hello >finding

Re: Few questions

2020-05-14 Thread Tobias Geerinckx-Rice
Simon, zimoun 写道: Your trust in Guix is impressive! ;-) It's never disappointed me! But yeah, forgetting that other distributions exist is a recurring personal failing of mine. The things that suddenly break (like this) are spooky & arbitrary to me. Kind regards, T G-R signature.asc

Re: Few questions

2020-05-14 Thread zimoun
On Thu, 14 May 2020 at 14:35, Julien Lepiller wrote: > We only bind-mount the store on the Guix System. On systemd systems, we could > install an additional service that does that I think. For others, adding a > line to /etc/fstab might work too. Does it make sense to add these extra steps exp

Re: Few questions

2020-05-14 Thread Julien Lepiller
Le 14 mai 2020 08:39:31 GMT-04:00, zimoun a écrit : >On Thu, 14 May 2020 at 14:35, Julien Lepiller >wrote: > >> We only bind-mount the store on the Guix System. On systemd systems, >we could install an additional service that does that I think. For >others, adding a line to /etc/fstab might work

Re: Few questions

2020-05-14 Thread Tobias Geerinckx-Rice
Tobias Geerinckx-Rice 写道: A simple $ sudo mount -o bind,ro /gnu/store /gnu/store I decided to write a q&d patch that does just that . Caveats: - It's lightly tested (the only non-Guix System I have SSH access to is someone's laptop, currently being used

Re: Few questions

2020-05-14 Thread zimoun
On Thu, 14 May 2020 at 15:56, Julien Lepiller wrote: > >And the simple 'mount -o bind,ro /gnu/store /gnu/store' proposed by > >Tobias is not enough in the general case? > > It's enough, but not persistent after a reboot. I'll try to start a VM of > other distros to see how to achieve that proper

Re: Few questions

2020-05-14 Thread Tobias Geerinckx-Rice
zimoun 写道: And thanks Tobias for the patch. I will try on my current foreign Debian distro. Thanks! Eager to find out which stupid typo makes the whole thing fail. Kind regards, T G-R signature.asc Description: PGP signature

zlib licence

2020-05-14 Thread Adam Kandur via
hi, it seems http://www.gzip.org/zlib/zlib_license.html returns 404. i suggest this link https://zlib.net/zlib_license.html patch Description: Binary data