Re: Package recommended environment variables

2019-05-16 Thread Amirouche
? $ guix package --search-paths export PATH="/home/amirouche/.guix-profile/bin:/home/amirouche/.guix-profile/sbin" export GUILE_LOAD_PATH="/home/amirouche/.guix-profile/share/guile/site/2.2" export GUILE_LOAD_COMPILED_PATH="/home/amirouche/.guix-profile/lib/guile/2.2/site

Re: Trying to contribute packages: ./pre-inst-env doesn't work

2019-05-15 Thread Amirouche
On 2019-05-15 18:33, Amirouche wrote: Welcome Dordon, On 2019-05-15 11:46, Doron Behar wrote: [...] I'd like to be convinced I'm wrong at least in this subject because as I dive more and more into Guix I feel there have been made a lot of poor design choices in it.. That

Re: Trying to contribute packages: ./pre-inst-env doesn't work

2019-05-15 Thread Amirouche
Welcome Dordon, On 2019-05-15 11:46, Doron Behar wrote: On Wed, May 15, 2019 at 10:46:29AM +0200, Gábor Boskovits wrote: > It might be easier to first set up a channel with your packages only. You can find several examples out there. Here is one of my channels: https://gitlab.com/g_bor/nomi

Re: guile scheme tutorial

2019-05-07 Thread amirouche
On 2019-05-07 04:15, rendaw wrote: On 5/4/19 8:02 PM, amirou...@hyper.dev wrote: On 2019-05-04 08:08, rendaw wrote: On 5/3/19 9:45 PM, amirou...@hyper.dev wrote: Hello! (Whoops, replied with the wrong account.) Oh, this is great!  I've actually been putting together a small Guix guide here

Re: guile scheme tutorial

2019-05-04 Thread amirouche
On 2019-05-04 08:08, rendaw wrote: On 5/3/19 9:45 PM, amirou...@hyper.dev wrote: Hello! (Whoops, replied with the wrong account.) Oh, this is great!  I've actually been putting together a small Guix guide here: https://gitlab.com/rendaw/blog/blob/master/how_to_guix_for_those_who_dont.md It

Re: GNU Guix 1.0.0 released

2019-05-03 Thread Amirouche Boubekki
Le jeu. 2 mai 2019 à 14:12, Ludovic Courtès a écrit : > We are thrilled to announce the release of GNU Guix 1.0.0! > > This 1.0 release is a major milestone for Guix. It represents 7 years > of hard work with more than 40,000 commits by 260 people, 19 releases, > and an equally amazing amount of

Re: guile scheme tutorial

2019-05-03 Thread amirouche
On 2019-05-03 14:45, amirou...@hyper.dev wrote: Hello! If you are getting started guix and want a glimpse of guile, I made a small tutorial that might get you started: https://github.com/a-guile-mind/book/#a-guile-mind-book I was just made aware that the calculations results are not good

guile scheme tutorial

2019-05-03 Thread amirouche
Hello! If you are getting started guix and want a glimpse of guile, I made a small tutorial that might get you started: https://github.com/a-guile-mind/book/#a-guile-mind-book Feel free to share your own resources to learn Guile Scheme. Happy hacking! Amirouche ~ amz3

Re: Ubuntu 18.04 LTS Bionic - Installing Guix in an LXC

2018-10-16 Thread Amirouche Boubekki
There is still an issue with the locale that is C.UTF-8. To fix it, you can add: lxc.environment = LC_ALL=en_US.UTF-8 To the file /var/lib/lxc/schemer/config Le mar. 16 oct. 2018 à 12:57, Amirouche Boubekki < amirouche.boube...@gmail.com> a écrit : > To install guix (the packag

Ubuntu 18.04 LTS Bionic - Installing Guix in an LXC

2018-10-16 Thread Amirouche Boubekki
To install guix (the package manager) inside an ubuntu LXC on Ubuntu you can do the following: $ sudo apt install lxc $ sudo lxc-create -t download -n schemer -- --dist ubuntu --release bionic --arch amd64 That will create a lightweight virtulal machine with ubuntu bionic as a distribution. To c

Ubuntu + Guix + Git + python pre-commit hook = server certificate verification failed. CAfile: none CRLfile: none

2018-09-17 Thread Amirouche Boubekki
! -- Amirouche ~ amz3 ~ http://www.hyperdev.frAn unexpected error has occurred: CalledProcessError: Command: ('/home/amirouche/.guix-profile/libexec/git-core/git', 'clone', '--no-checkout', 'https://github.com/ambv/black.git', '/home/amirouche/.cache/pre-co

Re: Setting up Guile for use with Guix

2018-08-19 Thread Amirouche Boubekki
mmand: ->8-- START ->8--->8--->8--->8--->8--->8-- export PATH="/home/amirouche/.guix-profile/bin:/home/amirouche/.guix-profile/sbin" export GUILE_LOAD_PATH="/home/amirouche/.guix-profile/share/guile/site/2.2

Any server recommendations to run Guix System?

2018-08-16 Thread amirouche
top of the market CPU but I will need something that is x86 ie. not arm. I will need a lot of hard disks but not necessarily SSD since it's more costly. I don't need a GPU. I was said IPMI is very useful. What are you recommendations? TIA Amirouche aka. amz3  

Re: Help understand some guix concepts

2018-01-01 Thread Amirouche Boubekki
On Mon, Jan 1, 2018 at 8:31 PM Amirouche Boubekki < amirouche.boube...@gmail.com> wrote: > Héllo, > > It's a long time I did not read the manual. So I read he manual this > afternoon. > > I have to say that I don't really understand some guix concepts and how &

Re: Introducing GNUPaste (and guile-wiredtiger future)

2017-12-18 Thread Amirouche
Le 17/12/2017 à 18:35, Kristofer Buffington a écrit : Amirouche Boubekki writes: Héllo, On 2017-12-14 19:37, Kristofer Buffington wrote: Hello! I am excited to share GNUPaste! This is a really simple web app similar to paste.lisp.org built with Guile. I have a linode running it from git

Re: Introducing GNUPaste (and guile-wiredtiger future)

2017-12-17 Thread Amirouche Boubekki
ed separatly). Ultimately I want to be able to deploy with something like: $ guix system disk-image gnupaste-system.scm Then boot it up in a VPS. That will be neat! Thanks! Kris -- Amirouche ~ amz3 ~ http://www.hyperdev.fr

