From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [IPv6:2001:67c:2050:0:465::202]) by sourceware.org (Postfix) with ESMTPS id 055B73858C98 for ; Thu, 16 Nov 2023 18:47:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 055B73858C98 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 055B73858C98 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:67c:2050:0:465::202 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700160443; cv=none; b=RGZ0s+LX1WXOpHvT38h+sKx2djGDHrpTNlzLLF7BpuVzCpq7uFwbZ9PbzIDfJRxBvVyN9Et+FOGgg++OFQfvffTdDJLHPO/WmRN1PfhEMv2V+cPcdJm45MQbSBNCiyXlfxeDsU5Rg2FNS5SM9MrjPcadDoHrC4txx9d2mUZqSnM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700160443; c=relaxed/simple; bh=lzpwU3qlU1UfeKmKgH02cMn7IYizpX+m7y3DFVu2cxI=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=fisk+vR7eVC4rmtLF0VTbwS3krLwyCLjNcKqnczZhsC/3i9qxgVO1w1lsp1nHEI0fHnT9YRTHoE1d+J4FGhh2dhLZ8TozM92AXA8cQzoKO3wNA3tv7WlOyayjnjP0vR4hxn0R0GEVgnx5WMpNrKYjdfT3nK/FrFna1GCNJtOnjE= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4SWTY25ywVz9slN; Thu, 16 Nov 2023 19:47:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1700160438; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/5P30Nx6w/smwSLL2upMbhHa5rSPU9Ih2tk3IzoZ8E0=; b=vrQenuQcNcLp8cNYcXO82zSk+oZtDYJT7+yhVjFUBgM/fWiyWr7/xrxocDHDyLcBP54FX1 EjlkAIPQVuoryAFukdRBmRBtUmJayINlv1zElC34xGZ1iddEBURLgUJpzQON1nR+cktTKS sh9vPiTwXi3qBW7NFat+3bkywfqkj3AQ+yJzP79f08heY40l863Y/2yZshrNzDi+H4+McZ zxJmr9TGHQ73G+6F4hmnl09dxP8+aNvfnoHRzIGKcywJwbo2QOKBI3iP75cnDdkgTgjCyY X2l0NQtOdpC1C7eVTsyyW6KrpvCwmOyWl+vESpbTKg0H2iknDq5S1a3TrY3E+w== References: <86o7fwhr03.fsf@aarsen.me> <8634x7hza7.fsf@aarsen.me> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: David Edelsohn Cc: Richard Biener , GCC Patches , Bruno Haible Subject: Re: [PATCH v3 0/2] Replace intl/ with out-of-tree GNU gettext Date: Thu, 16 Nov 2023 19:33:15 +0100 In-reply-to: Message-ID: <86il61fscr.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: 4SWTY25ywVz9slN X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,KAM_SHORT,RCVD_IN_DNSWL_LOW,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: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable David Edelsohn writes: > On Wed, Nov 15, 2023 at 9:22=E2=80=AFAM Arsen Arsenovi=C4=87 wrote: > >> >> David Edelsohn writes: >> >> > GCC had been working on AIX with NLS, using "--with-included-gettext". >> > --disable-nls gets past the breakage, but GCC does not build for me on >> AIX >> > with NLS enabled. >> >> That should still work with gettext 0.22+ extracted in-tree (it should >> be fetched by download_prerequisites). >> >> > A change in dependencies for GCC should have been announced and more >> widely >> > socialized in the GCC development mailing list, not just GCC patches >> > mailing list. >> > >> > I have tried both the AIX Open Source libiconv and libgettext package, >> and >> > the ones that I previously built. Both fail because GCC configure >> decides >> > to disable NLS, despite being requested, while libcpp is satisfied, so >> > tools in the gcc subdirectory don't link against libiconv and the build >> > fails. With the included gettext, I was able to rely on a >> self-consistent >> > solution. >> >> That is interesting. They should be using the same checks. I've >> checked trunk and regenerated files on it, and saw no significant diff >> (some whitespace changes only). Could you post the config.log of both? >> >> I've never used AIX. Can I reproduce this on one of the cfarm machines >> to poke around? I've tried cfarm119, but that one lacked git, and I >> haven't poked around much further due to time constraints. >> > > The AIX system in the Compile Farm has a complete complement of Open Sour= ce > software installed. > > Please ensure that /opt/freeware/bin is in your path. Also, the GCC Wiki > Compile Farm page has build tips that include AIX > > https://gcc.gnu.org/wiki/CompileFarm#Services_and_software_installed_on_f= arm_machines Thanks, that got me further. > that recommended --with-included-gettext configuration option. This flag should still exist and operate the same if gettext is present in tree. I've cloned gcc and downloaded prerequisites (via contrib/download_prerequisites) and I am trying to configure it now. > Thanks, David > > >> >> TIA, sorry about the inconvenience. Have a lovely day. >> >> > The current gettext-0.22.3 fails to build for me on AIX. >> > >> > libcpp configure believes that NLS functions on AIX, but gcc configure >> > fails in its tests of gettext functionality, which leads to an >> inconsistent >> > configuration and build breakage. >> > >> > Thanks, David >> >> >> -- >> Arsen Arsenovi=C4=87 >> =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZVZjtF8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTLIUBAJWvbN3YYI3H0DnfwNtqfOyGuxPamjttKvzV jl8B0T8xAQC7oVt0EZGdOujsBaVLPBjZHYKVHOMy917nynHn/s+/DA== =ff06 -----END PGP SIGNATURE----- --=-=-=--