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 1532997 - BC break in 1.14 - undefined symbol: gdbm_errno
Summary: BC break in 1.14 - undefined symbol: gdbm_errno
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gdbm
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marek Skalický
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-10 08:53 UTC by Remi Collet
Modified: 2018-01-18 21:30 UTC (History)
3 users (show)

Fixed In Version: gdbm-1.13-6.fc27
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-18 21:30:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Remi Collet 2018-01-10 08:53:25 UTC
Description of problem:
Version 1.14 is not BC compatible with 1.13.1

Version-Release number of selected component (if applicable):
1.14-1

How reproducible:
use abi-compliance-checker

Added symbol: gdbm_errno_location()
Dropped symbol:  gdbm_errno


So this break app relying on this symbol

Ex: 
$ php -v
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/dba.so' - /usr/lib64/php/modules/dba.so: undefined symbol: gdbm_errno in Unknown on line 0


Notice: this doesn't affect PHP Fedora build where gdbm is not used.

Comment 1 Remi Collet 2018-01-10 08:57:43 UTC
Notice gdbm_errno is now a macro

#define gdbm_errno (*gdbm_errno_location ())

So API is compatible, and a simple rebuild will work

Comment 2 Fedora Update System 2018-01-15 13:19:15 UTC
gdbm-1.13-5.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-ec4df5a741

Comment 3 Remi Collet 2018-01-15 13:23:34 UTC
(In reply to Fedora Update System from comment #2)
> gdbm-1.13-5.fc27 has been submitted as an update to Fedora 27.
> https://bodhi.fedoraproject.org/updates/FEDORA-2018-ec4df5a741

Requires: %{name} = %{version}-%{release}

Should be 

Requires: %{name} = %{epoch}-%{version}-%{release}

Comment 4 Fedora Update System 2018-01-15 18:35:12 UTC
gdbm-1.13-5.fc27 has been pushed to the Fedora 27 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-ec4df5a741

Comment 5 Fedora Update System 2018-01-16 13:02:20 UTC
gdbm-1.13-6.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-ec4df5a741

Comment 6 Fedora Update System 2018-01-17 06:46:29 UTC
gdbm-1.13-6.fc27 has been pushed to the Fedora 27 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-ec4df5a741

Comment 7 Fedora Update System 2018-01-18 21:30:53 UTC
gdbm-1.13-6.fc27 has been pushed to the Fedora 27 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.