RPM 4.20.0 build issue #3387
YellowJacketLinux
started this conversation in
General
Replies: 2 comments 4 replies
-
Podman/Docker is only needed for running the test-suite. You can disable it with The Hope that helps! |
Beta Was this translation helpful? Give feedback.
2 replies
-
This actually inspired me to file #3388. We always defaulted to the test-suite enabled (even with autoconf & fakechroot previously) but it might be a good idea to rethink that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having trouble building RPM 4.20.0 on an LFS (Linux From Scratch) 12.2 SystemD system.
I have an LFS 11.3 (SysV Init) system RPM bootstrapped with RPM 4.18.1 and in my new LFS 12.2 system I can get RPM 4.18.2 to build but I don't want to start with an EOL series.
The issue I am having (after figuring out I was missing "VERSION_ID" in my /etc/os-release file and fixing that) is that CMake is looking for either
podman
ordocker
. The actual error:Neither was mentioned as a build requirement in the INSTALL file (nor can I comprehend why they would be needed) and I can not seem to figure out what option I need to disable so CMake does not look for them.
This is my CMake command:
Any suggestions?
(off-topic but I disabled sequoia because I have a strong dislike for Rust, it seems some thing break if you update and other things don't build if you don't update it, so on my LFS systems I am trying to avoid anything and everything that builds with Rust as long as I can)
Beta Was this translation helpful? Give feedback.
All reactions