ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Странная ошибка при dist-upgrade
@ 2009-12-07 15:55 Teimuraz Abashidze
  2009-12-07 16:03 ` Teimuraz Abashidze
  0 siblings, 1 reply; 5+ messages in thread
From: Teimuraz Abashidze @ 2009-12-07 15:55 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Обновляю систему:

# apt-get update
Get:1 http://ftp.altlinux.org i586 release [711B]
Get:2 http://ftp.altlinux.org noarch release [710B]
Fetched 1421B in 0s (3788B/s)
Hit http://ftp.altlinux.org i586/classic pkglist
Hit http://ftp.altlinux.org i586/classic release
Hit http://ftp.altlinux.org noarch/classic pkglist
Hit http://ftp.altlinux.org noarch/classic release
Reading Package Lists... Done
Building Dependency Tree... Done

Все нормально вроде. АПТ нацелен на Бранч 5.1

[root@tga apt]# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Failed
The following packages have unmet dependencies:
  branding-simply-linux-graphics: Conflicts: branding-altlinux-desktop-graphics
E: Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.

[root@tga apt]# rpm -qa|grep branding
branding-altlinux-office-desktop-indexhtml-5.0.0-alt2
branding-altlinux-desktop-bootloader-5.0.0-alt25
branding-altlinux-office-server-alterator-5.0.0-alt37.M51.1

Не все нормально, однако... Пакетов, которые названы конфликтующими, у
меня вообще нет. Всякие apt-get clean / autoclean / rpm --rebuilddb
проведены - результат все тот же. Похоже, в репозитории косяк?

Появилось сегодня, еще в пятницу все было нормально...
Копаем дальше, решил все branding удалить:

[root@tga apt]# apt-get remove
branding-altlinux-office-desktop-indexhtml
branding-altlinux-desktop-bootloader
branding-altlinux-office-server-alterator
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  branding-simply-linux-alterator branding-simply-linux-indexhtml
The following packages will be REMOVED:
  branding-altlinux-desktop-bootloader
branding-altlinux-office-desktop-indexhtml
branding-altlinux-office-server-alterator
The following NEW packages will be installed:
  branding-simply-linux-alterator branding-simply-linux-indexhtml
0 upgraded, 2 newly installed, 3 removed and 7 not upgraded.
Need to get 665kB of archives.
After unpacking 1629kB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://ftp.altlinux.org noarch/classic
branding-simply-linux-alterator 5.0.0-alt9.M51.1 [396kB]
Get:2 http://ftp.altlinux.org noarch/classic
branding-simply-linux-indexhtml 5.0.0-alt9.M51.1 [268kB]
Fetched 665kB in 3s (199kB/s)
Committing changes...
Preparing...
 ###################################################################################################
[100%]
1: branding-simply-linux-indexhtml
 ###################################################################################################
[ 50%]
2: branding-simply-linux-alterator
 ###################################################################################################
[100%]
Running /usr/lib/rpm/posttrans-filetriggers
Done.
[root@tga apt]# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Failed
The following packages have unmet dependencies:
  branding-simply-linux-graphics: Conflicts: branding-altlinux-desktop-graphics
E: Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.

[root@tga apt]# rpm -qa|grep branding
branding-simply-linux-alterator-5.0.0-alt9.M51.1
branding-simply-linux-indexhtml-5.0.0-alt9.M51.1

Что-то я совсем уже ничего не понимаю...
-- 
Best regards,
 Teimuraz Abashidze
--------------------------------------------
---Visit my home page:
http://tga.pvt.ge
http://raindi.ge/taichi
http://picasaweb.google.com/tgasoft/
http://teimuraz1962.livejournal.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Странная ошибка при dist-upgrade
  2009-12-07 15:55 [Comm] Странная ошибка при dist-upgrade Teimuraz Abashidze
@ 2009-12-07 16:03 ` Teimuraz Abashidze
  2009-12-07 16:58   ` Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: Teimuraz Abashidze @ 2009-12-07 16:03 UTC (permalink / raw)
  To: ALT Linux Community general discussions

2009/12/7 Teimuraz Abashidze :
> Обновляю систему:
>
> # apt-get update
> Get:1 http://ftp.altlinux.org i586 release [711B]
> Get:2 http://ftp.altlinux.org noarch release [710B]
> Fetched 1421B in 0s (3788B/s)
> Hit http://ftp.altlinux.org i586/classic pkglist
> Hit http://ftp.altlinux.org i586/classic release
> Hit http://ftp.altlinux.org noarch/classic pkglist
> Hit http://ftp.altlinux.org noarch/classic release
> Reading Package Lists... Done
> Building Dependency Tree... Done
>
> Все нормально вроде. АПТ нацелен на Бранч 5.1
>
> [root@tga apt]# apt-get dist-upgrade
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Calculating Upgrade... Failed
> The following packages have unmet dependencies:
>  branding-simply-linux-graphics: Conflicts: branding-altlinux-desktop-graphics
> E: Error, pkgProblemResolver::Resolve generated breaks, this may be
> caused by held packages.
>
> [root@tga apt]# rpm -qa|grep branding
> branding-altlinux-office-desktop-indexhtml-5.0.0-alt2
> branding-altlinux-desktop-bootloader-5.0.0-alt25
> branding-altlinux-office-server-alterator-5.0.0-alt37.M51.1
>
> Не все нормально, однако... Пакетов, которые названы конфликтующими, у
> меня вообще нет. Всякие apt-get clean / autoclean / rpm --rebuilddb
> проведены - результат все тот же. Похоже, в репозитории косяк?
>
> Появилось сегодня, еще в пятницу все было нормально...
> Копаем дальше, решил все branding удалить:
>
> [root@tga apt]# apt-get remove
> branding-altlinux-office-desktop-indexhtml
> branding-altlinux-desktop-bootloader
> branding-altlinux-office-server-alterator
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following extra packages will be installed:
>  branding-simply-linux-alterator branding-simply-linux-indexhtml
> The following packages will be REMOVED:
>  branding-altlinux-desktop-bootloader
> branding-altlinux-office-desktop-indexhtml
> branding-altlinux-office-server-alterator
> The following NEW packages will be installed:
>  branding-simply-linux-alterator branding-simply-linux-indexhtml
> 0 upgraded, 2 newly installed, 3 removed and 7 not upgraded.
> Need to get 665kB of archives.
> After unpacking 1629kB disk space will be freed.
> Do you want to continue? [Y/n] y
> Get:1 http://ftp.altlinux.org noarch/classic
> branding-simply-linux-alterator 5.0.0-alt9.M51.1 [396kB]
> Get:2 http://ftp.altlinux.org noarch/classic
> branding-simply-linux-indexhtml 5.0.0-alt9.M51.1 [268kB]
> Fetched 665kB in 3s (199kB/s)
> Committing changes...
> Preparing...
>  ###################################################################################################
> [100%]
> 1: branding-simply-linux-indexhtml
>  ###################################################################################################
> [ 50%]
> 2: branding-simply-linux-alterator
>  ###################################################################################################
> [100%]
> Running /usr/lib/rpm/posttrans-filetriggers
> Done.
> [root@tga apt]# apt-get dist-upgrade
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Calculating Upgrade... Failed
> The following packages have unmet dependencies:
>  branding-simply-linux-graphics: Conflicts: branding-altlinux-desktop-graphics
> E: Error, pkgProblemResolver::Resolve generated breaks, this may be
> caused by held packages.
>
> [root@tga apt]# rpm -qa|grep branding
> branding-simply-linux-alterator-5.0.0-alt9.M51.1
> branding-simply-linux-indexhtml-5.0.0-alt9.M51.1
>
> Что-то я совсем уже ничего не понимаю...

Продолжаю эксперименты. Решин насильно удалить всякие branding:

[root@tga apt]# rpm -e --nodeps `rpm -qa|grep branding`

...а потом попробовать проапдейтиться:

[root@tga apt]# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get --fix-broken install' to correct these.
The following packages have unmet dependencies:
  alterator-browser-qt: Depends: alterator-icons
  kde4base-konqueror: Depends: indexhtml
  kdebase-konqueror: Depends: indexhtml
E: Unmet dependencies. Try using --fix-broken.

[root@tga apt]# apt-get --fix-broken install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  branding-simply-linux-alterator branding-simply-linux-indexhtml
The following NEW packages will be installed:
  branding-simply-linux-alterator branding-simply-linux-indexhtml
0 upgraded, 2 newly installed, 0 removed and 6 not upgraded.
Need to get 0B/665kB of archives.
After unpacking 759kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Committing changes...
Preparing...
 ###################################################################################################
[100%]
1: branding-simply-linux-indexhtml
 ###################################################################################################
[ 50%]
2: branding-simply-linux-alterator
 ###################################################################################################
[100%]
Running /usr/lib/rpm/posttrans-filetriggers
Done.
[root@tga apt]# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Failed
The following packages have unmet dependencies:
  branding-simply-linux-graphics: Conflicts: branding-altlinux-desktop-graphics
E: Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.

И все вернулось на круги своя...

СКтати, совершенно непонятно, почему он мне какие-то simply пакет
пихает? У меня - Бранч 5.1, а не Simply Linux...

[root@tga apt]# rpm -qi branding-simply-linux-indexhtml
Name        : branding-simply-linux-indexhtml  Relocations: (not relocatable)
Version     : 5.0.0                             Vendor: ALT Linux Team
Release     : alt9.M51.1                    Build Date: Tue Nov  3 16:05:53 2009
Install date: Mon Dec  7 19:59:05 2009      Build Host:
dkoryavov-5_1.hasher.altlinux.org
Group       : System/Base                   Source RPM:
branding-simply-linux-5.0.0-alt9.M51.1.src.rpm
Size        : 265975                           License: distributable
Packager    : Denis Koryavov <dkoryavov@altlinux.org>
Summary     : Simply GNU/Linux html welcome page
Description :
Simply GNU/Linux index.html welcome page.
^^^^^^^^^^^^^^^^^^^^^

Что это? И почему?

-- 
Best regards,
 Teimuraz Abashidze
--------------------------------------------
---Visit my home page:
http://tga.pvt.ge
http://raindi.ge/taichi
http://picasaweb.google.com/tgasoft/
http://teimuraz1962.livejournal.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Странная ошибка при dist-upgrade
  2009-12-07 16:03 ` Teimuraz Abashidze
