From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) by sourceware.org (Postfix) with ESMTPS id A8CAA3858D20 for ; Thu, 7 Sep 2023 23:00:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A8CAA3858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-qk1-x734.google.com with SMTP id af79cd13be357-76ef935abaeso81361285a.2 for ; Thu, 07 Sep 2023 16:00:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1694127627; x=1694732427; darn=cygwin.com; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=jcBxncXFJ0xnXoF/M51ZuZHKOrYwW748boKO7x6QAMs=; b=WenJmRTnd0jYpkIaV9+2yfA4Gc3H76NbJVcfvlP3dVf9HqUKua6V1KgXJ0HbNtlsZH 1VHq4J3kA3YLLmNCtyA0dUUsYjTHm3PFwr6B2ZUR1j1nd3HpQiJwI9U2QVTkYpqeecGO Xw7AIfRwKIMhkxSCbYhA5L71W7QfiFkLYH25MauOnO5ar8KkU27VP8UURqvcd1XJqZO6 JgkHBMeJzw1zKYM2wmWJFtT+rPGFNJPqIXHrKO/A5LFRZoo/c/+Gcr+gG4JKhJPM+/WO VFxXxfXXZTaQ09z8GHh0tvgxiqZcFq0W3Fg5IEjo3i1PH3uzt3J+mrcrpy1zBApxHLjU 6KeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694127627; x=1694732427; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=jcBxncXFJ0xnXoF/M51ZuZHKOrYwW748boKO7x6QAMs=; b=UlLZVTXiqPZMXzVnPPCurGdQYdaQ23g77bTC8PpvQmI/hqWC1LMe9yfuVoEGWKrssf rJKxWvp2nrjYtIpV9lgEYJBGNo06eJE/73bTyw5uXy6EM5a8wwcwDNLU80Pt6YAEZbdV yRdQQ9t7DtxWhwgqkw5XxYV58qmyPPiOcionC7P8BY4IVin4+NfN4H4S6FiROVuUFghV BADaRrWmJoRgJ/0bUTn4Yxpg5KWtEB89hiQvJBei/LUfMwbvezbRgfZ585tpAcqTkAI1 di7W0dHTF4SIt/7pf2xME664YZWTqiqEIVrCr7MgaWxUruFn/kFNzF/4l8+2BVEWx7dS 3BBg== X-Gm-Message-State: AOJu0YzBaksvQw3HHsXRLMNTC15cIL8BJFPFwZX21bnJfhfPIAQ8cM87 /nMQta8z5wTJSSLhVW7k7U44i1txPWonlEf/LICsVAO4OnM= X-Google-Smtp-Source: AGHT+IGeCXZmolqEDCjuaABJkrOu/PKfO8wsP85oN7V3x2LKSaLCW28i11sjdtSwqhUN+BbqaxOa4JSqXC9MIMPjf+E= X-Received: by 2002:a05:622a:4d2:b0:411:d31b:986d with SMTP id q18-20020a05622a04d200b00411d31b986dmr993848qtx.49.1694127626825; Thu, 07 Sep 2023 16:00:26 -0700 (PDT) MIME-Version: 1.0 From: Harry Rockefeller Date: Thu, 7 Sep 2023 18:00:16 -0500 Message-ID: Subject: Ada support in gcc-core 11.4.0-1 package To: cygwin@cygwin.com Content-Type: multipart/alternative; boundary="00000000000066b36b0604ccd364" X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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: --00000000000066b36b0604ccd364 Content-Type: text/plain; charset="UTF-8" The message I get when trying to install gcc-ada 11.4.0-1 doesn't make sense. It says "installed package gcc-core obsoletes gcc-ada (of same version number) do not ask to install" When I run cygcheck on this package: with -c it says it is "OK"; with -l and pipe to grep it has zero matches of: Ada, ada, and gnat. When I try to compile a simple hello.adb program it says it cannot find "gnat1". --00000000000066b36b0604ccd364--