From: Alexey Tourbin <at@altlinux.ru> To: ALT Devel discussion list <devel@lists.altlinux.org> Subject: Re: [devel] perl-Module-Build Date: Wed, 15 Aug 2007 15:31:08 +0400 Message-ID: <20070815113108.GE28977@solemn.turbinal> (raw) In-Reply-To: <20070814150009.GA32564@mail.gu.net> [-- Attachment #1: Type: text/plain, Size: 1654 bytes --] On Tue, Aug 14, 2007 at 06:00:09PM +0300, Victor Forsyuk wrote: > > > На самом деле, это довольно странно, что у Module::Build ветки 0.28 такие > > > серьезные проблемы. Посмотрим в тот же девелоперрский репозитарий Федоры... > > > Там уже давно, больше года, perl-Module-Build обновили до 0.28 ветки. > > > > > > perl-version у них текущей версии (0.7203), а не древний 0.48, как у нас. > Как насчет фич-реквеста по обновлению perl-version до текущей версии? Уже обновил, лучше подождать 0.72.03-alt2. На самом деле есть более глубокая проблема с verson.pm: надо добавить в perl.prov поддержку version.pm, чтобы он проставлял версии в Provides. Я сейчас этим занимаюсь. К сожалению, Вы к git равнодушны, насколько я понимаю. Я до последнего времени обходил проблему с version.pm, а в некоторых пакетах даже отрывал version.pm, как, например, в perl-Class-DBI: index afb1fed..bfb9788 100644 --- a/lib/Class/DBI.pm +++ b/lib/Class/DBI.pm @@ -7,7 +7,7 @@ package Class::DBI; -use version; $VERSION = qv('3.0.15'); +$VERSION = v3.0.16; use strict; use warnings; Но теперь прижали, деваться некуда. :) Новый Module::Build тоже неявно требует version.pm, причем довольно некрасиво, см. /usr/lib/perl5/vendor_perl/Module/Build/Version.pm. Наверное, нужно эту зависимость актуализировать, потому что сейчас получается $ filereq /dev/stdout perl -MModule::Build -e1 2>/dev/null |grep version /usr/lib/perl5/vendor_perl/i386-linux/auto/version/vxs/vxs.so /usr/lib/perl5/vendor_perl/i386-linux/version.pm /usr/lib/perl5/vendor_perl/i386-linux/version/vxs.pm $ rpm -qR perl-Module-Build |grep version $ [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-08-15 11:31 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-06-27 8:15 Victor Forsyuk 2007-08-13 7:49 ` Alexey Tourbin 2007-08-13 14:18 ` Victor Forsyuk 2007-08-13 14:49 ` Alexey Tourbin 2007-08-14 15:00 ` Victor Forsyuk 2007-08-15 11:31 ` Alexey Tourbin [this message] 2007-08-15 13:27 ` Victor Forsyuk 2007-08-13 17:28 ` [devel] Fedora repo Alexey Tourbin 2007-08-13 22:06 ` Dmitry V. Levin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20070815113108.GE28977@solemn.turbinal \ --to=at@altlinux.ru \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git