Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705514 - sys-devel/automake should support python 3
Summary: sys-devel/automake should support python 3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py3-tracker, python-3-incompatible
  Show dependency tree
 
Reported: 2020-01-16 01:15 UTC by Dmitry Grigoriev
Modified: 2020-01-20 05:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Grigoriev 2020-01-16 01:15:50 UTC
Maybe it already does: commit http://git.savannah.gnu.org/cgit/automake.git/commit/?id=9385c161707c6d2295d610eef81fe4d1a44b44de is 3 days earlier than version 1.16.1.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-01-17 11:21:32 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441ee9b0ca504263e31d2ef75083e0426a7425e6

commit 441ee9b0ca504263e31d2ef75083e0426a7425e6
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2020-01-17 11:20:34 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2020-01-17 11:21:11 +0000

    sys-devel/automake: Fix most tests with python-3 (2 FAIL remaining)
    
    Bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32088
    Bug: https://bugs.gentoo.org/705514
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 sys-devel/automake/automake-1.16.1-r2.ebuild       |   3 +-
 sys-devel/automake/automake-9999.ebuild            |   7 +-
 .../files/automake-1.16.1-py3-no-pyo-files.patch   | 192 +++++++++++++++++++++
 3 files changed, 200 insertions(+), 2 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-01-20 05:04:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873

commit 6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2020-01-20 05:03:14 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2020-01-20 05:04:28 +0000

    sys-devel/automake: Enable Python 3 support
    
    Closes: https://bugs.gentoo.org/705514
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 sys-devel/automake/automake-1.16.1-r2.ebuild | 4 ++--
 sys-devel/automake/automake-9999.ebuild      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23577f272c86fe7c44c684b3366f63f8fe1cf04f

commit 23577f272c86fe7c44c684b3366f63f8fe1cf04f
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2020-01-19 04:24:03 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2020-01-20 05:04:25 +0000

    sys-devel/automake: Fix remaining tests broken with py3
    
    Bug: https://bugs.gentoo.org/705514
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 sys-devel/automake/automake-1.16.1-r2.ebuild       |  4 +++
 sys-devel/automake/automake-9999.ebuild            |  4 +++
 .../files/automake-1.16.1-py3-compile-test.patch   | 12 +++++++
 .../automake-1.16.1-py3-pep3147-cmdline.patch      | 16 +++++++++
 .../files/automake-1.16.1-py3-pep3147.patch        | 39 ++++++++++++++++++++++
 5 files changed, 75 insertions(+)