From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-40130.protonmail.ch (mail-40130.protonmail.ch [185.70.40.130]) by sourceware.org (Postfix) with ESMTPS id 4BF8C3858401 for ; Sat, 23 Jul 2022 16:38:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4BF8C3858401 Date: Sat, 23 Jul 2022 16:38:47 +0000 To: Jon Turney From: William Hu Cc: David Allsopp , "cygwin-apps@cygwin.com" Reply-To: William Hu Subject: Re: [ITA] ocaml 4.14.0 Message-ID: In-Reply-To: References: <452a0d68-1caf-e618-9107-af1b66366142@dronecode.org.uk> Feedback-ID: 51238035:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_INFOUSMEBIZ, KAM_NUMSUBJECT, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2022 16:38:59 -0000 > > Yeah, that seems plausible, but I'm not clear why we are seeing > different behaviour... > After a long period of poking around for differences, I think I found the e= rror - I had the `noacl` option activated in /etc/fstab which was preventin= g chmod and executable bits from working properly. Removing noacl and rebui= lding fixed the problem (no more exe suffixes!) More fixes: - The failing tests about address spaces were resolved when I upgraded to f= lexdll 0.39. - The failing tests about unused variables are patched - Shared runtime removed as per above As far as I know, I think this is everything resolved for 64-bit. The packa= ge passes all tests and runs on a few simple files when installed through a= n overlay. I've uploaded the 64-bit version as a test package. Thanks, William