Bug 1541416

Summary: Rebuild on rawhide (gcc-8)
Product: [Fedora] Fedora Reporter: Antonio T. (sagitter) <anto.trande>
Component: scipyAssignee: Christian Dersch <lupinix.fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: high    
Version: rawhideCC: anto.trande, cstratak, lupinix.fedora, tomspur
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-02-02 22:19:28 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:
Attachments:
Description Flags
Patch for GCC-8 none

Description Antonio T. (sagitter) 2018-02-02 14:11:42 UTC
Description of problem:
'scipy' is not compiled on rawhide yet because of compiler error.
It's needed by other packages.

Version-Release number of selected component (if applicable):
scipy-1.0.0-5.fc28

How reproducible:
Always on current 'rawhide' branch.

Actual results:

build/temp.linux-x86_64-3.6/scipy/cluster/_vq.o: In function `__pyx_fuse_0__pyx_f_5scipy_7cluster_3_vq__vq_small_nf':
/builddir/build/BUILD/scipy-1.0.0/scipy/cluster/_vq.c:3100: undefined reference to `sqrtf'
...
collect2: error: ld returned 1 exit status


Additional info:
'scipy' looks correctly compiled by using the simple patch attached.

Comment 1 Antonio T. (sagitter) 2018-02-02 14:12:29 UTC
Created attachment 1390169 [details]
Patch for GCC-8

Comment 2 Christian Dersch 2018-02-02 18:16:44 UTC
Thanks! Merged the pull request containing the patch https://src.fedoraproject.org/rpms/scipy/pull-request/4

Koji build still running: https://koji.fedoraproject.org/koji/taskinfo?taskID=24650583

Comment 3 Christian Dersch 2018-02-02 22:19:28 UTC
Build done