Re: Bootstrapping core-updates fails with mpc-1.2.1dev

2020-08-20 Thread Andreas Enge
I might have found the reason thanks to "guix build -K". Here are a few files in the gcc source directory: lrwxrwxrwx 1 andreas users 9 Aug 20 22:29 gmp -> gmp-6.0.0 drwxr-xr-x 15 andreas users4096 Aug 20 22:29 gmp-6.0.0/ lrwxrwxrwx 1 andreas users 9 Aug 20 22:29 mpc -> mpc-1.2.1

python-docker-py

2020-08-28 Thread Andreas Enge
Hello, commit 3146b6da6dd3124f8693f48a9ed7ff8208324e23 moves python-docker-py from version 1.10.6 to 3.7.3. I think that at the same time, it should have been renamed to python-docker: - as can be seen in the source, it is downloaded from the "docker" project on pypi; - it advertises itself as "

Packaging pd

2020-09-03 Thread Andreas Enge
Hello, I knew that three letter software names are bad, but there is worse - two letter software names! I would like to package pd - Primal-Dual Methods for Vertex and Facet Enumeration http://www.cs.unb.ca/~bremner/software/pd/ Now there already is a "pd" in Guix; are there any precedents on

Re: python-docker-py

2020-09-05 Thread Andreas Enge
On Fri, Aug 28, 2020 at 05:41:12PM +0200, Andreas Enge wrote: > Are you okay with renaming the package? There are only 2 dependent packages > (fdroidserver, on which I am currently working; and docker-compose)? Done in commit b8cb3eb63bf298d7b8965b3b41d45dce34771952. Andreas

Re: What should "guix build --source" produce? (was Re: Dependency cycle issues when using a Gexp-based snippet)

