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 - Building D shared libraries is broken since meson 0.52.1
Summary: Building D shared libraries is broken since meson 0.52.1
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: meson
Version: 32
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: ekulik
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1799410
TreeView+ depends on / blocked
 
Reported: 2020-03-14 09:15 UTC by Neal Gompa
Modified: 2020-03-18 02:50 UTC (History)
4 users (show)

Fixed In Version: meson-0.53.2-1.git88e40c7.fc32
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-18 02:50:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github mesonbuild meson issues 6359 0 None closed meson 0.52.1 breaking shared linking with D 2020-03-25 11:28:40 UTC

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.


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