public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] ruby-mysql2 0.5.5
@ 2023-05-20 12:50 Daisuke Fujimura
  2023-05-20 12:57 ` Marco Atzeri
  0 siblings, 1 reply; 4+ messages in thread
From: Daisuke Fujimura @ 2023-05-20 12:50 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

Hello,

====

Cygportfile:
- https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-mysql2

Packages, logs:
- https://github.com/cygwin/scallywag/actions/runs/5032175827

[-- Attachment #2: ruby-mysql2.cygport.diff --]
[-- Type: application/octet-stream, Size: 762 bytes --]

diff --git a/ruby-mysql2.cygport b/ruby-mysql2.cygport
index fced600..8644808 100644
--- a/ruby-mysql2.cygport
+++ b/ruby-mysql2.cygport
@@ -1,13 +1,17 @@
 inherit rubygem
 
 NAME="ruby-mysql2"
-VERSION=0.5.2
+VERSION=0.5.5
 RELEASE=1
 CATEGORY="Ruby"
 SUMMARY="Ruby MySQL extension"
 DESCRIPTION="A simple, fast Mysql library for Ruby, binding to libmysql."
 
+BUILD_REQUIRES="libmariadb-devel"
+
+LICENSE="MIT"
+
 PKG_NAMES="${NAME} ${NAME}-doc"
-ruby_mysql2_CONTENTS="--exclude=examples ${RUBYGEM_EXTDIR#/} ${RUBYGEM_INSTDIR#/} ${RUBYGEM_SPEC#/}"
-ruby_mysql2_doc_CONTENTS="${RUBYGEM_DOCDIR#/} ${RUBYGEM_INSTDIR#/}/examples/"
+ruby_mysql2_CONTENTS="${RUBYGEM_EXTDIR#/} ${RUBYGEM_INSTDIR#/} ${RUBYGEM_SPEC#/}"
+ruby_mysql2_doc_CONTENTS="${RUBYGEM_DOCDIR#/}"
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ITA] ruby-mysql2 0.5.5
  2023-05-20 12:50 [ITA] ruby-mysql2 0.5.5 Daisuke Fujimura
@ 2023-05-20 12:57 ` Marco Atzeri
  2023-05-22 11:20   ` Are the dependencies in libpq-devel broken? (Re: [ITA] ruby-mysql2 0.5.5) Daisuke Fujimura
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Atzeri @ 2023-05-20 12:57 UTC (permalink / raw)
  To: cygwin-apps

On 20.05.2023 14:50, Daisuke Fujimura via Cygwin-apps wrote:
> Hello,
> 
> ====
> 
> Cygportfile:
> - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-mysql2
> 
> Packages, logs:
> - https://github.com/cygwin/scallywag/actions/runs/5032175827

changed maintainer

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Are the dependencies in libpq-devel broken? (Re: [ITA] ruby-mysql2 0.5.5)
  2023-05-20 12:57 ` Marco Atzeri
@ 2023-05-22 11:20   ` Daisuke Fujimura
  2023-05-22 21:14     ` Marco Atzeri
  0 siblings, 1 reply; 4+ messages in thread
From: Daisuke Fujimura @ 2023-05-22 11:20 UTC (permalink / raw)
  To: cygwin-apps

I have libpq-devel installed but libpq5 is not installed.

https://www.cygwin.com/packages/summary/libpq-devel.html

> Package: libpq-devel
> depends: cygwin, libintl8, libssl-devel, pkg-config


Therefore, it seems to be failing to create hints.

https://github.com/cygwin/scallywag/actions/runs/5037987712/jobs/9035199432#step:6:1480

```
which: no cygpq-5.dll in
(/cygdrive/d/a/scallywag/ruby-pg/ruby-pg-1.5.3-1.x86_64/inst/usr/bin:/usr/local/bin:/usr/bin:/usr/bin:/usr/local/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows/System32)
```

Can you fix the dependencies in libpq-devel?


On Sat, May 20, 2023 at 9:57 PM Marco Atzeri via Cygwin-apps
<cygwin-apps@cygwin.com> wrote:
>
> On 20.05.2023 14:50, Daisuke Fujimura via Cygwin-apps wrote:
> > Hello,
> >
> > ====
> >
> > Cygportfile:
> > - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-mysql2
> >
> > Packages, logs:
> > - https://github.com/cygwin/scallywag/actions/runs/5032175827
>
> changed maintainer

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Are the dependencies in libpq-devel broken? (Re: [ITA] ruby-mysql2 0.5.5)
  2023-05-22 11:20   ` Are the dependencies in libpq-devel broken? (Re: [ITA] ruby-mysql2 0.5.5) Daisuke Fujimura
@ 2023-05-22 21:14     ` Marco Atzeri
  0 siblings, 0 replies; 4+ messages in thread
From: Marco Atzeri @ 2023-05-22 21:14 UTC (permalink / raw)
  To: cygwin-apps



On 22.05.2023 13:20, Daisuke Fujimura via Cygwin-apps wrote:
> I have libpq-devel installed but libpq5 is not installed.
> 
> https://www.cygwin.com/packages/summary/libpq-devel.html
> 
>> Package: libpq-devel
>> depends: cygwin, libintl8, libssl-devel, pkg-config
> 
> 
> Therefore, it seems to be failing to create hints.
> 
> https://github.com/cygwin/scallywag/actions/runs/5037987712/jobs/9035199432#step:6:1480
> 
> ```
> which: no cygpq-5.dll in
> (/cygdrive/d/a/scallywag/ruby-pg/ruby-pg-1.5.3-1.x86_64/inst/usr/bin:/usr/local/bin:/usr/bin:/usr/bin:/usr/local/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows/System32)
> ```
> 
> Can you fix the dependencies in libpq-devel?
> 

noted

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-22 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-20 12:50 [ITA] ruby-mysql2 0.5.5 Daisuke Fujimura
2023-05-20 12:57 ` Marco Atzeri
2023-05-22 11:20   ` Are the dependencies in libpq-devel broken? (Re: [ITA] ruby-mysql2 0.5.5) Daisuke Fujimura
2023-05-22 21:14     ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).