| Summary: | missing options for eautoreconf -vfi | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alex Marcat <malexprojects> |
| Component: | Eclasses | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Alex Marcat
2010-08-19 22:19:16 UTC
Unless you provide some information on which problems you got when using simple eautoreconf, this bug is not going anywhere. (In reply to comment #1) > Unless you provide some information on which problems you got when using simple > eautoreconf, this bug is not going anywhere. > the eautoreconf ignores the "-vfi" option, needed for compiling this ebuild, because the third-party software has a sort of "chained" ./configure to be created and runned. There're many folders in the source, each of them with their configure.ac etc; to be translated into the configure script to write each Makefile. Infact, the Makefile of the main dir tries to run make for each Makefile in the subdirectories, but it isn't able to find them, of course |