Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388455 - dev-embedded/openocd-9999: src_prepare missing
Summary: dev-embedded/openocd-9999: src_prepare missing
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-10-25 15:18 UTC by Alexander Stein
Modified: 2011-10-25 21:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for ebuild (openocd-9999.patch,603 bytes, patch)
2011-10-25 15:19 UTC, Alexander Stein
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Stein 2011-10-25 15:18:45 UTC
During the project site update from berlios to sourceforge the src_prepare stage got removed from the live ebuild. But this is necessary to
1st get a configure script and
2nd workaround the version.texi
I'll attach a patch which fixes this problems.

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-embedded/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 ...
>>> 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
 *

Expected Results:  
Compiling without problems
Comment 1 Alexander Stein 2011-10-25 15:19:36 UTC
Created attachment 290809 [details, diff]
patch for ebuild
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2011-10-25 21:05:26 UTC
Thanks. Fixed