Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474600 - autotools.eclass: add 1.14 to _LATEST_AUTOMAKE
Summary: autotools.eclass: add 1.14 to _LATEST_AUTOMAKE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Normal enhancement
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 482908 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-24 12:36 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-11-30 06:00 UTC (History)
3 users (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 Arfrever Frehtes Taifersar Arahesis 2013-06-24 12:36:00 UTC
_LATEST_AUTOMAKE should include automake 1.14 so that automake 1.14 is actually used by ebuilds using default WANT_AUTOMAKE="latest".

--- autotools.eclass
+++ autotools.eclass
@@ -46,7 +46,7 @@
 # Do NOT change this variable in your ebuilds!
 # If you want to force a newer minor version, you can specify the correct
 # WANT value by using a colon:  <PV>:<WANT_AUTOMAKE>
-_LATEST_AUTOMAKE=( 1.12:1.12 1.13:1.13 )
+_LATEST_AUTOMAKE=( 1.12:1.12 1.13:1.13 1.14:1.14 )
 
 _automake_atom="sys-devel/automake"
 _autoconf_atom="sys-devel/autoconf"
Comment 1 SpanKY gentoo-dev 2013-06-24 15:43:54 UTC
i specifically did not do that yet.  we want 1.14 to get used randomly at first and see feedback before we start (possibly) breaking all of ~arch.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2013-07-02 15:40:44 UTC
Can we have a workaround to pull the previous automake if the latest one is not in _LATEST_AUTOMAKE ? for example, this breaks the build on a new mips system where only automake-1.14 is installed.
Comment 3 Arfrever Frehtes Taifersar Arahesis 2013-10-01 23:41:07 UTC
Now it should be appropriate time to update _LATEST_AUTOMAKE.
I have been using patch from comment #0 for over 3 months without any problems.
Comment 4 Naohiro Aota gentoo-dev 2013-11-17 07:05:12 UTC
*** Bug 482908 has been marked as a duplicate of this bug. ***
Comment 5 SpanKY gentoo-dev 2013-11-30 06:00:20 UTC
automake-1.14 has been out for a good amount of time, so let's start bugging people with it

http://sources.gentoo.org/eclass/autotools.eclass?r1=1.156&r2=1.157