Summary: | sys-devel/automake-1.15-r1: Fails test t/distcheck-no-prefix-or-src-dir-override with app-arch/gzip-1.8 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jonathan Lovelace <kingjon3377> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kentnl |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log showing failing test
test log (compressed) showing details of failing test |
Description
Jonathan Lovelace
2017-01-03 21:29:38 UTC
Created attachment 458608 [details]
test log (compressed) showing details of failing test
If I put the line "sed -i -e 's@GZIP=$(GZIP_ENV) gzip@gzip $(GZIP_ENV)@g' lib/am/distdir.am Makefile.in" in a post_src_prepare() function in /etc/portage/env, the test passes. *** Bug 613830 has been marked as a duplicate of this bug. *** This was fixed via http://git.savannah.gnu.org/cgit/automake.git/commit/?id=749468ac63042820bc3da85ece5bed64b0c15d62 which is part of v1.15.1 which is available in Gentoo repository. I'll backport the same fix to v1.14.x. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d394421ca6fcc030952d60200f2888fcd37cb6 commit 43d394421ca6fcc030952d60200f2888fcd37cb6 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2018-02-25 01:39:04 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2018-02-25 01:58:45 +0000 sys-devel/automake: Rev bump to address several issues Ebuild changes: =============== - EAPI bumped to EAPI=6 (1.9.x-1.14.x). - Avoid (low risk) race in /tmp (1.10.x-1.15.x). [Bug 522638] - Avoid makeinfo requirement when bootstraping (1.14.x-1.15.x). [Bug 628912] - Fix man4.test failure (1.11.x). [Bug 583108] - Add Python 2.7 requirement for test suite. [Bug 483358, 623432] - Fix test failures when using >=app-arch/gzip-1.8 (1.14.x). [Bug 604570] - Updated GIT/SRC_URI to use HTTPS (1.14.x-1.15.x). - Live ebuild updated with changes from above (9999). Closes: https://bugs.gentoo.org/583108 Closes: https://bugs.gentoo.org/483358 Closes: https://bugs.gentoo.org/623432 Closes: https://bugs.gentoo.org/604570 Bug: https://bugs.gentoo.org/522638 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-devel/automake/automake-1.10.3-r3.ebuild | 95 +++++++++++++++++ sys-devel/automake/automake-1.11.6-r3.ebuild | 106 +++++++++++++++++++ sys-devel/automake/automake-1.12.6-r2.ebuild | 93 +++++++++++++++++ sys-devel/automake/automake-1.13.4-r2.ebuild | 94 +++++++++++++++++ sys-devel/automake/automake-1.14.1-r2.ebuild | 112 +++++++++++++++++++++ sys-devel/automake/automake-1.15.1-r2.ebuild | 112 +++++++++++++++++++++ sys-devel/automake/automake-1.9.6-r5.ebuild | 95 +++++++++++++++++ sys-devel/automake/automake-9999.ebuild | 40 +++++--- ....11-install-sh-avoid-low-risk-race-in-tmp.patch | 77 ++++++++++++++ ...utomake-1.13-perl-escape-curly-bracket-r1.patch | 37 +++++++ .../automake/files/automake-1.14-gzip-fix.patch | 67 ++++++++++++ ....14-install-sh-avoid-low-risk-race-in-tmp.patch | 77 ++++++++++++++ ....15-install-sh-avoid-low-risk-race-in-tmp.patch | 82 +++++++++++++++ .../files/automake-1.9.6-ignore-comments-r1.patch | 29 ++++++ .../automake-1.9.6-include-dir-prefix-r1.patch | 31 ++++++ .../automake-1.9.6-infopage-namechange-r1.patch | 33 ++++++ 16 files changed, 1167 insertions(+), 13 deletions(-) |