Re: gcc-ddc

2017-11-29 Thread Jan Nieuwenhuizen
ed. OK! > I'm now investigating the checksum issue. Great to hear your progress janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: [PATCH] scripts: hash: Add --git option. WIP

2017-11-28 Thread Jan Nieuwenhuizen
branch is that? You did see Ludo's suggestions? I like them and planned to look at them when my mind is less occupied with bootstrapping. janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: [bootstrappable] Re: prototyping the full source bootstrap path

2017-11-25 Thread Jan Nieuwenhuizen
locations. Source code for these libraries can be found at their respective hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also Note that mes-tcc also still fails some tests and that we run mescc on Guile rather than on Mes because of severe Mes Scheme performance

Re: [bootstrappable] Re: prototyping the full source bootstrap path

2017-11-23 Thread Jan Nieuwenhuizen
guile-2.0.9? That would already help a lot! *) should i push this to savannah wip-bootstrap? janneke bootstrap.svg Description: Binary data -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: gcc-ddc

2017-11-22 Thread Jan Nieuwenhuizen
Gábor Boskovits writes: Hey Gábor, > Jan, I can now pass the test you have in the original patch, which > basically builds gcc-4.7.4 twice, and  checks if gcc/bin are > identical. Woohoo! Amazing work! > I'm using the getenv approach Ricardo suggested. I've not written a wr

[PATCH] scripts: hash: Add --git option. WIP

2017-11-22 Thread Jan Nieuwenhuizen
le it is already "handy" as it is, I consider adding a commit argument and imply --recursive, like so guix hash --git HEAD guix hash --git v0.13 WDYT? janneke >From cfc9e557db6fe6c9aece68cfc5153ec9481a45a4 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <jann...@gnu.org> Da

Re: gcc-ddc

2017-11-21 Thread Jan Nieuwenhuizen
So, when this happens we simply have case 1: we are not relocated. > > In gcc/gcc.c this pattern is guarded by if(gcc_exec_prefix) basically.(it > is in an else block) > It is not so in gcc/gcc-ar.c. > > This is how far I could get with it

Re: [bootstrappable] Re: prototyping the full source bootstrap path

