ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexander Bokovoy <a.bokovoy@sam-solutions.net>
To: devel@altlinux.ru
Subject: Re: [devel] Re: Задание зависимостей в RPM
Date: Fri, 13 Dec 2002 18:46:16 +0200
Message-ID: <20021213164616.GO25754@sam-solutions.net> (raw)
In-Reply-To: <Pine.LNX.4.44L.0212131908260.13023-100000@arrakis.zephyrous>

On Fri, Dec 13, 2002 at 07:11:19PM +0300, Ivan Zakharyaschev wrote:
> Тогда пример неудачный: apt-get -D remove unixODBC
> По-моему, он ничего не показывает -- раз все остальные паеты зависят от
> unixODBC, то точно так же работала бы команда apt-get remove unixODBC.
По идее, да.
Пример неудачный по причине того, что unixODBC на самом деле зависит от
libunixODBC. Это моя ошибка.

А вот другой пример: fetchmailconf.
Он зависит от виртуального пакета tkinter, который на самом деле tkinter21
в системе и который никому больше не нужен:

rpmquery --whatrequires tkinter  
fetchmailconf-6.1.3-alt1

rpmquery --whatrequires tkinter21
warning: no package requires tkinter21

apt-get -D remove fetchmailconf
Reading Package Lists... Done
Collecting File Provides... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  fetchmailconf 
0 packages upgraded, 0 newly installed, 1 removed and 0 not upgraded.
Need to get 0B of archives. After unpacking 92.8kB will be freed.
Do you want to continue? [Y/n]

apt-get -D remove tkinter21
Reading Package Lists... Done
Collecting File Provides... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  fetchmailconf tkinter21 
0 packages upgraded, 0 newly installed, 2 removed and 0 not upgraded.
Need to get 0B of archives. After unpacking 2715kB will be freed.
Do you want to continue? [Y/n]

Вот так вот. Похоже, что в данном случае не учитываются виртуальные
зависимости. (tkinter21 provides tkinter)

-- 
/ Alexander Bokovoy
---
Your lucky number is 3552664958674928.  Watch for it everywhere.


  reply	other threads:[~2002-12-13 16:46 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-12 10:40 [devel] Задание зависимостезависимостей " Вячеслав Диконов
2002-12-12 10:57 ` Anton V. Boyarshinov
2002-12-12 13:13   ` [devel] Задание зависимостезависимостезависимостей " Вячеслав Диконов
2002-12-12 13:23     ` Anton V. Boyarshinov
2002-12-15  9:57     ` Alexandre Prokoudine
2002-12-15 10:15       ` [devel] Задание зависимостезависимостезависимостезависимостей " Вячеслав Диконов
2002-12-12 11:22 ` [devel] Re: Задание зависимостезависимостей " Michael Shigorin
2002-12-12 13:03   ` [devel] Re: Задание зависимостезависимостезависимостей " Вячеслав Диконов
2002-12-12 11:29 ` [devel] Задание зависимостезависимостей " "Алексей Любимов"
2002-12-12 12:59   ` [devel] Задание зависимостезависимостезависимостей " Вячеслав Диконов
2002-12-12 13:15   ` [devel] Задание зависимостезависимостей " Anton V. Boyarshinov
2002-12-12 13:22     ` [devel] Задание зависимостезависимостезависимостей " Вячеслав Диконов
2002-12-12 13:36       ` [devel] Re: Задание зависимостей " Michael Shigorin
2002-12-12 13:39         ` Ivan Zakharyaschev
2002-12-12 13:54           ` Alexander Bokovoy
2002-12-12 22:24             ` [devel] Re: Задание зависимостезависимостей " Вячеслав Диконов
2002-12-13  9:00               ` Alexander Bokovoy
2002-12-13 10:36             ` [devel] Re: Задание зависимостей " AntonFarygin
2002-12-13 11:20               ` Alexander Bokovoy
2002-12-13 14:36                 ` Dmitry V. Levin
2002-12-13 14:40                   ` Alexander Bokovoy
2002-12-13 15:02                     ` Dmitry V. Levin
2002-12-13 15:10                       ` Alexander Bokovoy
2002-12-13 15:34                         ` Ivan Zakharyaschev
2002-12-13 15:40                           ` Alexander Bokovoy
2002-12-13 15:35                         ` Dmitry V. Levin
2002-12-13 15:47                           ` Alexander Bokovoy
2002-12-13 16:11                             ` Ivan Zakharyaschev
2002-12-13 16:46                               ` Alexander Bokovoy [this message]
2002-12-13 16:30                             ` Ivan Zakharyaschev
2002-12-13 14:53                   ` Michael Shigorin
2002-12-13 15:48                     ` Ivan Zakharyaschev
2002-12-12 14:26           ` Alexander Bokovoy
2002-12-12 16:13             ` Ivan Zakharyaschev
2002-12-12 13:35     ` [devel] Задание зависимостезависимостей " Ivan Zakharyaschev

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=20021213164616.GO25754@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