ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Не удается установить GNOME2: probably a dependency cycle
@ 2002-12-10 10:14 Alexander Kirey
  2002-12-10 12:26 ` Someone Unknown
  2002-12-11 17:30 ` [sisyphus] Не удается установить GNOME2: probably a dependency cycle Stanislav Ievlev
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Kirey @ 2002-12-10 10:14 UTC (permalink / raw)
  To: sisyphus

При попытке установить GNOME2 (перед этим снес gnome)

# apt-get -f install gnome-session
...
Do you want to continue? [Y/n] y
E: Couldn't configure pre-depend libgnome for gnome-settings, probably a 
dependency cycle.


Вот пробую через RPM, а эти пакеты ссылаются друг на друга.


# rpm -ihv /mnt/disk/repository/i586/RPMS/libgnome-2.1.2-alt1.i586.rpm
error: failed dependencies:
        GConf2 >= 1.2.1-alt7 is needed by libgnome-2.1.2-alt1
        gnome-vfs2 >= 2.1.3.1 is needed by libgnome-2.1.2-alt1

        gnome-settings >= 1.0-alt2 is needed by libgnome-2.1.2-alt1
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

        libgconf-2.so.4   is needed by libgnome-2.1.2-alt1
        libgnomevfs-2.so.0   is needed by libgnome-2.1.2-alt1


# rpm -ihv 
/mnt/disk/repository/i586/RPMS/gnome-settings-1.0-alt2.noarch.rpm
error: failed dependencies:
        /usr/bin/gconftool-2   is needed by gnome-settings-1.0-alt2

        libgnome   is needed by gnome-settings-1.0-alt2
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

        design-graphics >= 1.0-alt3 is needed by gnome-settings-1.0-alt2

Как починить это и заставить ставиться GNOME2?

-- 
С наилучшими пожеланиями
Александр Кирей




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

* Re: [sisyphus] Не удается установить GNOME2: probably a dependency cycle
  2002-12-10 10:14 [sisyphus] Не удается установить GNOME2: probably a dependency cycle Alexander Kirey
@ 2002-12-10 12:26 ` Someone Unknown
  2002-12-11  6:43   ` [sisyphus] При запуске GTK2 приложений: undefined symbol (was: Не удается установить GNOME2...) Alexander Kirey
  2002-12-11 17:30 ` [sisyphus] Не удается установить GNOME2: probably a dependency cycle Stanislav Ievlev
  1 sibling, 1 reply; 5+ messages in thread
From: Someone Unknown @ 2002-12-10 12:26 UTC (permalink / raw)
  To: sisyphus

В сообщении от 10 Декабрь 2002 13:14 Alexander Kirey написал:
> При попытке установить GNOME2 (перед этим снес gnome)
>
> # apt-get -f install gnome-session
> ...
> Do you want to continue? [Y/n] y
> E: Couldn't configure pre-depend libgnome for gnome-settings, probably a
> dependency cycle.
>
>
> Вот пробую через RPM, а эти пакеты ссылаются друг на друга.

Гы... А что мешает

# rpm -ihv libgnome-2.1.2-alt1.i586.rpm gnome-settings-1.0-alt2.noarch.rpm

>
>
> # rpm -ihv /mnt/disk/repository/i586/RPMS/libgnome-2.1.2-alt1.i586.rpm
> error: failed dependencies:
>         GConf2 >= 1.2.1-alt7 is needed by libgnome-2.1.2-alt1
>         gnome-vfs2 >= 2.1.3.1 is needed by libgnome-2.1.2-alt1
>
>         gnome-settings >= 1.0-alt2 is needed by libgnome-2.1.2-alt1
>         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>         libgconf-2.so.4   is needed by libgnome-2.1.2-alt1
>         libgnomevfs-2.so.0   is needed by libgnome-2.1.2-alt1
>
>
> # rpm -ihv
> /mnt/disk/repository/i586/RPMS/gnome-settings-1.0-alt2.noarch.rpm
> error: failed dependencies:
>         /usr/bin/gconftool-2   is needed by gnome-settings-1.0-alt2
>
>         libgnome   is needed by gnome-settings-1.0-alt2
>         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>         design-graphics >= 1.0-alt3 is needed by gnome-settings-1.0-alt2
>
> Как починить это и заставить ставиться GNOME2?



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

* [sisyphus] При запуске GTK2 приложений: undefined symbol (was: Не удается установить GNOME2...)
  2002-12-10 12:26 ` Someone Unknown
@ 2002-12-11  6:43   ` Alexander Kirey
  2002-12-11  9:09     ` Someone Unknown
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kirey @ 2002-12-11  6:43 UTC (permalink / raw)
  To: sisyphus

Someone Unknown wrote:

>Гы... А что мешает
>
># rpm -ihv libgnome-2.1.2-alt1.i586.rpm gnome-settings-1.0-alt2.noarch.rpm
>
>  
>
Да, действительно :), thanks.
Можно было и --nodeps сделать.


