Your message dated Sat, 17 Mar 2007 22:11:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#393478: libcrypt-des-perl: FTBFS: Is the Build-Depends on
libcrypt-cbc-perl really necessary?
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libcrypt-des-perl
Version: 2.05-1
Severity: wishlist
Tags: patch
Hello,
is the Build-Depends on 'libcrypt-cbc-perl' really necessary? I built the
package with and without 'libcrypt-cbc-perl' installed and could not
find any difference.
Please remove the Build-Depends on 'libcrypt-cbc-perl' if possible.
Regards
Andreas Jochens
diff -urN ../tmp-orig/libcrypt-des-perl-2.05/debian/control ./debian/control
--- ../tmp-orig/libcrypt-des-perl-2.05/debian/control 2006-10-16
14:38:44.000000000 +0000
+++ ./debian/control 2006-10-16 14:38:41.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: "Debian Perl group" <[EMAIL PROTECTED]>
Uploaders: Jaldhar H. Vyas <[EMAIL PROTECTED]>, Krzysztof Krzyzaniak (eloy)
<[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), perl (>= 5.8.0-7), libcrypt-cbc-perl
+Build-Depends: debhelper (>> 3.0.0), perl (>= 5.8.0-7)
Standards-Version: 3.6.2
Package: libcrypt-des-perl
--- End Message ---
--- Begin Message ---
On Mon, Oct 16, 2006 at 08:37:30PM +0200, Andreas Jochens wrote:
> On 06-Oct-16 20:41, Niko Tyni wrote:
> > Crypt::CBC is used in 'test.pl', run in the 'make test' step of building
> > the package. It's in the Build-Depends to ensure complete test coverage,
> > since otherwise some of the tests would be skipped.
>
> OK, I missed that.
>
> > Could you please explain why is this a problem? Is the package failing
> > to build for you, as mentioned in the title ('FTBFS')?
>
> It is not really a problem.
>
> I just tried to rebuild the complete archive from scratch and the
> circular Build-Dependens between libcrypt-des-perl and libcrypt-cbc-perl
> was somewhat problematic in this context. Both packages failed to
> autobuild and I had to try to build one of them by hand without
> using the other one.
Hi,
this bug was left open back in October, but I don't think there is a
"right" solution available.
A bit of googling found a discussion in 2003 [1] suggesting a
'Build-Recommends' control field. If there was one, test script
dependencies for Perl modules would be a perfect use case for them.
Unfortunately, there currently isn't :(
I'm closing this since I think I have answered the question in
the title of the bug. Naturally, feel free to reply or reopen
if you still think the circular build-dependency should be
eliminated.
[1] http://lists.debian.org/debian-devel-0311/msg00012.html
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- End Message ---