From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 16 Apr 2017 11:43:28 +0300 (MSK) From: Ivan Zakharyaschev To: ALT Linux Team development discussions In-Reply-To: <99b393d5-c606-5bd0-d1a3-20736a9f050a@ya.ru> Message-ID: References: <99b393d5-c606-5bd0-d1a3-20736a9f050a@ya.ru> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="1807885841-209050803-1492332208=:1081" Subject: Re: [devel] =?koi8-r?b?78LOz9fMxc7JxSBudW1weSDJIG1hdHBsb3RsaWI=?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 08:43:29 -0000 Archived-At: List-Archive: List-Post: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1807885841-209050803-1492332208=:1081 Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 8BIT On Sun, 16 Apr 2017, Антон Мидюков wrote: > Я не нашёл, какие пакеты зависят от этих провайдесов, потому собрал без них > сегодня. И эти модули к тому же не импортируются никак, по крайней мере в В новой сборке благодаря Вашим улучшениям список Provides, не проходящих проверку, значительно сократился! $ apt-repo --hsh-apt-config=/home/imz/.hasher/sisyphus/apt.conf test 181544 rpm-build-python3 python3-module-matplotlib $ hsh-shell --mount=/proc,/dev/pts [builder@localhost .in]$ /usr/lib/rpm/check-python3-provs-importable.sh python3-module-matplotlib; echo $? matplotlib.backends.backend_cairo matplotlib.pylab matplotlib.pyplot pylab 123 [builder@localhost python3 -c 'import matplotlib.pylab' Traceback (most recent call last): File "/usr/lib64/python3/site-packages/matplotlib/backends/backend_gtk3.py", line 15, in gi.require_version("Gtk", "3.0") File "/usr/lib64/python3/site-packages/gi/__init__.py", line 122, in require_version (namespace, version)) ValueError: Namespace Gtk not available for version 3.0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 1, in File "/usr/lib64/python3/site-packages/matplotlib/pylab.py", line 257, in from matplotlib import cbook, mlab, pyplot as plt File "/usr/lib64/python3/site-packages/matplotlib/pyplot.py", line 115, in _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() File "/usr/lib64/python3/site-packages/matplotlib/backends/__init__.py", line 32, in pylab_setup globals(),locals(),[backend_name],0) File "/usr/lib64/python3/site-packages/matplotlib/backends/backend_gtk3cairo.py", line 6, in from . import backend_gtk3 File "/usr/lib64/python3/site-packages/matplotlib/backends/backend_gtk3.py", line 21, in "Gtk3 backend requires the GObject introspection bindings for Gtk 3 " ImportError: Gtk3 backend requires the GObject introspection bindings for Gtk 3 to be installed. [builder@localhost .in]$ python3 -c 'import matplotlib.pyplot' Traceback (most recent call last): File "/usr/lib64/python3/site-packages/matplotlib/backends/backend_gtk3.py", line 15, in gi.require_version("Gtk", "3.0") File "/usr/lib64/python3/site-packages/gi/__init__.py", line 122, in require_version (namespace, version)) ValueError: Namespace Gtk not available for version 3.0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 1, in File "/usr/lib64/python3/site-packages/matplotlib/pyplot.py", line 115, in _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() File "/usr/lib64/python3/site-packages/matplotlib/backends/__init__.py", line 32, in pylab_setup globals(),locals(),[backend_name],0) File "/usr/lib64/python3/site-packages/matplotlib/backends/backend_gtk3cairo.py", line 6, in from . import backend_gtk3 File "/usr/lib64/python3/site-packages/matplotlib/backends/backend_gtk3.py", line 21, in "Gtk3 backend requires the GObject introspection bindings for Gtk 3 " ImportError: Gtk3 backend requires the GObject introspection bindings for Gtk 3 to be installed. [builder@localhost .in]$ python3 -c 'import matplotlib.backends.backend_cairo' Traceback (most recent call last): File "/usr/lib64/python3/site-packages/matplotlib/backends/backend_cairo.py", line 33, in import cairocffi as cairo ImportError: No module named 'cairocffi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3/site-packages/matplotlib/backends/backend_cairo.py", line 36, in import cairo ImportError: No module named 'cairo' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 1, in File "/usr/lib64/python3/site-packages/matplotlib/backends/backend_cairo.py", line 38, in raise ImportError("Cairo backend requires that cairocffi or pycairo is installed.") ImportError: Cairo backend requires that cairocffi or pycairo is installed. [builder@localhost .in]$ --1807885841-209050803-1492332208=:1081--