Bug 1593280 - Missing MPFR build dependency
Summary: Missing MPFR build dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gdb
Version: 28
Hardware: ppc64le
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Sergio Durigan Junior
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-06-20 12:48 UTC by Jan Kratochvil
Modified: 2018-06-26 17:34 UTC (History)
5 users (show)

Fixed In Version: gdb-8.1-18.fc28
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-26 17:34:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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