Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 390605

Summary: dev-embedded/openocd-9999: ebuild is missing autotools inherit
Product: Gentoo Linux Reporter: Alexander Stein <alexanders83>
Component: [OLD] DevelopmentAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED FIXED    
Severity: normal CC: dev-embedded+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexander Stein 2011-11-15 10:50:58 UTC
The ebuld does a eautoreconf during src_prepare, but it is not inheriting autotools. So it fails with eautoreconf unknown.

Reproducible: Always

Steps to Reproduce:
1. emerge =openocd-9999
Actual Results:  
>>> Unpacked to /var/tmp/portage/dev-embedded/openocd-9999/work/openocd-9999
>>> Source unpacked in /var/tmp/portage/dev-embedded/openocd-9999/work
>>> Preparing source in /var/tmp/portage/dev-embedded/openocd-9999/work/openocd-9999 ...
/var/tmp/portage/dev-embedded/openocd-9999/temp/environment: line 2510: eautoreconf: command not found
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-embedded/openocd-9999/work/openocd-9999 ...
 * ERROR: dev-embedded/openocd-9999 failed (configure phase):
 *   no configure script found
Comment 1 SpanKY gentoo-dev 2011-11-15 21:12:51 UTC
should be all set now in the tree; thanks for the report!

Commit message: Inherit autotools for eautoreconf
http://sources.gentoo.org/dev-embedded/openocd/openocd-0.5.0.ebuild?r1=1.3&r2=1.4
http://sources.gentoo.org/dev-embedded/openocd/openocd-9999.ebuild?r1=1.19&r2=1.20