Debian Bug report logs -
#480917
Depends on removed package libversion-perl
Reported by: Robert Luberda <robert@debian.org>
Date: Mon, 12 May 2008 17:51:04 UTC
Severity: grave
Tags: lenny, sid
Fixed in version svk/2.0.2-2
Done: Bastian Blank <waldi@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>:
Bug#480917; Package libversion-perl.
(full text, mbox, link).
Acknowledgement sent to Robert Luberda <robert@debian.org>:
New Bug report received and forwarded. Copy sent to Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: libversion-perl
Version: 1:0.7400-3
Severity: grave
The package no longer contains /usr/lib/perl5/version.pm file, what
makes svk unusable:
> svk
Can't locate version.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl .) at /usr/share/perl5/SVK/Version.pm line 53.
BEGIN failed--compilation aborted at /usr/share/perl5/SVK/Version.pm
line 53.
Compilation failed in require at /usr/share/perl5/SVK.pm line 53.
BEGIN failed--compilation aborted at /usr/share/perl5/SVK.pm line 53.
Compilation failed in require at /usr/bin/svk line 83.
BEGIN failed--compilation aborted at /usr/bin/svk line 83.
Regards,
robert
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash
-- no debconf information
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>:
Bug#480917; Package libversion-perl.
(full text, mbox, link).
Acknowledgement sent to gregor herrmann <gregoa@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>.
(full text, mbox, link).
Message #10 received at 480917@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
On Mon, 12 May 2008 19:49:51 +0200, Robert Luberda wrote:
> The package no longer contains /usr/lib/perl5/version.pm file, what
> makes svk unusable:
Thanks for spotting this. Indeed the package doesn't contain a
/usr/lib/perl directory at all (in a locally built package).
There are two interesting points:
* You are using libversion-perl 1:0.7400-3 from unstable but perl
5.8.8. from testing. Upgrading to perl 5.10 should fix your
original problem, because version.pm is included there in perl-modules.
(And libversion-perl is already scheduled for removal, cf. #480458)
* I tried to fix the problem anyway but libversion-perl doesn't build
in my sid cowbuilder chroot (well, a rather empty package is indeed
created). The error is:
cc -I/usr/lib/perl/5.10/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o /tmp/compilet.o /tmp/compilet.c
cc -shared -O2 -g -L/usr/local/lib -o /tmp/compilet.so /tmp/compilet.o
- ERROR: perl (5.10.0) is installed, but we need version < 5.009
(The buildds show the same error:
http://buildd.debian.org/pkg.cgi?pkg=libversion-perl)
At the moment I'm not sure if we can do anything ...
Cheers,
gregor
--
.''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
: :' : debian gnu/linux user, admin & developer - http://www.debian.org/
`. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/
`- NP: Anouar Brahem: L'arbre qui voit
[signature.asc (application/pgp-signature, inline)]
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>:
Bug#480917; Package libversion-perl.
(full text, mbox, link).
Acknowledgement sent to Robert Luberda <robert@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>.
(full text, mbox, link).
Message #15 received at 480917@bugs.debian.org (full text, mbox, reply):
gregor herrmann writes:
Hi,
>
> There are two interesting points:
> * You are using libversion-perl 1:0.7400-3 from unstable but perl
> 5.8.8. from testing. Upgrading to perl 5.10 should fix your
> original problem, because version.pm is included there in perl-modules.
Oh, I'm using sid, but I haven't upgraded perl yet because of #479763.
>
> At the moment I'm not sure if we can do anything ...
How about making libversion-perl a transitional package depending on
perl-modules >= 5.10?
Regards,
robert
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>:
Bug#480917; Package libversion-perl.
(full text, mbox, link).
Acknowledgement sent to Niko Tyni <ntyni@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>.
(full text, mbox, link).
Message #20 received at 480917@bugs.debian.org (full text, mbox, reply):
On Tue, May 13, 2008 at 09:15:24AM +0200, Robert Luberda wrote:
> > There are two interesting points:
> > * You are using libversion-perl 1:0.7400-3 from unstable but perl
> > 5.8.8. from testing. Upgrading to perl 5.10 should fix your
> > original problem, because version.pm is included there in perl-modules.
>
> Oh, I'm using sid, but I haven't upgraded perl yet because of #479763.
Right, libversion-perl doesn't have the 5.10.0 dependency because it's
empty so ${perl:Depends} is unset.
> > At the moment I'm not sure if we can do anything ...
>
> How about making libversion-perl a transitional package depending on
> perl-modules >= 5.10?
Yes, we need something like this until we can remove libversion-perl
altogether (#480458).
I'd prefer doing this from the libversion-perl source package instead of
perl itself, particularly because it's (hopefully) temporary.
The quick and dirty solution would be to just hardcode 'perl-modules
(>= 5.10)' in the dependencies for now.
A cleaner one would do the right thing and generate a proper package
when built on 5.8 too, but that's not probably worth the effort.
--
Niko Tyni ntyni@debian.org
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>:
Bug#480917; Package libversion-perl.
(full text, mbox, link).
Acknowledgement sent to Gunnar Wolf <gwolf@gwolf.org>:
Extra info received and forwarded to list. Copy sent to Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>.
(full text, mbox, link).
Message #25 received at 480917@bugs.debian.org (full text, mbox, reply):
reassign 480917 svk
thanks
libversion-perl has been removed from both testing and unstable, this
issue can be solved by making svk depend on 'perl >> 5.10 | libversion-perl'
Yes, currently svk is not buildable/usable with Perl 5.10 (#479698),
but solving that bug will also solve this one. (Maybe this bug should
be tagged as blocked by it?)
Greetings,
--
Gunnar Wolf - gwolf@gwolf.org - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF
Bug reassigned from package `libversion-perl' to `svk'.
Request was from Gunnar Wolf <gwolf@gwolf.org>
to control@bugs.debian.org.
(Mon, 26 May 2008 17:36:09 GMT) (full text, mbox, link).
Changed Bug title to `Depends on removed package libversion-perl' from `libversion-perl: Doesn't contain version.pm, what breaks svk'.
Request was from Gunnar Wolf <gwolf@gwolf.org>
to control@bugs.debian.org.
(Mon, 26 May 2008 17:42:01 GMT) (full text, mbox, link).
Reply sent to Bastian Blank <waldi@debian.org>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Robert Luberda <robert@debian.org>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #34 received at 480917-close@bugs.debian.org (full text, mbox, reply):
Source: svk
Source-Version: 2.0.2-2
We believe that the bug you reported is fixed in the latest version of
svk, which is due to be installed in the Debian FTP archive:
svk_2.0.2-2.diff.gz
to pool/main/s/svk/svk_2.0.2-2.diff.gz
svk_2.0.2-2.dsc
to pool/main/s/svk/svk_2.0.2-2.dsc
svk_2.0.2-2_all.deb
to pool/main/s/svk/svk_2.0.2-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 480917@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Blank <waldi@debian.org> (supplier of updated svk package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 04 Jul 2008 17:24:09 +0200
Source: svk
Binary: svk
Architecture: source all
Version: 2.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Bastian Blank <waldi@debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Description:
svk - A Distributed Version Control System
Closes: 479763 480917
Changes:
svk (2.0.2-2) unstable; urgency=low
.
* liblocale-maketext-simple-perl and libversion-perl has been merged into
perl, accept it as alternative. (closes: #479763, #480917)
Checksums-Sha1:
7421890077d6300b5194364b8b928edef244ecf1 1771 svk_2.0.2-2.dsc
6ac8f0bbb8f31e5162be6babd325cf84050494fa 4328 svk_2.0.2-2.diff.gz
8011219d8f096aa0753ce8414d930836c02e7c89 484104 svk_2.0.2-2_all.deb
Checksums-Sha256:
98d4fe80283d14ba53cc204cbf695a94ac165ddd3e0e1f61926ab36b19389906 1771 svk_2.0.2-2.dsc
6f915df70e84f67392b55b978df2523626211df74db01e23c30032718e4e39e3 4328 svk_2.0.2-2.diff.gz
997dea63fdff4c67be18f61112a27405670e4e4364602243d77f51454d015a8e 484104 svk_2.0.2-2_all.deb
Files:
f7e50f113775068e9247975cb6a9dd33 1771 perl optional svk_2.0.2-2.dsc
06f1110cf353199066ca74ad18257097 4328 perl optional svk_2.0.2-2.diff.gz
47807e9e19388f16c7152a7546a8b9a0 484104 perl optional svk_2.0.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkhuQksACgkQxWtQqFixGB48vACfa3j08wtajnAaauGoEXost2HK
58YAn2/hBKczkoJ01YN+DAYl6Ob5eFuN
=vq0H
-----END PGP SIGNATURE-----
Tags added: lenny, sid
Request was from Frank Lichtenheld <djpig@debian.org>
to control@bugs.debian.org.
(Sat, 16 Aug 2008 02:48:48 GMT) (full text, mbox, link).
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Mon, 16 Mar 2009 08:00:16 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Mon Feb 5 21:44:25 2024;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.