ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] Проблема при обновлении пакета , в котором сменился soname
Date: Tue, 16 May 2006 18:32:41 +0400
Message-ID: <20060516143241.GI19254@master.mivlgu.local> (raw)
In-Reply-To: <20060516114631.GG19254@master.mivlgu.local>

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

On Tue, May 16, 2006 at 03:46:31PM +0400, Sergey Vlasov wrote:
> ldconfig при наличии нескольких библиотек с одинаковым soname выбирает из
> них библиотеку с наибольшей версией.  В данном случае это правило даёт
> неверный результат.
[...]
> Во время выполнения %postun файлы предыдущих версий пакета ещё не удалены,
> а в данном случае ldconfig выбирает библиотеку из старой версии.
> 
> Можно добавить %triggerpostun на предыдущие версии пакета, в котором ещё
> раз вызвать %postun_ldconfig; при этом ссылка будет исправлена, но между
> удалением старых файлов и выполнением %triggerpostun будет промежуток
> времени, когда ссылка будет указывать на несуществующий файл.

Поправка: в триггере придётся писать %post_ldconfig - %postun_ldconfig
определяет, что производится не удаление, а обновление пакета, и при
обновлении просто ничего не делает (поскольку предполагается, что
переустановка ссылки на новую версию библиотеки была выполнена в
%post_ldconfig, запущенном в post-скрипте новой версии).

Кстати, такое поведение %postun_ldconfig может приводить к проблемам при
необходимости по каким-либо причинам откатиться на старую версию пакета:
%post_ldconfig в устанавливаемой старой версии всё равно ставит ссылку на
новую версию библиотеки, %postun_ldconfig в удаляемой новой версии ничего
не делает, в результате ссылка остаётся битой, и для исправления ситуации
приходится вызывать ldconfig вручную.

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

  reply	other threads:[~2006-05-16 14:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-16 11:24 Vitaly Lipatov
2006-05-16 11:46 ` Sergey Vlasov
2006-05-16 14:32   ` Sergey Vlasov [this message]
2006-05-16 15:28     ` [devel] Проблема при обновлении пакета, " Dmitry V. Levin
2006-05-16 15:33       ` Alexey Tourbin
2006-05-18 10:17         ` Michael Shigorin
2006-05-16 15:59   ` [devel] Проблема при обновлении пакета , " Vitaly Lipatov

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=20060516143241.GI19254@master.mivlgu.local \
    --to=vsu@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