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 1813529

Summary: Building D shared libraries is broken since meson 0.52.1
Product: [Fedora] Fedora Reporter: Neal Gompa <ngompa13>
Component: mesonAssignee: ekulik
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 32CC: carl, ekulik, igor.raits, wtaymans
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: meson-0.53.2-1.git88e40c7.fc32 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-18 02:50:42 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:
Bug Depends On:    
Bug Blocks: 1799410    

Description Neal Gompa 2020-03-14 09:15:30 UTC
Description of problem:
When trying to fix glibd for Fedora 32+, the resulting library has the wrong soname embedded in it, which broke dependencies for the devel package and its runtime component.

There's a fix upstream: https://github.com/mesonbuild/meson/pull/6356

Please backport the upstream fix.

Version-Release number of selected component (if applicable):
0.53.1-1.fc33

How reproducible:
Always

Steps to Reproduce:
1. fedpkg co -a glibd
2. cd glibd && fedpkg mockbuild glibd
3. rpm -q --requires results_glibd/*/*/glibd-devel-*.rpm

Actual results:
$ rpm -q --requires results_glibd/*/*/glibd-devel-*.rpm
...
libglibd-2.0.so()(64bit)
...

Expected results:
$ rpm -q --requires results_glibd/*/*/glibd-devel-*.rpm
...
libglibd-2.0.so.0()(64bit)
...

Comment 1 ekulik 2020-03-14 13:36:47 UTC
0.54.0 is scheduled for next Sunday and the requested fixes are pretty far away from 0.53.{1,2}, so I’m going to build a git snapshot instead.

Comment 2 Fedora Update System 2020-03-14 14:03:07 UTC
FEDORA-2020-b4a50abc08 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-b4a50abc08

Comment 3 Fedora Update System 2020-03-14 17:51:26 UTC
meson-0.53.2-1.git88e40c7.fc32 has been pushed to the Fedora 32 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-2020-b4a50abc08

Comment 4 Fedora Update System 2020-03-18 02:50:42 UTC
meson-0.53.2-1.git88e40c7.fc32 has been pushed to the Fedora 32 stable repository. If problems still persist, please make note of it in this bug report.