|
Bugzilla – Full Text Bug Listing |
| Summary: | PostgreSQL15-Server fails to load PostGIS-Bitcode | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Enno Tensing <post> |
| Component: | Other | Assignee: | Reinhard Max <max> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Leap 15.5 | ||
| Target Milestone: | --- | ||
| Hardware: | VMWare | ||
| OS: | openSUSE Leap 15.5 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Enno Tensing
2024-03-27 11:07:34 UTC
It is a repo mismatch, but in a different way.
The distro-provided PostgreSQL packages on Leap 15.5 are actually being built on SLE-15-SP2 (see "150200" in the version string) using LLVM 7, whereas the PostGIS packages for Leap 15.5 from Application:Geo ("lp155" in the version string) are built using the much newer LLVM 15.
There are two options to solve this:
1. Deinstallation of postgresql15-llvmjit, so that LLVM is not being used at all
2. Using the PostgreSQL packages from server:database:postgresql, which are build with LLVM 15, so the postgis packages should be compatible with them.
Thanks you for the quick answer. :) 1. resolved the issue and I'll keep 2. in mind. Bug can be closed - I don't know if I can do that myself and which sub-status for RESOLVED to use Thanks for the feedback, I close it as INVALID, because it was an installation mistake rather than a bug in the code or packaging. But I'll investigate if there is a way to better report such mismatches than the rather cryptic error message you got. |