Bug 2121696
| Summary: | postgresql-private-devel conflicts with libpq-devel over pkgconfig(libpq), blocks rebuild of LibreOffice flatpak | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stephan Bergmann <sbergman> |
| Component: | postgresql | Assignee: | Filip Januš <fjanus> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 36 | CC: | anon.amish, devrim, fjanus, hhorak, jmlich83, mkulik, panovotn, pkubat, praiskup, tgl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-09-07 10:26:40 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
Stephan Bergmann
2022-08-26 09:53:45 UTC
Hi Stephan, If you are blocked by this issue, I see two possibilities for how to fix(workaround) it fast. 1. I can update libpq in the released Fedora 36. Probably without problems, but it's a change that can affect someone. 2. Switched off pkgconfig in LibreOffice spec and built directly with libpq. From my point of view, the problem in pkgconfig, it should find a suitable component. (In reply to Filip Januš from comment #1) > 1. I can update libpq in the released Fedora 36. Probably without > problems, but it's a change that can affect someone. > 2. Switched off pkgconfig in LibreOffice spec and built directly with > libpq. So I went with <https://src.fedoraproject.org/rpms/libreoffice/c/98b9b9b60e381737e4451f772e53e49d4c1998a9?branch=f36> "Related: rhbz#2121654 Work around pkgconfig(libpq) conflict" in libreoffice. That's arguably the better of the above two choices as long as the hijacking of the libpq-devel deliverables by postgresql-private-devel isn't fixed properly. This issue was addressed by https://src.fedoraproject.org/rpms/postgresql/c/224667bda080f6b84fb4f54ffcec4d8d0a2b1aef?branch=rawhide in Rawhide. |