Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Timothy Sample
Christopher Lemmer Webber writes: > Likewise, Gregor and Raart do not install: > > $ mv ~/.racket ~/.racket-borked > $ raco pkg install gregor # lots of errors during install > $ racket > racket@> (require gregor) > explode-path: contract violation > expected: (or/c path-for-some-system? path

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Christopher Lemmer Webber
Nils Gillmann writes: > Christopher Lemmer Webber transcribed 3.3K bytes: >> BTW, some examples of packages where I've had trouble, in case it helps >> with testing: >> >> - Raart >> - Gregor >> - crypto (seemed to work last time, not sure why it wasn't working before) >> >> Though at this p

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Nils Gillmann
Christopher Lemmer Webber transcribed 3.3K bytes: > Timothy Sample writes: > > > Christopher Lemmer Webber writes: > > > >> Konrad Hinsen writes: > >> > >>> In my tests, all packages ended up working, but performance is indeed > >>> worse than with a Racket installation outside of Guix. > >>> > >

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Christopher Lemmer Webber
Timothy Sample writes: > Christopher Lemmer Webber writes: > >> Konrad Hinsen writes: >> >>> In my tests, all packages ended up working, but performance is indeed >>> worse than with a Racket installation outside of Guix. >>> >>> It would be nice if someone with more knowledge of Racket internals

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Timothy Sample
Christopher Lemmer Webber writes: > Konrad Hinsen writes: > >> In my tests, all packages ended up working, but performance is indeed >> worse than with a Racket installation outside of Guix. >> >> It would be nice if someone with more knowledge of Racket internals >> could give a hint or two for

Guix and desktop files

2018-08-11 Thread hiphish
Hello everyone, I am using Kubuntu 18.04 and I recently installed Guix as a secondary package manager. I'm still feeling my way around and I have been wondering whether the desktop files provided by some applications can be integrated with the desktop environment. When I install an application th

contributing to Guix and learning Guix

2018-08-11 Thread Quiliro Ordonez
Hello and congratulations for this great project from the ethical and from the functional aspects of this work :-). I am interested in learning Guix in order to help myself install Guix, repair problems and to add packages which I need into the repository. Sometimes learning has been slow for me b

Re: Cuirass fibers crash // using with GUIX_PACKAGE_PATH

2018-08-11 Thread Clément Lassieur
Hi Ricardo, Ricardo Wurmus writes: >>> Another problem is that Cuirass crashes on startup. The Cuirass log >>> shows me this: >>> >>> --8<---cut here---start->8--- >>> 2018-08-09T16:54:05 running Fibers on 4 kernel threads >>> Uncaught exception in fiber ##f:

Re: Cuirass fibers crash // using with GUIX_PACKAGE_PATH

2018-08-11 Thread Ricardo Wurmus
Hi Clément, >> I have a server running GuixSD with Cuirass and it’s supposed to build a >> bunch of user-provided manifests continuously. These manifests refer to >> packages that are defined in a separate repository that is on >> GUIX_PACKAGE_PATH, so really the Cuirass specification for them

Re: "calibre" package fails to build.

2018-08-11 Thread Andreas Enge
Hello, On Mon, Aug 06, 2018 at 07:27:33PM -0700, Chris Marusich wrote: > Matthew Brooks writes: > > Crashes on start with the "ImportError: No module named QtWebKitWidgets" > > error, sadly. > If this is still an issue, could you please submit a bug report > (including what commit/Guix version y

Re: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Christopher Lemmer Webber
Konrad Hinsen writes: > On 22/05/2018 15:42, Christopher Lemmer Webber wrote: > >> Unfortunately when I try to install packages with "raco pkg install" >> I get errors like the following: > > I filed a bug report about this problem a while ago: > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3

Re: Problems with GNU Parallel and ulimit

2018-08-11 Thread Arun Isaac
> This is fixed by 4e7950fdce5b83db018c44a80ec4a4059612d716 (it adds a > wrap-program phase). I just verified this. It works. Thanks! :-)