Bug 1593280

Summary: Missing MPFR build dependency
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan.kratochvil>
Component: gdbAssignee: Sergio Durigan Junior <sergiodj>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: jan.kratochvil, keiths, kevinb, pmuldoon, sergiodj
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: gdb-8.1-18.fc28 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-26 17:34:38 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 Jan Kratochvil 2018-06-20 12:48:39 UTC
Description of problem:
gdb.spec should contain:
--with-mpfr (so that it is 'yes' and not the current 'auto')
BuildRequires: mpfr-devel

Version-Release number of selected component (if applicable):
gdb-8.1-15.fc28.ppc64le

How reproducible:
Always.

Steps to Reproduce:
configure;make
on ppc64le runtest gdb.base/float128.exp

Actual results:
checking whether to use MPFR... auto
checking for libmpfr... no
configure: WARNING: MPFR is missing or unusable; some features may be unavailable.
FAIL: gdb.base/float128.exp: print large128

Expected results:
checking whether to use MPFR... yes
checking for libmpfr... yes
checking how to link with libmpfr... -lmpfr
PASS: gdb.base/float128.exp: print large128

Additional info:

Comment 1 Jan Kratochvil 2018-06-20 13:25:52 UTC
Re: New FAIL gdb.base/float128.exp on ppc64le
https://sourceware.org/ml/gdb-patches/2018-06/msg00490.html

Comment 2 Fedora Update System 2018-06-20 21:46:31 UTC
gdb-8.1-18.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-6273284476

Comment 3 Fedora Update System 2018-06-21 16:14:13 UTC
gdb-8.1-18.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-6273284476

Comment 4 Fedora Update System 2018-06-26 17:34:38 UTC
gdb-8.1-18.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.