From: "Vladimir D. Seleznev" <vseleznv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Q: duplicate tcl() self-provides
Date: Wed, 11 Nov 2020 19:38:55 +0300
Message-ID: <20201111163855.GA154865@portlab> (raw)
In-Reply-To: <20201111160931.GB9029@altlinux.org>
On Wed, Nov 11, 2020 at 07:09:31PM +0300, Dmitry V. Levin wrote:
> Hi,
>
> У нас в репозитории обнаружилось несколько пакетов, которые содержат сразу
> 2 разные версии одного и того же tcl(...) в Provides. Предполагаю, что во
> всех случаях это ошибки, поскольку сравнения версий в rpm работают не так,
> как ожидают люди, когда у пакета больше одной версии. Кто-нибудь знает,
> зачем это было сделано?
Эти пакеты действительно провайдят несколько версий расширений:
$ tclsh
tclsh8.6 [~] package require http 1.0
1.0
tclsh8.6 [~] package require http 2.9.1
version conflict for package "http": have 1.0, need 2.9.1
while evaluating package require http 2.9.1
tclsh8.6 [~] exit
$ tclsh
tclsh8.6 [~] package require http 2.9.1
2.9.1
tclsh8.6 [~] package require http 1.0
version conflict for package "http": have 2.9.1, need 1.0
while evaluating package require http 1.0
Некоторые пакеты могу требовать определённые версии модулей. Как можно
разрешить эту ситуацию?
--
WBR,
Vladimir D. Seleznev
prev parent reply other threads:[~2020-11-11 16:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-11 16:09 Dmitry V. Levin
2020-11-11 16:38 ` Vladimir D. Seleznev [this message]
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=20201111163855.GA154865@portlab \
--to=vseleznv@altlinux.org \
--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