GNOME 3 screenshot for gnu.org

2018-06-29 Thread Amin Bandali
Hello Guix, The FSF is looking to refresh the screenshot on www.gnu.org, and add new ones showcasing Mate and GNOME 3. I suggested taking the GNOME 3 screenshot from GuixSD. I see there's already a GNOME 3 screenshot [0] on the Guix page. Given that the screenshot seems to be from 2016, would yo

Re: Next steps

2018-06-29 Thread Sahithi Yarlagadda
Hi >> a spinning animation. For each line the animation could be advanced by >> one (so it will spin really fast). >> >> Danny previously suggested this implementation: >> >>https://lists.gnu.org/archive/html/guix-patches/2017-07/msg00068.html I have tried the Spinner code and it worked fine

Re: GSoC 2018 Syntax and semantics of systemd units in the Shepherd - 1st update

2018-06-29 Thread Ioannis Panagiotis Koutsidis
I am currently working on the implementation of .socket unit files, signalfd for signal handling, and fibers. It is mostly done, I just have to fix some issues that are left. On 06/25/18 13:47, boskov...@gmail.com wrote: Hello, could you please send us an update on your project?

Re: Linux-libre-4.1.x is EOL. Any objection to removing it?

2018-06-29 Thread Ricardo Wurmus
Hi Mark, Ludovic Courtès writes: > Mark H Weaver skribis: > >> Linux-libre-4.1.x has reached end-of-life, so it will no longer receive >> security updates from upstream. Any objections to removing it? > > No objections from me. Also none from me. Please remove it. Thank you! -- Ricardo

Re: lvm2/device-mapper (dmeventd): libdevmapper-event-lvm2mirror.so: error: depends on 'libdevmapper-event-lvm2.so.2.02', which cannot be found in RUNPATH

2018-06-29 Thread Pierre Neidhardt
It is ignored, but I don't know where. This is GNU make so LDFLAGS is part of implicit rules. I suppose that some default rules don't apply here as they are re-defined elsewhere without LDFLAGS. The makefile chain is rather big and I could not find the rules at play here. `make --debug` can pr

Re: lvm2/device-mapper (dmeventd): libdevmapper-event-lvm2mirror.so: error: depends on 'libdevmapper-event-lvm2.so.2.02', which cannot be found in RUNPATH

2018-06-29 Thread Ludovic Courtès
Pierre Neidhardt skribis: > I tried patching the Makefile to no avail. In fact, switching to the > build dir and running > > make > LDFLAGS=-Wl,-rpath=/gnu/store/bjzsjkgd0dz9l0liva0axqqifakrrb67-lvm2-2.02.177/lib > > does not change the RPATH of the resulting library. Am I missing someth

Re: Linux-libre-4.1.x is EOL. Any objection to removing it?

2018-06-29 Thread Ludovic Courtès
Mark H Weaver skribis: > Linux-libre-4.1.x has reached end-of-life, so it will no longer receive > security updates from upstream. Any objections to removing it? No objections from me. Thanks, Ludo’.