Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553738 - sys-devel/automake-1.15: stable test
Summary: sys-devel/automake-1.15: stable test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2015-07-01 17:38 UTC by William Hubbs
Modified: 2015-07-17 09:36 UTC (History)
0 users

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


Attachments
Tests on ppc64 (timberdoodle.gentoo.osuosl.org) (automake-1.15.tests,186.48 KB, text/plain)
2015-07-08 12:19 UTC, Anthony Basile
Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Hubbs gentoo-dev 2015-07-01 17:38:17 UTC
All,

is it ok for this to go stable? I see that kmod-21 requires it, and it
has been in the tree since Jan.

Thanks,

William
Comment 1 SpanKY gentoo-dev 2015-07-06 08:23:07 UTC
Commit message: Stabilize for all
http://sources.gentoo.org/sys-devel/automake-wrapper/automake-wrapper-10.ebuild?r1=1.1&r2=1.2
Comment 2 SpanKY gentoo-dev 2015-07-06 08:25:30 UTC
there's no need to round trip the wrapper

the ebuild itself can be tested by arch testers, but it'll need to go through an atomic commit with the eclass.  so people should just report whether it works here.
Comment 3 Anthony Basile gentoo-dev 2015-07-07 14:42:02 UTC
(In reply to SpanKY from comment #2)
> there's no need to round trip the wrapper
> 
> the ebuild itself can be tested by arch testers, but it'll need to go
> through an atomic commit with the eclass.  so people should just report
> whether it works here.

1.15 is working on ppc and ppc64.  I tested with the following toy autotools.  make, make install, make uninstall, make distcheck worked fine.

::::::::::::::
autogen.sh
::::::::::::::
#!/bin/sh
aclocal
autoconf
WANT_AUTOMAKE=1.15 automake --add-missing
::::::::::::::
configure.ac
::::::::::::::
AC_PREREQ([2.69])
AC_INIT([doit.c],[0.1])
AM_INIT_AUTOMAKE([foreign 1.15])
AC_PROG_CC
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
::::::::::::::
doit.c
::::::::::::::
int main(){return 0;}
::::::::::::::
Makefile.am
::::::::::::::
bin_PROGRAMS = doit
doit_SOURCES = doit.c
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2015-07-08 05:26:17 UTC
Two test failures on both HPPA and PPC64:

FAIL: t/dist-formats.tap 45 - ac=dist-zip,no-dist-gzip [distcheck]
FAIL: t/instmany-python.sh

The former doesn't fail on amd64.

Otherwise, I guess HPPA and PPC64 are good.
Comment 5 SpanKY gentoo-dev 2015-07-08 05:54:36 UTC
(In reply to Jeroen Roovers from comment #4)

neither looks like regressions (there's open bugs about previous stable versions)
Comment 6 Anthony Basile gentoo-dev 2015-07-08 12:19:52 UTC
Created attachment 406354 [details]
Tests on ppc64 (timberdoodle.gentoo.osuosl.org)

@jer.  How did you get those failures on ppc64?  Running on timberdoodle they all passed.
Comment 7 Tobias Klausmann (RETIRED) gentoo-dev 2015-07-17 07:33:06 UTC
Stable on alpha.