Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390605 - dev-embedded/openocd-9999: ebuild is missing autotools inherit
Summary: dev-embedded/openocd-9999: ebuild is missing autotools inherit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-15 10:50 UTC by Alexander Stein
Modified: 2011-11-15 21:12 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 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