From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe2d.google.com (mail-vs1-xe2d.google.com [IPv6:2607:f8b0:4864:20::e2d]) by sourceware.org (Postfix) with ESMTPS id 3423B3858D1E for ; Tue, 2 May 2023 09:32:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3423B3858D1E 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-vs1-xe2d.google.com with SMTP id ada2fe7eead31-42e547a9866so1078925137.0 for ; Tue, 02 May 2023 02:32:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683019921; x=1685611921; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=UaMdxZo3Seg6duLlUC2dZLMCgKLWiMfJFoAv9AxaTss=; b=A6G3LcZ0hMWWl10/uvS9epZ2soukgWfMDM5dX175O56JJp+r6d0qElcaPFrbus8IZE DwJtTyw2bKxIDylW3I7R+A+oHEkOajpJdZjBiOGkguOWLMCjzCWeePzKaqL9saXnOmjp 5vihxvqYRO0MoTB11c5dF/HhRrCLLDn+J+jamsTM0V0ZAwRHJeGht/yoBHnanXLHUqym 6xJF7HV3qTcd7LU4rcDFKUph6EVhoHc9WsGWkPKZK9rssuDlyHqdHAT86A7i3bwFLIWV aY3CqZXYpse5FAdznPHL+GIqey7DZvuVGA9lgubAudSNtV82G5wIYNi+Lz9UL00h2sBz 54lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683019921; x=1685611921; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UaMdxZo3Seg6duLlUC2dZLMCgKLWiMfJFoAv9AxaTss=; b=gU3Oa1V6yp63hwqrxP74mwDIKUmAq5TNSgFqGI0v9JoBwjBgl4AVJoxzxoHY2pSPJi at1v6SIfkRU2q8RuNOEaH7T9Caze9/NVT+sde2GhoXJS/q6WxLdEKIvrRHhUoCEF6swV T314bo0qhd8CrbTZDAZDgwiufDr3xgs1FWebhRButTAvPBJCZbuH+0uI1XD31BBT72I7 +QmhYhGqKlL7G7LZzYSOZ7B4pT0J/zvc6do1FCh/b4+IzTjlzxn1Nj6lnjECczu7S7ew G4ilA+zvHKaPmYzCwA29mgdS88hYoxJCccRzfQC3xE+S2AZcWpur3MFeczmEk1MkEHK6 tG+Q== X-Gm-Message-State: AC+VfDxkfAERl/E1ZeT7Ye7yAfOZ1YalhgH18XADc2fqyzHqTMCm8PLY nXpQMy+vQ+3jnDsrzATcTzdrH2BEBMRJNi88qFVC8nbk6W4+uA== X-Google-Smtp-Source: ACHHUZ7Or8glI8JAXAtUbC4qZYDm1FxiE7ay5UF8FWSuIXWquVtfHzA6v4YqtYUDx7gxducFiPIQp9jevb/anBOZhoI= X-Received: by 2002:a67:fdd5:0:b0:42c:910d:26ee with SMTP id l21-20020a67fdd5000000b0042c910d26eemr5888538vsq.18.1683019921045; Tue, 02 May 2023 02:32:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Daisuke Fujimura Date: Tue, 2 May 2023 18:31:24 +0900 Message-ID: Subject: Re: [ITA] ruby-tk 0.4.0 To: cygwin-apps@cygwin.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Is this error expected? Sorry, I missed that. This seems to be caused by rdoc-6.1.2 not working with ruby-3.x. - https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and= -keyword-arguments-in-ruby-3-0/ Therefore, it is necessary to update rdoc first, but packaging rdoc-6.5.0 also fails for the same reason, so it needs to be updated by other means besides scallywag: - Create a package using ruby-2.6.4. - Create a package using rdoc-6.5.0 installed in a different location with gem install. Other issues have also been found. - https://github.com/cygwin/scallywag/actions/runs/4850129175/jobs/86428267= 55#step:6:223 This seems to need a fix in rubygems.cygclass, so I will send a patch. I will work in the following order. 1. Send a patch for rubygems.cygclass 2. ITA ruby-rdoc 3. ITA ruby-tk On Tue, May 2, 2023 at 2:56=E2=80=AFAM Jon Turney wrote: > > On 01/05/2023 10:54, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > > > > =3D=3D=3D=3D > > > > Cygportfile: > > - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=3Druby-tk > > > > Packages, logs: > > - https://github.com/cygwin/scallywag/actions/runs/4850129175 > > Is this error expected? > > https://github.com/cygwin/scallywag/actions/runs/4850129175/jobs/86428267= 55#step:6:1723 > > >> If you subsequently adopt the ruby-tk package, please remember to add > >> ruby_tk_OBSOLETES=3D"ruby-tcltk" there (as that's the preferred way to > >> record obsoletions nowadays) > > > > Added according to advice. > > Looks good. I added this to your packages. > > Thanks