Skip Menu |

This queue is for tickets about the IO-AIO CPAN distribution.

Report information
The Basics
Id: 69186
Status: resolved
Priority: 0/
Queue: IO-AIO

People
Owner: Nobody in particular
Requestors: cnhacktnt [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: ecb.h is missing in IO-AIO-3.92
Hi, When I try to install IO::AIO 3.92 today, an error occurred: --- Building and testing IO-AIO-3.92 cp AIO.pm blib/lib/IO/AIO.pm /Users/czer/perl5/perlbrew/perls/perl-5.12.2/bin/perl /Users/czer/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/xsubpp -typemap /Users/czer/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/typemap -typemap typemap AIO.xs > AIO.xsc && mv AIO.xsc AIO.c cc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack- protector -O3 -DVERSION=\"3.92\" -DXS_VERSION=\"3.92\" "- I/Users/czer/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/darwin-2level/CORE" AIO.c In file included from AIO.xs:330: libeio/eio.c:45:17: error: ecb.h: No such file or directory --- It seems that the "ecb.h" was missing, I saw it in the MANIFEST file, but I can't find it in the distribution. Could you take a look at it? Thanks!
From: paul [...] city-fan.org
On Wed Jun 29 11:54:37 2011, CNHACKTNT wrote: Show quoted text
> Hi, > > When I try to install IO::AIO 3.92 today, an error occurred: > --- > Building and testing IO-AIO-3.92 > cp AIO.pm blib/lib/IO/AIO.pm > /Users/czer/perl5/perlbrew/perls/perl-5.12.2/bin/perl > /Users/czer/perl5/perlbrew/perls/perl- > 5.12.2/lib/5.12.2/ExtUtils/xsubpp -typemap > /Users/czer/perl5/perlbrew/perls/perl- > 5.12.2/lib/5.12.2/ExtUtils/typemap -typemap > typemap AIO.xs > AIO.xsc && mv AIO.xsc AIO.c > cc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing > -pipe -fstack- > protector -O3 -DVERSION=\"3.92\" -DXS_VERSION=\"3.92\" "- > I/Users/czer/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/darwin- > 2level/CORE" AIO.c > In file included from AIO.xs:330: > libeio/eio.c:45:17: error: ecb.h: No such file or directory > --- > > It seems that the "ecb.h" was missing, I saw it in the MANIFEST file, > but I can't find it in the > distribution. > > Could you take a look at it?
I tried copying ecb.h from Coro-6.0 to the top of the distribution as per the MANIFEST but it failed to compile; I succeeded after moving it to the libeio/ directory.
Subject: Re: [rt.cpan.org #69186] ecb.h is missing in IO-AIO-3.92
Date: Thu, 30 Jun 2011 01:12:47 +0200
To: "paul [...] city-fan.org via RT" <bug-IO-AIO [...] rt.cpan.org>
From: Marc Lehmann <schmorp [...] schmorp.de>
Hi! You sent a possible bug report on or via rt.cpan.org. Please read this mail carefully if you want to be heard. Most likely, your report here will be ignored. Please close the ticket again and sent it to the official contact address for the module in question (or send it to rt.cpan.org@schmorp.de). Why is this necessary? rt.cpan.org has many deficiencies which makes it tedious and hard to use, increasing the workload on the people who provide all the perl modules you probably appreciate (and that is really to be avoided - module authors should be able to invest all their time into improving their modules and not fighting with rt.cpan.org's bugs). Still, for some people, rt.cpan.org is useful to have, and some people even like it and really want to use it. That is fine, too. Unfortunately, the designers of rt.cpan.org didn't make their "service" optional - you can neither opt-in nor opt-out of rt.cpan.org as a module author. Just like a spammer, rt.cpan.org forces its "service" (whether wanted or unwanted) on everybody. Just like a spammer, they don't care for the people they actively hurt. Just like a spammer, they don't don't care to fix these issues and make their "service" ethically acceptable. You cannot even configure it to redirect tickets to somewhere else. Unfortunately, ignoring rt.cpan.org is not an option either: for people reporting possible bugs there is no indication that their report will be ignored, and for module authors it means they miss potentially vital bug reports such as yours (and of course it's a great impression if rt.cpan.org has lots of bug reports that are unanswered, making a module look unmaintained when in fact the opposite might be true). I am sorry that this wasted a bit of your time, but please understand that I am just as much a victim as you are - the problem is the unethical stance of the rt.cpan.org providers who force their "service" on everybody. Please redirect your bug report as stated in the beginning of this mail, and please consider petitioning the rt.cpan.org providers to stop their unethical behaviour and allow opt-in, opt-out, or some redirect option. Thanks a lot, Marc Lehmann <rt.cpan.org@schmorp.de>
This bug has been fixed in IO::AIO 3.93 Thanks! On Wed Jun 29 11:54:37 2011, CNHACKTNT wrote: Show quoted text
> Hi, > > When I try to install IO::AIO 3.92 today, an error occurred: > --- > Building and testing IO-AIO-3.92 > cp AIO.pm blib/lib/IO/AIO.pm > /Users/czer/perl5/perlbrew/perls/perl-5.12.2/bin/perl > /Users/czer/perl5/perlbrew/perls/perl- > 5.12.2/lib/5.12.2/ExtUtils/xsubpp -typemap > /Users/czer/perl5/perlbrew/perls/perl- > 5.12.2/lib/5.12.2/ExtUtils/typemap -typemap > typemap AIO.xs > AIO.xsc && mv AIO.xsc AIO.c > cc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing > -pipe -fstack- > protector -O3 -DVERSION=\"3.92\" -DXS_VERSION=\"3.92\" "- > I/Users/czer/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/darwin- > 2level/CORE" AIO.c > In file included from AIO.xs:330: > libeio/eio.c:45:17: error: ecb.h: No such file or directory > --- > > It seems that the "ecb.h" was missing, I saw it in the MANIFEST file, > but I can't find it in the > distribution. > > Could you take a look at it? > > Thanks!