View Issue Details

IDProjectCategoryView StatusLast Update
0001536channel: kernel/el9kernel-mlpublic2025-06-09 20:30
Reportertoracat Assigned Totoracat  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0001536: Build kernel-ml-6.16-rcX
DescriptionLinux-6.16-rc1 was released on 2025-06-08. Build kernel-ml-6.16-rcX (we cover el8, el9 and el10 here).
TagsNo tags attached.

Activities

toracat

2025-06-09 20:26

administrator   ~0010438

In el8 and el9, we see build error:

error: Installed (but unpackaged) file(s) found:
   /etc/cpupower-service.conf
   /usr/lib64/systemd/system/cpupower.service
   /usr/libexec/cpupower

The fix for this appears to be in the pipe upstream:

https://lkml.org/lkml/2025/5/16/1300

toracat

2025-06-09 20:27

administrator   ~0010439

In el8 but not in el9, a bunch of files are "listed twice":

    File listed twice: /etc/modprobe.d/ax25-blacklist.conf
    File listed twice: /etc/modprobe.d/l2tp_eth-blacklist.conf
    File listed twice: /etc/modprobe.d/l2tp_netlink-blacklist.conf
    File listed twice: /etc/modprobe.d/l2tp_ppp-blacklist.conf
    File listed twice: /etc/modprobe.d/netrom-blacklist.conf
    File listed twice: /etc/modprobe.d/rds-blacklist.conf
    File listed twice: /etc/modprobe.d/rose-blacklist.conf
    File listed twice: /etc/modprobe.d/sch_choke-blacklist.conf
    File listed twice: /etc/modprobe.d/sch_drr-blacklist.conf
    File listed twice: /etc/modprobe.d/sch_gred-blacklist.conf
    File listed twice: /etc/modprobe.d/sch_mqprio-blacklist.conf
    File listed twice: /etc/modprobe.d/sch_multiq-blacklist.conf
    File listed twice: /etc/modprobe.d/sch_netem-blacklist.conf
    File listed twice: /etc/modprobe.d/sch_qfq-blacklist.conf
    File listed twice: /etc/modprobe.d/sch_red-blacklist.conf
    File listed twice: /etc/modprobe.d/sch_sfb-blacklist.conf
    File listed twice: /etc/modprobe.d/sctp-blacklist.conf
    File listed twice: /etc/modprobe.d/sctp_diag-blacklist.conf

toracat

2025-06-09 20:30

administrator   ~0010440

The error noted in 10438 comes from the kernel-tools sub-package. Disabling it leads to a successful build.

Add this to the spec file:

### temporary workaround to build 6.16-rc1
%define with_tools 0

Issue History

Date Modified Username Field Change
2025-06-09 20:22 toracat New Issue
2025-06-09 20:22 toracat Status new => assigned
2025-06-09 20:22 toracat Assigned To => toracat
2025-06-09 20:26 toracat Note Added: 0010438
2025-06-09 20:27 toracat Note Added: 0010439
2025-06-09 20:30 toracat Note Added: 0010440