Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1589314 - abrt FTBFS
Summary: abrt FTBFS
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: abrt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON37
TreeView+ depends on / blocked
 
Reported: 2018-06-08 16:10 UTC by Miro Hrončok
Modified: 2018-06-11 13:23 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-11 13:23:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
build.log from Koji (213.50 KB, text/plain)
2018-06-08 16:10 UTC, Miro Hrončok
no flags Details
root.log from Koji (141.30 KB, text/plain)
2018-06-08 16:11 UTC, Miro Hrončok
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.