@ 2009-12-07 16:58   ` Michael Shigorin
  2009-12-08  6:30     ` Teimuraz Abashidze
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2009-12-07 16:58 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Mon, Dec 07, 2009 at 08:03:52PM +0400, Teimuraz Abashidze wrote:
> > The following packages have unmet dependencies:
> >  branding-simply-linux-graphics: Conflicts: branding-altlinux-desktop-graphics
> Продолжаю эксперименты. Решин насильно удалить всякие branding:
> [root@tga apt]# rpm -e --nodeps `rpm -qa|grep branding`

Вот не надо так делать.  Можно было просто
apt-get install branding-altlinux-desktop-graphics branding-simply-linux-graphics -

> СКтати, совершенно непонятно, почему он мне какие-то simply
> пакет пихает? У меня - Бранч 5.1, а не Simply Linux...

http://www.altlinux.ru/products/for-work-station/simply

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Странная ошибка при dist-upgrade
  2009-12-07 16:58   ` Michael Shigorin
@ 2009-12-08  6:30     ` Teimuraz Abashidze
  2009-12-08 10:16       ` Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: Teimuraz Abashidze @ 2009-12-08  6:30 UTC (permalink / raw)
  To: shigorin, ALT Linux Community general discussions

2009/12/7 Michael Shigorin :
> On Mon, Dec 07, 2009 at 08:03:52PM +0400, Teimuraz Abashidze wrote:
>> > The following packages have unmet dependencies:
>> >  branding-simply-linux-graphics: Conflicts: branding-altlinux-desktop-graphics
>> Продолжаю эксперименты. Решин насильно удалить всякие branding:
>> [root@tga apt]# rpm -e --nodeps `rpm -qa|grep branding`
>
> Вот не надо так делать.  Можно было просто
> apt-get install branding-altlinux-desktop-graphics branding-simply-linux-graphics -

Я, видимо, как-то очень плохо и непонятно объясняю. Я же вроде скрины
с консоли привел?

Проблема в том, что я не могу dist-upgrade провести: получаю сообщения
о конфликтах двух пакетов, при этом ни один из них у меня установлен
не был. Когда я сделал то, про что Вы говорите что "не надо было" (в
принципе, я согласен и обычно так не делаю), то мне на мой Бранч 5.1
принудительно установились два пакета из Simply Linux, который у меня
не установлен. Все это видно из логов в моих предыдущих сообщениях.
А dist-upgrade я по-прежнему не могу провести...

>> СКтати, совершенно непонятно, почему он мне какие-то simply
>> пакет пихает? У меня - Бранч 5.1, а не Simply Linux...
>
> http://www.altlinux.ru/products/for-work-station/simply

Я в курсе, что такое Simply Linux.

-- 
Best regards,
 Teimuraz Abashidze
--------------------------------------------
---Visit my home page:
http://tga.pvt.ge
http://raindi.ge/taichi
http://picasaweb.google.com/tgasoft/
http://teimuraz1962.livejournal.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Странная ошибка при dist-upgrade
  2009-12-08  6:30     ` Teimuraz Abashidze
