Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 514724 - autotools.eclass: autotools_env_setup only shows first version it tried instead of all of them
Summary: autotools.eclass: autotools_env_setup only shows first version it tried inste...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-23 18:19 UTC by Alon Bar-Lev (RETIRED)
Modified: 2014-11-15 07:12 UTC (History)
0 users

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 Alon Bar-Lev (RETIRED) gentoo-dev 2014-06-23 18:19:37 UTC
should:

        [[ ${WANT_AUTOMAKE} == "latest" ]] && \
            die "Cannot find the latest automake! Tried ${_LATEST_AUTOMAKE}"

be:

        [[ ${WANT_AUTOMAKE} == "latest" ]] && \
            die "Cannot find the latest automake! Tried ${_LATEST_AUTOMAKE[@]}"

to print all versions that were checked? or this is intentional?
Comment 1 SpanKY gentoo-dev 2014-11-15 07:12:11 UTC
should be fixed with:
http://sources.gentoo.org/eclass/autotools.eclass?r1=1.167&r2=1.168

thanks!