From: Alexey Tourbin <at@altlinux.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] непонятное с serial
Date: Wed, 18 Jul 2007 19:06:33 +0400
Message-ID: <20070718150633.GC19842@solemn.turbinal> (raw)
In-Reply-To: <20070716082815.GA10517@cryo.net.ru>
[-- Attachment #1: Type: text/plain, Size: 2065 bytes --]
On Mon, Jul 16, 2007 at 12:28:15PM +0400, Pavlov Konstantin wrote:
> On Fri, Jul 13, 2007 at 12:35:20PM +0400, Pavlov Konstantin wrote:
> > Всем привет.
> >
> > Понадобилось добавить serial:
> > Name: ffmpeg
> > Version: 0.4.9
> > Serial: 1
> > %define revision 9620
> > Release: alt1.svn9620
> > ---
> >
> > при dist-upgrade:
> > The following packages will be upgraded
> > ffmpeg ffmpeg-vhook libavcodec libavcodec-devel libavformat
> > libavformat-devel libavutil libavutil-devel libffmpeg
> > libpostproc libpostproc-devel libswscale
> > The following packages will be REMOVED:
> > vlc-maxi vlc-plugin-ffmpeg
> > 12 upgraded, 0 newly installed, 2 removed and 0 not upgraded.
> >
> > vlc-maxi и vlc-plugin-ffmpeg вынеслись, после этого попробовал их
> > поставить:
> > The following packages have unmet dependencies:
> > vlc-plugin-ffmpeg: Depends: libavcodec (>= 0.5.0-alt1.svn8045) but
> > 1:0.4.9-alt1.svn9620 is to be installed
> >
> > Получается, apt не обрабатывает serial?
>
> Монстры apt'а, ау!
> http://git.altlinux.org/people/thresh/packages/?p=ffmpeg.git;a=commitdiff;h=a37dd62c423944d32cea4d421b5f0468e2aaf187
Это известная багофича. Если указана зависимость без сериала, а пакет
предоставляется с сериалом, то при разрешении зависимостей сериал
отбрасывается.
Т.е. Requires: >= 0.5 всегда будет анметом с any_serial:0.4.
На самом деле это является следствием того, что сериал _СЛЕВА_ при
отсутствии сериала СПРАВА не учитывается (или наоборот, черт его знает,
не могу запомнить).
Это имеет далекие и довольно неприятные последствия с точки зрения
математической модели. Нельзя задать отношение порядка на множестве
версий.
$ rpmevrcmp 0.5 1:0.4
-1
$ rpmevrcmp 1:0.4 0.5
-1
$
В данном случае нужно указывать Requires: ... >= 0:0.5 чтобы допустить
откат по версии при увеличении сериала.
Это особенность не апт а самого librpm --
$ cd rpm
$ vim +/XXX rpmdb/rpmvercmp.c
В более новых версиях rpm это поведение переделали, не сказать чтобы
стало намного удачнее.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2007-07-18 15:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-13 8:35 Pavlov Konstantin
2007-07-13 8:44 ` Slava Semushin
2007-07-13 8:42 ` Pavlov Konstantin
2007-07-16 8:28 ` Pavlov Konstantin
2007-07-18 15:06 ` Alexey Tourbin [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=20070718150633.GC19842@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