@ 2009-12-08 10:16       ` Michael Shigorin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2009-12-08 10:16 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Tue, Dec 08, 2009 at 10:30:03AM +0400, Teimuraz Abashidze wrote:
> >> [root@tga apt]# rpm -e --nodeps `rpm -qa|grep branding`
> > Вот не надо так делать.  Можно было просто
> > apt-get install branding-altlinux-desktop-graphics branding-simply-linux-graphics -
> Я, видимо, как-то очень плохо и непонятно объясняю. Я же вроде
> скрины с консоли привел?

Да, а я их вроде почитал.

> Проблема в том, что я не могу dist-upgrade провести: получаю
> сообщения о конфликтах двух пакетов, при этом ни один из них у
> меня установлен не был.

AFAIR попытались установиться -- как минимум
branding-simply-linux-graphics явно оказался выбранным аптом
как более лексикографически крутой провайдер design-graphics.

> Когда я сделал то, про что Вы говорите что "не надо было"
> (в принципе, я согласен и обычно так не делаю)

Потому и удивился.

> то мне на мой Бранч 5.1 принудительно установились два пакета
> из Simply Linux, который у меня не установлен.

Два пакета из 5.1/branch, который используется и в качестве
пакетной базы SL.

> Все это видно из логов в моих предыдущих сообщениях.
> А dist-upgrade я по-прежнему не могу провести...

Ммм... ну на крайняк можно нужное поставить руками и захолдить.
Потерпите, в devel-distro@ как раз обсуждается, что делать
с брендингами.  Есть надежда на конструктивную утряску.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-08 10:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-07 15:55 [Comm] Странная ошибка при dist-upgrade Teimuraz Abashidze
2009-12-07 16:03 ` Teimuraz Abashidze
2009-12-07 16:58   ` Michael Shigorin
2009-12-08  6:30     ` Teimuraz Abashidze
2009-12-08 10:16       ` Michael Shigorin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git