Bug 1799931

Summary: python-fsleyes-props: FTBFS in Fedora rawhide/f32
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: python-fsleyes-propsAssignee: Ankur Sinha (FranciscoD) <sanjay.ankur>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 32CC: neuro-sig, sanjay.ankur
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: 2020-02-16 17:56:59 UTC Type: ---
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: 1750908    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2020-02-06 19:40:46 UTC
python-fsleyes-props failed to build from source in Fedora rawhide/f32

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


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Please fix python-fsleyes-props at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
python-fsleyes-props will be orphaned. Before branching of Fedora 33,
python-fsleyes-props will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source

Comment 1 Fedora Release Engineering 2020-02-06 19:40:48 UTC
Created attachment 1660465 [details]
build.log

Comment 2 Fedora Release Engineering 2020-02-06 19:40:50 UTC
Created attachment 1660466 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2020-02-06 19:40:52 UTC
Created attachment 1660467 [details]
state.log

Comment 4 Ben Cotton 2020-02-11 16:52:24 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle.
Changing version to 32.

Comment 5 Fedora Release Engineering 2020-02-16 04:27:48 UTC
Dear Maintainer,

your package has not been built successfully in 32. Action is required from you.

If you can fix your package to build, perform a build in koji, and either create
an update in bodhi, or close this bug without creating an update, if updating is
not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to
acknowledge this. Following the latest policy for such packages [2], your package
will be orphaned if this bug remains in NEW state more than 8 weeks.

A week before the mass branching of Fedora 33 according to the schedule [3],
any packages not successfully rebuilt at least on Fedora 31 will be
retired regardless of the status of this bug.

[1] https://fedoraproject.org/wiki/Updates_Policy
[2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
[3] https://fedoraproject.org/wiki/Releases/33/Schedule

Comment 6 Ankur Sinha (FranciscoD) 2020-02-16 13:57:13 UTC
The neuro-sig is working on these bugs.

Comment 7 Ankur Sinha (FranciscoD) 2020-02-16 17:28:33 UTC
This is to do with the python rpm macros:

```
+ exit 0
error: Illegal char '*' (0x2a) in: 0.6.*
Provides: python-fsleyes-props = 1.6.7-2.fc32 python3-fsleyes-props = 1.6.7-2.fc32 python3.8dist(fsleyes-props) = 1.6.7 python3dist(fsleyes-props) = 1.6.7
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.8 python3.8dist(fslpy) >= 1.4 python3.8dist(matplotlib) python3.8dist(numpy) python3.8dist(six) python3.8dist(wxpython) >= 3.0.2
Obsoletes: python-fsleyes-props < 1.6.7-2.fc32
RPM build errors:
    Illegal char '*' (0x2a) in: 0.6.*
Child return code was: 1

```

I'm testing another build, and if that doesn't work, I'll tweak the requirements bits to remove the '*' character.