2020-09-08 Thread Andreas Enge
Hello Mark, On Tue, Sep 08, 2020 at 12:07:01AM -0400, Mark H Weaver wrote: > > + (let ((coreutils #+(canonical-package coreutils))) > > + (substitute* "configure" > > + (("/bin/pwd") > > + (string-append cor

Re: What should "guix build --source" produce? (was Re: Dependency cycle issues when using a Gexp-based snippet)

2020-09-11 Thread Andreas Enge
Hello Maxim, On Fri, Sep 11, 2020 at 02:22:44PM -0400, Maxim Cournoyer wrote: > +@cindex snippets, when to use > +The boundary between using an origin snippet versus a build phase to > +modify the sources of a package can be elusive. Origin snippets are > +typically used to remove unnecessary fil

Re: IceCat-78.2 preview on 'wip-icecat-78' branch; need icedove-78.

2020-09-15 Thread Andreas Enge
Hello, On Mon, Sep 14, 2020 at 11:14:03PM +0200, Jonathan Brielmaier wrote: > ice-9/boot-9.scm:1669:16: In procedure raise-exception: > In procedure delete-file: No such file or directory just a quick guess: The nss recipe calls "delete-file" a few times in the replaced "install" phase. Maybe you

Re: Packaging pd

2020-09-17 Thread Andreas Enge
Thanks for your replies, Ludovic and Ricardo! On Mon, Sep 07, 2020 at 12:22:45PM +0200, Ricardo Wurmus wrote: > > Now there already is a "pd" in Guix; are there any precedents on how to > > name a second pd? "pd-polytope"? "primal-dual"? "pd-primal-dual"? > “pd” in Guix is “Pure Data”, the visual

Re: Guix Paths

2020-09-21 Thread Andreas Enge
Hello, On Mon, Sep 21, 2020 at 01:32:52AM +, Buttery Pancake wrote: > I am wondering why Guix chose `/var/guix` path instead of `/gnu/var/guix` or > `/ > guix/var/guix`, as Nix uses `/nix/var/nix`? > I do think that having only one or two directories under root, `/gnu` and/or > `/ > guix` is

Re: 03/03: hydra: Update the file with the machines in the bayfront build farm.

2020-10-04 Thread Andreas Enge
Hello! On Sun, Sep 20, 2020 at 03:22:25PM +0200, Ludovic Courtès wrote: > ‘speed’ should be used with care: in general, you always want it to be > the same (not to be confused with ‘parallel-builds’). In the case > above, the risk is that milano will always be chosen. See https://issues.guix.gnu

Re: Release v1.2 timetable

2020-10-09 Thread Andreas Enge
On Tue, Oct 06, 2020 at 09:57:20AM +0200, Mathieu Othacehe wrote: > The CI is already building substitutes for two images > (hurd-barebones-qcow2-image and pine64-barebones-raw-image). We could > maybe release 1.2 version of those images. Nice! For completely selfish reasons, I would like to also

Guix Europe yearly assembly minutes

2020-10-10 Thread Andreas Enge
Hello, the minutes of the yearly assembly of Guix Europe, which we held last June, are finally online: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/guix-europe/minutes/ga-20200621.txt Enjoy, Andreas

Re: 32-bit builds on 64-bit hardware/VMs

2020-10-12 Thread Andreas Enge
Hello, On Mon, Oct 12, 2020 at 01:52:18PM +0200, Ludovic Courtès wrote: > As a start, could you comment out in ‘machines-for-berlin.scm’ the > machines that need to be removed in order to not run 32-bit builds in > potentially buggy environments? already done by Danny in commit 81b5eab1a851967258

Re: Did nmap just become non-free?

2020-10-15 Thread Andreas Enge
Hello, On Thu, Oct 15, 2020 at 12:12:45AM +0200, Marius Bakke wrote: > Proprietary software companies wishing to use or incorporate Covered > Software within their programs must contact Licensor to purchase a > separate license. Open source developers who wish to incorporate parts > of Cov

Re: Using #true and #false everywhere?

2020-10-20 Thread Andreas Enge
Hello, on the bikeshedding front: I find #true and #false confusing, since everything I see on the Scheme language seems to use #t and #f. My first impression was that #true and #false were guilisms... On Fri, Oct 16, 2020 at 03:36:06PM +0200, Tobias Geerinckx-Rice wrote: > Maxim Cournoyer 写道: >

Re: Using #true and #false everywhere?

2020-10-20 Thread Andreas Enge
And since we are on the bikeshedding front, I feel like writing a second message. On Fri, Oct 16, 2020 at 12:38:23PM +0200, Ludovic Courtès wrote: > As discussed on IRC recently, several of us think that using “#true” and > “#false” instead of “#t” and “#f” throughout or documentation and code > w

Re: Using #true and #false everywhere?

2020-10-20 Thread Andreas Enge
Hello, On Tue, Oct 20, 2020 at 02:45:54PM +0200, zimoun wrote: > You are playing the devil's lawyer role, right? > This is a question about the standard, right? It is not about #true > or #false vs #t or #f. > The Guile manual explains well, isn't it? yes, indeed. What I want to say: Besides oth

Re: Using #true and #false everywhere?

2020-10-21 Thread Andreas Enge
On Wed, Oct 21, 2020 at 11:59:40AM +0200, Ludovic Courtès wrote: > What material are you referring to? SICP & co.? I simply used my favourite search engine with something such as scheme language boolean In my case the first link is to the racket manual: https://docs.racket-lang.org/referen

Re: Thank you for participating in the Guix Day!

2020-11-26 Thread Andreas Enge
Hello, On Tue, Nov 24, 2020 at 09:13:38PM +0530, Arun Isaac wrote: > Guix Day was wonderful. Thank you very much for organizing it! More than > anything, I attended just to see people's faces, and put faces to > names. Seeing smiling faces is surprisingly motivating, especially in > lockdown times

[support-re...@gandi.net: [GANDI] guixsd.org expires in 60 days]

2020-12-02 Thread Andreas Enge
Hello all, just for your information, our domain name guixsd.org will expire soon (how many out there still remember that we own it?). We decided last year to renew it for just one more year and to let it run out. So if we still have anything pointing there, it would be good to change it now. A

Re: [support-re...@gandi.net: [GANDI] guixsd.org expires in 60 days]

2020-12-05 Thread Andreas Enge
Hello, On Sat, Dec 05, 2020 at 05:25:58PM +0100, Tobias Geerinckx-Rice wrote: > If cost is a pain point, note that Gandi's current annual renewal price of > €19 isn't the lowest around. cost is not the problem; but I like tidying up and getting rid of cruft, and I feel that this old domain is som

Re: New “ungrafting” branch

2020-12-08 Thread Andreas Enge
Hello, On Tue, Dec 08, 2020 at 03:13:40PM +0100, zimoun wrote: > I have missed the discussion on IRC and I do not understand the > rationale. What's the point of "ungrafting"? I suppose it is just a branch with all the patches that are grafted applied, so that it is not necessary to graft them a

Re: New “ungrafting” branch

2020-12-18 Thread Andreas Enge
Hello, Am Mon, Dec 14, 2020 at 04:00:36PM -0500 schrieb Leo Famulari: > I agree, it's not a violation of the functional packaging model in a > strict sense. if I understand correctly, it remains confusing in a non-strict sense: grafting is functional, but it is not the same function. Precisely, t

Re: Guix Day: Notes from the CI session

2021-02-11 Thread Andreas Enge
Hello, Am Tue, Feb 09, 2021 at 04:45:26PM -0500 schrieb Leo Famulari: > Regarding hosting, I heard objections to spending significant amounts of > money on it. But, there was also an objection to hosting the machines in > people's homes. Do we know anyone who could donate some rackspace? Or > offi

Re: Changes to the branching workflow

2021-02-12 Thread Andreas Enge
Am Fri, Feb 12, 2021 at 03:17:34PM -0500 schrieb Leo Famulari: > What do you think? Should we stick with the plan I wrote in the manual? > Or change it? >From what I understood of the discussion, I would also go with Tobias's and Efraim's suggestion: There is a core-updates branch that is constant

Xpdf with or without Qt

2021-02-26 Thread Andreas Enge
Hello, commit 35089dca4053bf5888441d1648086cdadb6eb1e4 adds Qt to the xpdf package and removes most X libraries. The result is quite different and does not correspond to the synopsis "...based on the Motif toolkit" any more, and we get closer to more modern pdf readers such as evince or okular. On

Re: Xpdf with or without Qt

2021-02-26 Thread Andreas Enge
Hello Vincent, thanks for your quick reply! Am Fri, Feb 26, 2021 at 05:27:47PM +0100 schrieb Vincent Legoll: > If Qt isn't found, the GUI viewer (xpdf) won't be built, but the > command line tools will still be built. Okay, I see. So they changed the program, and we should follow, although I

Re: Xpdf with or without Qt

2021-02-27 Thread Andreas Enge
Thank you, Vincent, Leo and Simon for all your suggestions! I note that they differ in whether xpdf gets recompiled when dependencies change (keeping a package around in a scheme file or channel) or not (using inferiors or a separate, not updated profile); probably both may have their advantages a

Re: Guix in Debian!

2021-02-28 Thread Andreas Enge
Hello Pjotr, Am Sun, Feb 28, 2021 at 04:56:25PM +0100 schrieb Pjotr Prins: > root@machine:/home/wrk# ps xau|grep guix > root5268 0.0 0.0 12944 5088 ?Ss 09:44 0:00 > /usr/bin/guix-daemon --build-users-group=_guixbuild > > Mind blowing stuff :) nice indeed! >

Re: Release on April 18th?

2021-03-05 Thread Andreas Enge
Hello, Am Tue, Mar 02, 2021 at 03:03:50PM -0500 schrieb Leo Famulari: > I think that timeline is too short for core-updates, although it depends > on how many people choose to monitor the building and fix problems. > Regarding the bug tracker, I don't think we've begun identifying > core-updates b

Re: Release on April 18th?

2021-03-12 Thread Andreas Enge
Hello, Am Fri, Mar 12, 2021 at 12:33:18AM -0800 schrieb Chris Marusich: > The proc man page has this to say about column 7: > (7) optional fields: zero or more fields of the form "tag[:value]" And it goes on like this: (8) separator: the end of the optional fields is marked

Re: Release 1.2.1: status

2021-03-19 Thread Andreas Enge
Hello, Am Thu, Mar 18, 2021 at 03:28:38PM +0100 schrieb zimoun: > guix weather --display-missing I am giving it a try, but after about one hour at 100% CPU on one core it is still only half way through. Is this normal? I think I will stop it to at least redirect the output into a file... Andre

Re: imagemagick@6.9.11-48 to graft or not to graft with 6.9.12-2

2021-03-22 Thread Andreas Enge
Am Fri, Mar 19, 2021 at 10:40:45AM +0100 schrieb Léo Le Bouter: > We had a user reporting that Inkscape stopped working after the graft ( > https://logs.guix.gnu.org/guix/2021-03-18.log#100200), after which we > decided on IRC with rekado we might cheat by symlinking the shared > libraries, which I

Re: imagemagick@6.9.11-48 to graft or not to graft with 6.9.12-2

2021-03-23 Thread Andreas Enge
Hello Mark and Léo, Am Mon, Mar 22, 2021 at 05:12:35PM -0400 schrieb Mark H Weaver: > However, I think it would be going too far to adopt your proposal as a > general rule for all grafts. In some cases, it can clearly be seen that > an upstream release includes little more than bug fixes. For ex

Re: imagemagick@6.9.11-48 to graft or not to graft with 6.9.12-2

2021-03-27 Thread Andreas Enge
Hello Mark, Am Tue, Mar 23, 2021 at 07:42:48PM -0400 schrieb Mark H Weaver: > To my mind this suggests a bug, or at least suboptimal behavior, in > "guix package". I don't think it's appropriate to set grafting policy > to work around it. > > How about changing "guix package -A" and "guix packag

Re: Staging

2018-02-20 Thread Andreas Enge
On Tue, Feb 20, 2018 at 06:57:06AM -0500, Leo Famulari wrote: > On Tue, Feb 20, 2018 at 11:45:58AM +0200, Efraim Flashner wrote: > > Java currently only affects x86_64, so I'm not sure that it would need > > to be staging specifically. In any case if we can get it merged within > > the next week or

Re: Staging

2018-02-20 Thread Andreas Enge
On Tue, Feb 20, 2018 at 03:14:39PM +0200, Efraim Flashner wrote: > CMake is just old, not especially in need of updates. It would be nice > to ungraft stuff though. I just meant to not switch cmake versions together with other things: $ ./pre-inst-env guix refresh -l cmake Building the following

Kernel modules in initrd

2018-02-22 Thread Andreas Enge
Hello, recently I had an unpleasant experience in installing GuixSD: After booting with the USB key and following the installation instructions, then rebooting into the installed system, the "/" file system was not found: neither using file system labels, nor device nodes. The problem turned out

Re: Kernel modules in initrd

2018-02-22 Thread Andreas Enge
Hello Danny, On Thu, Feb 22, 2018 at 10:34:03PM +0100, Danny Milosavljevic wrote: > When you booted from the USB key the system DIDN'T need mptsas to find > ITS root filesystem. So it booted fine and in the end of it all you had > a working GNU Linux, with udev. > > Then udev saw the hard disk a

Re: Kernel modules in initrd

2018-02-23 Thread Andreas Enge
Hello, On Fri, Feb 23, 2018 at 03:28:55PM +0100, Danny Milosavljevic wrote: > No, wait, according to > https://unix.stackexchange.com/questions/43699/debian-does-not-detect-serial-pci-card-after-reboot/43723#43723 > , > the kernel should be doing that even without udev. Are we sure we need to

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread Andreas Enge
Hello! On Fri, Mar 02, 2018 at 05:02:40PM +0100, Ludovic Courtès wrote: > What about allowing posts on help-guix in one of the languages that > regular contributors know, in addition to English? That sounds like a good idea. However, in the text, I would still say that English is the preferred la

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread Andreas Enge
On Fri, Mar 02, 2018 at 04:47:45PM +, ng0 wrote: > On topic: I think it's too much to suggest to include something that indicates > the language of the post in the subject? I think people will easily recognise languages they speak in a post! Andreas

Re: Posts in languages other than English on help-guix?

2018-03-03 Thread Andreas Enge
On Fri, Mar 02, 2018 at 08:31:36PM +, ng0 wrote: > To not pick the generischer Maskulinum (which would be contrary the rest of > our > Documentation guidelines) Indeed, it is difficult to write grammatically and syntactically correct, pleasant to read, gender neutral German! I am not a fan of

Nginx service fails

2018-03-04 Thread Andreas Enge
Hello, writing to guix-devel first, since I am not sure whether I should file a bug report. When reconfiguring my virtual machine today after I had added a virtual host to nginx, it failed with the following error message: ... creating nginx log directory '/var/log/nginx' creating nginx run direc

Re: Nginx service fails

2018-03-04 Thread Andreas Enge
Well, I am turning this into a bug report, since it still occurs with the latest git commit ac1a9ce8b07f3b80900ee08436ff6e683e8dc195 . This is the result of "./pre-inst-env guix system reconfigure ...", where "..." is my configuration file: ... creating nginx log directory '/var/log/nginx' creati

Re: Nginx service fails

2018-03-04 Thread Andreas Enge
Hello Danny, thanks for your quick reply! On Mon, Mar 05, 2018 at 12:07:44AM +0100, Danny Milosavljevic wrote: > find-long-options is supposed to be in gnu/build/linux-boot.scm and > gnu/services/base.scm is using it. > > It's in there for some weeks now... > > You can find out where guix is by

Re: Nginx service fails

2018-03-04 Thread Andreas Enge
PS: I rebooted the virtual machine, and now it looks as if even the openssh service did not start: ... port 22: Connection refused :-(

Re: bug#30706: Nginx service fails

2018-03-04 Thread Andreas Enge
On Mon, Mar 05, 2018 at 08:23:18AM +0100, Ricardo Wurmus wrote: > I had the same error when updating my i686 netbook after a long while. > After a reboot everything seemed to be fine, though. Ah, thanks for the information! A reboot made things worse in my case - I rebooted the virtual machine, an

Re: Nginx service fails

2018-03-04 Thread Andreas Enge
Hello, On Mon, Mar 05, 2018 at 12:43:35AM +0100, Andreas Enge wrote: > $ guix system reconfigure AE/clementi.scm > guix system: error: failed to load 'AE/clementi.scm': > AE/clementi.scm:5:0: In procedure allocate-struct: Wrong type argument in > position 2: 25 I think I k

Re: 0.14.1?

2018-03-05 Thread Andreas Enge
On Mon, Mar 05, 2018 at 10:41:34AM +0100, Ludovic Courtès wrote: > I would like to add the new Shepherd as well, which should be ready > anytime soon. It would be important to fix bug https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30299 first, and maybe other shepherd related bugs in the tracker

Re: 0.14.1?

2018-03-05 Thread Andreas Enge
On Mon, Mar 05, 2018 at 06:07:07PM +0100, Ricardo Wurmus wrote: > Now that so much time has passed and so many packages have been added > and updated we could even do 0.15.0. This should be one of the few pleasures of the release managers, to decide about version numbers and code names! Andreas

Re: Language tag for traditional Chinese

2018-03-07 Thread Andreas Enge
Hello, On Tue, Mar 06, 2018 at 08:35:46PM +0800, Alex Vong wrote: > I also want to add tranditional Chinese translation to guix in the > future (after I figure out how to use handwriting recognition). I think > I will still use the zh_TW since I think it is an established convention > for distro.

Re: Shepherd release!

2018-03-16 Thread Andreas Enge
Hello! On Fri, Mar 16, 2018 at 01:44:37PM +0100, Ludovic Courtès wrote: > For the record, it can be tested on GuixSD by running “make dist” in the > Shepherd and then applying a patch like this in Guix: I am already failing in getting the shepherd configured. On a fresh git checkout, I do auto

Re: Shepherd release!

2018-03-19 Thread Andreas Enge
On Mon, Mar 19, 2018 at 05:42:11PM +0100, Ludovic Courtès wrote: > You probably need to run ‘gettextize’ first. That is strange, why have I never heard about this command before? Anyway, I tried, and it shows a lot of scary warnings: ... Updating Makefile.am (backup is in Makefile.am~) Updating c

Re: a92d97266 seems to break master

2018-05-21 Thread Andreas Enge
Hello, On Tue, May 22, 2018 at 12:56:55AM +0800, Alex Vong wrote: > a92d97266dffcd1ab5c40a379005a7db1fc3dad4 seems to breaks master with the > following error: > make[2]: *** No rule to make target 'gnu/packages/patches/pius.patch', needed > by 'all-am'. Stop. apologies, my mistake! I forgot th

Re: RFC: Portability should be a higher priority for Guix (was Re: 01/01: build-system/meson: Really skip the 'fix-runpath' phase on armhf.)

2018-07-05 Thread Andreas Enge
Hello all, of course I can all but agree that support for "exotic" hardware is very desirable, especially since, as Mark pointed out, we would like it to become more mainstream! On Thu, Jul 05, 2018 at 08:38:19AM +0200, Ricardo Wurmus wrote: > One thing that would help, in my opinion, is to purch

Re: RFC: Portability should be a higher priority for Guix (was Re: 01/01: build-system/meson: Really skip the 'fix-runpath' phase on armhf.)

2018-07-05 Thread Andreas Enge
Hello, On Thu, Jul 05, 2018 at 11:04:31AM +0200, Jonathan Brielmaier wrote: > I just want to bring POWER up as a freedom-respecting architecture. > Especially the TalosII from RaptorCS[0]. I know that guix does not work > on ppc64le yet, but I'm working for it :) They tend to be quite > expensive,

Re: Guix on aarch64

2018-08-28 Thread Andreas Enge
Hello, On Tue, Aug 28, 2018 at 09:57:49AM +0200, Ricardo Wurmus wrote: > I can remove one of the build machines from Berlin. would this not aggravate the problem with the availability of substitutes? As I understand it, then we would have two separate machines, each of which would build the same

Re: FOSDEM 2019 - stand

2018-09-10 Thread Andreas Enge
I will probably attend FOSDEM again, and if I do, then I would like to spend a slot at the stall. On Sun, Sep 09, 2018 at 03:13:57PM +0200, Tonton wrote: > I have some stickers [1]; I might > get more of the same, but slightly bigger. I'll bring what I have - if I can. We should be able to sponso

Re: What ARM hardware should we buy and where should we host it?

2018-09-11 Thread Andreas Enge
Hello, On Mon, Sep 03, 2018 at 01:37:54PM +0200, Ricardo Wurmus wrote: > The first question is what ARM hardware to buy; the second is where to > host that hardware. Here are some considerations: concerning hosting, I could easily host one smaller machine (like the Overdrive 1000) in my living r

Re: Blog: Guix packaging tutorial

2018-09-13 Thread Andreas Enge
Hello Pierre, nice idea! I agree with Ricardo's suggestions. You could have a look at the slides of a talk I gave at GHM 2013 in the "maintenance" git repo, inside the talks/ghm-2013/andreas directory. Some things are outdated (we did not have the macros to manipulate build phases yet). There I

Re: What ARM hardware should we buy and where should we host it?

2018-09-15 Thread Andreas Enge
On Fri, Sep 14, 2018 at 11:37:25PM +0200, Ricardo Wurmus wrote: > Thanks for sharing this. In my opinion, it would be good if we could > increase the number of build machines first before we allow too much of > the funds to be regularly consumed by hosting costs. Indeed, I just mentioned it to gi

Re: FSDG status of chromium

2018-09-25 Thread Andreas Enge
Hello, On Tue, Sep 25, 2018 at 09:08:42PM +0200, Marius Bakke wrote: > That leaves "first party" source files. Admittedly I haven't audited > all of those other than superficial grepping. Do you know whether parts > of Chromium are considered non-free? I noticed a number of files are > missing

Re: mips64el machine - mrustc

2018-09-29 Thread Andreas Enge
Hello Danny, I have a mips64 machine (the mini-pc desktop version of Mark's laptop, with only one core). It is excruciatingly slow (if I remember well, just compiling guix takes a few hours) and makes a tractor like noise, so I turned it off and moved it to my closet. But I could take it out again

Re: [bug#33600] [PATCH 0/3] Defaulting to ci.guix.info (aka. berlin.guixsd.org)

2018-12-04 Thread Andreas Enge
On Mon, Dec 03, 2018 at 06:44:43PM -0500, Mark H Weaver wrote: > Who owns the guix.info domain? Also, who owns the guixsd.org domain? guixsd.org is owned by the Guix Europe association. guix.info, as far as I know, by Ricardo. Plans are to drop guixsd.org in the long run, and I would suggest to t

Re: [bug#33600] [PATCH 0/3] Defaulting to ci.guix.info (aka. berlin.guixsd.org)

2018-12-04 Thread Andreas Enge
On Tue, Dec 04, 2018 at 10:03:01AM +0100, Ludovic Courtès wrote: > As for guixsd.org, it was initially owned by Andreas Enge who > transferred it to Guix Europe and also provided credentials to me and I > think a couple of other people, though I forgot who. Andreas? Apart from you, t

Re: [bug#33600] [PATCH 0/3] Defaulting to ci.guix.info (aka. berlin.guixsd.org)

2018-12-04 Thread Andreas Enge
On Tue, Dec 04, 2018 at 11:28:51AM +0100, Ludovic Courtès wrote: > Awesome. I’ve added a file to record that info in > guix-maintenance.git. Please feel free to complete it; for instance > it’d be good to know the expiration date of each domain. Done for guixsd.org. It expires on January 27. I w

Re: bug#33676: GuixSD on eoma68-a20?

2018-12-09 Thread Andreas Enge
Hello Danny, On Sat, Dec 08, 2018 at 06:12:14PM +0100, Danny Milosavljevic wrote: > Guix received one but we have so far be unable to get the GuixSD flash > image because something always breaks on Hydra before it's done although the problem seems to lie somewhere else, I would just like to point

Re: bug#33676: GuixSD on eoma68-a20?

2018-12-10 Thread Andreas Enge
Hello Danny, On Mon, Dec 10, 2018 at 11:30:14AM +0100, Danny Milosavljevic wrote: > I've tried it now and I get: > dannym@bayfront ~/src/guix$ ./pre-inst-env guix system disk-image > --system=armhf-linux gnu/system/install.scm > ... > importing file or directory > '/gnu/store/3qrkj5zqmhnkr953xzn

Re: End of beta soon? drop i686?

2018-12-11 Thread Andreas Enge
On Wed, Dec 12, 2018 at 03:16:56AM +0100, Ricardo Wurmus wrote: > > I'm opposed to dropping i686 support. If we dropped support for systems > > that are not well supported in Guix, the only system left standing would > > be x86_64-linux. I believe it is of paramount importance that Guix be > > po

Re: GuixSD on AArch64

2018-12-12 Thread Andreas Enge
Hello Vagrant, On Mon, Oct 22, 2018 at 12:17:58PM -0700, Vagrant Cascadian wrote: > Looking like u-boot 2019.01 might be more likely, but modest patches > work with 2018.11-rc2. I'll probably bring the pinebook with me to the > Paris meetup in December... though with only 2GB of ram it might not >

Re: bug#33676: GuixSD on eoma68-a20?

2018-12-15 Thread Andreas Enge
On Fri, Dec 14, 2018 at 09:50:26PM +0100, Danny Milosavljevic wrote: > can you check whether dirindex (hashtables for directory) is enabled? > # tune2fs -l /dev/... | grep -o dir_index > See also > https://blog.merovius.de/2013/10/20/ext4-mysterious-no-space-left-on.html It was, and I disabled it

Re: bug#33676: GuixSD on eoma68-a20?

2018-12-16 Thread Andreas Enge
On Sat, Dec 15, 2018 at 02:04:58PM -0500, Mark H Weaver wrote: > >> See also > >> https://blog.merovius.de/2013/10/20/ext4-mysterious-no-space-left-on.html > > It was, and I disabled it. Hopefully this does not break anything... > Why did you disable it? Because we get exactly these spurious ENOS

Re: Changes in the spending committee for the FSF Fund

2019-01-27 Thread Andreas Enge
Hello, On Fri, Jan 25, 2019 at 11:57:21PM +0100, Ludovic Courtès wrote: > There’s a ledger for the Guix Europe non-profit¹, which is a separate > entity, but most of the transactions on the funds held at the FSF have > been made via Guix Europe. And the decisions of the Solidary Administrative Co

Re: Guix Days starting in two days!

2019-01-29 Thread Andreas Enge
On Tue, Jan 29, 2019 at 10:58:24AM +0100, Ludovic Courtès wrote: > We’ll update as > needed to share practical info. Please email Pjotr, Manolis, Ricardo, > or myself if you have any questions. And since we need to book food now, please tell us

Re: Meeting in Brussels on Wednesday evening?

2019-01-29 Thread Andreas Enge
On Tue, Jan 29, 2019 at 10:52:18AM +0100, Ludovic Courtès wrote: > I’d be available tomorrow (Wed. 30th) at around 8PM in Brussels. > Would anyone be willing to join for a drink + dinner? > We could meet at “Au Bon vieux temps”¹ (it’s a must!) and then head to a > neighboring restaurant. Sorry for

Re: Policy to remove obsolete packages

2019-02-04 Thread Andreas Enge
On Mon, Feb 04, 2019 at 12:16:12PM +0100, Björn Höfling wrote: > If a package is broken for more than 6 months, we should just remove it > from Guix. Prior to removing, we should announce on the dev mailing > list, maybe someone will care about it then. If there is no response > within 2 weeks, we

Re: Debbugs handling of packages

2017-02-08 Thread Andreas Enge
On Wed, Feb 08, 2017 at 03:29:31PM +0100, Ricardo Wurmus wrote: > Just a question: does this mean that patch *sets* should be flattened > before sending them so that they are part of the *same* debbugs issue > (instead of being scattered across as many issues as there are patches)? This would be d

Re: Warning on using GUIX_PACKAGE_PATH

2017-02-09 Thread Andreas Enge
On Thu, Feb 09, 2017 at 01:30:48PM +, Pjotr Prins wrote: > @FOSDEM we concluded that GUIX_PACKAGE_PATH does not necessarily work > that wel. Did we? As everything it depends on the use case, and it seems to be a good tool for keeping a package or two for personal use. Of course, optimally it w

Re: Let’s freeze and build ‘core-updates’!

2017-02-21 Thread Andreas Enge
Hello, On Tue, Feb 21, 2017 at 03:03:52PM +0100, Marius Bakke wrote: > I believe Efraim has pushed the remaining aarch64 patches, and I just > merged in the updates from staging, as well as an xorg and cmake update. > > I think we're ready to build the "core" package set now. thanks to all who h

Hurd bootstrap tarballs

2017-02-24 Thread Andreas Enge
Hello, on core-updates, building the hurd tarballs fails due to a patch that does not apply to glibc: http://hydra.gnu.org/build/1845884 Could you have a look, please, Manolis? :-) Thanks, Andreas

Re: indent with emacs batch mode

2017-05-28 Thread Andreas Enge
Hello, On Thu, Jan 12, 2017 at 03:01:38PM +0100, Ludovic Courtès wrote: > I’ve pushed it as 7bb2b10cd01a076d7d5e964ed433e62846042859 along with > some doc. thanks to Ricardo, Alex and you for this extremely useful script! I just installed emacs-no-x into my profile ;-) And the script worked like

Re: Error when including openexr

2017-06-01 Thread Andreas Enge
Hello, On Tue, May 30, 2017 at 04:48:38PM +0200, Hartmut Goebel wrote: > I try building a package using openexr. Building fails with > /gnu/store/…-openexr-2.2.0/include/OpenEXR/ImfInt64.h:44:24: > fatal error: ImathInt64.h: No such file or directory > but file …-openexr-2.2.0/include/OpenEXR/Imat

Re: core-updates: biber

2017-08-06 Thread Andreas Enge
Hello, On Sat, Aug 05, 2017 at 06:38:48PM -0400, Leo Famulari wrote: > The attached patches update texlive to 2017 and remove biber-2.5. I did not follow the new modular texlive packages, but it looks as if at the same occasion texlive-minimal could be removed? I added it only to have a smaller p

Re: Anyone using libhilbert?

2017-08-29 Thread Andreas Enge
On Tue, Aug 29, 2017 at 09:13:03PM +0200, Tobias Geerinckx-Rice wrote: > It's not the easiest package or author to track down, and I lost > interest after a while since I'm not really familiar with either. I think this is the author's new web page: https://www.lpl.arizona.edu/hamilton/ I just

Re: Anyone using libhilbert?

2017-08-29 Thread Andreas Enge
On Tue, Aug 29, 2017 at 10:32:47PM +0200, Andreas Enge wrote: > I think this is the author's new web page: >https://www.lpl.arizona.edu/hamilton/ Hm, or probably not. The relationship between volcanoes and Hilbert curves is maybe a bit too far-fetched, whereas there may have b

Re: The future of 'guix environment'

2017-08-30 Thread Andreas Enge
Hello David, thanks for your thoughts! On Wed, Aug 30, 2017 at 09:22:13AM -0400, Thompson, David wrote: > As an avid Emacs user, I want to do everything in Emacs, but if I want > to use, say, M-x compile but in the context of my development > environment, I have to wrap the command in 'guix envir

Re: The future of 'guix environment'

2017-08-30 Thread Andreas Enge
Hello, On Wed, Aug 30, 2017 at 11:11:33PM +0800, 宋文武 wrote: > I definitely want this feature too, so how about rename the current > implementation of 'environment' to 'guix shell', whose ad hoc behaviour > is similar to the 'nix-shell', and start a new implementation with this > persistent behavio

Re: GSoC final update

2017-08-30 Thread Andreas Enge
Hello Caleb, On Tue, Aug 29, 2017 at 02:44:56AM -0500, Caleb Ristvedt wrote: > Currently nothing has been merged - I don't think it's in a fit state to > be merged presently. I intend to continue working on this as time > allows. School started last week, though, and it's kept me quite busy > so

Re: testing issues after adding package to guix

2017-11-14 Thread Andreas Enge
Hello! On Tue, Nov 14, 2017 at 12:07:09PM -0500, Kristofer Buffington wrote: > +(define guile-wiredtiger this should be "define-public" and not "define", to become visible to the outside world! Andreas

Re: make fails

2017-12-23 Thread 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 will help you, but it may help to issue a "make clean-go", delete the remaining .go files pointed

Guixsd.org domain

2018-01-21 Thread Andreas Enge
Hello all, just for your information, I am in the process of moving the guixsd.org domain from my personal account to Guix Europe and also to a different registrar. I suppose that the DNS records will just move with it, but I am not totally sure; so if servers appear to be unreachable, this might

Re: Porting GuixSD to ARM article.

2018-01-22 Thread Andreas Enge
Hello Mathieu, On Fri, Dec 22, 2017 at 02:12:02PM +0100, Mathieu Othacehe wrote: > A new article is available on Guix's website. It summarizes recent > progress on ARM porting topic. I am reading it only now (since I wish to install GuixSD on an ARM board of mine, but better late than never...).

Re: Porting GuixSD to ARM article.

2018-01-23 Thread Andreas Enge
Hello, On Tue, Jan 23, 2018 at 10:23:50AM +0100, Mathieu Othacehe wrote: > > Notice that the last section of the blog post does not solve the problem: > > As I realised by trial and error when trying to use a disk-image for a > > virtual machine, it really is only an installation-image, sinc

Re: Porting GuixSD to ARM article.

2018-01-24 Thread Andreas Enge
On Wed, Jan 24, 2018 at 09:17:48AM +0100, Mathieu Othacehe wrote: > Well "vm-image" is pretty close to "disk-image". The difference is that > "vm-image" output is meant to be run with qemu. Ah, indeed, the output format is different. The other day I converted a vm-image to "raw" format, which I su

Re: Guix key signing party at FOSDEM?

2018-02-03 Thread Andreas Enge
Good point! I would suggest tomorrow, so we have a chance of printing our keys at the hotel. Andreas On 3 February 2018 15:14:24 CET, Chris Marusich wrote: >Hi everyone, > >It was a pleasure meeting many of you yesterday at the GNU Guix >meet-up! > >Some people expressed an interest in PGP key

FOSDEM Saturday dinner

2018-02-03 Thread Andreas Enge
Hello, not having our own room makes it difficult to coordinate! Let us meet somewhere after the talks to go together for dinner. As an easy to find meeting point, I suggest in front of the food place in Janson at 19h. See you soon, Andreas -- Sent from my Android device with K-9 Mail. Plea

Re: Call for project proposals: Guix and Outreachy

2018-02-07 Thread Andreas Enge
Hello Ricardo, On Tue, Feb 06, 2018 at 11:05:34PM +0100, Ricardo Wurmus wrote: > * User interface improvements your project sounds very interesting, it has some technical components, but might also attract some more diverse talents with its focus on more general usability. I also like that you id

Re: Call for project proposals: Guix and Outreachy

2018-02-07 Thread Andreas Enge
Hello Gábor, quite a list of interesting ideas! On Wed, Feb 07, 2018 at 08:51:10AM +0100, Gábor Boskovits wrote: > 10. provide user interface to our build farm where we could request building a > specific package. This is one specific feature, but could be framed into a more general project of c

Re: heads-up: Haskell updates

2018-02-14 Thread Andreas Enge
Hello, On Wed, Feb 14, 2018 at 04:23:47PM -0500, Mark H Weaver wrote: > Ricardo Wurmus writes: > > I’m afraid I cannot reproduce this. I removed the successfully built > > ghc-resourcet from the store and rebuilt it successfully. > > FWIW, on Hydra, the same failure happened on both x86_64 and

<    4   5   6   7   8   9   10   11   12   13   >