Удалось поставить второй диск для локального репозитария.
Сегодня обновился.
После установки gnome-full-sisyphus... все приложения с
использованием gtk2 (gedit, gftp, например) дают сообщение:

gedit: relocation error: /usr/lib/libgtk-x11-2.0.so.0:
undefined symbol: gdk_parse_args

Видимо и по этой причине gnome не стартует...

Что предпринять посоветуете.

-- 
Александр Кирей




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

* Re: [sisyphus] При запуске GTK2 приложений: undefined symbol (was:   Не удается установить GNOME2...)
  2002-12-11  6:43   ` [sisyphus] При запуске GTK2 приложений: undefined symbol (was: Не удается установить GNOME2...) Alexander Kirey
@ 2002-12-11  9:09     ` Someone Unknown
  0 siblings, 0 replies; 5+ messages in thread
From: Someone Unknown @ 2002-12-11  9:09 UTC (permalink / raw)
  To: sisyphus

В сообщении от 11 Декабрь 2002 09:43 Alexander Kirey написал:
> Someone Unknown wrote:
> >Гы... А что мешает
> >
> ># rpm -ihv libgnome-2.1.2-alt1.i586.rpm gnome-settings-1.0-alt2.noarch.rpm
>
> Да, действительно :), thanks.
> Можно было и --nodeps сделать.

Вредно это... Один пакет может уже в процессе инсталляции использовать 
другой... 8)

>
>
> Удалось поставить второй диск для локального репозитария.
> Сегодня обновился.
> После установки gnome-full-sisyphus... все приложения с
> использованием gtk2 (gedit, gftp, например) дают сообщение:
>
> gedit: relocation error: /usr/lib/libgtk-x11-2.0.so.0:
> undefined symbol: gdk_parse_args

Хммм... Несоответствие версий gnome и libgtk+2 ? Или бага?

>
> Видимо и по этой причине gnome не стартует...
>
> Что предпринять посоветуете.



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

* Re: [sisyphus] Не удается установить GNOME2: probably a dependency cycle
  2002-12-10 10:14 [sisyphus] Не удается установить GNOME2: probably a dependency cycle Alexander Kirey
  2002-12-10 12:26 ` Someone Unknown
@ 2002-12-11 17:30 ` Stanislav Ievlev
  1 sibling, 0 replies; 5+ messages in thread
From: Stanislav Ievlev @ 2002-12-11 17:30 UTC (permalink / raw)
  To: sisyphus

On Tue, Dec 10, 2002 at 03:14:49PM +0500, Alexander Kirey wrote:
> При попытке установить GNOME2 (перед этим снес gnome)
> 
> # apt-get -f install gnome-session
> ...
> Do you want to continue? [Y/n] y
> E: Couldn't configure pre-depend libgnome for gnome-settings, probably a 
> dependency cycle.
> 
> 
> Вот пробую через RPM, а эти пакеты ссылаются друг на друга.
> 
> 
> # rpm -ihv /mnt/disk/repository/i586/RPMS/libgnome-2.1.2-alt1.i586.rpm
> error: failed dependencies:
>        GConf2 >= 1.2.1-alt7 is needed by libgnome-2.1.2-alt1
>        gnome-vfs2 >= 2.1.3.1 is needed by libgnome-2.1.2-alt1
> 
>        gnome-settings >= 1.0-alt2 is needed by libgnome-2.1.2-alt1
>        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
>        libgconf-2.so.4   is needed by libgnome-2.1.2-alt1
>        libgnomevfs-2.so.0   is needed by libgnome-2.1.2-alt1
По сообщению мантейнера это исправлено.
Так что apt-get install gnome-full-sisyphus.

> 
> 
> # rpm -ihv 
> /mnt/disk/repository/i586/RPMS/gnome-settings-1.0-alt2.noarch.rpm
> error: failed dependencies:
>        /usr/bin/gconftool-2   is needed by gnome-settings-1.0-alt2
> 
>        libgnome   is needed by gnome-settings-1.0-alt2
>        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
>        design-graphics >= 1.0-alt3 is needed by gnome-settings-1.0-alt2
> 
> Как починить это и заставить ставиться GNOME2?
> 
> -- 
> С наилучшими пожеланиями
> Александр Кирей
> 
> 
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus


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

end of thread, other threads:[~2002-12-11 17:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-10 10:14 [sisyphus] Не удается установить GNOME2: probably a dependency cycle Alexander Kirey
2002-12-10 12:26 ` Someone Unknown
2002-12-11  6:43   ` [sisyphus] При запуске GTK2 приложений: undefined symbol (was: Не удается установить GNOME2...) Alexander Kirey
2002-12-11  9:09     ` Someone Unknown
2002-12-11 17:30 ` [sisyphus] Не удается установить GNOME2: probably a dependency cycle Stanislav Ievlev

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

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

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


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