cuirass evaluate

2017-07-08 Thread Mathieu Othacehe
Hi, Now that Cuirass uses (guix git), I'm trying to robustify specification evaluation. Currently Cuirass calls a binary called "evaluate" to get a job list from a specification. I don't like the idea of this extra "evaluate" script because : * We have to give evaluate almost all arguments give

[PATCH] service: Fix arguments passing in the 'restart' action.

2017-07-08 Thread 宋文武
* modules/shepherd/service.scm (action): Use 'apply' to invoke the 'start' procedure in the 'restart' action. --- modules/shepherd/service.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm index 26f29aa..72fbc3d 1006

Re: [PATCH] service: Fix arguments passing in the 'restart' action.

2017-07-08 Thread Danny Milosavljevic
On Sat, 8 Jul 2017 18:00:34 +0800 宋文武 wrote: > - (start obj args))) > + (apply start obj args))) LGTM!

Re: `guix pack --target=arm-linux-gnueabihf guile` fails at phase unpack

2017-07-08 Thread Leo Famulari
On Sat, Jul 08, 2017 at 01:19:16AM -0500, Louis Pearson wrote: > starting phase `unpack' > In execvp of tar: No such file or directory > phase `unpack' failed after 0.0 seconds > What is going on? The important part appears to be `In execvp of tar: > No such file or directory`, but I'm not sure wh

Re: 01/01: gnu: wxmaxima: Update to 17.05.0.

2017-07-08 Thread Mark H Weaver
k...@openmailbox.org (Kei Kebreau) writes: > kkebreau pushed a commit to branch master > in repository guix. > > commit 5143517c9969d17b48cbb60e1103633bc0cfb430 > Author: Kei Kebreau > Date: Fri Jul 7 22:58:27 2017 -0400 > > gnu: wxmaxima: Update to 17.05.0. > > * gnu/packages/math

Inkscape libpoppler error

2017-07-08 Thread Daniel Pimentel
Hi guixs, today I updated my GuixSD but my Inkscape not start :( I installed poppler and I reinstaled inkscape too. In my ~/.guix-profile there isn't libpoppler.so.66 but in my system there: /gnu/store/mpq4v7hgg02gl0bkjjq8612rm3sira5s-poppler-0.52.0/lib/libpoppler.so.66 /gnu/store/c31lmp5smk9s

Re: 01/01: gnu: wxmaxima: Update to 17.05.0.

2017-07-08 Thread Kei Kebreau
Mark H Weaver writes: > k...@openmailbox.org (Kei Kebreau) writes: > >> kkebreau pushed a commit to branch master >> in repository guix. >> >> commit 5143517c9969d17b48cbb60e1103633bc0cfb430 >> Author: Kei Kebreau >> Date: Fri Jul 7 22:58:27 2017 -0400 >> >> gnu: wxmaxima: Update to 17.05.

Wicd-curses urwid error

2017-07-08 Thread Daniel Pimentel
Hi guixs, there is a error with wicd-curses package. Follow my error output: Traceback (most recent call last): File "/gnu/store/345x7rgqqj8crpp53zskl72a9lm75g97-wicd-1.7.4/share/wicd/curses/wicd-curses.py", line 44, in import urwid ImportError: No module named urwid I installed urwid

Re: Inkscape libpoppler error

2017-07-08 Thread Kei Kebreau
Daniel Pimentel writes: > Hi guixs, > > today I updated my GuixSD but my Inkscape not start :( > > I installed poppler and I reinstaled inkscape too. In my > ~/.guix-profile there isn't libpoppler.so.66 but in my system there: > /gnu/store/mpq4v7hgg02gl0bkjjq8612rm3sira5s-poppler-0.52.0/lib/libpo

Re: Inkscape libpoppler error

2017-07-08 Thread Kei Kebreau
Kei Kebreau writes: > Daniel Pimentel writes: > >> Hi guixs, >> >> today I updated my GuixSD but my Inkscape not start :( >> >> I installed poppler and I reinstaled inkscape too. In my >> ~/.guix-profile there isn't libpoppler.so.66 but in my system there: >> /gnu/store/mpq4v7hgg02gl0bkjjq8612rm

Re: Inkscape libpoppler error

2017-07-08 Thread Daniel Pimentel
I fixed it: guix package -i inkscape --no-grafts Inkscape works now ;) Thanks Kei and Guixs, --- Daniel Pimentel (d4n1) On 2017-07-08 19:47, Kei Kebreau wrote: Kei Kebreau writes: Daniel Pimentel writes: Hi guixs, today I updated my GuixSD but my Inkscape not start :( I installed popp

Re: Guix infrastructure

2017-07-08 Thread ng0
Ludovic Courtès transcribed 2.5K bytes: > I not only sympathize with your frustration, ng0, I feel it even ten > times more. ;-) Several of us are determined to come up with a > solution quickly, so I hope that will materialize soon! > > Thanks, > Ludo’. > > Okay. About that.. It was not ju

Re: Guix infrastructure

2017-07-08 Thread myglc2
On 07/07/2017 at 14:19 Ludovic Courtès writes: > Hello Guix! > > Leo Famulari skribis: > >> On Thu, Jul 06, 2017 at 08:09:17PM -0400, myglc2 wrote: >>> On 07/01/2017 at 14:01 Leo Famulari writes: >>> > ... Bayfront is still not fully operational, so hydra.gnu.org is still >>> > serving as the fro

Re: Inkscape libpoppler error

2017-07-08 Thread Mark H Weaver
Kei Kebreau writes: > Kei Kebreau writes: > >> Daniel Pimentel writes: >> >>> Hi guixs, >>> >>> today I updated my GuixSD but my Inkscape not start :( >>> >>> I installed poppler and I reinstaled inkscape too. In my >>> ~/.guix-profile there isn't libpoppler.so.66 but in my system there: >>> /g

New build-system quest (premake4 t-engine)

2017-07-08 Thread Oleg Pykhalov
Hi, I try to package premake4 build-system and t-engine game. I have an issue with "No such file or directory" "../bla/bla/bla/*.h". (info "(guix) Debugging Build Failures") ./pre-inst-env guix environment -C t-engine source ./environment-variables cd t-engine* make succeeded. But building wi

Re: Guix infrastructure

2017-07-08 Thread Efraim Flashner
On July 7, 2017 6:00:42 AM GMT+03:00, Leo Famulari wrote: >On Thu, Jul 06, 2017 at 08:09:17PM -0400, myglc2 wrote: >> On 07/01/2017 at 14:01 Leo Famulari writes: >> > ... Bayfront is still not fully operational, so hydra.gnu.org is >still >> > serving as the front-end of the build farm. We are s