Personal Introduction

2017-12-12 Thread Charlie Sale
Hello GNU Guix development community. My name is Charlie, and I am interested in joining the Guix development community. I was wondering if there are any small tasks or projects that I could start with to learn about the project's source. I would like to add that I am pretty new to Guile, but

Re: Reproducible installation images

2017-12-12 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> l...@gnu.org (Ludovic Courtès) writes: >>> Here are the bootable USB installation images and their signatures[*]: https://alpha.gnu.org/gnu/guix/guixsd-install-0.14.0.i686-linux.iso

Re: Needs enhancement: "is my guix current?"

2017-12-12 Thread Alex Vong
Hello, I think if you never run 'guix refresh', then the guix installed should always be newer than the guix known to guix. The argument is as followed: When you install guix, the guix known to guix is at least 1 commit older than the installed guix. When you run 'guix pull', the installed guix i

Re: java: switch to icedtea-8 as default JDK

2017-12-12 Thread Gábor Boskovits
Ok I've built ant 1.9.9 with ant/java8 and icedtea8. It is ok. 2017-12-10 16:56 GMT+01:00 Gábor Boskovits : > I've seen package: > java-jgit-4.2 explicitly depending on icedtea-7 > other explicit dependencies are for: > icedtea-7 > ant > > These are ok, I believe. > > We have ant/java8. > > What

Re: java: switch to icedtea-8 as default JDK

2017-12-12 Thread Gábor Boskovits
minced is ok. 2017-12-12 12:30 GMT+01:00 Gábor Boskovits : > Ok I've built ant 1.9.9 with ant/java8 and icedtea8. It is ok. > > 2017-12-10 16:56 GMT+01:00 Gábor Boskovits : > >> I've seen package: >> java-jgit-4.2 explicitly depending on icedtea-7 >> other explicit dependencies are for: >> icedte

Re: Personal Introduction

2017-12-12 Thread Ludovic Courtès
Hello Charlie, Charlie Sale skribis: > My name is Charlie, and I am interested in joining the Guix > development community. I was wondering if there are any small tasks or > projects that I could start with to learn about the project's > source. I would like to add that I am pretty new to Guile,

Re: Needs enhancement: "is my guix current?"

2017-12-12 Thread Ludovic Courtès
Hi, Alex Vong skribis: > I think if you never run 'guix refresh', then the guix installed should > always be newer than the guix known to guix. I think you mean ‘guix pull’, in which case I agree. (‘guix refresh’ is more of a developer tool: it simplifies updating package definitions.) Ludo’.

guile-wm / xcb questions

2017-12-12 Thread ng0
I am able to use guile-wm. It starts, I can work it for a very long time without crashing. I'm trying to learn more about it so that I can extend it. Now there's a problem where I'm not sure if the problem lies within the Guix package or my way to load the module: > scheme@(guile-user)> (use-modul

Re: emacs-25.3 aborted

2017-12-12 Thread Adonay Felipe Nogueira
I might have found a way to work around the issue, I don't know if it solves the real problem, but might work for you. See the message I wrote in [1]. [1] . 2017-12-08T19:07:08-0200 D4n1 wrote: > Guix, > > Follow gdb output on c

Re: emacs-25.3 aborted

2017-12-12 Thread Daniel Pimentel
The problem is in GTK modules with Emacs. I installed the emacs-no-x-toolkit and it works. --- Daniel Pimentel (d4n1) On 2017-12-12 11:01, Adonay Felipe Nogueira wrote: I might have found a way to work around the issue, I don't know if it solves the real problem, but might work for you. See t

Re: guile-wm / xcb questions

2017-12-12 Thread ng0
ng0 transcribed 1.8K bytes: > I am able to use guile-wm. It starts, I can work it for a > very long time without crashing. > I'm trying to learn more about it so that I can extend it. > Now there's a problem where I'm not sure if the problem > lies within the Guix package or my way to load the modu

Re: guile-wm / xcb questions

2017-12-12 Thread Ricardo Wurmus
> When guile-wm is installed globally (system-wide) shouldn't > the xcb module be in my guile load path? guile-xcb is not propagated, so it won’t be installed in the same profile. See the package definition of guile-wm. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https:/

