Re: My recent appalling behaviour on this list.

2017-03-30 Thread Catonano
John, 2017-03-23 6:46 GMT+01:00 John Darrington : > > In my mistaken belief that ng0 was trying to impose upon the world new > rules of English grammar, I considered this to be an assault on > freedom of speech. I told ng0 I would refuse to comply, having > completely misunderstood (and failed

Re: website question

2017-04-05 Thread Catonano
2017-04-05 20:38 GMT+02:00 Ricardo Wurmus : > > > I don’t understand what this message is about. Is there some context > I’m missing? > Ok, this is how I understand this issue ng0 is preparing their web site for promoting their project (a live distro based on Guix) One feature ng0 wants for th

Re: Github mirror and archive

2017-04-06 Thread Catonano
2017-04-06 11:53 GMT+02:00 Pjotr Prins : In all, I have come to depend on github, critically because > organizations I am involved in would be severely impacted when we > moved elsewhere. Even for GNU Guix - which pointedly does not use > github - would be severely hampered if something happened

Re: gnu: add you-get

2017-04-08 Thread Catonano
Hi Feng Shu, Thanks or contributing to Guix ! This patch for you-download is almost good, just a few notes: +(define-public you-get + (package +(name "you-get") +(version "0.4.652") +(source (origin + (method url-fetch) + (uri (string-append +

Re: gnu: add you-get

2017-04-08 Thread Catonano
I forgot one last note ! Guix has a brand new issue tracker ! In the future would you send your patches to guix-patc...@gnu.org ? Thanks again ! 2017-04-08 10:55 GMT+02:00 Catonano : > Hi Feng Shu, > > Thanks or contributing to Guix ! > > This patch for you-download is almo

Re: GuixSD on servers… has someone used Hetzner dedicated servers before?

2017-04-09 Thread Catonano
2017-04-09 11:29 GMT+02:00 ng0 : > "We are the Guix. Your biological and technological distinctiveness will > be added to our own. Resistance is futile." > > Wow ;-)

Re: Help needed from Java developer to finish maven

2017-04-24 Thread Catonano
2017-04-23 14:36 GMT+02:00 Hartmut Goebel : > Hi Björn, > > I'm looking forward to your findings! > > > 1. Is this already the output of "mvn -X" and/or "mvn -e"? > > Yes, this is the output of mvn -X (basically, in fact I'm running "java > … org.apache.maven.cli.MavenCli -X"). > > > 3. Do you hav

Re: Guile bindings of GnuTLS are missing (was: Help needed from Java developer to finish maven)

2017-04-24 Thread Catonano
2017-04-24 14:58 GMT+02:00 Hartmut Goebel : > > Yes, this is one of the issues bugging me to quite often. I'm not sure I understand. This doesn't happen with the guix checkout that I usually build > > Within the > environment you'll also need to run: > > export SSL_CERT_DIR="$GUIX_ENVIRONMENT/e

Re: how to create and test a new service definition

2017-05-14 Thread Catonano
2017-05-13 22:06 GMT+02:00 Ludovic Courtès : > Vincent Legoll skribis: > > >> The best way to test your code is to write an ‘operating-system’ > >> declaration that uses the new service and to instantiate it in a VM with > >> ‘guix system vm’. > > > > Should that be working properly (out-of-the-b

Re: how to create and test a new service definition

2017-05-14 Thread Catonano
would have been sufficient... WDYT ? > > > There’s probably room for improvement though. What changes/additions > > would you suggest? > > I would suggest having a paragraph or 2 about how to setup a dev > environment: > - using GUIX_PACKAGE_PATH > - setting up a link (wher

Re: master

2017-05-15 Thread Catonano
2017-05-15 11:43 GMT+02:00 Ludovic Courtès : > Hello, > > Catonano skribis: > > > I can't build the master branch right now (commit > > 1edbdb0bfc3248abb6732ccebb2b3463b02fee3a ) > > [...] > > > In unknown file: > >1 (primi

WIP pgmodeler

2017-05-16 Thread Catonano
I have this patch for pgmodeler https://www.pgmodeler.com.br/ It builds. I would say that 20% of the work is done, now the remaining 80% is integration work It has some somewhat bizarre runtime requirements and procedures, it probably needs some search paths to be set and probably a desktop fil

interesting thread

2017-05-19 Thread Catonano
I believe this thread is of interest to the Guix/SD community for at least 2 reasons https://lists.w3.org/Archives/Public/public-lod/2017May/0005.html they published the metadata about the WHOLE collection of packaged in npm !! I am procrastinating the rewrite of my npms crrawling thing using p

Re: GNU Guix & GuixSD 0.13.0 released

2017-05-22 Thread Catonano
2017-05-22 15:16 GMT+02:00 Ludovic Courtès : > We are pleased to announce the release of GNU Guix & GuixSD 0.13.0, > representing 3,893 commits by 83 people over 5 months. > > > • About > > GNU Guix is a transactional package manager for the GNU system. > The Guix System Distribution, GuixSD,

Re: interesting thread

2017-05-24 Thread Catonano
no comments ? I was so enthsiast of aving discovered this 2017-05-19 19:16 GMT+02:00 Catonano : > I believe this thread is of interest to the Guix/SD community > > for at least 2 reasons > > https://lists.w3.org/Archives/Public/public-lod/2017May/0005.html > > they publish

Re: What’s next?

2017-05-24 Thread Catonano
2017-05-24 15:11 GMT+02:00 Ludovic Courtès : > Hello Guix! > > I think it’s time to think about what we want to work on next, ideally > one little ting I'd love is Janneke's and Jlicht's solution to use "binary" nodejs packages That would allow me to play with some projects that depend on nodejs

Re: interesting thread

2017-05-24 Thread Catonano
2017-05-24 18:17 GMT+02:00 Jan Nieuwenhuizen : > Catonano writes: > > > no comments ? > > I saw this message, had a quick look and a frown... > > > I was so enthsiast of aving discovered this > > Can you summarize what's to get enthousiastic about? > >

Re: What’s next?

2017-05-24 Thread Catonano
2017-05-24 18:25 GMT+02:00 Jan Nieuwenhuizen : > > > +1 > > A friend of mine is having a second look at Guix (not SD yet) and one of > the most confusing things initially is `guix pull'. "When/how do I use > that," he asks...and I can only say: I'm not using that...I think we > want this to work-

python-pbr-minimal

2017-06-17 Thread Catonano
[env]$ ./pre-inst-env guix lint python-pbr-minimal guix lint: error: python-pbr-minimal: unknown package This is after applying Muriithi's patch that updates python-pbr-minimal to 3.0.1 I didn't try before applying the patch Note that python-pbr (without the -minimal) works like a charm and it i

Re: python-pbr-minimal

2017-06-17 Thread Catonano
2017-06-18 0:30 GMT+02:00 Leo Famulari : > On Sat, Jun 17, 2017 at 09:32:41PM +0200, Catonano wrote: > > [env]$ ./pre-inst-env guix lint python-pbr-minimal > > guix lint: error: python-pbr-minimal: unknown package > > > > This is after applying Muriithi's patch

Re: Guix infrastructure

2017-07-11 Thread Catonano
Wow, I had totally missed this thread ! 2017-07-09 10:49 GMT+02:00 Ricardo Wurmus : > > myglc2 writes: > > > As you have experienced here, the learning/deployment costs and hassle > > associated with each new type of server often dwarfs other costs. The > > best way to minimize this is to minimi

self hosting hardware

2017-07-12 Thread Catonano
In the next autumn/winter I would like to try to set up a self hosting solution And I'd love it to be GuixSD based I need some help with selecting the hardware that fits the goal Hardware is not exactly my thing A Beaglebone board (or equivalent) ? An Intel NUC (or equivalent) ? It should proba

Re: self hosting hardware

2017-07-12 Thread Catonano
I forgot: I might want to run a Mastodon (or GNU Social) instance and a Mediagoblin instance

Re: self hosting hardware

2017-07-12 Thread Catonano
2017-07-12 10:03 GMT+02:00 ng0 : > Catonano transcribed 0.4K bytes: > > I forgot: I might want to run a Mastodon (or GNU Social) instance and a > > Mediagoblin instance > > As you've noticed yourself when we had that conversation, GNU Social > would be easier to get i

Re: self hosting hardware

2017-07-12 Thread Catonano
2017-07-12 11:06 GMT+02:00 Solène Rapenne : > Je 2017-07-12 09:19, Catonano skribis: > > > In the next autumn/winter I would like to try to set up a self hosting >> solution >> >> And I'd love it to be GuixSD based >> >> I need some help with select

Re: self hosting hardware

2017-07-14 Thread Catonano
2017-07-12 15:34 GMT+02:00 Ricardo Wurmus : > > Catonano writes: > > > Let's say I just want statiic web sites, a mail server and an IRC > bouncher > > > > That is: let's talk about hardware. That's where I need help > > I’m using a Samsun

Re: self hosting hardware

2017-07-14 Thread Catonano
2017-07-12 17:03 GMT+02:00 Vincent Legoll : > But it's pretty expensive, the motherboard with SoC processor costs ~450€. > > No, that's cheap, really, have a look at that one: > https://www.crowdsupply.com/raptor-computing-systems/ > talos-secure-workstation > > I'm not sure I understand wat you m

npm (mitigation)

2017-07-14 Thread Catonano
I read that Jelle and Jan used their own branch in order to have npm based software to be installed in their GuixSD environments, as binary blobs Can I ask you for instructions about how to do that exactly ? I might need to work a litle on some web siites in the future Which branch exactly did y

Re: npm (mitigation)

2017-07-17 Thread Catonano
2017-07-14 13:57 GMT+02:00 Jelle Licht : > Hi Catonano, > > I would be be happy to help you with this, but tbh, I am not comfortable > discussing this in-depth on guix-devel, as this seems antithetical to Guix' > goals. > Ok, at least we made this clear. I'll keep the

Re: npm (mitigation)

2017-07-17 Thread Catonano
2017-07-14 19:11 GMT+02:00 Jan Nieuwenhuizen : > Catonano writes: > > > I read that Jelle and Jan used their own branch in order to have npm > > based software to be installed in their GuixSD environments, as binary > > blobs > > Jelle wrote a nice and clean np

Re: npm (mitigation)

2017-07-17 Thread Catonano
Mike, 2017-07-15 5:34 GMT+02:00 Mike Gerwitz : > On Fri, Jul 14, 2017 at 13:57:30 +0200, Jelle Licht wrote: > > Regardless, the biggest issue that remains is still that npm-land is > mired > > in cyclical dependencies and a fun-but-not-actually unique dependency > > resolving scheme. > > I still

Re: Storing serialised graph along with packages

2017-07-22 Thread Catonano
2017-07-22 13:32 GMT+02:00 Ricardo Wurmus : > Hey Guix, > > it always bothered me that after building a package we lose all of the > beautiful features that Guix as a Guile library gives us. We always > need to keep track of the Guix version at the time of building the > package and only then can

Re: What’s the weather like?

2017-07-23 Thread Catonano
2017-07-21 17:13 GMT+02:00 Ludovic Courtès : > Hello Guix! > > Lately we’ve had a lot of nar URLs return 404, mostly for server-side > issues (setup issue on hydra.gnu.org that broke ‘guix publish’ cache > management, and a ‘guix publish’ cache eviction policy that’s too > aggressive.) > > The att

Re: collaboration from students of a technical school

2017-07-23 Thread Catonano
2017-07-21 1:39 GMT+02:00 Quiliro Ordonez Baca : > > > Quiliro Ordonez Baca writes: > > > >> I spoke with the director of a technical school (small universtity) that > >> offers degrees in computer science. He said he could establish > collaboration in > >> free software projects as part of the s

Re: npm (mitigation)

2017-07-24 Thread Catonano
2017-07-24 17:39 GMT+02:00 Ricardo Wurmus : > > Catonano writes: > > >> I am currently working on a guile version of what Sander did for Nix for > >> importing entire npm dependency trees, but this will likely lead to > lots of > >> programmatically &g

Re: New build farm

2017-08-15 Thread Catonano
2017-08-15 12:20 GMT+02:00 Ricardo Wurmus : > Hi Guix, > > in the past weeks I’ve restored some unused servers and turned them into > a secondary build farm. It consists of 12 servers of which 11 are > currently in use (I broke one by accidentally deleting the bootloader, > oops). > This is grea

a Trytond service

2017-09-08 Thread Catonano
I'm trying to write a service for Trytond There are tons of things i don't know/understand But this is the first one: The Tryton manual states that I need to indicate a "data directory" to the daemon and that such directory should be: "The directory where Tryton stores files and so the user run

Re: Thunderbird

2017-09-08 Thread Catonano
2017-09-06 22:28 GMT+02:00 Adonay Felipe Nogueira : > I see... > > Perhaps the extensions page can be redirected to the related page on the > Free Software Directory, or completely disable the extensions page > redirect and allow only packages to be installed either manually or also > manually thr

Re: a Trytond service

2017-09-10 Thread Catonano
2017-09-09 12:39 GMT+02:00 Christopher Baines : > On Fri, 8 Sep 2017 21:42:24 +0200 > Catonano wrote: > > > I'm trying to write a service for Trytond > > > > There are tons of things i don't know/understand > > > > But this is the first one

postgresql again

2017-09-10 Thread Catonano
I have a postgresql service in my config.scm file but I don't use it Today I needed it to figure out how postgres works (because of my attempt to create a service for Tryton) and I discovered that it's stopped ~$ sudo herd status ... Stopped: - postgres - user-homes and if I try to start it,

Re: postgresql again

2017-09-10 Thread Catonano
2017-09-10 20:11 GMT+02:00 Jan Nieuwenhuizen : > Catonano writes: > > > could anyone here verify if they can run postgresql with a reasonably > recent version of GuixSD ? > > I installed GuixSD two days ago, guix pull/master, with postgresql. Using > only &g

Re: Thunderbird

2017-09-11 Thread Catonano
2017-09-11 8:23 GMT+02:00 Arun Isaac : > > > I was wondering if anyone would work on Astroid mail > > https://astroidmail.github.io/ > > > > It seems simpler to package than Thunderbird and it could be extremely > > useful in the short/medium term > > Astroid requires external programs like mpop o

Re: Thunderbird

2017-09-11 Thread Catonano
2017-09-11 12:31 GMT+02:00 ng0 : > Arun Isaac transcribed 0.4K bytes: > > > > > I was wondering if anyone would work on Astroid mail > > > https://astroidmail.github.io/ > > > > > > It seems simpler to package than Thunderbird and it could be extremely > > > useful in the short/medium term > > > >

project hosting

2017-09-11 Thread Catonano
At the GHM I showed Rekado this https://git.fsfe.org/ and he didn't know, although he does know the fsfe people, as they are German and based in Berlin If Gitea has a viable issue tracker (if it has an email interface, that is), it could be a good alternative to debbugs These people are devoted

Re: project hosting

2017-09-11 Thread Catonano
2017-09-11 15:47 GMT+02:00 ng0 : > Catonano transcribed 1.3K bytes: > > At the GHM I showed Rekado this > > > > https://git.fsfe.org/ > > > > and he didn't know, although he does know the fsfe people, as they are > > German and based in Berlin > >

code review

2017-09-11 Thread Catonano
I could use some code review on my Trytond service hypothesis As far as I understand, there are 2 steps that need to be done in order for a Trytond service to be usable. 1) as the "postgres" role (that is as the operating system "postgres" user), create a "tryton" role 2) as the tryton user (hen

Re: Guix - installation script

2017-12-05 Thread Catonano
what did happen with this ? Was there any progress ?

Re: code review

2017-12-08 Thread Catonano
2017-09-12 21:35 GMT+02:00 Christopher Baines : > On Mon, 11 Sep 2017 22:10:22 +0200 > Catonano wrote: > Hi Chris, thank you for your review. And I apologize for the long delay. I tried to follow some of your suggestions here https://gitlab.com/humanitiesNerd/guix-hacks/blob/tryt

Re: Is it necessary to run "make" before "make check"?

2017-12-10 Thread Catonano
2017-12-08 3:17 GMT+01:00 Chris Marusich : > Hi, > > Is it necessary to run "make" before "make check", or is it good enough > to just run "make check" and rely on Make to build whatever needs to be > built to run "make check"? > > -- > Chris > in my experience, make builds whatever is needed in

make fails

2017-12-23 Thread Catonano
it's december 23rd 2017, 10:00 in the morning I just attempted to build Guix and failed Here's the error message catonano@xps ~/projects/guix [env]$ make -j 4 cd . && /bin/sh /home/catonano/projects/guix/build-aux/missing automake-1.15 --gnu Makefile configure.a

Re: make fails

2017-12-23 Thread Catonano
2017-12-23 11:53 GMT+01:00 Andreas Enge : > Hello, > > On Sat, Dec 23, 2017 at 10:06:36AM +0100, Catonano wrote: > > I just attempted to build Guix and failed > > Here's the error message > > catonano@xps ~/projects/guix [env]$ make -j 4 > > no idea if that w

Re: make fails

2017-12-23 Thread Catonano
I run make again, this time without the -j switch and this is what I get [...] make[1]: ingresso nella directory "/home/catonano/projects/guix" Making all in po/guix make[2]: ingresso nella directory "/home/catonano/projects/guix/po/guix" make[2]: uscita dalla directory &quo

Re: make fails

2017-12-23 Thread Catonano
2017-12-23 13:06 GMT+01:00 Catonano : > > > I run make again, this time without the -j switch and this is what I get > > [...] > make[1]: ingresso nella directory "/home/catonano/projects/guix" > Making all in po/guix > make[2]: ingresso nella directory &qu

Re: make fails

2017-12-23 Thread Catonano
2017-12-23 13:16 GMT+01:00 Catonano : > > In the log I see that the last commit is related to Dovecot and it > includes some edits to teh documentation (to update the manual to the new > Dovecot service) > > But I don't know the texi format, what's the poblem with this

Re: code review

2017-12-24 Thread Catonano
2017-09-12 21:35 GMT+02:00 Christopher Baines : > On Mon, 11 Sep 2017 22:10:22 +0200 > Catonano wrote: > > > I could use some code review on my Trytond service hypothesis > > > > As far as I understand, there are 2 steps that need to be done in > > order f

wrong type of agument... where ?

2017-12-31 Thread Catonano
In attempting to test my trytond service wit hthhis line make check-system TESTS="trytond" I get this errror [...] adding user 'guixbuilder08'... adding user 'guixbuilder09'... adding user 'guixbuilder10'... adding user 'trytond'... adding user 'postgres'... registering public key '/gnu/store/94

Re: wrong type of agument... where ?

2017-12-31 Thread Catonano
2017-12-31 13:23 GMT+01:00 Danny Milosavljevic : > Hi Catonano, > > On Sun, 31 Dec 2017 12:39:07 +0100 > Catonano wrote: > > > In attempting to test my trytond service wit hthhis line > > > > make check-system TESTS="trytond" > > > > I get t

Re: wrong type of agument... where ?

2017-12-31 Thread Catonano
2017-12-31 15:35 GMT+01:00 Danny Milosavljevic : > Is the tryton test using marionette-operating-system ? > I believe it is Anyway, here's the definition of the service https://gitlab.com/humanitiesNerd/guix-hacks/blob/trytonservice/gnu/services/trytond.scm And here's the test https://gitlab.co

Re: wrong type of agument... where ?

2017-12-31 Thread Catonano
I made it the first trytond test (to check if trytond is running) passed successfully make check-system TESTS="trytond" And it's exactly midnight ! Happy New Year ! 2017-12-31 15:48 GMT+01:00 Catonano : > > > 2017-12-31 15:35 GMT+01:00 Danny Milosavljevic : >

Re: wrong type of agument... where ?

2018-01-01 Thread Catonano
Danny, 2018-01-01 0:39 GMT+01:00 Danny Milosavljevic : > Try this: > > diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm > index 4dd740174..810a0d63f 100644 > --- a/gnu/build/linux-boot.scm > +++ b/gnu/build/linux-boot.scm > @@ -507,7 +507,14 @@ to it are lost." > (sw

libmagic license

2018-01-03 Thread Catonano
Libmagic has a weird license Is it suitable for Guix ? Here it is https://github.com/threatstack/libmagic/blob/master/COPYING I'm asking because Libmagic is in the dependencies closure of Tryton 4.6.1 :-/ As far as I understand, Tryton is GPL3+, so Libmagic should be compatible But I'm not sur

Re: libmagic license

2018-01-04 Thread Catonano
2018-01-03 23:44 GMT+01:00 Leo Famulari : > BTW, this is a 3rd-party mirror of libmagic. The canonical source of > libmagic is in the 'file' package. > Oh thank God ! Even python-magic is already there ! Thank you !

workflow

2018-01-04 Thread Catonano
I am trying to use git worktree, as suggested I'm tying to update python-magic from 0.4.3 to 0.4.15 in a worktree based branch The new version builds fine But in preparing the commit, I find a lot of files that I didn't touch to be changed $ git status Sul branch update-tryton Changes not stage

Re: workflow

2018-01-04 Thread Catonano
2018-01-04 10:37 GMT+01:00 Catonano : > I am trying to use git worktree, as suggested > > I'm tying to update python-magic from 0.4.3 to 0.4.15 in a worktree based > branch > > The new version builds fine > > But in preparing the commit, I find a lot of files that I

Re: workflow

2018-01-04 Thread Catonano
2018-01-04 11:13 GMT+01:00 Hartmut Goebel : > Am 04.01.2018 um 10:46 schrieb Catonano: > > This is a little bit annoying, as I can't rebase my branch on master > > in order to edit the commit message without dealing with those too > > (stashing or checking them o

Re: workflow

2018-01-04 Thread Catonano
2018-01-04 11:15 GMT+01:00 Danny Milosavljevic : > > What are these po/* files ? > > Translations of human-readable text. > Some day I will have to learn this translation machinery For now I'm learning magit amd git worktree Thanks !

Re: GNOME on Wayland current status

2018-01-04 Thread Catonano
2018-01-04 13:43 GMT+01:00 ng0 : > Rutger Helling transcribed 4.7K bytes: > > Hi ng0, > > > > that might be a good idea. I was disturbed to learn that SLiM > > has seemingly been abandoned since 2013 > > (source: https://wiki.archlinux.org/index.php/SLiM), so lightdm might > > be a good light-weig

Re: Let’s meet before FOSDEM!

2018-01-06 Thread Catonano
2017-11-07 22:49 GMT+01:00 Pjotr Prins : > With regard to talks we should limit the total time for that - say 2-3 > hours total. And have the rest of the day free flowing discussion and > hacking. Talks are useful, but I think the real impact will be to be > together and sit down and inspire each

invoke instead of (system* ...

2018-01-12 Thread Catonano
recently I read that we should move to using this invoke procedure instead of the (system* some-script) in defining little scripts in packages and services definitions But I can't remember where exactly Where is this invoke procedure defined ? I'm specifically interested in an exception to be ra

LanguageKit (targets llvm)

2018-01-13 Thread Catonano
This project http://etoileos.com/etoile/features/languagekit/ targets llvm As far as I understand it doesn't target llvm too. It targets llvm _only_ If I understand correctly, it aims to make dinamic languages wrap the GNUStep kernel Sort of like Guile does I know what Stallmand wrote about l

weird errors

2018-01-13 Thread Catonano
Ok, I'm trying to build this tryton service In running a VM like this /gnu/store/9qcwl2vl8lnfbiid31irj92ffcagrc45-run-vm.sh --serial stdio -m 2G I run into this error: ... In execvp of TRYTONPASSFILE = /gnu/store/3qpvdgkagkqyzpaw65c0plzd9zqp44v6-passfile /gnu/store/144hjm67pzq9x0v47hwfiabwqq219

Re: LanguageKit (targets llvm)

2018-01-13 Thread Catonano
2018-01-13 17:29 GMT+01:00 Leo Famulari : > Yes, if LanguageKit is free software, it's acceptable. We have an LLVM > package and build several packages with it. > Ok Thanks for clarifying

Re: weird errors

2018-01-13 Thread Catonano
2018-01-13 22:13 GMT+01:00 Ludovic Courtès : > Heya, > > Catonano skribis: > > > In execvp of TRYTONPASSFILE = > > /gnu/store/3qpvdgkagkqyzpaw65c0plzd9zqp44v6-passfile > > /gnu/store/144hjm67pzq9x0v47hwfiabwqq219aya-trytond-4.6.2/bin/trytond- > admin: > >

Re: weird errors

2018-01-14 Thread Catonano
Hi Danny, thanks for your help 2018-01-14 11:43 GMT+01:00 Danny Milosavljevic : > Hi Catonano, > > On Sun, 14 Jan 2018 08:21:10 +0100 > Catonano wrote: > > > the line is supposed to be like > > > > TRYTOPASSILE = /path/to/some/passfile trytond-admin -c > >

G-golf

2018-01-14 Thread Catonano
In G-golf ( https://git.savannah.gnu.org/cgit/g-golf.git ) in the g-golf/init.scm file, there's this line (define %libgirepository (dynamic-link "libgirepository-1.0")) and when running make, I get In procedure dynamic-link: file: "libgirepository-1.0", message: "file not found" but both Gobe

Re: weird errors

2018-01-14 Thread Catonano
2018-01-14 17:45 GMT+01:00 Danny Milosavljevic : > > So were the spaces the only problem ? > > In https://gitlab.com/humanitiesNerd/guix-hacks/blob/trytonservice/gnu/ > services/trytond.scm , you don't invoke a shell (example: "sh", "bash", > "csh" etc) so the "VARIABLE=VALUE" syntax will not be e

Re: weird errors

2018-01-14 Thread Catonano
2018-01-14 17:38 GMT+01:00 Ricardo Wurmus : > > Catonano writes: > > >> I'd just call (setenv "/gnu/store/some-hash-passfile") instead of > >> starting a whole shell (it's a waste and increases the attach surface > for > >> no reason to

Re: G-golf

2018-01-14 Thread Catonano
2018-01-14 15:20 GMT+01:00 David Pirotte : > Hi, > > > (define %libgirepository (dynamic-link "libgirepository-1.0")) > > > In procedure dynamic-link: file: "libgirepository-1.0", message: "file > not > > found" > > > but both Gobect-introspection and Glib are in the ad-hoc environment > > (they w

Re: weird errors

2018-01-22 Thread Catonano
2018-01-14 12:00 GMT+01:00 Catonano : > Hi Danny, > > thanks for your help > > > 2018-01-14 11:43 GMT+01:00 Danny Milosavljevic : > >> Hi Catonano, >> >> On Sun, 14 Jan 2018 08:21:10 +0100 >> Catonano wrote: >> >> > Ah, the space

Re: weird errors

2018-01-22 Thread Catonano
2018-01-22 11:59 GMT+01:00 Danny Milosavljevic : > > isn't invoke returning an exact integer ? > > No. "invoke" raises an exception if the child's exit code != 0. > Otherwise you get #t. > > "system*" returns the exit code - might want to use that instead. > (just replace the text "invoke" by "sy

Re: weird errors

2018-01-22 Thread Catonano
2018-01-22 20:01 GMT+01:00 Danny Milosavljevic : > Hi Catonano, > > On Mon, 22 Jan 2018 13:42:26 +0100 > Catonano wrote: > > > The virtual machine boots successfully now > > > > The trytond service is running in it > > Cool! > > > But the postgres

Re: weird errors; shepherd

2018-01-24 Thread Catonano
2018-01-23 23:43 GMT+01:00 Danny Milosavljevic : > The attached file is gnu/services/trytond.scm which successfully runs > trytond. > With "successfully"" you mean that it connects to postgres and it shhows te proper screens in the client ? Sometimes the trytond daemon does run but it fails to c

Re: weird errors; shepherd

2018-01-24 Thread Catonano
2018-01-24 13:46 GMT+01:00 Danny Milosavljevic : > Hi Catonano, > > > With "successfully"" you mean that it connects to postgres and it shhows > te > > proper screens in the client ? > > Yes. > > I invoked "tryton" which pops up a GUI.

Re: [PATCH] Add SELinux policy for guix-daemon.

2018-01-26 Thread Catonano
2018-01-25 17:17 GMT+01:00 Ricardo Wurmus : > Hi Guix, > > attached is a patch that adds an SELinux policy for the guix-daemon. > The policy defines the guix_daemon_t domain and specifies what labels > may be accessed and how by processes running in that domain. > > These file labels are defined:

Re: Guix - installation script

2018-01-28 Thread Catonano
2018-01-28 19:00 GMT+01:00 Ricardo Wurmus : > > Catonano writes: > > > what did happen with this ? > > > > Was there any progress ? > > The script has since disappeared from the repository, but I took a > previous version and am now in the process of ex

Re: weird errors; shepherd

2018-01-28 Thread Catonano
2018-01-23 23:43 GMT+01:00 Danny Milosavljevic : > The attached file is gnu/services/trytond.scm which successfully runs > trytond. > I run it and I confirm it works I couldn't attemp at installing a couple of Tryton modules (on top of the base ones) because in the vm the keyboard layout is mess

Re: Maintaining implementations of similar utility functions like json-fetch

2018-02-01 Thread Catonano
2018-01-31 18:32 GMT+01:00 Jelle Licht : > Hi Ludo', > > > 2018-01-27 17:09 GMT+01:00 Ludovic Courtès : > >> Hello! >> >> Jelle Licht skribis: >> >> > I noticed that there are currently two very similar functions for >> fetching >> > json data; `json-fetch' in (guix import json) and `json-fetch*'

Re: FOSDEM 2018 and announcing a GNU Guix/Guile day! After getting home...

2018-02-05 Thread Catonano
2018-02-05 12:23 GMT+01:00 Alex Sassmannshausen < alex.sassmannshau...@gmail.com>: > Hello, > > It sounds like the event was absolutely amazing — I'm well jealous of > everyone who was able to go! > > Ludovic Courtès writes: > > > That alone could justify pursuing the same approach in the coming >

Re: [PATCH] Add SELinux policy for guix-daemon.

2018-02-11 Thread Catonano
2018-01-25 17:17 GMT+01:00 Ricardo Wurmus : > Hi Guix, > > attached is a patch that adds an SELinux policy for the guix-daemon. > The policy defines the guix_daemon_t domain and specifies what labels > may be accessed and how by processes running in that domain. > > These file labels are defined:

Re: [PATCH] Add SELinux policy for guix-daemon.

2018-02-13 Thread Catonano
2018-01-25 17:17 GMT+01:00 Ricardo Wurmus : > Hi Guix, > > attached is a patch that adds an SELinux policy for the guix-daemon. > The policy defines the guix_daemon_t domain and specifies what labels > may be accessed and how by processes running in that domain. > > These file labels are defined:

[PATCH] Emacs Zenburn

2016-05-15 Thread Catonano
Hello, this is my first attempt at importing a package into Guix. My first attempt ever. It's trivial: the Zenburn theme for Emacs. The linter claims that lines 44 and 45 are too long. I didn't choose myself to make them so long. It was the automatic identation on the Emacs Scheme mode. Did it d

[PATCH] Emacs Smartparens

2016-05-16 Thread Catonano
Ok this is my second attempt This time it's Smartparens I used the emacs build system this time and I payied a bit more attention to the propagated inputs. I'm not sure about the native input though >From 2e15843c941fc470cfe20275c4343c300b9dc8de Mon Sep 17 00:00:00 2001 From: humanitiesNerd Dat

Re: [PATCH] Emacs Smartparens

2016-05-16 Thread Catonano
ahem this is the same patch, only with a better log line * gnu/packages/emacs.scm (emacs-smartparens): New variable. --- gnu/packages/emacs.scm | 43 +++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index

Re: [PATCH] Emacs Zenburn

2016-05-17 Thread Catonano
Alex, thank you so much for your comments 2016-05-16 16:18 GMT+02:00 Alex Kost : > > Could you send an updated patch please I made a new patch trying to adhere to your indications Only, I'm having troubles with git-send-email so now I'm trying to attach the new patch to this email in a differ

Re: [PATCH] Emacs Smartparens

2016-05-17 Thread Catonano
2016-05-16 16:35 GMT+02:00 Alex Kost > Catonano (2016-05-16 16:32 +0300) wrote: > > > Ok this is my second attempt > > > > This time it's Smartparens > > Thanks! > ;-) > I have the same comments as for the zenburn patch (especially about the > w

Re: [PATCH] Emacs Zenburn

2016-05-17 Thread Catonano
2016-05-17 20:10 GMT+02:00 Alex Kost : > Catonano (2016-05-17 13:12 +0300) wrote: > > > I made a new patch trying to adhere to your indications > > > > Only, I'm having troubles with git-send-email so now I'm trying to attach > > the new patch to this email

Re: [PATCH] Emacs Smartparens

2016-05-18 Thread Catonano
2016-05-18 11:12 GMT+02:00 Alex Kost : > Catonano (2016-05-18 01:44 +0300) wrote: > > I think that a single output is absolutely OK: all these files (like > "smartparens-haskell.el") are a part of the whole smartparens package; > moreover there is no any "specific s

[PATCH] gnu: Add emacs-clojure-mode

2016-05-18 Thread Catonano
From 6dc8470baf3493a93da3e3358136e5c9860d4e3a Mon Sep 17 00:00:00 2001 From: humanitiesNerd Date: Wed, 18 May 2016 15:41:47 +0200 Subject: gnu: Add emacs-clojure-mode * gnu/packages/emacs.scm (emacs-clojure-mode): New variable --- diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm inde

Re: [PATCH] gnu: Add emacs-clojure-mode

2016-05-19 Thread Catonano
2016-05-19 10:54 GMT+02:00 Alex Kost : > > Subject: gnu: Add emacs-clojure-mode > ^ > This is a nitpick of course, but we put a period here... > > > * gnu/packages/emacs.scm (emacs-clojure-mode): New variable >

Fwd: [PATCH] emacs-epl

2016-05-26 Thread Catonano
From 0d303576f88d00f2d3b58e7c452bcf575876b124 Mon Sep 17 00:00:00 2001 From: humanitiesNerd Date: Thu, 26 May 2016 01:31:30 +0200 Subject: gnu: Add new variable (emacs-epl). * gnu/packages/emacs.scm (emacs-epl): New variable. --- diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm inde

<    1   2   3   >