From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Cross-compilation to MinGW broken on core-updates Date: Thu, 08 Jun 2017 00:22:06 +0200 Message-ID: <871sqv30c1.fsf@gnu.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]:58358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIjLN-0003An-AE for guix-devel@gnu.org; Wed, 07 Jun 2017 18:22:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIjLI-0008C4-EK for guix-devel@gnu.org; Wed, 07 Jun 2017 18:22:25 -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" To: Jan Nieuwenhuizen Cc: guix-devel Hello Jan & all! Bash fails to cross-build for i686-w64=E2=80=93mingw32 on =E2=80=98core-upd= ates=E2=80=99: --8<---------------cut here---------------start------------->8--- gcc -DPROGRAM=3D'"bash.exe"' -DCONF_HOSTTYPE=3D'"i686"' -DCONF_OSTYPE=3D'"= mingw32"' -DCONF_MACHTYPE=3D'"i686-w64-mingw32"' -DCONF_VENDOR=3D'"w64"' -D= LOCALEDIR=3D'"/gnu/store/v5rh1ypnn49m6qm6rrvwjvaiclfyqssc-bash-4.4.12/share= /locale"' -DPACKAGE=3D'"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./inclu= de -I./lib -I./lib/intl -I/tmp/guix-build-bash-4.4.12.drv-0/bash-4.4/lib/in= tl -g -DCROSS_COMPILING -g -DCROSS_COMPILING -o mksyntax.exe ./mksyntax.c= =20 In file included from ./mksyntax.c:23:0: ./config.h:353:19: error: two or more data types in declaration specifiers #define socklen_t unsigned int ^ ./config.h:353:28: error: two or more data types in declaration specifiers #define socklen_t unsigned int ^ make: *** [Makefile:691: mksyntax.exe] Error 1 --8<---------------cut here---------------end--------------->8--- (From .) Ideas? TIA, Ludo=E2=80=99.