Oruginally issue was find on dev-php/pecl-dbase extension (see bug #418353). emerge dev-php/pecl-ps … >>> Emerging (2 of 2) dev-php/pecl-ps-1.3.7::gentoo * ps-1.3.7.tgz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>> Unpacking source... … Configuring for: PHP Api Version: 20121113 Zend Module Api No: 20121212 Zend Extension Api No: 220121212 ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring. ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring. … The bug is similiar with previously registered bug #329071
In bug #329071, vapier suggested using `autotools_run_tool ${PHPIZE}` to fix this. That didn't work -- autotools.eclass tries to dump the output to a file: local STDERR_TARGET="${T}/$1.out" That barfs if we pass an absolute path to autotools_run_tool(). I can make the warning go away by changing our invocation of, ${PHPIZE} to, WANT_AUTOCONF="" ${PHPIZE} Is there a reason why that won't work (other than the fact that it's ugly)?
(In reply to Michael Orlitzky from comment #1) i think nuking the WANT_xxx vars would prevent people from setting them to specific values in the ebuilds if the only issue is the logging path, we could just use ${1##*/}.out as the file name.
(In reply to SpanKY from comment #2) > (In reply to Michael Orlitzky from comment #1) > > if the only issue is the logging path, we could just use ${1##*/}.out as the > file name. That works for us if it doesn't cause any other problems. > i think nuking the WANT_xxx vars would prevent people from setting them to > specific values in the ebuilds > Ah, I guess I could wrap it in a test then, if WANT_FOO = "latest"...
(In reply to Michael Orlitzky from comment #3) should be all set then: http://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd9954d249956d09be0f4803b1b8766ae203adc
(In reply to SpanKY from comment #4) > (In reply to Michael Orlitzky from comment #3) > > should be all set then: > http://gitweb.gentoo.org/repo/gentoo.git/commit/ > ?id=ecd9954d249956d09be0f4803b1b8766ae203adc Thanks! The PECL eclass is fixed in, https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e50178a73252a9d0b4445fe82b25ddb663799e2