Hello! Пока улучшение hasher (ради пересборки в beehive) в процессе (но есть активный в beehive хак), можно ознакомиться со списком пакетов, сборка которых сломалась после расиливания двух питоновских пакетов (python*-module-setuptools и python-dev). В некоторых местах не хвататет BuildRequires (подробности изучу и напишу в каком-нибудь следующем письме). [imz@team error]$ pwd /beehive/logs/Sisyphus-i586/archive/2018/0702/error [imz@team error]$ for f in *; do \ if [ -e ../../0628/error/"$f" ]; then continue; fi; \ if [ -e /beehive/logs/Sisyphus-i586/latest/success/"${f%.zst}" ]; then continue; fi; \ if [ -e /beehive/logs/Sisyphus-i586/latest/error/"${f%.zst}" ]; \ then echo -n 'still broken: '; \ else echo -n 'fixed by someone: '; \ fi; echo "${f%.zst} "; \ done | sort fixed by someone: Mesa-4:18.1.1-alt1.S1 fixed by someone: brltty-5.6-alt1.1 fixed by someone: glade-3.22.1-alt1 fixed by someone: graphviz-2.40.1-alt2 fixed by someone: hugin-2018.0.0-alt1.1 fixed by someone: libkafel-1-alt1.gitf664aca fixed by someone: libpeas-1.22.0-alt1.1 fixed by someone: python-module-BeautifulSoup4-4.5.3-alt1 fixed by someone: python-module-Pillow-5.1.0-alt2 fixed by someone: python-module-gst1.0-1.14.1-alt1 fixed by someone: ruby-gettext-3.2.9-alt1.3 fixed by someone: scribus-1:1.5.4-alt1 still broken: compiz-0.9.13.1-alt1 still broken: createrepo_c-0.10.0-alt1 still broken: fityk-1.3.0-alt4.git20141119.2.1 still broken: git-2.10.5-alt1 still broken: gnumeric-1.12.39-alt1 still broken: httpie-0.9.8-alt2 still broken: kde4-analitza-4.14.0-alt1 still broken: kmymoney-5.0.1-alt1 still broken: ldapvi-1.7-alt2 still broken: liquidwar6-0.6.3902-alt1.1.qa1 still broken: ocaml-lwt-4.0.1-alt1.S1 still broken: opennebula-5.4.15-alt2.S1 still broken: poezio-0.9-alt4.1 still broken: python-module-joblib-0.11-alt2 still broken: python-module-pydap-3.1.1-alt2.git20131114 still broken: python3-module-pyxattr-docs-0.6.0-alt1 still broken: shiboken-1.2.2-alt3.git20140422 still broken: uim-1.8.6-alt4.git89542ac.2 still broken: w3m-0.5.3-alt1 still broken: waon-0.10-alt3 [imz@team error]$ -- Best regards, Ivan