Bug#299340: Depends: not complete

2005-03-17 Thread Andy Balaam
Kenneth Pronovici wrote:
Shaun  Andy -
 

A user of FreeGuide, which uses xmltv, says he needs
libarchive-zip-perl and libio-stringy-perl installed for freeguide to
work. I haven't needed these packages. The freeguide upstream author,
Andy, thinks it might be because the grabber for his region needs it.
What do you know of this issue? Should xmltv-util Recommends:
libarchive-zip-perl, libio-stringy-perl?
   

I build the Debian dependencies based on the list that Ed Avis has put
into XMLTV's README file.  Required files are listed as Depends,
optional files (like Term::Progressbar) are listed as Recommends, etc.
I just checked, and as of now, none of the Perl modules in these two
packages are listed in the README.
If some grabber or utility requires these two additional packages, then
I should certainly add them to the dependencies.  However, I'd like to
know what grabber it is that's having the problem, and I'd like to
coordinate with Ed to make sure that these packages are listed in the
upstream README as well.
From a quick check through the code, it looks like tv_grab_uk_bleb is
the offending grabber, or possibly tv_grab_se_swedb.  These extra
dependencies are even listed in the Makefile.PL.  However, Makefile.PL
doesn't seem to be enforcing the prerequisite on build.  I don't think
I've ever seen that before.  Usually, a build within a pbuilder chroot
exposes this sort of thing.
Can you have your FreeGuide user confirm that his problem is with
tv_grab_uk_bleb or tv_grab_se_swedb?  In the meantime, I'll put together
a new package with the correct dependencies and I'll also create a patch
for the upstream README to fix the discrepancy.
 

I'm pretty sure it is tv_grab_uk_bleb.  The problem is that it is a hard 
dependency, but only for this particular grabber, so it's difficult to 
fit into a formal dependency structure.

Andy

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


Bug#299340: Depends: not complete

2005-03-17 Thread iain d broadfoot
* Shaun Jackman ([EMAIL PROTECTED]) wrote:
 Great! Thanks for your detailed analysis. The user is...
 iain d broadfoot [EMAIL PROTECTED]
 
 Iain, which xmltv grabber are you using?

The analysis was right: it was the tv_grab_uk_bleb grabber that
was causing the errors.

Apologies for mis-filing the bug initially: I note that a new
xmltv package has been uploaded already!

cheers,
iain

-- 
If sharing a thing in no way diminishes it, it is not
rightly owned if it is not shared. -- St. Augustine
#rm -rf /
http://www.geeksoc.org/


signature.asc
Description: Digital signature


Bug#299340: [Freeguide-tv-devel] Re: Bug#299340: Depends: not complete

2005-03-16 Thread Andy Balaam
Hi Shaun,
I think they may be needed for certain XMLTV grabbers to work.
Iain: what country are you in?
By the way Shaun, it might be better to send more Debian-specific 
messages to me at this address rather than the FreeGuide developers' 
mailing list.

Best wishes,
Andy
Shaun Jackman wrote:
package freeguide
tags 299340 +moreinfo unreproducible
thanks
I've never had these packages installed. Suffice to say, freeguide has
always worked for me without them. Under what conditions did you find
you needed these packages?
Andy, do you know if Freeguide requires these packages?
Cheers,
Shaun
On Sun, 13 Mar 2005 18:40:04 +, iain d broadfoot
[EMAIL PROTECTED] wrote:
 

Package: freeguide
Version: 0.8.1-1
Severity: important
I needed to install:
libarchive-zip-perl
libio-stringy-perl
for freeguide to work.
iain
   


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Freeguide-tv-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freeguide-tv-devel
 


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


Bug#299340: Depends: not complete

2005-03-16 Thread Shaun Jackman
Hello Kenneth,

A user of FreeGuide, which uses xmltv, says he needs
libarchive-zip-perl and libio-stringy-perl installed for freeguide to
work. I haven't needed these packages. The freeguide upstream author,
Andy, thinks it might be because the grabber for his region needs it.
What do you know of this issue? Should xmltv-util Recommends:
libarchive-zip-perl, libio-stringy-perl?

Cheers,
Shaun

On Wed, 16 Mar 2005 16:26:44 +, Andy Balaam
[EMAIL PROTECTED] wrote:
 Hi Shaun,
 
 I think they may be needed for certain XMLTV grabbers to work.
 
 Iain: what country are you in?
 
 By the way Shaun, it might be better to send more Debian-specific
 messages to me at this address rather than the FreeGuide developers'
 mailing list.
 
 Best wishes,
 Andy
 
 Shaun Jackman wrote:
 package freeguide
 tags 299340 +moreinfo unreproducible
 thanks
 
 I've never had these packages installed. Suffice to say, freeguide has
 always worked for me without them. Under what conditions did you find
 you needed these packages?
 
 Andy, do you know if Freeguide requires these packages?
 
 Cheers,
 Shaun
 
 On Sun, 13 Mar 2005 18:40:04 +, iain d broadfoot
 [EMAIL PROTECTED] wrote:
 Package: freeguide
 Version: 0.8.1-1
 Severity: important
 
 I needed to install:
 libarchive-zip-perl
 libio-stringy-perl
 
 for freeguide to work.
 
 iain


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



Bug#299340: Depends: not complete

2005-03-16 Thread Kenneth Pronovici
Shaun  Andy -

 A user of FreeGuide, which uses xmltv, says he needs
 libarchive-zip-perl and libio-stringy-perl installed for freeguide to
 work. I haven't needed these packages. The freeguide upstream author,
 Andy, thinks it might be because the grabber for his region needs it.
 What do you know of this issue? Should xmltv-util Recommends:
 libarchive-zip-perl, libio-stringy-perl?

I build the Debian dependencies based on the list that Ed Avis has put
into XMLTV's README file.  Required files are listed as Depends,
optional files (like Term::Progressbar) are listed as Recommends, etc.
I just checked, and as of now, none of the Perl modules in these two
packages are listed in the README.

If some grabber or utility requires these two additional packages, then
I should certainly add them to the dependencies.  However, I'd like to
know what grabber it is that's having the problem, and I'd like to
coordinate with Ed to make sure that these packages are listed in the
upstream README as well.

From a quick check through the code, it looks like tv_grab_uk_bleb is
the offending grabber, or possibly tv_grab_se_swedb.  These extra
dependencies are even listed in the Makefile.PL.  However, Makefile.PL
doesn't seem to be enforcing the prerequisite on build.  I don't think
I've ever seen that before.  Usually, a build within a pbuilder chroot
exposes this sort of thing.

Can you have your FreeGuide user confirm that his problem is with
tv_grab_uk_bleb or tv_grab_se_swedb?  In the meantime, I'll put together
a new package with the correct dependencies and I'll also create a patch
for the upstream README to fix the discrepancy.

If you want, you can reassign this bug to xmltv-util.

KEN

-- 
Kenneth J. Pronovici [EMAIL PROTECTED]


pgpUpsnAHqtBy.pgp
Description: PGP signature


Bug#299340: Depends: not complete

2005-03-15 Thread Shaun Jackman
package freeguide
tags 299340 +moreinfo unreproducible
thanks

I've never had these packages installed. Suffice to say, freeguide has
always worked for me without them. Under what conditions did you find
you needed these packages?

Andy, do you know if Freeguide requires these packages?

Cheers,
Shaun

On Sun, 13 Mar 2005 18:40:04 +, iain d broadfoot
[EMAIL PROTECTED] wrote:
 Package: freeguide
 Version: 0.8.1-1
 Severity: important
 
 I needed to install:
 libarchive-zip-perl
 libio-stringy-perl
 
 for freeguide to work.
 
 iain


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



Bug#299340: Depends: not complete

2005-03-13 Thread iain d broadfoot
Package: freeguide
Version: 0.8.1-1
Severity: important

I needed to install:
libarchive-zip-perl
libio-stringy-perl

for freeguide to work.

iain

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.3myVeryOwnKernelSwsusp2.1.8
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages freeguide depends on:
ii  sablevm [java-virtual-mac 1.1.9-1Free implementation of Java Virtua
ii  sun-j2sdk1.5 [j2sdk1.5]   1.5.0+update01 Java(TM) 2 SDK, Standard Edition, 
ii  xmltv 0.5.38-1   Functionality related to the XMLTV

-- no debconf information


signature.asc
Description: Digital signature