Bug#422609: FTBFS: Undefined subroutine SWISH::API::Common::VERSION

2007-06-30 Thread Ludovic Drolez
 Although I'd like to reassign this bug back to swish-e again I'm not
 doing so for now until some consensus is reached.

The best would be to send a mail to the upstream swish-e dev, because I
would not like to break other software based on the official usptream
swish-e perl api...

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422609

Cheers,

-- 
Ludovic Drolez.

http://zaurus.palmopensource.com- The Zaurus Open Source Portal
http://www.drolez.com  - Personal site - Linux and PalmOS stuff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422609: FTBFS: Undefined subroutine SWISH::API::Common::VERSION

2007-06-27 Thread Florian Ragwitz
 Sorry, but it seems that libswish-api-common-perl need to be fixed.
 Nothing can be done in swish-e.

I strongly disagree. As outlined in the previous mail, just injecting
your methods into your own namespaces would be good enough to fix this
issue.

In /usr/lib/perl5/SWISH/API.pm line 34 you could replace

  grep { m/::$/ } keys %SWISH::API::

by the list of packages like this:

  my @packages = qw/Foo::Bar Bar::Baz .../;
  CL: for my $class ( map { ${_}:: } @packages )


Although I'd like to reassign this bug back to swish-e again I'm not
doing so for now until some consensus is reached.


-Flo

-- 
BOFH excuse #311:
transient bus protocol violation


signature.asc
Description: Digital signature


Bug#422609: FTBFS: Undefined subroutine SWISH::API::Common::VERSION called at /usr/share/perl/5.8/ExtUtils/MakeMaker.pm line 394.

2007-05-07 Thread Michael Ablassmeier
Package: libperldoc-search-perl
Version: 0.01-1
Severity: serious
Justification: policy violation

hi, 

Lucas has rebuild the archive on i386 and your package Failed to Build
from Source with the following error:

 Checking if your kit is complete...
 Looks good
 Undefined subroutine SWISH::API::Common::VERSION called at 
/usr/share/perl/5.8/ExtUtils/MakeMaker.pm line 394.
 make: *** [build-stamp] Error 9

the full log can be found here:

http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/libperldoc-search-perl_0.01-1_sid32.buildlog

bye,
- michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]