From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-4324.protonmail.ch (mail-4324.protonmail.ch [185.70.43.24]) by sourceware.org (Postfix) with ESMTPS id 50A96385DC10 for ; Fri, 18 Aug 2023 00:59:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 50A96385DC10 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=protonmail.com Date: Fri, 18 Aug 2023 00:59:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1692320376; x=1692579576; bh=0hUiF4zeTMp1GkjvSjZssAG1I+fYy69+6ikRpjCIJqk=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=ZtH+TSYGh5OHkTSJ5LBSVcEmgPyuGvxGrPKQ4py6FIPdkbOXm5SP+iUl++fMdOT5c 4DxHBxRJwd/zolIsXd5FD2krFl9NAdKIofuOf7rmG/UOS1XBndz3QZqbWl/ohYkkpe hHtsigh2i++Bc6MQCBz31PLPv+rGuIDv8Dmu+rgBhiWzaZyAIM0+hBNrHRmj7GtH7C Trkosl6/L2/jWKoozE4LnTW/d95mNx0RCFz9zXOiGg0GaJNF9uk+0pFVmdAh48NEYH efht9IBmdugNeFtaRhok0TXVXMsUPjgaNAoO4s/xInVDKwKstrP46EgemIdHTOAuXm nmLGrtlF82ugg== To: "cygwin-apps@cygwin.com" From: =?utf-8?B?5bCP44GV44GE54yr?= Subject: Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust Message-ID: <0Q4ih6ELArd7vBqK2HtKBzZ-n7clOYqeT1CUPk8wI1iObF8-PUMh-Ps-jZ8--JhSyoAEtWv07b5rIVVghkp0ON9vtVI1jPZpa1naebYdzRA=@protonmail.com> In-Reply-To: <877cpyopix.fsf@Rainer.invalid> References: <877cpyopix.fsf@Rainer.invalid> Feedback-ID: 45025977:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Monday, August 14th, 2023 at 12:50 AM, ASSI via Cygwin-apps wrote: > I've started a local llvm-revival branch=E2=80=A6 I got sidetracked with = OCaml, > but that will need some more time and currently I have just disabled the > OCaml bindings in LLVM instead (not removed: this is controlled by a > variable in the script and another variable to control the LLVM target > list). I am not sure but there is probably some upstream changes are needed in cyg= port source[1] to get latest ocaml-findlib & ocaml-dune to work properly. the dependency infos in META files seems start to have some pretty printing= and the old regex and patterns for finding the depended pkg names are no l= onger working correctly. also starting from llvm 11, libunwind seemed to use some asm and the build = bugged due a cmake bug(?), possible fix is here[2]. [1]: https://gist.github.com/ookiineko/8fc62f16e2cdff587d42d6d8d6cc7067/raw= /7e02d879d47f8f074b1cc26ff41a94f7b54fa650/ocamlfind-dune-pretty-print.patch [2]: https://github.com/ookiineko-cygpkg/cmake/commit/c198158965fe3714bf101= dda5dedc9fb5778e4d4