ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] bzr is broken on x86_64 / python problems
@ 2006-12-20 10:46 Alexander Bokovoy
  2006-12-20 11:55 ` Dmitry V. Levin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alexander Bokovoy @ 2006-12-20 10:46 UTC (permalink / raw)
  To: ALT Devel discussion list

Судя по всему, с Python-ом у нас по-прежнему не очень хорошо на x86_64:
# apt-get install bzr
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  bzr: Depends: python2.4(paramiko) but it is not installable
       Depends: python2.4(bzrlib) but it is not installable
E: Broken packages

Дальнейшее рассмотрение показывает, что python2.4(paramiko) по идее
должен представляться python-module-paramiko, который его же и требует,
но не представляет.

python2.4(bzrlib) вообще отсутствует.

Можно все это как-то поправить? Или хотя бы выдать NMU? В идеальном
случае хотелось бы видеть bzr уровня Debian Unstable, с интеграцией
bzr/svn от Jelmer Vernooj (http://samba.org/~jelmer/bzr/)
-- 
/ Alexander Bokovoy
Samba Team                      http://www.samba.org/
ALT Linux Team                  http://www.altlinux.org/
Midgard Project Ry              http://www.midgard-project.org/


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

* Re: [devel] bzr is broken on x86_64 / python problems
  2006-12-20 10:46 [devel] bzr is broken on x86_64 / python problems Alexander Bokovoy
@ 2006-12-20 11:55 ` Dmitry V. Levin
  2006-12-20 12:07 ` Damir Shayhutdinov
  2006-12-20 12:07 ` Igor Zubkov
  2 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2006-12-20 11:55 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Dec 20, 2006 at 01:46:34PM +0300, Alexander Bokovoy wrote:
> Судя по всему, с Python-ом у нас по-прежнему не очень хорошо на x86_64:
> # apt-get install bzr
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> 
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>   bzr: Depends: python2.4(paramiko) but it is not installable
>        Depends: python2.4(bzrlib) but it is not installable
> E: Broken packages
> 
> Дальнейшее рассмотрение показывает, что python2.4(paramiko) по идее
> должен представляться python-module-paramiko, который его же и требует,
> но не представляет.

$ fgrep paramiko/__ Sisyphus/x86_64/base/contents_index
/usr/lib/python2.4/site-packages/paramiko/__init__.py python-module-paramiko
/usr/lib/python2.4/site-packages/paramiko/__init__.pyc python-module-paramiko
/usr/lib/python2.4/site-packages/paramiko/__init__.pyo python-module-paramiko

Из этого я делаю вывод о том что python-module-paramiko неправильный, поскольку
/usr/lib/python2.4 для пакета x86_64.rpm это неверно.

Список таких неправильных python-module-пакетов я сюда постил совсем недавно.

$ fgrep bzrlib/__ /raid/ALT/Sisyphus/x86_64/base/contents_index
/usr/lib/python2.4/site-packages/bzrlib/__init__.py     bzr
/usr/lib/python2.4/site-packages/bzrlib/__init__.pyc    bzr
/usr/lib/python2.4/site-packages/bzrlib/__init__.pyo    bzr

То же самое.


-- 
ldv

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

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

* Re: [devel] bzr is broken on x86_64 / python problems
  2006-12-20 10:46 [devel] bzr is broken on x86_64 / python problems Alexander Bokovoy
  2006-12-20 11:55 ` Dmitry V. Levin
@ 2006-12-20 12:07 ` Damir Shayhutdinov
  2006-12-29 18:24   ` Dmitry V. Levin
  2006-12-20 12:07 ` Igor Zubkov
  2 siblings, 1 reply; 5+ messages in thread
From: Damir Shayhutdinov @ 2006-12-20 12:07 UTC (permalink / raw)
  To: ALT Devel discussion list

> Судя по всему, с Python-ом у нас по-прежнему не очень хорошо на x86_64:
> The following packages have unmet dependencies:
>   bzr: Depends: python2.4(paramiko) but it is not installable
>        Depends: python2.4(bzrlib) but it is not installable
> E: Broken packages
>
> Дальнейшее рассмотрение показывает, что python2.4(paramiko) по идее
> должен представляться python-module-paramiko, который его же и требует,
> но не представляет.
Его надо пересобрать с новым rpm-build-python.

> python2.4(bzrlib) вообще отсутствует.
его наверное должен предоставлять bzr, но пока он не будет пересобран
с новым rpm-build-python, этого не будет.

> Можно все это как-то поправить?
Пересобрать все нужные arch модули питона для x86_64. В идеале -
вообще все модули питона.

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

* Re: [devel] bzr is broken on x86_64 / python problems
  2006-12-20 10:46 [devel] bzr is broken on x86_64 / python problems Alexander Bokovoy
  2006-12-20 11:55 ` Dmitry V. Levin
  2006-12-20 12:07 ` Damir Shayhutdinov
@ 2006-12-20 12:07 ` Igor Zubkov
  2 siblings, 0 replies; 5+ messages in thread
From: Igor Zubkov @ 2006-12-20 12:07 UTC (permalink / raw)
  To: ALT Devel discussion list

В сообщении от 20 декабря 2006 12:46 Alexander Bokovoy написал(a):
> Судя по всему, с Python-ом у нас по-прежнему не очень хорошо на x86_64:
> # apt-get install bzr

https://bugzilla.altlinux.org/show_bug.cgi?id=10368

> Можно все это как-то поправить? Или хотя бы выдать NMU? В идеальном
> случае хотелось бы видеть bzr уровня Debian Unstable, с интеграцией
> bzr/svn от Jelmer Vernooj (http://samba.org/~jelmer/bzr/)

Им сейчас никто не занимается (да и висит он на @nobody). Мне тоже надо, но 
времени на него нет.

-- 
icesik

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

* Re: [devel] bzr is broken on x86_64 / python problems
  2006-12-20 12:07 ` Damir Shayhutdinov
@ 2006-12-29 18:24   ` Dmitry V. Levin
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2006-12-29 18:24 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Dec 20, 2006 at 03:07:39PM +0300, Damir Shayhutdinov wrote:
> > Судя по всему, с Python-ом у нас по-прежнему не очень хорошо на x86_64:
> > The following packages have unmet dependencies:
> >   bzr: Depends: python2.4(paramiko) but it is not installable
> >        Depends: python2.4(bzrlib) but it is not installable
> > E: Broken packages
> >
> > Дальнейшее рассмотрение показывает, что python2.4(paramiko) по идее
> > должен представляться python-module-paramiko, который его же и требует,
> > но не представляет.
> Его надо пересобрать с новым rpm-build-python.
> 
> > python2.4(bzrlib) вообще отсутствует.
> его наверное должен предоставлять bzr, но пока он не будет пересобран
> с новым rpm-build-python, этого не будет.
> 
> > Можно все это как-то поправить?
> Пересобрать все нужные arch модули питона для x86_64. В идеале -
> вообще все модули питона.

Я отправил на пересборку все пакеты, которые на x86-64 содержат файлы в
/usr/lib/python2.4/; пакет bzr это вылечило.


-- 
ldv

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

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

end of thread, other threads:[~2006-12-29 18:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-20 10:46 [devel] bzr is broken on x86_64 / python problems Alexander Bokovoy
2006-12-20 11:55 ` Dmitry V. Levin
2006-12-20 12:07 ` Damir Shayhutdinov
2006-12-29 18:24   ` Dmitry V. Levin
2006-12-20 12:07 ` Igor Zubkov

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