Bug 1598047

Summary: lasso-2.6.0-5.fc29 FTBFS: error: Python must be installed to compile lasso
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: lassoAssignee: John Dennis <jdennis>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jdennis, rcritten, ssorce
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=28013068
Whiteboard:
Fixed In Version: lasso-2.6.0-6.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-07 16:06:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Pisar 2018-07-04 08:25:22 UTC
lasso-2.6.0-5.fc29 fails to build in F29:

checking for python... no
checking for swig... swig
checking for variadic cpp macros... yes
./configure: line 14507: -c: command not found
configure: error: Python must be installed to compile lasso

This is triggered by upgrading python2 to 2.7.15-5 that moved /usr/bin/python file into python-unversioned-command package.

Comment 1 John Dennis 2018-07-07 16:06:15 UTC
Updated AC_CHECK_PROGS in configure.ac to search for versioned python in addition to unversioned in priority order.