Re: shortening the git test suite

2018-07-02 Thread Gábor Boskovits
Mark H Weaver ezt írta (időpont: 2018. júl. 2., H, 6:58): > Ricardo Wurmus writes: > > > git takes a very long time to build, because it has an extensive test > > suite. Most of the time is spent in running the SVN interoperability > > tests, though, which are not really all that interesting fo

Re: preparing the next release v0.15.0

2018-07-02 Thread Ludovic Courtès
Hello! Clément Lassieur skribis: > I think we need https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30602 to > be fixed. Done. \o/ With Guile 2.2.4 now released, we can go ahead with 0.15. Could people build the ISO installation image and give it a try: guix system disk-image --file-system-

Re: GNOME 3 screenshot for gnu.org

2018-07-02 Thread Ludovic Courtès
Hi Amin, Amin Bandali skribis: > 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

Re: guix package is slow

2018-07-02 Thread Ludovic Courtès
Hello! Maxim Cournoyer skribis: > swedebu...@riseup.net writes: > >> Hi >> >> I would like guix package -A/s to be faster. >> There it takes >3s every time I run the command. It’s at 1.5s for me on an SSD and a hot cache, but I agree that overall it’s too slow. > I agree that Guix is rather sl

‘package-transitive-supported-systems’ is slow

2018-07-02 Thread Ludovic Courtès
(+Cc: Mark, who’s looked at this part of the code before.) swedebu...@riseup.net skribis: > I would like guix package -A/s to be faster. > There it takes >3s every time I run the command. On closer inspection, ‘package-transitive-supported-systems’ is responsible for most of the overhead you’re

Re: guix package is slow

2018-07-02 Thread Maxim Cournoyer
Hi, Oleg Pykhalov writes: > Hello, > > Pierre Neidhardt writes: > >> Maxim Cournoyer writes: >> - Perform transactions (install/remove) over multiple packages. >>> >>> To be fair, I think you can already accomplish this using emacs-guix by >>> separating with commas multiple package names

Re: GNOME 3 screenshot for gnu.org

2018-07-02 Thread Amin Bandali
Hi Ludo, Ludovic Courtès writes: > I think it’s fine to use the current one, though maybe we should > consider making new screenshots too… Sounds good! If you do make new ones and want the one on the front page updated, feel free to ping me or webmast...@gnu.org. Thanks, -amin

Re: preparing the next release v0.15.0

2018-07-02 Thread Nils Gillmann
Ludovic Courtès transcribed 2.1K bytes: > Hello! > > Clément Lassieur skribis: > > > I think we need https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30602 to > > be fixed. > > Done. \o/ > > With Guile 2.2.4 now released, we can go ahead with 0.15. Could people > build the ISO installation ima

Re: preparing the next release v0.15.0

2018-07-02 Thread Efraim Flashner
On Mon, Jul 02, 2018 at 11:44:42AM +0200, Ludovic Courtès wrote: > Hello! > > Clément Lassieur skribis: > > > I think we need https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30602 to > > be fixed. > > Done. \o/ > > With Guile 2.2.4 now released, we can go ahead with 0.15. Could people > build

Re: guix package is slow

2018-07-02 Thread Maxim Cournoyer
Hi! l...@gnu.org (Ludovic Courtès) writes: > Hello! > > Maxim Cournoyer skribis: > >> swedebu...@riseup.net writes: >> >>> Hi >>> >>> I would like guix package -A/s to be faster. >>> There it takes >3s every time I run the command. > > It’s at 1.5s for me on an SSD and a hot cache, but I agree t

Fix for teeworlds

2018-07-02 Thread Tim Gesthuizen
Hi, I am using GNU Guix now for a little while and since I started using it teeworlds did not build. So I invested some time and quickly found out that the package definition is simply missing a dependency (pkg-config) to build. You find a script which I used to create my working build as well

Re: Fix for teeworlds

2018-07-02 Thread Ricardo Wurmus
Hi Tim, thank you for your patch! I have added a copyright line for you and adjusted the commit message. Thanks to you, teeworlds now builds since commit e402a66b0. Thanks again! -- Ricardo

Re: 01/01: build-system/meson: Really skip the 'fix-runpath' phase on armhf.

2018-07-02 Thread Mark H Weaver
Hi Marius, mba...@fastmail.com (Marius Bakke) writes: > mbakke pushed a commit to branch staging > in repository guix. > > commit cb4b508cd68df89bfbd5255a0c5569f8318ad50f > Author: Marius Bakke > Date: Mon Jul 2 12:07:58 2018 +0200 > > build-system/meson: Really skip the 'fix-runpath' phas

Cuirass changes

2018-07-02 Thread Clément Lassieur
Hi, I'm currently working on Cuirass, so that it looks a bit more like Hydra. The changes include: 1. Adding support for multiple inputs. Currently Cuirass only supports one input per specification, which has to be the Guix git repository. But one might want inputs for: - a repository contain

Re: 01/01: build-system/meson: Really skip the 'fix-runpath' phase on armhf.

2018-07-02 Thread Marius Bakke
Mark H Weaver writes: > Hi Marius, > > mba...@fastmail.com (Marius Bakke) writes: > >> mbakke pushed a commit to branch staging >> in repository guix. >> >> commit cb4b508cd68df89bfbd5255a0c5569f8318ad50f >> Author: Marius Bakke >> Date: Mon Jul 2 12:07:58 2018 +0200 >> >> build-system/mes

Re: 01/01: build-system/meson: Really skip the 'fix-runpath' phase on armhf.

2018-07-02 Thread Marius Bakke
Mark H Weaver writes: > Hi Marius, > > mba...@fastmail.com (Marius Bakke) writes: > >> mbakke pushed a commit to branch staging >> in repository guix. >> >> commit cb4b508cd68df89bfbd5255a0c5569f8318ad50f >> Author: Marius Bakke >> Date: Mon Jul 2 12:07:58 2018 +0200 >> >> build-system/mes

Re: guix package is slow

2018-07-02 Thread Alex Kost
Maxim Cournoyer (2018-07-02 10:55 -0400) wrote: > Hi, > > Oleg Pykhalov writes: > >> Hello, >> >> Pierre Neidhardt writes: >> >>> Maxim Cournoyer writes: >>> > - Perform transactions (install/remove) over multiple packages. To be fair, I think you can already accomplish this using

Re: guix package is slow

2018-07-02 Thread Alex Kost
Pierre Neidhardt (2018-07-01 21:41 +0200) wrote: > Maxim Cournoyer writes: > >>> - Perform transactions (install/remove) over multiple packages. >> >> To be fair, I think you can already accomplish this using emacs-guix by >> separating with commas multiple package names :). > > Can you explain?

Re: Next steps

2018-07-02 Thread Sahithi Yarlagadda
Hi Please review the patch and assign me the what to do next. On Saturday 30 June 2018 04:21 AM, Sahithi Yarlagadda wrote: > Hi > > >>> a spinning animation. For each line the animation could be advanced by >>> one (so it will spin really fast). >>> >>> Danny previously suggested this implement