Re: Help neeeded to package guile-wiredtiger and microkanren

2017-06-01 Thread Amirouche
Hi! Le 01/06/2017 à 13:40, Adonay Felipe Nogueira a écrit : Hi Amirouche! :) What is the status of this? I found someone for the task. Thanks for showing up nonetheless. - Was there any previous attempt? Yes but I deleted the files. - What are the findings so far? - Does it need a

Help neeeded to package guile-wiredtiger and microkanren

2017-05-28 Thread Amirouche
oesn't have any dependency outside guile 2.2. [2] https://framagit.org/a-guile-mind/microkanren Payment will happen upon the patches are accepted in guix. Please do not work on packaging this stuff before contacting me to agree on a payment method. I am amz3 on IRC. Thanks in adavance

Re: is it me ?

2017-05-05 Thread Amirouche
Le 03/05/2017 à 21:08, myglc2 a écrit : On 05/03/2017 at 18:05 Catonano writes: 2017-05-02 20:58 GMT+02:00 myglc2 : As it stands, your video is a great sanity check for someone wondering if their emacs-guix environment is working properly. It is also a great demonstration of how easy i

Failed to install guile-bytestructures

2017-05-01 Thread Amirouche
Héllo! When I try to install guile-bytestructures, guix reports a success but the content of guile-bytestructures directory is empty. Also there is bizarre warning+error when I run guix: amirouche@ubudec:~/src/guile/guix$ guix build --check guile-bytestructures ;;; WARNING: loading compiled

Re: What about dependency resolution à la apt?

2017-03-16 Thread Amirouche
Le 16/03/2017 à 21:28, Tobias Geerinckx-Rice a écrit : Amirouche, On 16/03/17 19:52, Amirouche wrote: Héllo, Hi! I'm not the most technically qualified person to answer this, nor the most articulate, but I'm mainly curious and slightly puzzled as to why this question keeps

What about dependency resolution à la apt?

2017-03-16 Thread Amirouche
Héllo, AFAIU guix does hardcode the dependencies so that to know the dependencies one has onlytocrawl the dependency DAG using a BFS or something. I don't know what is the exact part in guix that does that. It's only my understanding. What about having apt-like dependency resolution, also like

Re: Debian Install Instructions

2017-03-14 Thread amirouche
e with the installation instruction. Can you explain what you did and failed? Regards, Amirouche

Re: Generalizing DAG rewriting

2017-02-09 Thread Amirouche
Le 09/02/2017 à 10:55, Ludovic Courtès a écrit : Hi! Ricardo Wurmus skribis: Myles English writes: Hello Fede, Eric, on [2017-02-07] at 15:15 Federico Beffa writes: [...] it seems that the only Python specific part of 'package-with-explicit-python' is the keyword '#:python'. What do

Re: guix with guile-next

2016-10-07 Thread Amirouche Boubekki
leaks memory... Don't hesitate to ask if you hit issues. HTH, [0] https://github.com/amirouche/Culturia/blob/master/src/http.scm -- Amirouche ~ amz3 ~ http://www.hyperdev.fr

Re: "--pure" won't work

2016-10-04 Thread Amirouche Boubekki
On 2016-10-04 22:42, Catonano wrote: In exploring Culturia, here https://github.com/amirouche/Culturia/ [1] I reach this line guix environment --ad-hoc --pure guile-next Both with and without --pure works on my side. I don't remember why I've put --pure in the README. I use ubun

Re: exploring the code

2016-07-19 Thread Amirouche Boubekki
On 2016-07-19 16:55, Mathieu Lirzin wrote: Hi, l...@gnu.org (Ludovic Courtès) writes: Catonano skribis: My point is that Geiser should not be expected to be 100% reliable. 'M-x rgrep' is sometimes a helpful complement. ;) I used to 'M-x rgrep' now I've bound 'C-x r' to silver searcher g

Re: FAQ

2016-07-16 Thread Amirouche Boubekki
On 2016-07-16 20:15, Alex Sassmannshausen wrote: Hello, Andreas Enge writes: On Sat, Jul 16, 2016 at 01:02:33PM -0400, myglc2 wrote: Vincent Legoll writes: > OK, I'll try to create a FAQ section in the official doc then... Great idea! Hm, lest I be misunderstood: The aim is that reading th