Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 445720 - autotools-utils.eclass should respect AUTOTOOLS_BUILD_DIR
Summary: autotools-utils.eclass should respect AUTOTOOLS_BUILD_DIR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-03 00:06 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2012-12-03 09:29 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 Arfrever Frehtes Taifersar Arahesis 2012-12-03 00:06:38 UTC
media-libs/glu/glu-9.0.0.ebuild:                        AUTOTOOLS_BUILD_DIR=${WORKDIR}/${ABI} "${@}"
media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild:                        AUTOTOOLS_BUILD_DIR=${WORKDIR}/${ABI} "${@}"
sci-libs/fftw/fftw-3.3.2.ebuild:                AUTOTOOLS_BUILD_DIR="${S}-${x}" \
sci-libs/fftw/fftw-3.3.2.ebuild:                AUTOTOOLS_BUILD_DIR="${S}-${x}" \
sci-libs/fftw/fftw-3.3.2.ebuild:                AUTOTOOLS_BUILD_DIR="${S}-${x}" \
sci-libs/fftw/fftw-3.3.3.ebuild:                AUTOTOOLS_BUILD_DIR="${S}-${x}" \
sci-libs/fftw/fftw-3.3.3.ebuild:                AUTOTOOLS_BUILD_DIR="${S}-${x}" \
sci-libs/fftw/fftw-3.3.3.ebuild:                AUTOTOOLS_BUILD_DIR="${S}-${x}" \

These ebuilds have been broken by this change:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/autotools-utils.eclass?r1=1.57&r2=1.58
This change causes that assignments (except first assignment) to AUTOTOOLS_BUILD_DIR are ignored.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-12-03 09:29:35 UTC
A fix has been committed; the eclasses should now properly respect the old names. Thanks for reporting.