[MDEV-32741] Problem building mariadb 11.1 branch Created: 2023-11-09 Updated: 2023-11-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.11, 11.0, 11.1, 11.2 |
| Fix Version/s: | 10.11, 11.0, 11.1, 11.2 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Thomas Pasch | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I encounter the following when I try to build mariadb on/with docker. I use my own Dockerfile for the task: https://github.com/aanno/linux-config/blob/master/build-with-docker/Containerfile.mariadb.fedora39 . (And I use https://github.com/aanno/linux-config/blob/master/build-with-docker/podman-build.sh as build 'driver'.)
This is interesting as the files exist but as *.gz:
|
| Comments |
| Comment by Sergei Golubchik [ 2023-11-15 ] | ||||||||||||||||
|
reported an upstream bug https://gitlab.kitware.com/cmake/cmake/-/issues/25421 | ||||||||||||||||
| Comment by Sergei Golubchik [ 2023-11-15 ] | ||||||||||||||||
|
when I used my sudo powers to edit
then the build succeeded. Obviously, I did it just to test my hypothesis, it's not what we recommend users to do | ||||||||||||||||
| Comment by Thomas Pasch [ 2023-11-25 ] | ||||||||||||||||
|
Hm, if I patch cmake, I could build rpms on f39:
I wonder if the build is still incomplete, because I'm missing MariaDB-client.rpm and MariaDB-server.rpm here. Trying to install MariaDB-server-compat-11.1.4-1.fc39.noarch.rpm leads to
Well, let me put it this way: The primary reason I've try to build MariaDB on my own is that I want to install the server on f39 (as no official RPMS for f39 are provided). What am I missing here? Is it possible to build MariaDB-server-11.1.4-1.fc39.x86_64.rpm (and - if needed - galera-4-whatever.rpm) on my own? | ||||||||||||||||
| Comment by Sergei Golubchik [ 2023-11-27 ] | ||||||||||||||||
|
I've tried to build, it seems there's a second quoting place in CPackRPM.cmake
when I fixed this one too, all packages were built fine. |