Summary: | net-voip/telepathy-gabble: need py3 port | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | phobosk, treecleaner |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 694800 |
Description
Michał Górny
![]() ![]() ![]() ![]() Patch (sans tests): https://src.fedoraproject.org/rpms/telepathy-gabble/c/95adf4063c2456139dcc5d991ba6d012be850794?branch=master The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5230129a436faa8e178a5a44cf8eefde7ad9ea43 commit 5230129a436faa8e178a5a44cf8eefde7ad9ea43 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2020-09-19 11:41:12 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2020-09-19 12:29:06 +0000 net-voip/telepathy-gabble: Port to py3 Closes: https://bugs.gentoo.org/735430 Signed-off-by: Michał Górny <mgorny@gentoo.org> net-voip/telepathy-gabble/Manifest | 1 + ...hy-gabble-0.18.4-r1.ebuild => telepathy-gabble-0.18.4-r2.ebuild} | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) This fix is not working :( Making all in extensions make[2]: Entering directory '/dev/shm/portage/net-voip/telepathy-gabble-0.18.4-r2/work/telepathy-gabble-0.18.4/extensions' /usr/bin/python3.6 ../tools/xincludator.py \ all.xml > _gen/all.xml.tmp && mv _gen/all.xml.tmp _gen/all.xml Traceback (most recent call last): File "../tools/xincludator.py", line 8, in <module> sys.stdout.reconfigure(encoding='utf-8') AttributeError: '_io.TextIOWrapper' object has no attribute 'reconfigure' make[2]: *** [Makefile:612: _gen/all.xml] Error 1 make[2]: Leaving directory '/dev/shm/portage/net-voip/telepathy-gabble-0.18.4-r2/work/telepathy-gabble-0.18.4/extensions' make[1]: *** [Makefile:376: all-recursive] Error 1 make[1]: Leaving directory '/dev/shm/portage/net-voip/telepathy-gabble-0.18.4-r2/work/telepathy-gabble-0.18.4' make: *** [Makefile:306: all] Error 2 * ERROR: net-voip/telepathy-gabble-0.18.4-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-voip/telepathy-gabble-0.18.4-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-voip/telepathy-gabble-0.18.4-r2::gentoo'`. * The complete build log is located at '/dev/shm/portage/net-voip/telepathy-gabble-0.18.4-r2/temp/build.log'. * The ebuild environment file is located at '/dev/shm/portage/net-voip/telepathy-gabble-0.18.4-r2/temp/environment'. * Working directory: '/dev/shm/portage/net-voip/telepathy-gabble-0.18.4-r2/work/telepathy-gabble-0.18.4' * S: '/dev/shm/portage/net-voip/telepathy-gabble-0.18.4-r2/work/telepathy-gabble-0.18.4' |