Bug 1746014
| Summary: | Return back samba-pidl | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Milan Crha <mcrha> |
| Component: | samba | Assignee: | Guenther Deschner <gdeschner> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 31 | CC: | abokovoy, anoopcs, asn, gdeschner, jarrpa, jstephen, lmohanty, madam, sbose, ssorce |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | samba-4.11.0-0.2.rc2.fc31 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-30 06:06:22 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
Milan Crha
2019-08-27 13:19:21 UTC
For the record, I received an rpmdeplint failure mail notification for evoluton-mapi [1], but I cannot fix it until openchange is rebuilt against updated libldb, which I cannot rebuild until samba-pidl is back. [1] https://taskotron.fedoraproject.org/artifacts/all/9c21c1dc-c9ad-11e9-927f-52540077ca13/tests.yml/itemlogs/evolution-mapi-3.33.90-1.fc31.armhfp.log This is better with samba 2:4.11.0-0.2.rc2.fc32 [1], but it still fails, this time when building, with: BUILDSTDERR: /usr/bin/ld: libmapi-openchange.so.2.3: undefined reference to `ndr_pull_SRow' BUILDSTDERR: /usr/bin/ld: libmapi-openchange.so.2.3: undefined reference to `ndr_print_SRow' BUILDSTDERR: /usr/bin/ld: libmapi-openchange.so.2.3: undefined reference to `ndr_push_SPropValue' BUILDSTDERR: /usr/bin/ld: libmapi-openchange.so.2.3: undefined reference to `ndr_print_SPropValue' BUILDSTDERR: /usr/bin/ld: libmapi-openchange.so.2.3: undefined reference to `ndr_pull_SPropValue' BUILDSTDERR: /usr/bin/ld: libmapi-openchange.so.2.3: undefined reference to `ndr_push_SRow' BUILDSTDERR: /usr/bin/ld: libmapi-openchange.so.2.3: undefined reference to `ndr_pull_SRowSet' BUILDSTDERR: /usr/bin/ld: libmapi-openchange.so.2.3: undefined reference to `ndr_push_SRowSet' BUILDSTDERR: /usr/bin/ld: libmapi-openchange.so.2.3: undefined reference to `ndr_print_SRowSet' [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=37338492 After patching OpenChange to build also those missing functions (thanks gd for the hint) I successfully built OpenChange for rawhide and Fedora 31 against samba-4.11.0-0.2.rc2. |