Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-07-04 Thread Ludovic Courtès
Hi, Efraim Flashner skribis: > On Thu, Apr 07, 2016 at 04:07:25PM +0300, Manolis Ragkousis wrote: >> Hey Ludo, >> >> I have reproduced the problem on the latest master targeting i686-linux >> and arm-linux-gnueabihf. >> >> The problem is that those libraries will fail to build when glibc is no

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-06-24 Thread Efraim Flashner
On Thu, Apr 07, 2016 at 04:07:25PM +0300, Manolis Ragkousis wrote: > Hey Ludo, > > I have reproduced the problem on the latest master targeting i686-linux > and arm-linux-gnueabihf. > > The problem is that those libraries will fail to build when glibc is not > present. Also if target os is none,

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-04-07 Thread Manolis Ragkousis
Hey Ludo, I have reproduced the problem on the latest master targeting i686-linux and arm-linux-gnueabihf. The problem is that those libraries will fail to build when glibc is not present. Also if target os is none, this problem will not appear because the libs will not get built at all. You can

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-03-13 Thread Ludovic Courtès
Manolis Ragkousis skribis: > This is a follow up to better explain what the problem is with the > sans-libc cross gcc in the (gnu packages cross-base) module. > > In the latest master if you try to build gcc-cross-sans-libc with: > > ./pre-inst-env guix build -e '((@@(gnu packages cross-base) cro

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-03-04 Thread Manolis Ragkousis
I updated the patch with an explanation and a link to this discussion. Manolis >From dc8154ef19bc28886f350f42c49fb7995eefcec8 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 16 Feb 2016 15:06:33 +0200 Subject: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and libsanitizer.

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-02-28 Thread Ricardo Wurmus
宋文武 writes: > Ricardo Wurmus writes: > >> Manolis Ragkousis writes: >> >>> This is a follow up to better explain what the problem is with the >>> sans-libc cross gcc in the (gnu packages cross-base) module. >>> >>> In the latest master if you try to build gcc-cross-sans-libc with: >>> >>> ./pr

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-02-28 Thread 宋文武
Ricardo Wurmus writes: > Manolis Ragkousis writes: > >> This is a follow up to better explain what the problem is with the >> sans-libc cross gcc in the (gnu packages cross-base) module. >> >> In the latest master if you try to build gcc-cross-sans-libc with: >> >> ./pre-inst-env guix build -e '

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-02-23 Thread Ricardo Wurmus
Manolis Ragkousis writes: > This is a follow up to better explain what the problem is with the > sans-libc cross gcc in the (gnu packages cross-base) module. > > In the latest master if you try to build gcc-cross-sans-libc with: > > ./pre-inst-env guix build -e '((@@(gnu packages cross-base) cro