From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49979 invoked by alias); 27 Mar 2017 21:50:18 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 48883 invoked by uid 89); 27 Mar 2017 21:50:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Mar 2017 21:50:16 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 884B842BAF for ; Mon, 27 Mar 2017 21:50:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 884B842BAF Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 884B842BAF Received: from [10.10.120.71] (ovpn-120-71.rdu2.redhat.com [10.10.120.71]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4222E189EB for ; Mon, 27 Mar 2017 21:50:16 +0000 (UTC) Subject: Re: unison-2.48 build fails with latest ocaml and flexdll (ping: Yaakov, Damien) To: cygwin-apps@cygwin.com References: <18002c59-1b77-5912-f5fa-c3e39540b8d8@gmail.com> <41t6ibtbcojbmar8blrc80fk8tmplbbuj3@4ax.com> <41t6ibtbcojbmar8blrc80fk8tmplbbuj3-e09XROE/p8c@public.gmane.org> <5723B6C7.8090100@maxrnd.com> <2169ibt34ifh3cr6s63bovbnb3ed485lj1@4ax.com> <5mt0bcpirrh22jobp0qtm5q0hsfqqncjt8@4ax.com> From: Yaakov Selkowitz Message-ID: <6add10ed-c67a-d553-ddb6-2d56f20af148@cygwin.com> Date: Mon, 27 Mar 2017 21:50:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <5mt0bcpirrh22jobp0qtm5q0hsfqqncjt8@4ax.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00037.txt.bz2 On 2017-02-24 12:15, Andrew Schulman wrote: > So to follow up on this old thread: The commands to make ocaml work again > in x86_64 are > > rebase -b 0x06440000 /usr/lib/ocaml/stublibs/dllunix.so > rebase -b 0x06510000 /usr/lib/ocaml/stublibs/dllcamlstr.so > >> Damien: OCaml is broken OOTB in x86_64. dllunix.so and dllcamlstr.so need to be >> rebased before it will work. > > This is still true today. The above commands will probably have to be rerun > each time you use ocaml, since updating packages usually runs rebaseall > which undoes the above. Could you try this again with the OCaml 4.04.0 stack I just uploaded, and see if this is still an issue? -- Yaakov