From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add MOSAIK. Date: Tue, 27 Oct 2015 16:50:07 +0100 Message-ID: <87h9lctiog.fsf@gnu.org> References: <87a8reyhz0.fsf@gnu.org> <20151023080219.GB7097@debian> <20151027134249.00f6d318@debian-netbook> 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]:56063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr6Vq-0003e4-Bu for guix-devel@gnu.org; Tue, 27 Oct 2015 11:50:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr6Vl-000555-Ks for guix-devel@gnu.org; Tue, 27 Oct 2015 11:50:14 -0400 In-Reply-To: (Ricardo Wurmus's message of "Tue, 27 Oct 2015 13:51:08 +0100") 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: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > Efraim Flashner writes: [...] >> I ran `./pre-inst-env guix build -s i686-linux mosaik` and the build fai= led for me. > > I can confirm this. Too bad. The reason is that =E2=80=9Cssw.c=E2=80=9D= uses macros > from emmintrin.h that are always inlined. Inlining fails here due to > =E2=80=9Ctarget specific option mismatch=E2=80=9D. > > Does this only happen when cross-compiling or will this also happen if > it=E2=80=99s built natively on i686? It happens natively: The -s above does a native build (for cross-compilation, it=E2=80=99s --target, which must be passed a full GNU triplet.) Ludo=E2=80=99.