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

Bug 571398

Summary: games-action/bomberclone-0.11.8: configure: error: cannot find sources (configure.in) in . or ..
Product: Gentoo Linux Reporter: Petr Zima <zima>
Component: [OLD] GamesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Petr Zima 2016-01-09 19:02:33 UTC
Installing fails with during configure with the message from title.  The problem is obviously caused by commit:

https://gitweb.gentoo.org/repo/gentoo.git/commit?id=513638242806025416eaa41a9b088a40595f161a

The file configure.in cannot be renamed just so, because there are hardcoded references to it (from itself and Makefile.in's).

Removing the line "mv configure.{in,ac} || die" from ebuild fixes the problem.

Reproducible: Always
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2016-01-10 07:52:50 UTC
> Removing the line "mv configure.{in,ac} || die" from ebuild fixes the
> problem.

...but defeats the point.

Fixed now.  thanks for the bug report.