Re: Personal Introduction

2017-12-12 Thread Charlie Sale
Awesome, thanks! I'll take a look at packaging. On Dec 12, 2017 7:50 AM, "Ludovic Courtès" wrote: > Hello Charlie, > > Charlie Sale skribis: > > > My name is Charlie, and I am interested in joining the Guix > > development community. I was wondering if there are any small tasks or > > projects

Re: fcgiwrap doesn't see gzip

2017-12-12 Thread Oleg Pykhalov
Hello Ludovic, Thank you for directing me. l...@gnu.org (Ludovic Courtès) writes: >> I guess, the issue is because fcgiwrap process environment PATH only >> contains /gnu/store/…-shadow-4.5/sbin which doesn't include gzip. > > There are two possible fixes: > > 1. Set PATH in the execution envi

Re: Needs enhancement: "is my guix current?"

2017-12-12 Thread Alex Vong
Hello, I think I've confused things a bit. Well, 'guix refresh' updates package definitions to match the latest upstream version, but we are the upstream, so it is not useful here. I think even if 'guix pull' is being run, the guix installed should always be newer than the guix known to guix, rig

Re: fcgiwrap doesn't see gzip

2017-12-12 Thread Ludovic Courtès
Hello, Oleg Pykhalov skribis: > l...@gnu.org (Ludovic Courtès) writes: > >>> I guess, the issue is because fcgiwrap process environment PATH only >>> contains /gnu/store/…-shadow-4.5/sbin which doesn't include gzip. >> >> There are two possible fixes: >> >> 1. Set PATH in the execution environ

Memoization profiling

2017-12-12 Thread Ludovic Courtès
Hello Guix, Memoization plays a critical role in the performance of Guix. I’ve finally added support to profile memoization, which should allow us to better understand how it performs and to use it more wisely: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=252c4083779a488c86e74362b4f3

Re: guile-wm / xcb questions

2017-12-12 Thread ng0
Ricardo Wurmus transcribed 0.3K bytes: > > > When guile-wm is installed globally (system-wide) shouldn't > > the xcb module be in my guile load path? > > guile-xcb is not propagated, so it won’t be installed in the same > profile. See the package definition of guile-wm. Thanks. Yes, and I've lo

Re: Reproducible installation images

2017-12-12 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Mark H Weaver skribis: >>> To enable independent verification of these installer images, it would be helpful to include the precise commands needed to reproduce these

Re: java: switch to icedtea-8 as default JDK

2017-12-12 Thread Gábor Boskovits
r-seurat is ok. 2017-12-12 17:57 GMT+01:00 Chris Marusich : > Chris Marusich writes: > > > Now that things are hopefully fixed up a bit more in core-updates I am > > trying again to build the "covering" of icedtea to see what still needs > > to be fixed. I'll let you know how that goes. > > It

Re: java: switch to icedtea-8 as default JDK

2017-12-12 Thread Gábor Boskovits
hamcrest-core 1.3 fails. Exception in thread "main" java.lang.NoClassDefFoundError: org/hamcrest/generator/qdox/JavaDocBuilder 2017-12-12 23:49 GMT+01:00 Gábor Boskovits : > r-seurat is ok. > > 2017-12-12 17:57 GMT+01:00 Chris Marusich : > >> Chris Marusich writes: >> >> > Now that things are h

Re: java: switch to icedtea-8 as default JDK

2017-12-12 Thread Chris Marusich
Gábor Boskovits writes: > I will wait for your results for now... I apologize for the delay. It took 20 hours to build the "covering" of icedtea on my laptop, and I've been preoccupied with personal matters. I built commit 9e111db4535b3cd5729e37294ae51d95240334b4, which at the time was the tip

Re: fcgiwrap doesn't see gzip

2017-12-12 Thread Oleg Pykhalov
Hello Ludovic, l...@gnu.org (Ludovic Courtès) writes: [...] >> + (lambda* (#:key inputs #:allow-other-keys) >> + (define (quoted-path input path) >> + (string-append "\"" input path "\"")) >> + (substitute* "ui-snapshot.c" >> + (("\"g