ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Ivan Zakharyaschev <imz@altlinux.org>
To: "Dmitry V. Levin" <ldv@altlinux.org>
Cc: Aleksey Novodvorsky <a.e.nvdv@gmail.com>
Subject: Re: [devel] Пересборка питона
Date: Tue, 8 Mar 2016 20:32:54 +0300 (MSK)
Message-ID: <alpine.LFD.2.20.1603082029420.3362@ovicaa.localdomain> (raw)
In-Reply-To: <alpine.LFD.2.20.1603081955260.3362@ovicaa.localdomain>

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


On Tue, 8 Mar 2016, Ivan Zakharyaschev wrote:

> On Tue, 8 Mar 2016, Dmitry V. Levin wrote:
>
>>  On Tue, Mar 08, 2016 at 05:06:17PM +0300, Ivan Zakharyaschev wrote:
>> >  Потом пишу о хитросплетениях в группе с .so.
>>
>>  Нам нужно будет разорвать все сборочные циклы в этой группе пакетов,
>>  а для этого их всё равно нужно вычислить.  Сколько на это уйдёт времени?
>
> Это петли и циклы длины 2 в графе отношения src-ufb-python3_so (ufb, 
> отображённое на исходные пакеты и суженное до списка с питоновскими с .so).
>
> (Если неверно, что среди тех, которые требуют пересборки, A использует B для 
> сборки и B использует A для сборки, то мы их можем собрать друг за другом.)
>
> $ export LC_ALL=C; join -1 2 <(sort -k2 < src-ufb-python3_so) 
> src-ufb-python3_so -o 1.1,2.2 | egrep '^(.*) \1$' | cut -d' ' --fields=1 | 
> sort -u
> python-module-OpenGL_accelerate
> python-module-Pillow
> python-module-coverage
> python-module-gevent
> python-module-lxml
> python-module-matplotlib
> python-module-mistune
> python-module-numpy
> python-module-pygobject3
> python-module-scikits.statsmodels
> python-module-scipy
> python-module-simplejson
> python-module-zmq
> python-module-zope.container
> python-module-zope.interface
> python3

Вот как собственно эти циклы выглядят -- 130 дуг-использований:

