Re: How to run guix on replicant / android with linux 3.0?

2019-02-16 Thread Julien Lepiller
Le 16 février 2019 22:51:08 GMT+01:00, Alex Vong a écrit : >Hello, > >I've a phone with replicant installed. It runs linux 3.0.x which is too >old for guix glibc (which requires linux 3.2.x). Using the hint at the >bottom of 'cross-base.scm', I successfully build cross-gcc with >cross-glibc 2.23

Re: pdf editor for placing stress

2019-02-16 Thread Ricardo Wurmus
zna...@tutanota.com writes: > Hello, GuixSD! Is there any software for placing stress and some other > notes on text inf pdf files for files with lot of pages? GIMP is bad > when you need 50 page you must make invisible other layers. I use Xournal for annotating PDF documents. -- Ricardo

How to run guix on replicant / android with linux 3.0?

2019-02-16 Thread Alex Vong
Hello, I've a phone with replicant installed. It runs linux 3.0.x which is too old for guix glibc (which requires linux 3.2.x). Using the hint at the bottom of 'cross-base.scm', I successfully build cross-gcc with cross-glibc 2.23 (configured with '--enable-kernel=3.0.0') for armhf. Using them, I

Re: pdf editor for placing stress

2019-02-16 Thread Benjamin Slade
Hi znavko, On 2019-02-16T09:21:26-0700, zna...@tutanota.com wrote: > Hello, GuixSD! Is there any software for placing stress and some other notes > on text inf pdf files for files with lot of pages? > GIMP is bad when you need 50 page you must make invisible other layers. pdf-tools is pretty

Re: pdf editor for placing stress

2019-02-16 Thread sirgazil
Hi znavko, El 16/02/19 a las 11:21 a. m., zna...@tutanota.com escribió: Hello, GuixSD! Is there any software for placing stress and some other notes on text inf pdf files for files with lot of pages? GIMP is bad when you need 50 page you must make invisible other layers. Evince lets you

Re: Need help porting eDuke32

2019-02-16 Thread Marius Bakke
Hello, HiPhish writes: > Then it fails at this step: > > In file included from source/build/include/mutex.h:10:0, > from source/build/include/osd.h:12, > from source/build/include/baselayer.h:11, > from

pdf editor for placing stress

2019-02-16 Thread znavko
Hello, GuixSD! Is there any software for placing stress and some other notes on text inf pdf files for files with lot of pages? GIMP is bad when you need 50 page you must make invisible other layers.

Building and installing packages with modifications

2019-02-16 Thread 白い熊
Hi Guix: This is a question derived from my current trouble with running Guix on Android, as seen in: http://lists.gnu.org/archive/html/help-guix/2019-02/msg00151.html Basically: — I have Guix running on an armhf Android phone — “guix pull” won't complete as it needs to build curl locally,

Re: Need help porting eDuke32

2019-02-16 Thread Pierre Neidhardt
> OK, some places prefer links if the logs get too large. I'll keep it in mind > for this mailing list. I meant paste a link to the whole build log! :) -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Need help porting eDuke32

2019-02-16 Thread nee
Hello thank you for packaging eDuke32! I recently had a similar problem with a SDL package and solved it like this: (arguments '(#:phases (modify-phases %standard-phases (add-before 'build 'fix-env (lambda* (#:key inputs #:allow-other-keys)

Re: How to start Xorg server with startx

2019-02-16 Thread Yoshinori Arai
Thank you for your pointer. Unfortunately I have already uninstalled xorg-server, xinit. I can't try it soon. I have another problem for LXDE and LXQT with slim login manager. I'm using uim-anthy for japanese input but slim can't read xprofile so I use xsession script to set environment

Re: Need help porting eDuke32

2019-02-16 Thread Pierre Neidhardt
Hi HiPhish! I'm also interested in packaging this! I'll give it a closer look real soon if you are stuck. > https://pastebin.com/FyJKK6BD It's better if you paste the whole build log. In the guix environment, inspect the C_INCLUDE_PATH variable (e.g. "env | grep C_INCLUDE_PATH"), check if

Need help porting eDuke32

2019-02-16 Thread HiPhish
Hello everyone, I have been trying to build eDuke32[1] (a Free source port of Duke Nukem 3D) with Guix following their instructions[2], but it looks like I am unable to set up the environment properly. I first created the following Guile script (omitting some version, source, description and