2017-11-21 Thread Jan Nieuwenhuizen
built from a lisp compiler Hmm, it's my understanding that Guile is pretty heavily tied to libguile/*.c. What makes you think that it's possible for Guile to run without libguile/*.c? janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http

Re: [bootstrappable] Re: prototyping the full source bootstrap path

2017-11-20 Thread Jan Nieuwenhuizen
if we consider it to be of value, then x86_64 is just more work. Other architectures...well, "just" more work ;-) > Thank you, and congrats on this milestone! Thanks! janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://Joyof

Re: [bootstrappable] Re: prototyping the full source bootstrap path

2017-11-20 Thread Jan Nieuwenhuizen
s? > Also: I wonder if we can simplify these bootstrap packages in Guix, so > that they can be built with even fewer build-time features. Yeah, the mean reason to do it in Guix packages is that it becomes impossible to cheat. However, coding the bootstrap path in Guix means that we depend

Re: gcc-ddc

2017-11-20 Thread Jan Nieuwenhuizen
sr") then we still need to make sure that make install uses the prefix we want by writing our own install phase...it gets ugly here I guess... Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

prototyping the full source bootstrap path

2017-11-19 Thread Jan Nieuwenhuizen
eeds a lot more work and tinycc-boot, gcc-boot packages are still missing. Greetings, janneke *) Or fetch branch wip-bootstrap: https://gitlab.com/janneke/guix >From c64a0af956754a22a7900a96260b7615c62c14b1 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <jann...@gnu.org> Date: Su

Mes 0.11 released

2017-11-18 Thread Jan Nieuwenhuizen
PEG-Parsing.html [8] https://gitlab.com/janneke/tinycc [9] https://lists.gnu.org/archive/html/tinycc-devel/2017-05/msg00103.html [10] http://www.softwarepreservation.org/projects/LISP/book/LISP%25201.5%2520Programmers%2520Manual.pdf -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lil

Re: [bootstrappable] diverse double compilation: using $ORIGIN?

2017-11-10 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: >>> Usage: guix build gcc-dcc >>> >>> Building gcc-dcc tests the diverse double compilation property >>> of the gcc that Guix is using. >>> >>> * gnu/packages/bootstrappable.scm: New file. >>> * gnu/local

Re: Let’s meet before FOSDEM!

2017-11-07 Thread Jan Nieuwenhuizen
.) Yes, I'd like to join. janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: [bootstrappable] diverse double compilation: using $ORIGIN?

2017-11-05 Thread Jan Nieuwenhuizen
the install-prefix that debian and others do not have. I'll be sending updated patches soon. janneke. -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: avoid wrapper scripts when possible

2017-11-03 Thread Jan Nieuwenhuizen
ove the real script > to .wrapped-bin/foo. To probably state the obvious, yes it would be great if top/ps would show `foo' instead of .foo-x.y-real; also great for `killall'. Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT h

Re: [bootstrappable] diverse double compilation: using $ORIGIN?

2017-11-02 Thread Jan Nieuwenhuizen
sense? Attached is a patch prototyping this diverse double compilation test. janneke >From c91609e847066c384826d726033146e08d8185ed Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <jann...@gnu.org> Date: Thu, 2 Nov 2017 06:52:46 +0100 Subject: [PATCH] gnu: Add clang-gcc, gcc-ddc. WIP Usage: guix build

Re: Status update on reproducible builds in Guix

2017-11-01 Thread Jan Nieuwenhuizen
ucible, like the installation binaries/USB installer, bare-bones.tmpl or even lightweight-desktop.tmpl? Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: Reproducible Build Summit, Oct. 31st, Berlin

2017-10-06 Thread Jan Nieuwenhuizen
I am planning to go, sad you won't be there. janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: Building things other than Guix with Cuirass

2017-09-20 Thread Jan Nieuwenhuizen
t;grep"))) Does that help? Greetings, janneke [0] http://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/commit/?id=bbab646926714ad6cdaac3e4578a14b408b65a84 A similar patch is waiting for guix proper. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28487 -- Jan Nieuwenhuizen <jann...@gnu.org> |

Re: guix pull via cgit odd behavior or [guile-git] limitations?

2017-09-12 Thread Jan Nieuwenhuizen
.scm is broken, cuirass package runs a >> script before patch-shebanging; the spec examples in the manual lacks >> a (list (quote ..)... > > Please report these issues and/or send a patch! :-) I added smart http to our git server and now have cuirass somewhat going...intend to send so

Re: Mes 0.10 released

2017-09-11 Thread Jan Nieuwenhuizen
Arne Babenhauserheide writes: > Jan Nieuwenhuizen <jann...@gnu.org> writes: >> Arne Babenhauserheide writes: >>> Jan Nieuwenhuizen <jann...@gnu.org> writes: >>>> I am pleased to announce the release of Mes 0.10, representing 82 >>>> comm

Re: guix pull via cgit odd behavior or [guile-git] limitations?

2017-09-11 Thread Jan Nieuwenhuizen
http:// urls with Cuirrass I now get Git error: no Content-Type header in response janneke * cuirass' guix envronment -l guix.scm is broken, cuirass package runs a script before patch-shebanging; the spec examples in the manual lacks a (list (quote ..)... -- Jan Nieuwenhuizen <jann...@gnu.org&

Re: Mes 0.10 released

2017-09-11 Thread Jan Nieuwenhuizen
Arne Babenhauserheide writes: > Jan Nieuwenhuizen <jann...@gnu.org> writes: > >> I am pleased to announce the release of Mes 0.10, representing 82 >> commits over 6 weeks. Mescc now compiles a bootstrappable-modified >> TinyCC into a mes-tcc that in turn can succe

Mes 0.10 released

2017-09-10 Thread Jan Nieuwenhuizen
017-05/msg00103.html [10] http://www.softwarepreservation.org/projects/LISP/book/LISP%25201.5%2520Programmers%2520Manual.pdf -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: postgresql again

2017-09-10 Thread 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 (postgresql-service) Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.o

Re: The future of 'guix environment'

2017-09-03 Thread Jan Nieuwenhuizen
y in guix? Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: The future of 'guix environment'

2017-09-01 Thread Jan Nieuwenhuizen
ang.scm says: As of go-1.5, go cannot be bootstrapped without go-1.4, so we need to use go-1.4 or gccgo-5. So that sounds like more work/more steps, but still sweet milky Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http

Re: The future of 'guix environment'

2017-09-01 Thread Jan Nieuwenhuizen
n elisp. You also need the direnv tool itself, > which is written in Go. No thanks! No thanks here too. A yoghurt language just to run a shell, ugh. Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: The future of 'guix environment'

2017-08-31 Thread Jan Nieuwenhuizen
briefly on irc yesterday are various ways this could go: use emacs-direnv, read the manifest file in elisp, use guix repl to read it..etc Greetings, janneke guix-environment.el Description: application/emacs-lisp -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.

Re: NetworkManager instead of Wicd in ‘%desktop-services’?

2017-07-30 Thread Jan Nieuwenhuizen
concrete suggestion here, just a feeble wish to have networking as simple and crisply declaritively configurable as the rest of GuixSD. janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: Mes 0.9 released

2017-07-26 Thread Jan Nieuwenhuizen
>> Also, mescc can now compile a >> modified TinyCC into a running [mostly segfaulting] executable. > > Very cool! > > Thank you for your great work! :-) Thanks for the support! janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Mes 0.9 released

2017-07-26 Thread Jan Nieuwenhuizen
/docs/master/guile.html/PEG-Parsing.html [8] https://gitlab.com/janneke/tinycc [9] https://lists.gnu.org/archive/html/tinycc-devel/2017-05/msg00103.html [10] http://www.softwarepreservation.org/projects/LISP/book/LISP%25201.5%2520Programmers%2520Manual.pdf -- Jan Nieuwenhuizen <jann...@gnu.org&

Re: Storing serialised graph along with packages

2017-07-23 Thread Jan Nieuwenhuizen
and that I cannot reproduce. Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: npm (mitigation)

2017-07-14 Thread 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 npm importer, no binary anything. Npm packages have the can be source or binary.

Re: Mes 0.8 released

2017-06-26 Thread Jan Nieuwenhuizen
le/eval.c ;-) and develop a fork/sister of mescc as guilecc. Greetings, janneke [0] https://lists.gnu.org/archive/html/tinycc-devel/2017-05/msg00103.html -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Mes 0.8 released

2017-06-25 Thread Jan Nieuwenhuizen
://github.com/oriansj/MESCC_Tools -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: New git signing key for Jan Nieuwenhuizen?

2017-06-18 Thread Jan Nieuwenhuizen
eck signature: No public key >> Author: Jan Nieuwenhuizen <jann...@gnu.org> >> Date: Thu Jun 15 19:22:00 2017 +0200 >> >> tests: Allow setting of qemu memory-size for system tests. >> >> * gnu/system/vm.scm (common-qemu-options): Remove hardc

Re: new manifest format readers?

2017-06-11 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: >>> 1. Include (gnu packages) in the default evaluation environment of >>> manifests. >>> >>> 2. (define (package-specifications->manifest specs) >>>(packages->manifest (map (compose list specification->package+output) >>>

Re: Guix libification.

2017-06-11 Thread Jan Nieuwenhuizen
the rumoured the rumoured gash or some shell-utils package; possibly together with some scsh-like goodies. Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: guixsd in lxd container

2017-06-09 Thread Jan Nieuwenhuizen
p? PFA > For Ubuntu users (or others distros with LXD) it would be a nice > managed way of trying out GuixSD if I get this to work. Great work, thanks! Greetings, janneke shepherd.log Description: Binary data -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: new manifest format readers?

2017-06-09 Thread Jan Nieuwenhuizen
"gfortran@5" ;; this is for work "icedtea:jdk") and have package-strings be usable in operating-system too? Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: Cross-compilation to MinGW broken on core-updates

2017-06-08 Thread Jan Nieuwenhuizen
at hello, guile and the lilypond stack (still waiting for some love and integration). > Probably not a blocker, but something nice to have. Sure. Bash is a pretty convenient interface to fork/exec/pipe, having that on MinGW would be quite something ;-) Greetings, janneke -- Jan Nieuwenhuize

Re: Cross-compilation to MinGW broken on core-updates

2017-06-07 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hi Ludo & all! > Bash fails to cross-build for i686-w64–mingw32 on ‘core-updates’: > Ideas? Hmm. Did bash successfully cross build to i686-w64–mingw32 before? janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org F

Re: Trouble with DHCP and GuixSD in a VM

2017-05-26 Thread Jan Nieuwenhuizen
pinging gnu.org or google.com does not work. I am > able to ping both from my host > machine. Don't try to use ping (ICMP) to test the network. Use someting tcp/udp, wget/ssh for example. janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelanc

Re: What’s next?

2017-05-24 Thread Jan Nieuwenhuizen
no answer. Possibly I'm wrong and/or my information is outdated? Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: interesting thread

2017-05-24 Thread Jan Nieuwenhuizen
m into GuixSD, I'm at the point of giving up on npm and am planning to migrate away from it. I can hardly imagine...but does this report in any way hint that some packages can be built from source and how to do that? Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http:

Re: Heads-up: transition to Guile 2.2

2017-05-14 Thread Jan Nieuwenhuizen
ome packages set GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH and mixing guile-2.0 and guile-2.2 packages that do so is still troublesome. It would be nice (TM) if we could find a way not to rely on setting those environment variables. Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.

Re: postgres 9.6.2 update breakage

2017-05-14 Thread Jan Nieuwenhuizen
? If I'm not mistaken, everything else in GuixSD will run if I select a previous system generation in Grub...except for this? Is involving postgres developers an option, I'm sure a least one of the postgresql hackers[cc] are already looking at Guix[SD]? Greetings, janneke -- Jan Nieuwenhui

postgres 9.6.2 update breakage

2017-05-13 Thread Jan Nieuwenhuizen
figure out how to do that. But do our users need to know this? And more importantly, if I upgrade, will I be able to revert to a previous generation of my system? Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com

Re: Mes 0.5 released

2017-05-01 Thread Jan Nieuwenhuizen
Christopher Allan Webber writes: > Wow... what a list... > > This is really incredible work! Fully bootstrappable Guix is looking > more and more feasible! :-) thanks! --janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http

Re: potluck status

2017-04-28 Thread Jan Nieuwenhuizen
I like the name, you are the one who wants another name; what would you suggest? Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: Mes 0.5 released

2017-04-28 Thread Jan Nieuwenhuizen
o down - add separate assembly step, assembly output - use stage0+ project, esp rewrite mes.c in stage2-LISP - use/work with epsilon? or it can stay level - cleanup mescc - fix bugs - look into Nyacc - decide on psyntax Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org>

Mes 0.5 released

2017-04-27 Thread Jan Nieuwenhuizen
cts/LISP/book/LISP%25201.5%2520Programmers%2520Manual.pdf [6] https://www.gnu.org/software/guix/ [7] https://github.com/oriansj/stage0 -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: Helping with Guix on Hurd: my notes

2017-04-27 Thread Jan Nieuwenhuizen
Maxim Cournoyer writes: H! Maxim > Thank you Jan for sharing these precious notes! At FOSDEM'17, Manolis [cc] inspired me with his talk to have a look at HURD and help. Sadly, the above recipe is all the help I found to offer until now, but hey. > I've saved your message; I had s

Re: ‘guix pull’ vs. transition to Guile 2.2

2017-04-23 Thread Jan Nieuwenhuizen
701 # PASS: 573 # SKIP: 34 # XFAIL: 0 # FAIL: 94 # XPASS: 0 # ERROR: 0 Are you [all] running core-updates? Should I be? Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: Services can now have a default value

2017-04-22 Thread Jan Nieuwenhuizen
eke, we even have immutable GOOPS! ;) > Plus then you get generic methods! +1 > - Chris Webber, who may only be slightly trolling and knows Guix will >probably never adopt using GOOPS :-D Greetings, --janneke who'd like to see a lightweight functional GOOPS more prom

Re: On merging the npm importer

2017-03-30 Thread Jan Nieuwenhuizen
eview should be done here, with patches. I thought it might be just a bit too early for that and was hoping others [you] would want to make some changes first...and maybe pulling my git would be handier then. I'm happy to send the patches here, whatever is convenient. Greetings, janneke -- Jan Nie

On merging the npm importer

2017-03-28 Thread Jan Nieuwenhuizen
of full-source/sanitized npm packages. Greetings, janneke [1] https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01567.html -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: [GSoC] Development of Cuirass.

2017-03-21 Thread Jan Nieuwenhuizen
me working on Free Software > projects that I consider more tolerant. Wow, I'm shocked to read this! Let me check. Are you saying that condoning disrespectful/non-considerate behaviour is actually "tolerance" and preferrable when building a community? Greetings, janneke -- Jan Nieuwe

Re: Introducing ‘guix pack’

2017-03-19 Thread Jan Nieuwenhuizen
cross-compiled binaries > end up pulling the whole cross toolchain (due to cross-gcc not having a > separate “lib” output), so for instance the cross-built grep tarball > above weighs in at 91 MiB (330 MiB uncompressed :-)). We’ll fix that. :-) Oh well. > Anyway, pretty cool! Pret

Re: Leaving the guix project

2017-02-21 Thread Jan Nieuwenhuizen
> I hope you can understand and respect my decision. Sure; thanks and all the best! Greetings, --janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: Stumpwm and config.scm

2017-02-19 Thread Jan Nieuwenhuizen
possible or has to with our stumpwm package or with our sbcl package...I'd much rather put effort in getting guile-wm to work... Confused greetings, --janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Helping with Guix on Hurd: my notes

2017-02-17 Thread Jan Nieuwenhuizen
ackage -i hello --keep-failed --8<---cut here---end--->8--- -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: Fixing non-reproducibility in some guile packages

2017-02-11 Thread Jan Nieuwenhuizen
to be reproducible yet. Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: GuixSD on commodity hosting platforms, hoster: IN-Berlin

2017-02-11 Thread Jan Nieuwenhuizen
would mean that you will be spending some effort to get `in-berlin.scm' just right, and I would like to make use of that instead of figuring it all out again myself when I try another hosting provider. Greetings, janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypo

Re: GuixSD on commodity hosting platforms, hoster: IN-Berlin

2017-02-09 Thread Jan Nieuwenhuizen
(by Ludo'?) that getting GuixSD on a mainstream hosting platform was very good to have. I'm interested in how this goes and would like to try the gentle folks of An Meaisín Dénártha (https://anmd.org) if that is useful. Greetings, --janneke -- Jan Nieuwenhuizen <jann...@gnu.org> | GN

Re: [PATCH] gnu: Add unetbootin.

2017-01-19 Thread Jan Nieuwenhuizen
ave FUSBi and they sadly also do not strip unetbootin; so this needs a little more attention. Greetings, Jan -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

[PATCH] gnu: Add unetbootin.

2017-01-14 Thread Jan Nieuwenhuizen
Hi, Needed this to flash BIOS (ugh). Greetings, Jan >From 5aa1cad5c06dc62f477318f0a40aaf9608672b3b Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <jann...@gnu.org> Date: Sat, 14 Jan 2017 18:23:57 +0100 Subject: [PATCH] gnu: Add unetbootin. * gnu/packages/disk.scm (unetbootin): New

Re: ncurses conflicts between master and core-updates

2017-01-06 Thread Jan Nieuwenhuizen
gnu: ncurses: >> support mingw.). >> >> The mingw commit added some conditionals relating to mingw, and I'm not >> sure if the pkg-config change should be applied for mingw builds or not. > I think it can’t hurt MinGW cross-builds to keep the pkg-config change. Yes. > Your questi

Re: Empty file in hydra store?

2017-01-03 Thread Jan Synáček
On Tue, Jan 3, 2017 at 9:17 AM, John Darrington <j...@darrington.wattle.id.au> wrote: > I got this error (twice) when attempting "guix system init": > > Downloading > https://mirror.hydra.gnu.org/nar/ciqw5z470c8ihl1kfswj1j3ix6hs092d-module-import > (1KiB ins

Re: Creating a docker image with Guix

2017-01-02 Thread Jan Nieuwenhuizen
D [\"/bin/emacs\"]" | \ >docker build - Could this be used to package and deploy our cross built guile.exe? I find myself kind of waiting for some inspiration to take the next step in the MinGW cross builds... Greetings, Jan -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

[PATCH 4/6] gnu: Add qtdeclarative 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/qt.scm (qtdeclarative55): New variable. --- gnu/packages/qt.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 68324bd..431aa18 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1364,3

[PATCH 2/6] gnu: Add qtsvg 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/qt.scm (qtsvg55): New variable. --- gnu/packages/qt.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 291f3ee..cee341c 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1310,3

[PATCH 5/6] gnu: Add qtwebkit 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/qt.scm (qtwebkit55): New variable. --- gnu/packages/qt.scm | 98 + 1 file changed, 98 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 431aa18..4de6337 100644 --- a/gnu/packages/qt.scm +++

[PATCH 3/6] gnu: Add qtxmlpatterns 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/qt.scm (qtxmlpatterns55): New variable. --- gnu/packages/qt.scm | 16 1 file changed, 16 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index cee341c..68324bd 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1348,3 +1348,19 @@

Phantomjs with minimal old qt5.5 dependencies

2016-12-14 Thread Jan Nieuwenhuizen
As suggested by ng0, a split version of my PhantomJS patch. Greetings, Jan

[PATCH 6/6] gnu: Add phantomjs.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/patches/phantomjs-qt55.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (phantomjs): New variable. --- gnu/local.mk | 1 + gnu/packages/patches/phantomjs-qt55.patch | 269 ++

[PATCH 1/6] gnu: Add qtbase 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
@@ ;;; Copyright © 2015, 2016 Efraim Flashner <efr...@flashner.co.il> ;;; Copyright © 2016 ng0 <n...@we.make.ritual.n0.is> ;;; Copyright © 2016 Thomas Danckaert <p...@thomasdanckaert.be> +;;; Copyright © 2016 Jan Nieuwenhuizen <jann...@gnu.org> ;;; ;;; This file is part of G

Re: [PATCH] gnu: Add phantomjs.

2016-12-14 Thread Jan Nieuwenhuizen
> http which could be changed to https, that's all so far. Okay. Greetings, Jan -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: [PATCH] Generate multiple paginated packages pages.

2016-12-08 Thread Jan Synáček
ectures says "unknown" for both green and red check mark. Not sure if it's supposed to be like that. Anyways, great work! Cheers, -- Jan Synáček

[PATCH] doc: add Creating a New Cross Target.

2016-12-07 Thread Jan Nieuwenhuizen
Hi, Here's my doc draft on the cross build system. Suggestions/additions welcome! Greetings, Jan >From e887762bd07d77b68ff19b0ced3ab41c15faa1ac Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <jann...@gnu.org> Date: Wed, 7 Dec 2016 17:45:29 +0100 Subject: [PATCH] doc: add Creating a

Re: MinGW cross-compilation support

2016-12-07 Thread Jan Nieuwenhuizen
merge the cross-libtool patch and this one: > > Jan Nieuwenhuizen <jann...@gnu.org> skribis: > >> * gnu/packages/ncurses.scm (ncurses)[MINGW]: Build with libtool, as >> recommended; enables dlopen'ing. > > I’m not sure what this means (and the explanation should be as a

[PATCH] gnu: Add phantomjs.

2016-11-22 Thread Jan Nieuwenhuizen
effort on these (I have very little respect, patience or love for qt), please don't put too much effort in reviewing if this needs much work. Greetings, Jan. >From 25f9e007ee2c7f641e7761d990c61bc142440430 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <jann...@gnu.org> Date: Thu, 17 Nov 2

Re: Network with QEMU generated image (guix system vm)?

2016-09-26 Thread Jan Nieuwenhuizen
antly, sometimes I need to "wait a bit" until cloning or `ping gitlab.com' works. It seemed to be always immediately available when I added the mcron and rottlog test services, which confuses me even more. Might just be coincidence. Greetings, Jan >From 8c8687407057ca9caa123905f7ca2

Re: Network with QEMU generated image (guix system vm)?

2016-09-24 Thread Jan Nieuwenhuizen
the git-service one last time > as this does require host<->vm connection, thanks. Nice. Greetings, Jan -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: Network with QEMU generated image (guix system vm)?

2016-09-24 Thread Jan Nieuwenhuizen
j1i8wafmaj-run-vm.sh > vm.sh chmod +x vm.sh instead of the graphical box popup. HTH, Jan -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
vaScript's functions are first class objects with (mostly) lexical scoping. JavaScript is the first lambda language to go mainstream. Deep down, JavaScript has more in common with Lisp and Scheme than with Java. It is Lisp in C's clothing. This makes JavaScript a remarkably powerful

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
he idea is to reuse Emacs Hydra interface in Guix if possible. :) Thanks...I need to look into that :-) Greetings, Jan -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
urces (inspired by > Hydra API) by translating request to SQL queries. A command line > interface would be a nice addition too. If this is inspired by Hydra does it mean you plan to somehow use (parts of?) the Hydra web engine to present views using this json? Greetings, Jan. -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: Oops, sent too soon, patch 2 needed this fix diff --git a/src/cuirass/database.scm b/src/cuirass/database.scm index 0dcf544..5d3922b 100644 --- a/src/cuirass/database.scm +++ b/src/cuirass/database.scm @@ -141,7 +141,7 @@ INSERT INTO Specifications

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
done an amazing job. Thank you! Thanks! I'd really love to get a working Guix-based ci system and Cuirass is already very close to the minimal set that I need. I have a working patch to add building of VMs (a la hydra/guix-system.scm) but it needs a bit of cleanup

Re: [PATCH] gnu: rottlog: rotate messages daily.

2016-09-22 Thread Jan Nieuwenhuizen
the time and coping with half-baked advice! Rotating my logs for quite some time already here, and learning quite a bit about guix and scheme in the process too ;-) Thanks! Greetings, Jan >From f4b03963d6ba6a232fca4ed749695423547d0ad5 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <jann..

Re: [PATCH] gnu: rottlog: rotate messages daily.

2016-09-20 Thread Jan Nieuwenhuizen
ould export the %default-rotations or if we should describe their contents in the manual. > Use ‘system*’ instead of ‘system’ (the latter does “/bin/sh -c”, which > is unnecessary here.) Ok. > Also, this should use the ‘rottlog’ package of , > which cannot be referred to from the default

Re: [PATCH] gnu: openldap: Use gnutls.

2016-09-20 Thread Jan Synáček
_$(VERSION)+dfsg.orig.tar > == as a former OpenLDAP maintainer on Fedora and RHEL, I strongly suggest you link it against openssl. It's basically the only really supported crypto upstream. -- Jan Synáček

using Cuirass to track a guix packages' git

2016-09-16 Thread Jan Nieuwenhuizen
be a property of the spec, but it seems it gets only passed as part of the arguments. Ideas? Thank you! Greetings, Jan >From a26857176da63b36ec446654c79528a02fa4a3d1 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <jann...@gnu.org> Date: Thu, 15 Sep 2016 22:50:42 +0200 Subject: [

Re: [PATCH] gnu: rottlog: rotate messages daily.

2016-09-14 Thread Jan Nieuwenhuizen
exi, > with cross-references to the rottlog manual, like “Scheduled Job > Execution” does. Could you look into it? Added. Greetings, Jan >From e8e489db62337c6e8ef03e745a56938566e078c8 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <jann...@gnu.org> Date: Wed, 14 Sep 2016 19:

[PATCH 4/5] gnu: Add libpqxx.

2016-09-13 Thread Jan Nieuwenhuizen
* gnu/packages/ci.scm (libpqxx): New variable. --- gnu/packages/ci.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index ec51bb3..555c255 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm @@ -33,6 +33,7 @@

[PATCH 5/5] gnu: Resurrect hydra.

2016-09-13 Thread Jan Nieuwenhuizen
* gnu/packages/patches/hydra-automake-1.15.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/ci.scm (hydra): Bump to 20151030. Fixes building with nix-1.11.x. Add new libpqxx and perl-net-statsd dependencies. --- gnu/local.mk | 1 -

<    1   2   3   4   5   6   7   8   >