Cross-compilation from armhf to mips64el

2015-10-05 Thread Andreas Enge
Hello, currently, we get lots of failed jobs for armhf coming from cross-compilation, such as http://hydra.gnu.org/job/gnu/master/mips64el-linux-gnu.grep-2.21.armhf-linux I would think that the problem comes from build-aux/hydra/guix.scm, in this function: (define (from-32-to-64? target)

Re: [PATCH 0/2] Avoiding incompatible locale data in LOCPATH

2015-10-05 Thread Ludovic Courtès
Federico Beffa skribis: > On Mon, Oct 5, 2015 at 4:35 PM, Ludovic Courtès wrote: >> Mark H Weaver skribis: >> >>> l...@gnu.org (Ludovic Courtès) writes: >>> So with current ‘core-updates’, someone on a “foreign distro” needs to do:

Re: [PATCH] Add hugin.

2015-10-05 Thread Ludovic Courtès
Andreas Enge skribis: > A call to "strace -f" ends with the following lines: > 3953 futex(0x7f2020e51b68, FUTEX_WAKE_PRIVATE, 2147483647 > 3992 <... read resumed> "\1\0\0\0\0\0\0\0", 16) = 8 > 3953 <... futex resumed> ) = 0 > 4000 <... sendmsg resumed> )

Re: No sound in games using sdl-mixer

2015-10-05 Thread Alex Kost
Ricardo Wurmus (2015-10-04 22:46 +0300) wrote: > Ludovic Courtès writes: > >> FWIW I just tried ExtremeTuxRacer and it works out of the box for me (on >> GuixSD). >> >> I do use PulseAudio though. To allow ETR’s sound output to mix with >> other things that may be playing sound

[PATCH] gnu: Add Mlucas.

2015-10-05 Thread Alex Vong
From e5155b52f636bfee849268b19b81f5b6608540fd Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Mon, 5 Oct 2015 12:49:49 +0800 Subject: [PATCH] gnu: Add Mlucas. * gnu/packages/mlucas.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register it. --- gnu-system.am

Re: [PATCH 0/2] Avoiding incompatible locale data in LOCPATH

2015-10-05 Thread Ludovic Courtès
Federico Beffa skribis: > I'm wondering if it would be better to point GUIX_LOCPATH to > > export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale > > and have 'glibc' itself to append it's own version number to that > string. In this way pre 2.22 programs (last official Guix(SD)

Re: [PATCH 1/2] gnu: Add physfs.

2015-10-05 Thread Alex Kost
Thompson, David (2015-10-05 19:19 +0300) wrote: > On Sun, Oct 4, 2015 at 3:15 PM, Alex Kost wrote: >> Is there a suitable module for this library? > > It's intended for video games, so how about (gnu packages game-development)? I thought that game-development is intended only

Re: [PATCH 1/2] gnu: Add physfs.

2015-10-05 Thread Thompson, David
On Mon, Oct 5, 2015 at 5:08 PM, Alex Kost wrote: > Thompson, David (2015-10-05 19:19 +0300) wrote: > >> On Sun, Oct 4, 2015 at 3:15 PM, Alex Kost wrote: >>> Is there a suitable module for this library? >> >> It's intended for video games, so how about (gnu

Re: [PATCH] gnu: Add Mlucas.

2015-10-05 Thread Alex Vong
Hi Mathieu, On 05/10/2015, Mathieu Lirzin wrote: > Alex Vong writes: > >> From e5155b52f636bfee849268b19b81f5b6608540fd Mon Sep 17 00:00:00 2001 >> From: Alex Vong >> Date: Mon, 5 Oct 2015 12:49:49 +0800 >> Subject: [PATCH]

Re: [PATCH] gnu: Add Mlucas.

2015-10-05 Thread Mathieu Lirzin
Alex Vong writes: > From e5155b52f636bfee849268b19b81f5b6608540fd Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Mon, 5 Oct 2015 12:49:49 +0800 > Subject: [PATCH] gnu: Add Mlucas. > > * gnu/packages/mlucas.scm: New file. > * gnu-system.am

Re: [PATCH 0/2] Avoiding incompatible locale data in LOCPATH

2015-10-05 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> So with current ‘core-updates’, someone on a “foreign distro” needs to >> do: >> >> guix package -i glibc-locales >> export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale/2.22 >> >> Note the extra “/2.22”,

Re: [PATCH 1/3] gnu: libtorrent, rtorrent: Update home pages.

2015-10-05 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-10-04 19:57 +0300) wrote: > >> Alex Kost skribis: >> >>> From 3272d2f71e02a3b8a4ad1e664a5636293200b923 Mon Sep 17 00:00:00 2001 >>> From: Alex Kost >>> Date: Sat, 3 Oct 2015 22:16:27 +0300 >>>

Re: [PATCH 0/2] Avoiding incompatible locale data in LOCPATH

2015-10-05 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> After a lot more thought, I changed my mind. >> >> I realized that with the patch at >> , it’s OK to >> have, say, >> >> >>

Re: No sound in games using sdl-mixer

2015-10-05 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> FWIW I just tried ExtremeTuxRacer and it works out of the box for me (on >> GuixSD). >> >> I do use PulseAudio though. To allow ETR’s sound output to mix with >> other things that may be playing sound

Re: [PATCH 0/2] Avoiding incompatible locale data in LOCPATH

2015-10-05 Thread Federico Beffa
On Mon, Oct 5, 2015 at 4:35 PM, Ludovic Courtès wrote: > Mark H Weaver skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> So with current ‘core-updates’, someone on a “foreign distro” needs to >>> do: >>> >>> guix package -i glibc-locales >>> export

Re: [PATCH 2/4] emacs: Add 'guix-devel-download-package-source'.

2015-10-05 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-10-04 19:57 +0300) wrote: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2015-10-03 23:35 +0300) wrote: >>> Alex Kost skribis: > * emacs/guix-devel.el (guix-devel-setup-repl): Use

Re: [PATCH 1/2] gnu: Add physfs.

2015-10-05 Thread Thompson, David
On Sun, Oct 4, 2015 at 3:15 PM, Alex Kost wrote: > Is there a suitable module for this library? It's intended for video games, so how about (gnu packages game-development)? - Dave

Re: [PATCH] gnu: Add Mlucas.

2015-10-05 Thread Alex Kost
Hello and thank you for contributing. This is a tremendous patch for the first attempt! As Mathieu noted, if this auxiliary code for adding 'flags' is needed, it should be separated from the package commit and it shouldn't be placed in the package module. You will probably receive useful