I'm trying to install the kernel source to chase down a network problem. (Use the source, Luke! I want to read through the SLAAC code to understand why my IPv6 token isn't getting used.) So I downloaded the source RPM and used yum-builddep to try to install anything necessary to do an "rpmbuild -bp kernel.spec". (That should unpack the source RPM and apply all the patches but not do any actual building.) I'm finding a few packages missing:
dwarves libbabeltrace-devel libbpf-devel
I don't see them here for direct download, either:
https://download.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/Packages/d/ https://download.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/Packages/l/
Help!
It turned out I needed to enable the powertools repo. More info here:
https://forums.rockylinux.org/t/missing-build-dependencies-for-kernel-source...
(It does seem that the Rocky forums are far more active than the mailing list.)
dnf config-manager --set-enabled powertools
...then try again.
Also use mock:
https://rpm-software-management.github.io/mock/
Peter
On 10/05/22 10:33 pm, Kenneth Porter via rocky wrote:
I'm trying to install the kernel source to chase down a network problem. (Use the source, Luke! I want to read through the SLAAC code to understand why my IPv6 token isn't getting used.) So I downloaded the source RPM and used yum-builddep to try to install anything necessary to do an "rpmbuild -bp kernel.spec". (That should unpack the source RPM and apply all the patches but not do any actual building.) I'm finding a few packages missing:
dwarves libbabeltrace-devel libbpf-devel
I don't see them here for direct download, either:
https://download.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/Packages/d/ https://download.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/Packages/l/
Help!
rocky mailing list -- rocky@lists.resf.org To unsubscribe send an email to rocky-leave@lists.resf.org