ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] do not break poppler, please
Date: Sun, 14 Oct 2007 02:34:58 +0400
Message-ID: <20071013223458.GB2912@basalt.office.altlinux.org> (raw)
In-Reply-To: <20071013220244.GE18600@mw.local.seiros.ru>

[-- Attachment #1: Type: text/plain, Size: 2912 bytes --]

On Sun, Oct 14, 2007 at 02:02:45AM +0400, Денис Смирнов wrote:
> On Fri, Oct 12, 2007 at 11:12:03AM +0400, Vitaly Lipatov wrote:
> 
> >> Да, поясню свою мысль -- после того как не останется
> >> зависимостей на старую либу можно её убрать из Сизифа. Но имя
> >> её заниматься другой версией той же либы не следует.
> VL> Почему? Нормальные пакеты требуют библиотеку по soname, а не по 
> VL> названию пакета. Поэтому не ясно, зачем стремиться сохранять то 
> VL> же названия для пакета.
> VL> Вообще стремление к появлению виндовых
> VL> mfc40.dll
> VL> mfc42.dll
> VL> mfc42-u.dll
> VL> меня не очень радует.
> 
> Требуют-то требуют, но у apt-get крышу от этого сносит. Глупый он, этот
> apt-get. Поясняю:
>  - есть пакет (скажем bash);
>  - есть пакет (скажем libreadline);
>  - у пакета libreadline сменился soname, старый пакет теперь называется
>    libreadline4
>  - пакет bash был пересобран с новым libreadline, как и все остальные
>    пакеты в дистрибутиве;
> 
> Если после всего этого счастья на старой машине набрать apt-get install
> bash он вместо того чтобы:
>  - обновить bash
>  - поставить libreadline4 и обновить libreadline
> 
> С высокой степенью вероятности поступает куда более мерзко. Он обновляет
> bash/libreadline, и сносит все что зависело от libreadline.so.4.
> 
> Виталий, теория и то "как оно должно быть" это одно, а вот практика,
> связаная с тем что apt-get на самом деле далек от идеала, это соверенно
> другое.
> 
> Например конкретно из-за этой баги с libreadline приходилось объяснять
> всем, что обновление системы начинается с:
> 
> apt-get install libreadline4 libreadline

Эта особенность касается тех библиотек, которые затрагивают множество
пакетов, порождаемое пакетом basesystem.

> мне, который в курсе подобных особенностей apt понадобилось потратить
> заметно времени чтобы поймать виновника. Пользователь который не в курсе
> что apt это вообще-то на редкость кривоватое поделие, не сможет
> самостоятельно вычислить виновника, и вывод его будет прост -- "альты врут
> про то, что у них можно пользоваться upgrade/dist-upgrade).
> 
> Помнится именно в связи с этим я матерился чтобы libreadline4 хотя бы с
> таким названием был добавлен обратно в репо, чтобы можно было проделать
> эту операцию. Если бы libreadline был просто удален, а добавлен
> libreadline5 этой засады бы не было.
> 
> Кстати от этой засады даже dist-upgrade изредка крышу сносит.

Не совсем так.  Если в репозитории нет libreadline4, то apt-get
dist-upgrade действительно сносит крышу.  А если libreadline4 есть в
репозитории, то обновление проходит нормально, причём по окончании обновления
пакет libreadline4 установлен не будет, поскольку libreadline.so.4. никому в
обновлённой системе не нужен.

Эта особенность касается тех библиотек, которые затрагивают множество
пакетов, порождаемое пакетом basesystem.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2007-10-13 22:34 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-08 10:31     ` [devel] evince в бранч Alexey I. Froloff
2007-10-08 13:31       ` Sergey V Turchin
2007-10-09  1:20         ` [devel] do not break poppler, please Dmitry V. Levin
2007-10-09 10:27           ` [devel] do not break poppler, pleasekdegraphics-common-3.5.7-alt2 Sergey V Turchin
2007-10-09 10:48             ` Sergey V Turchin
2007-10-09 11:01             ` [devel] do not break poppler, please Dmitry V. Levin
2007-10-09 11:09               ` Sergey V Turchin
2007-10-09 11:16                 ` Dmitry V. Levin
2007-10-09 11:40                   ` Sergey V Turchin
2007-10-12  1:33                   ` Денис Смирнов
2007-10-12 12:07                     ` Pavlov Konstantin
2007-10-12 12:50                       ` Sergey V Turchin
2007-10-13 22:05                         ` Денис Смирнов
2007-10-13 22:28                           ` Dmitry V. Levin
2007-10-17  3:20                             ` Денис Смирнов
2007-10-22 15:30                     ` Alexey Tourbin
2007-10-23 13:53                       ` Денис Смирнов
2007-10-12  1:34                   ` Денис Смирнов
2007-10-12  7:12                     ` Vitaly Lipatov
2007-10-13 22:02                       ` Денис Смирнов
2007-10-13 22:34                         ` Dmitry V. Levin [this message]
2007-10-17  3:24                           ` Денис Смирнов
2007-10-09 11:16               ` Sergey V Turchin
2007-10-09 11:05             ` [devel] do not break poppler, pleasekdegraphics-common-3.5.7-alt2 Alexey I. Froloff
2007-10-09 11:11               ` [devel] do not fix old poppler, please? Michael Shigorin
2007-10-09 11:17                 ` Sergey V Turchin
2007-10-09 11:18                 ` Dmitry V. Levin
2007-10-09 11:30                   ` Sergey V Turchin
2007-10-09 12:02                     ` Sergey V Turchin
2007-10-09 13:58                       ` Michael Shigorin
2007-10-09 20:10                       ` Dmitry V. Levin
2007-10-09 20:52                         ` Alexey I. Froloff
2007-10-09 21:00                           ` Dmitry V. Levin
2007-10-10 10:07                         ` Sergey V Turchin
2007-10-12 23:16                           ` [devel] poppler-0.6.x Dmitry V. Levin
2007-10-15  7:48                             ` Michael Shigorin
2007-10-15 14:25                             ` Sergey V Turchin
2007-10-15 15:24                               ` Dmitry V. Levin
2007-10-15 17:13                               ` Igor Zubkov

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=20071013223458.GB2912@basalt.office.altlinux.org \
    --to=ldv@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