From: Alexander Bokovoy <a.bokovoy@sam-solutions.net>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] RPM uninstall dependencies
Date: Tue, 7 Oct 2003 17:24:39 +0300
Message-ID: <20031007142439.GA12824@sam-solutions.net> (raw)
In-Reply-To: <20031007135108.GC25256@basalt.office.altlinux.org>
On Tue, Oct 07, 2003 at 05:51:08PM +0400, Dmitry V. Levin wrote:
> > > > Точнее, она сейчас действует там по умолчанию -- rpmdepOrder не вызывается
> > > > ни при каких обстоятельствах, в отличие от rpmInstall(). Так что можно
> > > > попробовать код из lib/rpminstall.c:592 аналогичным образом добавить ниже
> > > > по тексту в rpmErase().
> > >
> > > В cvs head'е rpm'а есть такой код:
> > >
> > > #ifdef NOTYET
> > > if (!stopUninstall && !(ia->installInterfaceFlags & INSTALL_NOORDER)){
> > > if (rpmtsOrder(ts)) {
> > > numFailed += numPackages;
> > > stopUninstall = 1;
> > > }
> > > }
> > > #endif
> > Похоже на то, но не совсем. Надо будет поэкспериментировать.
>
> Это в точности то. Настораживает "#ifdef NOTYET".
> У нас это выглядело бы так:
>
> #ifdef NOTYET
> if (!stopUninstall && !(interfaceFlags & INSTALL_NOORDER)) {
> if (rpmdepOrder(ts)) {
> numFailed += numPackages;
> stopUninstall = 1;
> }
> }
> #endif
>
Может NOTYET относится к rpmtsOrder - может оно пока не умеет обратную
сортировку для транзакции обеспечивать?
--
/ Alexander Bokovoy
---
sounds like a Windows problem, try calling Microsoft support
next prev parent reply other threads:[~2003-10-07 14:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-01 16:06 Sergey Vlasov
2003-10-01 16:31 ` Dmitry V. Levin
2003-10-01 16:43 ` Alexander Bokovoy
2003-10-07 13:18 ` Dmitry V. Levin
2003-10-07 13:28 ` Alexander Bokovoy
2003-10-07 13:51 ` Dmitry V. Levin
2003-10-07 14:24 ` Alexander Bokovoy [this message]
2003-10-07 14:34 ` 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=20031007142439.GA12824@sam-solutions.net \
--to=a.bokovoy@sam-solutions.net \
--cc=devel@altlinux.ru \
/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