scan_for_configure rework needed for archive layout changes #589
Labels
bug
A defect in autospec's operation
refactor-needed
Refactoring needed to fix issue or implement feature
The fix for
scan_for_configure
in #497 had the desired outcome, but it also produced negative side effects due to the current layout of the tmp directory where archives are extracted. Namely, if a package ships archives, and one or more of those archives provide their own configure scripts, cmake files, etc, needed for the package build, then autospec won't scan them.The package I'm currently looking at with broken buildreq detection is ParaView. It has multiple archives, and the archive extracted to the
VTK
directory provides cmake files for the main package.The text was updated successfully, but these errors were encountered: