From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 8EAE27FACD; Mon, 29 Sep 2014 15:43:35 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of whitequark@whitequark.org) identity=pra; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of whitequark@whitequark.org designates 176.58.103.125 as permitted sender) identity=mailfrom; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail.whitequark.org) identity=helo; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="postmaster@mail.whitequark.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An6NACxhKVSwOmd9/2dsb2JhbABgg2FYgjBQhi6sZwaBQJI7h04CgSQBe4QEAQEEIw8BBUEQBAcYAgImAgIsKwYbiDoJqUmVYQEXgSyEZoN6hQOBDweCeIFTAQSLSYpWiGuNNoZFg2g4L4JKAQEB X-IPAS-Result: An6NACxhKVSwOmd9/2dsb2JhbABgg2FYgjBQhi6sZwaBQJI7h04CgSQBe4QEAQEEIw8BBUEQBAcYAgImAgIsKwYbiDoJqUmVYQEXgSyEZoN6hQOBDweCeIFTAQSLSYpWiGuNNoZFg2g4L4JKAQEB X-Spam-Status: Yes X-IronPort-AV: E=Sophos;i="5.04,620,1406584800"; d="scan'208";a="81276866" Received: from fehu.whitequark.org (HELO mail.whitequark.org) ([176.58.103.125]) by mail3-smtp-sop.national.inria.fr with ESMTP; 29 Sep 2014 15:43:34 +0200 Received: by mail.whitequark.org (Postfix, from userid 33) id 00E4010BD32; Mon, 29 Sep 2014 13:43:31 +0000 (UTC) To: =?UTF-8?Q?J=C3=BCrgen_H=C3=B6tzel?= X-PHP-Originating-Script: 1000:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 29 Sep 2014 17:43:31 +0400 From: Peter Zotov Cc: caml-list@inria.fr, caml-list-request@inria.fr In-Reply-To: References: Message-ID: <711eb8aad711afe34d964b48d94f7112@whitequark.org> X-Sender: whitequark@whitequark.org User-Agent: Roundcube Webmail/1.0.1 Subject: Re: [Caml-list] Unable to build Android cross-compiler with OCaml 4.02.0 On 2014-09-29 16:57, Jürgen Hötzel wrote: > Hi, > > I was able to build a cross Compiler with OCaml 4.01.0 using this > config: https://github.com/vouillon/ocaml-android [1] > > But when I try to build with 4.02.0, building of the arm native stdlib > fails: > > ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g > -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmx` > -c char.ml [2] > I/97 >>> Fatal error: Liveness.fundecl > Fatal error: exception Misc.Fatal_error > Makefile.shared:79: recipe for target 'char.cmx' failed Please report this on http://caml.inria.fr/mantis -- there's a chance the bugfix could go into 4.02.1. -- Peter Zotov