|
|
Up |
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 13:50
Package: libapache2-authenntlm-perl
Version: 0.2-3
Severity: important
Tags: patch
Hi,
libapache2-authenntlm-perl fails to build with perl 5.10 from
experimental:
...
rmdir --ignore-fail-on-non-empty --parents /tmp/buildd/libapache2-authenntlm-perl-0.02/debian/libapache2-authenntlm-perl/usr/share/perl5
rmdir: failed to remove `/tmp/buildd/libapache2-authenntlm-perl-0.02/debian/libapache2-authenntlm-perl/usr/share/perl5': No such file or directory
make: *** [install-stamp] Error 1
The reason for this is that MakeMaker that is shipped with perl5.10
finally stops creating the spurious usr/{share,lib}/perl5 directories.
Please change the removal line to
[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
Thanks,
dam
P.S. shameless plug: if you don't want to bother, please consider
giving[1] the package to the Debian Perl Group.
|
| Show full article (1.51Kb) |
|
| |
no comments
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 13:50
Package: libaudio-mixer-perl
Version: 0.7-2
Severity: important
Tags: patch
Hi,
libaudio-mixer-perl fails to build with perl 5.10 from experimental:
...
rmdir --ignore-fail-on-non-empty --parents /tmp/buildd/libaudio-mixer-perl-0.7/debian/libaudio-mixer-perl/usr/share/perl5
rmdir: failed to remove `/tmp/buildd/libaudio-mixer-perl-0.7/debian/libaudio-mixer-perl/usr/share/perl5': No such file or directory
make: *** [install-stamp] Error 1
The reason for this is that MakeMaker that is shipped with perl5.10
finally stops creating the spurious usr/{share,lib}/perl5 directories.
Please change the removal line to
[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
Thanks,
dam
P.S. shameless plug: if you don't want to bother, please consider
giving[1] the package to the Debian Perl Group.
[1] http://wiki.debian.org/Teams/DebianPerlGroup?action=show#head-e1811c16f568b2e2f356d6bf2d9db17f727d9804
|
| Show full article (1.15Kb) |
|
| |
no comments
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 13:20
Package: libmath-bigint-gmp-perl
Version: 1.18-2
Severity: important
Hi,
libmath-bigint-gmp-perl fails to build with perl 5.10 from experimental:
...
/usr/bin/make test
make[1]: Entering directory `/tmp/buildd/libmath-bigint-gmp-perl-1.18'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/bigfltpm....Math::BigInt::GMP is missing method '_from_oct' at t/bigfltpm.t line 15
Cannot load outdated Math::BigInt::GMP v1.18, please upgrade at t/bigfltpm.t line 15
Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at t/bigfltpm.t line 15
t/bigfltpm....NOK 1/2012# Test 1 got: "Math::BigInt::FastCalc" (bigfltpm.inc at line 3)
# Expected: "Math::BigInt::GMP"
...
Full build log is attached.
Also, there is a pending problem with debian/rules. The line
rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
|
| Show full article (1.58Kb) |
|
no comments
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 13:20
Package: libberkeleydb-perl
Version: 0.31-1
Severity: important
Tags: patch
Hi,
libberkeleydb-perl fails to build with perl 5.10 from experimental:
...
rmdir /tmp/buildd/libberkeleydb-perl-0.31/debian/libberkeleydb-perl/usr/share/perl5/
rmdir: failed to remove `/tmp/buildd/libberkeleydb-perl-0.31/debian/libberkeleydb-perl/usr/share/perl5/': No such file or directory
make: *** [install-stamp] Error 1
The reason for this is that MakeMaker that is shipped with perl5.10
finally stops creating the spurious usr/{share,lib}/perl5 directories.
Please change the removal line to
[ ! -d $(D)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(D)/usr/share/perl5
Thanks,
dam
P.S. shameless plug: if you don't want to bother, please consider
giving[1] the package to the Debian Perl Group.
[1] http://wiki.debian.org/Teams/DebianPerlGroup?action=show#head-e1811c16f568b2e2f356d6bf2d9db17f727d9804
|
| Show full article (1.10Kb) |
|
no comments
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 13:00
Package: libfile-rsyncp-perl
Version: 0.68-1
Severity: important
Tags: patch
Hi,
libfile-rsyncp-perl fails to build with perl 5.10 (package available in
experimental):
...
rmdir /tmp/buildd/libfile-rsyncp-perl-0.68/debian/libfile-rsyncp-perl/usr/share/perl5/
rmdir: failed to remove `/tmp/buildd/libfile-rsyncp-perl-0.68/debian/libfile-rsyncp-perl/usr/share/perl5/': No such file or directory
make: *** [install] Error 1
The reason for this is that MakeMaker that is shipped with perl5.10
finally stops creating the spurious usr/{share,lib}/perl5 directories.
Please change the removal line to
[ ! -d $(CURDIR)/debian/libfile-rsyncp-perl/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libfile-rsyncp-perl//usr/share/perl5
Thanks,
dam
P.S. shameless plug: if you don't want to bother, please consider
giving[1] the package to the Debian Perl Group.
|
| Show full article (1.18Kb) |
|
no comments
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 11:50
Package: liblinux-inotify2-perl
Version: 1.1-2
Severity: important
Tags: patch
Hi,
liblinux-inotify2-perl fails to build with perl 5.10 (package available
in experimental):
...
rmdir --ignore-fail-on-non-empty --parents
/tmp/buildd/liblinux-inotify2-perl-1.1/debian/liblinux-inotify2-perl/usr/share/perl5
rmdir: failed to remove
`/tmp/buildd/liblinux-inotify2-perl-1.1/debian/liblinux-inotify2-perl/usr/share/perl5':
No such file or directory
make: *** [install-stamp] Error 1
The reason for this is that MakeMaker that is shipped with perl5.10
finally stops creating the spurious usr/{share,lib}/perl5 directories.
Please change the removal line to
[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
|
| Show full article (0.96Kb) |
|
no comments
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 11:40
Package: libperlio-eol-perl
Version: 0.13-1
Severity: important
Hi,
libperlio-eol-perl fails to build with perl 5.10 (package available in
experimental):
rmdir --ignore-fail-on-non-empty --parents
/tmp/buildd/libperlio-eol-perl-0.13/debian/libperlio-eol-perl/usr/share/perl5
rmdir: failed to remove
`/tmp/buildd/libperlio-eol-perl-0.13/debian/libperlio-eol-perl/usr/share/perl5':
No such file or directory
make: *** [install] Error 1
usr/share/perl5 needs to be removed only if it exists. The reason why
this fails with perl 5.10 is that in the newer MakeMaker, the bug that
creates spurious /usr/{share,lib}/perl5 is fixed.
Thanks,
dam
|
| Show full article (0.82Kb) |
|
no comments
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 11:10
Package: libfuse-perl
Version: 0.09-2
Severity: important
Hi,
libuudi-perl fails to build with perl 5.10 (package available in
experimental):
rmdir
/tmp/buildd/libfuse-perl-0.09/debian/libfuse-perl/usr/share/perl5
rmdir: failed to remove
`/tmp/buildd/libfuse-perl-0.09/debian/libfuse-perl/usr/share/perl5':
No such file or directory
make: *** [binary-install/libfuse-perl] Error 1
usr/share/perl5 needs to be removed only if it exists. The reason why
this fails with perl 5.10 is that in the newer MakeMaker, the bug that
creates spurious /usr/{share,lib}/perl5 is fixed.
Please remove usr/share/perl5 only if it exists.
Thanks,
dam
|
| Show full article (0.82Kb) |
|
no comments
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 10:50
Package: libnet-dbus-perl
Version: 0.33.5-1
Severity: important
Hi,
debian/rules of libnet-dbus-perl contains the following in its
install-stamp target:
rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
This will fail when perl 5.10 enters unstable as it contains MakeMaker
that has the bug of creating that spurious directory fixed.
Please use
[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
to prevent FTBFS with perl 5.10
Thanks,
dam
|
| |
|
no comments
|
|
  |
|
|
  |
Author: Damyan IvanovDamyan Ivanov
Date: Jan 31, 2008 09:50
Package: libuuid-perl
Version: 0.02-1
Severity: important
Hi,
libuudi-perl fails to build with perl 5.10 (package available in
experimental):
...
rmdir --ignore-fail-on-non-empty --parents
/tmp/buildd/libuuid-perl-0.02/debian/libuuid-perl/usr/share/perl5
rmdir: failed to remove
`/tmp/buildd/libuuid-perl-0.02/debian/libuuid-perl/usr/share/perl5':
No such file or directory
make: *** [install-stamp] Error 1
usr/share/perl5 needs to be removed only if it exists. The reason why
this fails with perl 5.10 is that in the newer MakeMaker, the bug that
creates spurious /usr/{share,lib}/perl5 is fixed.
Thanks,
dam
|
| Show full article (1.02Kb) |
|
no comments
|
|
|
|
|
|
|