From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr6.vodafonemail.de (mr6.vodafonemail.de [145.253.228.166]) by sourceware.org (Postfix) with ESMTPS id 183E63858D1E for ; Sun, 14 Jan 2024 20:51:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 183E63858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 183E63858D1E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.166 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705265482; cv=none; b=r9Ls4JUEYJ2quBZNo5Dbx745jFf/Hvw57oLWf0eN+a40HQXeVZ7y7U+SexuL3puhmea2kLAQjBKiMAdwAjVh2hPqhw+2+BkohCH4Yg1KMfVDhdiCgHsW4A8X7jsxCYBbJZuagH9ouF+4iwVzyK2+vdJ4Hw9YELA0uuiQDWtsyJk= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705265482; c=relaxed/simple; bh=+r9xEGO0NT2mZTxCQwb0J1TcecFWsFBrgZ02rYT/MkY=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=NaU2daxeRDX6XARyWePG9+1Up8Or9Ked0zMx5LkspyR0neR19jjBQmDxAH1N3qRE9RyRv3kVyMkyGOMpEptJa+kF/nh2A8GvYYfNyj6CytFD1Q1fNgf7ZFHNYcReSm+dxZRZrfZgC4ENhStuZAOeGMNjF6hzOHqsH8T5kwatiUs= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-mb-mr2-23sep; t=1705265478; bh=VVyDVgsVRzDaw1NZrHE2Q3gF+0LM9eNLWPqWL7eU9vI=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID:User-Agent: Content-Type:From; b=Ea1SJEQS7m0OIKqHBHjIJkYB+jrMqhpwHlnVT2awCxtSgK7DDjHnnCnFvekTb22rY M2NCFL7OI8lJnAWpB4fnrqzvmhaqLfL9JAAMKjOU3frhkGjkza8W7QhgPlPKGigl/2 oXDebwSzeSE+4JxDrqe/iKNvlA6mrgMpsF90xgIM= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr6.vodafonemail.de (Postfix) with ESMTPS id 4TCnVt60kcz1xyS for ; Sun, 14 Jan 2024 20:51:18 +0000 (UTC) Received: from Gerda (p54a0c6f4.dip0.t-ipconnect.de [84.160.198.244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4TCnVp1kzgzHnHm for ; Sun, 14 Jan 2024 20:51:11 +0000 (UTC) From: ASSI To: cygwin-apps@cygwin.com Subject: Re: [ITA] llvm In-Reply-To: <87r0ipi0iu.fsf@Gerda.invalid> (ASSI via Cygwin-apps's message of "Wed, 10 Jan 2024 18:03:21 +0100") References: <87r0ipi0iu.fsf@Gerda.invalid> Date: Sun, 14 Jan 2024 21:51:07 +0100 Message-ID: <875xzvljus.fsf@Gerda.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-purgate-type: clean X-purgate: clean X-purgate-size: 1434 X-purgate-ID: 155817::1705265474-419A2740-4C759E20/0/0 X-Spam-Status: No, score=-3030.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: ASSI via Cygwin-apps writes: > That's mildly confusing to me=E2=80=A6 anyway, I'll try to build LLVM fr= om this > (maybe this weekend). I expect there will need to be further changes to > the packaging, given how far out of date the cygport you based it on is. LLVM 16 does indeed build (didn't look at the other two versions), but the cygport misses all the work to actually produce packaging that can be used to upgrade from the existing Cygwin version. Source file is he whole project instead of just LLVM + Polly and the build also enables clang (which should be in a separate package). Generator has been changed from Ninja to Make (and switching back to Ninja makes the install step fail because that target wasn't made available). Multiple build options have been changed from what they were in Cygwin, I have not had time to investigate what that actually means for the resulting compiler binaries. I don't understand why the process_install_dir_bin_symlinks function is necessary, as cygport should already fix up symlinks in the install dir. I did enable the test suite and it tests with 259 fails (was 180 fails before and looks about the same general pattern as with version 9.0.1). Regards, Achim. --=20 +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds