Bug 1589314

Summary: abrt FTBFS
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: abrtAssignee: abrt <abrt-devel-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: abrt-devel-list, jakub, jmilan, mhabrnal, michal.toman, mkutlak, mmarusak
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-11 13:23:59 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:
Bug Depends On:    
Bug Blocks: 1565020    
Attachments:
Description Flags
build.log from Koji
none
root.log from Koji none

Description Miro Hrončok 2018-06-08 16:10:28 UTC
Created attachment 1449166 [details]
build.log from Koji

Description of problem:
../../py-compile: line 118: python: command not found

Version-Release number of selected component (if applicable): abrt-2.10.10-1.fc29


How reproducible: build abrt in koji


Actual results:
Fails with
../../py-compile: line 118: python: command not found

Expected results:
Builds

Additional info:
It previously built only because soemething dragged in python2.

You need to explicitly buildrequire /usr/bin/python if you need it, or switch to python3 completely. py-compile will use a python thsat's set in the PYTHON environment variable.


This is blocking the transiiton to Python 3.7 but happens both on 3.6 and 3.7.

Full log attached.

https://koji.fedoraproject.org/koji/taskinfo?taskID=27491196

Comment 1 Miro Hrončok 2018-06-08 16:11:21 UTC
Created attachment 1449167 [details]
root.log from Koji

Comment 3 Matej Habrnal 2018-06-11 07:14:04 UTC
Thank you for the report!

Upstream commit:
https://github.com/abrt/abrt/commit/7b6d9fd32d1c3f3d2feedfa2d5eb472fa9901c38

Comment 4 Miro Hrončok 2018-06-11 13:23:59 UTC
It is able to build now.