$ export LC_ALL=C; join -1 2 <(sort -k2 < src-ufb-python3_so) src-ufb-python3_so -o 1.1,2.2 | egrep -x '(.*) \1' | cut -d' ' --fields=1 | sort -u | fgrep -v -x python3 > nodes-of-cycles-src-ufb-python3_so
[imz@altair python3-workfiles]$ ./restrict-rel nodes-of-cycles-src-ufb-python3_so < src-ufb-python3_so | wc -l
130
[imz@altair python3-workfiles]$ ./restrict-rel 
nodes-of-cycles-src-ufb-python3_so < src-ufb-python3_so
python-module-OpenGL_accelerate python-module-OpenGL_accelerate
python-module-OpenGL_accelerate python-module-Pillow
python-module-OpenGL_accelerate python-module-coverage
python-module-OpenGL_accelerate python-module-gevent
python-module-OpenGL_accelerate python-module-lxml
python-module-OpenGL_accelerate python-module-matplotlib
python-module-OpenGL_accelerate python-module-mistune
python-module-OpenGL_accelerate python-module-numpy
python-module-OpenGL_accelerate python-module-pygobject3
python-module-OpenGL_accelerate python-module-simplejson
python-module-OpenGL_accelerate python-module-zmq
python-module-OpenGL_accelerate python-module-zope.interface
python-module-Pillow python-module-lxml
python-module-Pillow python-module-simplejson
python-module-coverage python-module-lxml
python-module-coverage python-module-simplejson
python-module-coverage python-module-zope.interface
python-module-gevent python-module-OpenGL_accelerate
python-module-gevent python-module-Pillow
python-module-gevent python-module-coverage
python-module-gevent python-module-gevent
python-module-gevent python-module-lxml
python-module-gevent python-module-matplotlib
python-module-gevent python-module-mistune
python-module-gevent python-module-numpy
python-module-gevent python-module-pygobject3
python-module-gevent python-module-simplejson
python-module-gevent python-module-zmq
python-module-gevent python-module-zope.interface
python-module-lxml python-module-OpenGL_accelerate
python-module-lxml python-module-Pillow
python-module-lxml python-module-coverage
python-module-lxml python-module-gevent
python-module-lxml python-module-lxml
python-module-lxml python-module-matplotlib
python-module-lxml python-module-mistune
python-module-lxml python-module-numpy
python-module-lxml python-module-pygobject3
python-module-lxml python-module-simplejson
python-module-lxml python-module-zmq
python-module-lxml python-module-zope.interface
python-module-matplotlib python-module-OpenGL_accelerate
python-module-matplotlib python-module-Pillow
python-module-matplotlib python-module-gevent
python-module-matplotlib python-module-lxml
python-module-matplotlib python-module-matplotlib
python-module-matplotlib python-module-mistune
python-module-matplotlib python-module-numpy
python-module-matplotlib python-module-pygobject3
python-module-matplotlib python-module-scipy
python-module-matplotlib python-module-simplejson
python-module-matplotlib python-module-zmq
python-module-matplotlib python-module-zope.interface
python-module-mistune python-module-OpenGL_accelerate
python-module-mistune python-module-Pillow
python-module-mistune python-module-coverage
python-module-mistune python-module-gevent
python-module-mistune python-module-lxml
python-module-mistune python-module-matplotlib
python-module-mistune python-module-mistune
python-module-mistune python-module-numpy
python-module-mistune python-module-pygobject3
python-module-mistune python-module-simplejson
python-module-mistune python-module-zmq
python-module-mistune python-module-zope.interface
python-module-numpy python-module-OpenGL_accelerate
python-module-numpy python-module-Pillow
python-module-numpy python-module-coverage
python-module-numpy python-module-gevent
python-module-numpy python-module-lxml
python-module-numpy python-module-matplotlib
python-module-numpy python-module-mistune
python-module-numpy python-module-numpy
python-module-numpy python-module-pygobject3
python-module-numpy python-module-simplejson
python-module-numpy python-module-zmq
python-module-numpy python-module-zope.interface
python-module-pygobject3 python-module-lxml
python-module-pygobject3 python-module-simplejson
python-module-pygobject3 python-module-zope.interface
python-module-scikits.statsmodels python-module-OpenGL_accelerate
python-module-scikits.statsmodels python-module-Pillow
python-module-scikits.statsmodels python-module-coverage
python-module-scikits.statsmodels python-module-gevent
python-module-scikits.statsmodels python-module-lxml
python-module-scikits.statsmodels python-module-matplotlib
python-module-scikits.statsmodels python-module-mistune
python-module-scikits.statsmodels python-module-numpy
python-module-scikits.statsmodels python-module-pygobject3
python-module-scikits.statsmodels python-module-scikits.statsmodels
python-module-scikits.statsmodels python-module-scipy
python-module-scikits.statsmodels python-module-simplejson
python-module-scikits.statsmodels python-module-zmq
python-module-scikits.statsmodels python-module-zope.interface
python-module-scipy python-module-OpenGL_accelerate
python-module-scipy python-module-Pillow
python-module-scipy python-module-coverage
python-module-scipy python-module-gevent
python-module-scipy python-module-lxml
python-module-scipy python-module-matplotlib
python-module-scipy python-module-mistune
python-module-scipy python-module-numpy
python-module-scipy python-module-pygobject3
python-module-scipy python-module-scipy
python-module-scipy python-module-simplejson
python-module-scipy python-module-zmq
python-module-scipy python-module-zope.interface
python-module-simplejson python-module-lxml
python-module-simplejson python-module-simplejson
python-module-zmq python-module-OpenGL_accelerate
python-module-zmq python-module-Pillow
python-module-zmq python-module-coverage
python-module-zmq python-module-gevent
python-module-zmq python-module-lxml
python-module-zmq python-module-matplotlib
python-module-zmq python-module-mistune
python-module-zmq python-module-numpy
python-module-zmq python-module-pygobject3
python-module-zmq python-module-simplejson
python-module-zmq python-module-zmq
python-module-zmq python-module-zope.interface
python-module-zope.container python-module-lxml
python-module-zope.container python-module-numpy
python-module-zope.container python-module-simplejson
python-module-zope.container python-module-zope.container
python-module-zope.container python-module-zope.interface
python-module-zope.interface python-module-coverage
python-module-zope.interface python-module-lxml
python-module-zope.interface python-module-simplejson
python-module-zope.interface python-module-zope.interface
[imz@altair python3-workfiles]$


>>  Рвать циклы будем потом всем коллективом, если потребуется.
>
> Из серьёзных (важных для "базовой" питоновской системы) я в первую очередь 
> увидел:
>
> python-module-lxml
> python-module-pygobject3
>
> про остальные могу не знать, что это.
>
> Эти я и заметил, когда упёрся в экспериментах в циклы.
>
> lxml для документации, sphinx, mako (шаблонов), кажется.
>
> pygobject для всего подрад типа dbus, Qt, кажется.
>
> Best regards
> Ivan
>

  reply	other threads:[~2016-03-08 17:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-08 17:06                     ` Ivan Zakharyaschev
2016-03-08 17:32                       ` Ivan Zakharyaschev [this message]
2016-03-08 17:55                         ` Ivan Zakharyaschev
2016-03-14 14:38                       ` Ivan Zakharyaschev
2016-03-14 14:41                         ` Ivan Zakharyaschev
2016-03-21 18:13                         ` Ivan Zakharyaschev
2016-03-21 18:40                           ` Yuri N. Sedunov
2016-03-21 19:34                             ` Dmitry V. Levin
2016-03-21 22:26                           ` Ivan Zakharyaschev

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=alpine.LFD.2.20.1603082029420.3362@ovicaa.localdomain \
    --to=imz@altlinux.org \
    --cc=a.e.nvdv@gmail.com \
    --cc=devel@lists.altlinux.org \
    --cc=ldv@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