Re: Building from git fails on linking guix-daemon with undefined reference to argp_parse

2019-02-21 Thread Chris Marusich
Hi, 白い熊 writes: > I'm trying to build guix from git in Termux on Android. Heroic! I admire your courage, but I have to ask: what is your goal? It seems like it might be easier to install a pre-built Guix into the Android system. Then you could build Guix with Guix, and not worry about

Re: printing pdf with evince

2019-02-21 Thread Chris Marusich
Hi nightowl, nightowl writes: > I recently notice that when I try to send a pdf document to the > printer using the gnome viewer evince, it will not print text. For > comparison, I can also print a pdf document from within the icecat > browser, and it works good. Anyone know why evince would

Re: MySQL configuration: root password?

2019-02-21 Thread Chris Marusich
Pierre Neidhardt writes: > From the Guix manual: > > -- Data Type: mysql-configuration > Data type representing the configuration of MYSQL-SERVICE. > > ‘mysql’ (default: MARIADB) > Package object of the MySQL database server, can be either > MARIADB or MYSQL. > >

Re: ci.guix.info 504 gateway timeout (was Re: guix package builds, subsitutes and --no-build)

2019-02-21 Thread Chris Marusich
Giovanni Biscuolo writes: > $ guix weather --manifest=.ungoogled-chromium.manifest > computing 1 package derivations for x86_64-linux... > looking for 1 store items on https://ci.guix.info... > https://ci.guix.info > 100.0% substitutes available (1 out of 1) > 99,3 MiB of nars (compressed) >

Re: Need help porting eDuke32

2019-02-21 Thread HiPhish
Thank you for looking it this. I have done my own poking around and here is the idea I came up with, after looking at how some other games were handling SDL: (arguments `(#:phases (modify-phases %standard-phases (delete 'configure) (add-after 'set-paths

Re: Need help porting eDuke32

2019-02-21 Thread Pierre Neidhardt
For eduke32, we can patch Common.mak. The offending lines (around line 910): --8<---cut here---start->8--- SDLCONFIG_CFLAGS := $(strip $(subst -Dmain=SDL_main,,$(shell $(SDLCONFIG) --cflags))) SDLCONFIG_LIBS := $(strip $(subst

Re: ci.guix.info 504 gateway timeout (was Re: guix package builds, subsitutes and --no-build)

2019-02-21 Thread Ricardo Wurmus
Hi Giovanni, I think my specific problem is caused by the "Gateway Timeout" error from ci.guix.info, see below for details >>> >>> I cannot reproduce this. > > do you mean you are able to reach https://ci.guix.info/ without > problems? Yes. I can still access it without problems

Re: ci.guix.info 504 gateway timeout (was Re: guix package builds, subsitutes and --no-build)

2019-02-21 Thread Giovanni Biscuolo
Hi Ricardo and Mathieu, Mathieu Lirzin writes: > Ricardo Wurmus writes: > >> Hi Giovanni, >> >>> I think my specific problem is caused by the "Gateway Timeout" error >>> from ci.guix.info, see below for details >> >> I cannot reproduce this. do you mean you are able to reach

Re: ci.guix.info 504 gateway timeout (was Re: guix package builds, subsitutes and --no-build)

2019-02-21 Thread Mathieu Lirzin
Hello, Ricardo Wurmus writes: > Hi Giovanni, > >> I think my specific problem is caused by the "Gateway Timeout" error >> from ci.guix.info, see below for details > > I cannot reproduce this. I can reproduce here (on GuixSD) and like Giovanni I am unable to use the substitutes for

Re: ci.guix.info 504 gateway timeout (was Re: guix package builds, subsitutes and --no-build)

2019-02-21 Thread Ricardo Wurmus
Hi Giovanni, > I think my specific problem is caused by the "Gateway Timeout" error > from ci.guix.info, see below for details I cannot reproduce this. -- Ricardo

ci.guix.info 504 gateway timeout (was Re: guix package builds, subsitutes and --no-build)

2019-02-21 Thread Giovanni Biscuolo
Leo, thanks for helping! I'm also involving guix-devel since probably this issue must escalate :-) I think my specific problem is caused by the "Gateway Timeout" error from ci.guix.info, see below for details Leo Famulari writes: [...] > Did you authorize substitutes for ci.guix.info? > >