Replies: 1 comment
-
Firstly: CentOS 8 went out of support in December 2021. If you're using CentOS 8, you should switch to CentOS Stream 8, which is easy with these two commands (as root): dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync Once you're on CentOS Stream 8 — or if you already are — then you can install the dependencies for Cockpit. To install Here are commands (that you have to run as root) which set up EPEL, then powertools, and then install Cockpit's build dependencies: dnf install -y epel-release
dnf config-manager --set-enabled powertools
dnf builddep -y cockpit I hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Explain what happens
When COMPILING conckpit, I reported the following error, how to solve the problem? The operating system I use is CentOS8 and the kernel version is 4.18.0-394.el8.x86_64.
GEN src/ws/cockpit.appdata.xml
GEN pkg/sosreport/org.cockpit-project.cockpit-sosreport.metainfo.xml
msgfmt: cannot locate ITS rules for pkg/sosreport/org.cockpit-project.cockpit-sosreport.metainfo.xml.in
make[1]: *** [Makefile:8849:pkg/sosreport/org.cockpit-project.cockpit-sosreport.metainfo.xml] Error 1
Version of Cockpit
272
Where is the problem in Cockpit?
No response
Server operating system
CentOS
Server operating system version
CentOS8
What browsers are you using?
No response
System log
No response
Beta Was this translation helpful? Give feedback.
All reactions