Re: [GOLDSTAR] Re: [ITA] ruby 3.2.2

2023-06-13 Thread Daisuke Fujimura via Cygwin-apps
Thank you. I am deeply grateful and happy to receive this award. On Wed, Jun 14, 2023 at 12:05 AM Andrew Schulman via Cygwin-apps wrote: > > > On 19/04/2023 23:42, Daisuke Fujimura via Cygwin-apps wrote: > > > Hello, > > > > > > > > > > > > Cygportfile: > > > - > > >

Re: [GOLDSTAR] Re: [ITA] ruby 3.2.2

2023-06-13 Thread Andrew Schulman via Cygwin-apps
> On 19/04/2023 23:42, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > > > > > > > > Cygportfile: > > - > > https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/playground.git;a=shortlog;h=refs/heads/ruby > > > > Packages, logs: > > -

[GOLDSTAR] Re: [ITA] ruby 3.2.2

2023-06-08 Thread Jon Turney via Cygwin-apps
On 19/04/2023 23:42, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: - https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/playground.git;a=shortlog;h=refs/heads/ruby Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4743191979 According

Re: [ITA] ruby 3.2.2

2023-04-25 Thread Daisuke Fujimura via Cygwin-apps
> Yeah, I'm not quite sure what that statement means. It's not literally > "every single binary in cygwin" > > I don't really know enough about ruby be sure how to interpret it. > There's some subset of packages which need rebuilding (as discussed > below), and maybe any locally installed gems

Re: [ITA] ruby 3.2.2

2023-04-25 Thread Jon Turney via Cygwin-apps
On 25/04/2023 22:10, Daisuke Fujimura via Cygwin-apps wrote: Thank you for your response. Following the announcement of the previous update, I would like to note that the binaries need to be recompiled. -

Re: [ITA] ruby 3.2.2

2023-04-25 Thread Daisuke Fujimura via Cygwin-apps
Thank you for your response. Following the announcement of the previous update, I would like to note that the binaries need to be recompiled. - https://www.mail-archive.com/cygwin-announce@cygwin.com/msg08753.html > I applied my usual workaround (which is adding 'ruby_23' to an internal > list

Re: [ITA] ruby 3.2.2

2023-04-25 Thread Jon Turney via Cygwin-apps
On 25/04/2023 10:56, Daisuke Fujimura via Cygwin-apps wrote: I don't think so. Please, go ahead and deploy. I tried to deploy twice, but it failed. First attempt: - https://github.com/cygwin/scallywag/actions/runs/4791077183 ``` ERROR: package 'ruby-tcltk' version '3.2.2-1' has empty install

Re: [ITA] ruby 3.2.2

2023-04-25 Thread Daisuke Fujimura via Cygwin-apps
> I don't think so. Please, go ahead and deploy. I tried to deploy twice, but it failed. First attempt: - https://github.com/cygwin/scallywag/actions/runs/4791077183 ``` ERROR: package 'ruby-tcltk' version '3.2.2-1' has empty install tar file, but it's not in ['virtual', '_obsolete'] category

Re: [ITA] ruby 3.2.2

2023-04-24 Thread Jon Turney via Cygwin-apps
On 24/04/2023 00:44, Daisuke Fujimura via Cygwin-apps wrote: This is what I get for not trying these things. I think nesting the substitution like that isn't valid in bash, so maybe: SOVERSION=${VERSION%.*} ruby_PROVIDES="ruby_${SOVERSION//./}" actually works? It worked. Thank you very

Re: [ITA] ruby 3.2.2

2023-04-23 Thread Daisuke Fujimura via Cygwin-apps
> This is what I get for not trying these things. I think nesting the > substitution like that isn't valid in bash, so maybe: > > SOVERSION=${VERSION%.*} > ruby_PROVIDES="ruby_${SOVERSION//./}" > > actually works? It worked. Thank you very much. ``` $ cygport ruby.cygport vars ruby_PROVIDES

Re: [ITA] ruby 3.2.2

2023-04-23 Thread Jon Turney via Cygwin-apps
On 22/04/2023 13:04, Daisuke Fujimura via Cygwin-apps wrote: Are you planning to adopt also the ruby-* sub-packages ? I intend to do that. 2. Modify cygport and release it. - Add code to detect dependencies on `ruby_xy`. - It is similar to the process for `perl5_xy0`.

Re: [ITA] ruby 3.2.2

2023-04-22 Thread Daisuke Fujimura via Cygwin-apps
> Are you planning to adopt also the ruby-* sub-packages ? I intend to do that. > > 2. Modify cygport and release it. > > - Add code to detect dependencies on `ruby_xy`. > > - It is similar to the process for `perl5_xy0`. > > - > >

Re: [ITA] ruby 3.2.2

2023-04-21 Thread Jon Turney via Cygwin-apps
On 21/04/2023 20:36, Daisuke Fujimura via Cygwin-apps wrote: Thank you for your review. Based on your review, I understand that the following steps are necessary. Could you please let me know if it is correct? 1. Release `ruby-2.6.4-2`. - Add `ruby_PROVIDES="ruby_${${VERSION%.*}//./}"`

Re: [ITA] ruby 3.2.2

2023-04-21 Thread Daisuke Fujimura via Cygwin-apps
Thank you for your review. Based on your review, I understand that the following steps are necessary. Could you please let me know if it is correct? 1. Release `ruby-2.6.4-2`. - Add `ruby_PROVIDES="ruby_${${VERSION%.*}//./}"` to ruby.cygport. - The value of this variable will be

Re: [ITA] ruby 3.2.2

2023-04-20 Thread Jon Turney via Cygwin-apps
On 20/04/2023 11:50, Jon Turney via Cygwin-apps wrote: On 20/04/2023 04:28, Marco Atzeri via Cygwin-apps wrote: On 20.04.2023 00:42, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: -

Re: [ITA] ruby 3.2.2

2023-04-20 Thread Jon Turney via Cygwin-apps
On 20/04/2023 04:28, Marco Atzeri via Cygwin-apps wrote: On 20.04.2023 00:42, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: - https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/playground.git;a=shortlog;h=refs/heads/ruby Packages, logs: -

Re: [ITA] ruby 3.2.2

2023-04-19 Thread Marco Atzeri via Cygwin-apps
On 20.04.2023 00:42, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: - https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/playground.git;a=shortlog;h=refs/heads/ruby Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4743191979 all yours Are

[ITA] ruby 3.2.2

2023-04-19 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/playground.git;a=shortlog;h=refs/heads/ruby Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4743191979 ruby.cygport.diff Description: Binary data ruby.submodule.diff Description: