[Pkg-catalyst-maintainers] Bug#365236: libhtml-widget-perl: FTBFS: Missing Build-Depends on 'libclass-data-accessor-perl'

Andreas Jochens aj at andaco.de
Fri Apr 28 17:22:37 UTC 2006


Package: libhtml-widget-perl
Version: 1.07-1
Severity: serious
Tags: patch

When building 'libhtml-widget-perl' in a clean 'unstable' chroot,
I get the following error:

/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Cannot determine perl version info from lib/HTML/Widget.pm
*** Module::AutoInstall version 1.02
*** Checking for Perl dependencies...
[Core Features]
- Test::NoWarnings               ...loaded. (0.082)
- HTML::Element                  ...loaded. (3.16)
- Class::Accessor::Fast          ...loaded. (0.25)
- Class::Accessor::Chained::Fast ...loaded. (0)
- Class::Data::Accessor          ...missing.
- HTML::Scrubber                 ...loaded. (0.08)
- Storable                       ...loaded. (2.15)
- Module::Pluggable::Fast        ...loaded. (0.18)
- Email::Valid                   ...loaded. (0.15)
- Date::Calc                     ...loaded. (5.4)
- Scalar::Util                   ...loaded. (1.18)
==> Auto-install the 1 mandatory module(s) from CPAN? [y] y

/etc/perl/CPAN/Config.pm initialized.
[...]
Are you ready for manual configuration? [yes] yes

Please add the missing Build-Depends on 'libclass-data-accessor-perl'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libhtml-widget-perl-1.07/debian/control ./debian/control
--- ../tmp-orig/libhtml-widget-perl-1.07/debian/control	2006-04-28 11:50:13.000000000 +0000
+++ ./debian/control	2006-04-28 11:50:08.000000000 +0000
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl, libtest-nowarnings-perl, libhtml-tree-perl, libclass-accessor-perl, libclass-accessor-chained-perl, libemail-valid-perl, libdate-calc-perl, libtest-mockobject-perl, libtest-pod-perl, libtest-pod-coverage-perl, libhtml-scrubber-perl, libmodule-pluggable-fast-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libclass-data-accessor-perl, libmodule-install-perl, libtest-nowarnings-perl, libhtml-tree-perl, libclass-accessor-perl, libclass-accessor-chained-perl, libemail-valid-perl, libdate-calc-perl, libtest-mockobject-perl, libtest-pod-perl, libtest-pod-coverage-perl, libhtml-scrubber-perl, libmodule-pluggable-fast-perl
 Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Standards-Version: 3.6.2




More information about the Pkg-catalyst-maintainers mailing list