From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] Attempt to fix OpenBLAS on MIPS. Date: Wed, 22 Jul 2015 21:28:21 -0400 Message-ID: <871tfzzmq2.fsf@netris.org> References: <87zj2p1r0h.fsf@netris.org> <87vbdd1mox.fsf@netris.org> <20150722171952.GA8708@debian> <87wpxsyn80.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI5JI-0002Mq-EC for guix-devel@gnu.org; Wed, 22 Jul 2015 21:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZI5JF-00027m-7Y for guix-devel@gnu.org; Wed, 22 Jul 2015 21:28:32 -0400 Received: from world.peace.net ([50.252.239.5]:47923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI5JF-00027a-4G for guix-devel@gnu.org; Wed, 22 Jul 2015 21:28:29 -0400 In-Reply-To: <87wpxsyn80.fsf@netris.org> (Mark H. Weaver's message of "Wed, 22 Jul 2015 16:02:55 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel Mark H Weaver writes: > I will test on armhf as well; currently waiting for gfortran to compile. And here's what happens on armhf: --8<---------------cut here---------------start------------->8--- gcc -O2 -Wall -DF_INTERFACE_GFORT -fPIC -DDYNAMIC_ARCH -DNO_LAPACK -DNO_LAP= ACKE -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=3D2 -marm -mfpu=3Dvfpv3 -mf= loat-abi=3Dhard -march=3Darmv7-a -DASMNAME=3Ddynamic -DASMFNAME=3Ddynamic_ = -DNAME=3Ddynamic_ -DCNAME=3Ddynamic -DCHAR_NAME=3D\"dynamic_\" -DCHAR_CNAME= =3D\"dynamic\" -DNO_AFFINITY -I../.. -c dynamic.c -o dynamic.o dynamic.c: In function =E2=80=98support_avx=E2=80=99: dynamic.c:105:3: warning: implicit declaration of function =E2=80=98cpuid= =E2=80=99 [-Wimplicit-function-declaration] cpuid(1, &eax, &ebx, &ecx, &edx); ^ dynamic.c:95:3: error: impossible constraint in =E2=80=98asm=E2=80=99 __asm__ __volatile__ ^ Makefile:83: recipe for target 'dynamic.o' failed make[1]: *** [dynamic.o] Error 1 make[1]: Leaving directory '/tmp/nix-build-openblas-0.2.14.drv-0/xianyi-Ope= nBLAS-2b0d8a8/driver/others' Makefile:141: recipe for target 'libs' failed make: *** [libs] Error 1 phase `build' failed after 619 seconds note: keeping build directory `/tmp/nix-build-openblas-0.2.14.drv-0' builder for `/gnu/store/bxzwwlg9n5ali25k0mypfmfq3rl81g0l-openblas-0.2.14.dr= v' failed with exit code 1 @ build-failed /gnu/store/bxzwwlg9n5ali25k0mypfmfq3rl81g0l-openblas-0.2.14.= drv - 1 builder for `/gnu/store/bxzwwlg9n5ali25k0mypfmfq3rl81g0l-openblas-0= .2.14.drv' failed with exit code 1 killing process 6213 guix build: error: build failed: build of `/gnu/store/bxzwwlg9n5ali25k0mypf= mfq3rl81g0l-openblas-0.2.14.drv' failed mhw@novena:~$ --8<---------------cut here---------------end--------------->8--- Mark