needinfo canceled: [Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2021-04-03 Thread bugzilla


Product: Fedora
Version: rawhide
Component: Package Review

Package Review  has canceled Package
Review 's request for Yanis Guenane
's needinfo:
Bug 1373007: Review Request: rubygem-cool.io - A cool framework for doing high
performance I/O in Ruby
https://bugzilla.redhat.com/show_bug.cgi?id=1373007



--- Comment #9 from Package Review  ---
This is an automatic action taken by review-stats script.

The ticket submitter failed to clear the NEEDINFO flag in a month.
As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews
we consider this ticket as DEADREVIEW and proceed to close it.
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2019-02-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Robert-André Mauchin  changed:

   What|Removed |Added

 CC||zebo...@gmail.com



--- Comment #7 from Robert-André Mauchin  ---
(In reply to Sandro Bonazzola from comment #6)
> Anyone willing to continue on this?

You should close as DeadReview and open a new bug for your SPEC. CC me for
Review.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2019-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Sandro Bonazzola  changed:

   What|Removed |Added

 Blocks|1460625 (oVirt_on_Fedora)   |




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1460625
[Bug 1460625] [Tracker] Fedora support
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2018-05-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007



--- Comment #6 from Sandro Bonazzola  ---
Anyone willing to continue on this?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/CLWHAMB7Z6LBLS3I7NZSP3ST2QPRU5HO/


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2017-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Rich Megginson  changed:

   What|Removed |Added

  Flags|needinfo?(rmeggins@redhat.c |
   |om) |



--- Comment #5 from Rich Megginson  ---
I tried hacking the spec file like this and building on fedora 27:

 BuildRequires: rubygem-rspec >= 3.5.0
+BuildRequires: libev-devel
 Provides: rubygem(%{gem_name}) = %{version}

...

 %setup -q -D -T -n  %{gem_name}-%{version}

-gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
+# remove libev source files from disk and gemspec
+rm -rf ext/libev
+gem spec %{SOURCE0} -l --ruby | sed 's@"ext/libev/.*".freeze, @@g' >
%{gem_name}.gemspec

 %build

but this fails to build:

gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I.
-DRUBY_VERSION_CODE=242 -DHAVE_SYS_SELECT_H -DEV_USE_SELECT -DHAVE_POLL_H
-DEV_USE_POLL -DHAVE_SYS_EPOLL_H -DEV_USE_EPOLL -DHAVE_SYS_RESOURCE_H
-DHAVE_LINUX_PROCFS-fPIC -O2 -g -fno-strict-aliasing -m64 -o cool.io_ext.o
-c cool.io_ext.c
In file included from cool.io_ext.c:10:0:
ev_wrap.h:9:10: fatal error: ../libev/ev.h: No such file or directory
 #include "../libev/ev.h"
  ^~~
compilation terminated.

The next step would be to do some source code hacking to make it

 #include "libev/ev.h"

instead.

In short, it looks like this is going to be a good bit of work . . .

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2017-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Sandro Bonazzola  changed:

   What|Removed |Added

  Flags||needinfo?(rmeggins@redhat.c
   ||om)



--- Comment #4 from Sandro Bonazzola  ---
Rich, any chance you can help with comment #3?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2017-12-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Matthias Runge  changed:

   What|Removed |Added

  Flags|needinfo?(mru...@redhat.com |
   |)   |



--- Comment #3 from Matthias Runge  ---
this package bundles libev. Current fedora even has the same libev version.
Please adjust the package to use the system provided version.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2017-11-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Sandro Bonazzola  changed:

   What|Removed |Added

External Bug ID||RDO 10683
 Blocks||1460625 (oVirt_on_Fedora)
  Flags||needinfo?(mru...@redhat.com
   ||)



--- Comment #2 from Sandro Bonazzola  ---
rebase on upstream 1.5.3
Spec URL:
http://copr-dist-git.fedorainfracloud.org/cgit/sbonazzo/ovirt-fluentd/rubygem-cool.io.git/plain/rubygem-cool.io.spec
SRPM URL:
https://copr-be.cloud.fedoraproject.org/results/sbonazzo/ovirt-fluentd/fedora-rawhide-x86_64/00678787-rubygem-cool.io/rubygem-cool.io-1.5.3-1.fc28.src.rpm

Also pushed to https://review.rdoproject.org/r/#/c/10683/
Matthias, can you please review?


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1460625
[Bug 1460625] [Tracker] Fedora support
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2017-06-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Sandro Bonazzola  changed:

   What|Removed |Added

  Flags|needinfo?(yguenane@redhat.c |
   |om) |



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2017-06-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Sandro Bonazzola  changed:

   What|Removed |Added

 CC||sbona...@redhat.com
External Bug ID||RDO 7085



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2017-02-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Sandro Bonazzola  changed:

   What|Removed |Added

 CC||yguen...@redhat.com
  Flags||needinfo?(yguenane@redhat.c
   ||om)



--- Comment #1 from Sandro Bonazzola  ---
Can you please bump to latest version?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1373007] Review Request: rubygem-cool.io - A cool framework for doing high performance I/O in Ruby

2017-02-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373007

Sandro Bonazzola  changed:

   What|Removed |Added

   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=1426110



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org