Re: guix package modif testing

2016-07-28 Thread Ludovic Courtès
Vincent Legoll skribis: > I did, as a user of my guixsd system: > > git clone [...] guix > cd guix > ./bootstrap > [ERROR PKG_CONFIG / m4 / etc...] > > guix environment guix > [env]> ./bootstrap > [env]> ./configure > [env]> make -j3 > > I get the BT @ http://paste.lisp.org/+6W42 Namely: --8<--

Re: guix package modif testing

2016-07-28 Thread Vincent Legoll
I did, as a user of my guixsd system: git clone [...] guix cd guix ./bootstrap [ERROR PKG_CONFIG / m4 / etc...] guix environment guix [env]> ./bootstrap [env]> ./configure [env]> make -j3 I get the BT @ http://paste.lisp.org/+6W42 What's wrong ? -- Vincent Legoll

Re: guix package modif testing

2016-07-28 Thread Vincent Legoll
> I think you are confusing the system you are running (Guix SD) and the > system you are developing (the Guix git repo). I'm just a few weeks of part time into guix, so yes, I clearly am. I've got no problem using git though I'll see what I can get out of all the comments I got -- Vincent Leg

Re: guix package modif testing

2016-07-27 Thread Alex Vong
Hi Vincent, Vincent Legoll writes: >> .config/guix/latest is itself a link into /gnu/store/..., so cannot be >> changed. You should work with a git checkout - so do a "git pull", not >> a "guix pull"! > > The thing I still miss is that: how do I make guix use a different git > checkout ? > > Is

Re: guix package modif testing

2016-07-27 Thread Vincent Legoll
On Wed, Jul 27, 2016 at 7:02 PM, Andreas Enge wrote: > PS: > https://www.gnu.org/software/guix/manual/guix.html#Running-Guix-Before-It-Is-Installed The title of this chapter made me first completely skip it because I *have* guix installed, as I'm running guixSD... I read that page (probably mult

Re: guix package modif testing

2016-07-27 Thread Andreas Enge
PS: https://www.gnu.org/software/guix/manual/guix.html#Running-Guix-Before-It-Is-Installed

Re: guix package modif testing

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 06:37:26PM +0200, Vincent Legoll wrote: > The thing I still miss is that: how do I make guix use a different git > checkout ? Go into the git checkout of guix and run ./pre-inst-env guix ... The little script sets all environment variables to run the local copy instead o

Re: guix package modif testing

2016-07-27 Thread Vincent Legoll
> .config/guix/latest is itself a link into /gnu/store/..., so cannot be > changed. You should work with a git checkout - so do a "git pull", not > a "guix pull"! The thing I still miss is that: how do I make guix use a different git checkout ? Is there a GUIX_CHECKOUT_PATH env var, a CLI paramet

Re: guix package modif testing

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 04:56:27PM +0200, Vincent Legoll wrote: > I'm still missing something > vince@guixsd ~/repo$ ls -l ~/repo > lrwxrwxrwx 1 vince users 19 Jul 27 15:38 /home/vince/repo -> > .config/guix/latest > > vince@guixsd ~/repo$ patch -p1 < > ~/guix-packages/0001-Add-python-pythondialo

Re: guix package modif testing

2016-07-27 Thread Vincent Legoll
I'm still missing something vince@guixsd ~/repo$ ls -l ~/repo lrwxrwxrwx 1 vince users 19 Jul 27 15:38 /home/vince/repo -> .config/guix/latest vince@guixsd ~/repo$ patch -p1 < ~/guix-packages/0001-Add-python-pythondialog.patch File gnu/packages/python.scm is read-only; trying to patch anyway patc

Re: guix package modif testing

2016-07-27 Thread Alex Vong
Hi, Andreas Enge writes: > On Wed, Jul 27, 2016 at 03:19:43PM +0200, Vincent Legoll wrote: >> It looks like this : >> https://www.gnu.org/software/guix/manual/guix.html#Building-from-Git >> is intended for people willing to hack on guix itself, but I want to hack >> at the package's definitions.

Re: guix package modif testing

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 03:19:43PM +0200, Vincent Legoll wrote: > It looks like this : > https://www.gnu.org/software/guix/manual/guix.html#Building-from-Git > is intended for people willing to hack on guix itself, but I want to hack > at the package's definitions... This is all the same, everythi

guix package modif testing

2016-07-27 Thread Vincent Legoll
I'll probably get RTFM'ed once again, but at least I tried to search first... It looks like this : https://www.gnu.org/software/guix/manual/guix.html#Building-from-Git is intended for people willing to hack on guix itself, but I want to hack at the package's definitions... I want to test the pyth