I try compiling kernel 5.13.19.-1-pve on my proxmox vm which is a vm just for building kernels.
Anywork looks fine until this error was thrown.
It's obvious that the error is about fwlist-5.15.19-1-pve. Now how can I add fwlist-5.15.19-1-pve to the pve-firmware repository? I have done some googling. But can not find any useful informations.
Please help, thanks in advance!
Anywork looks fine until this error was thrown.
make[2]: Entering directory '/usr/src/pve-kernel/build'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
debian/scripts/find-firmware.pl debian/pve-kernel-5.15.19-1-pve/lib/modules/5.15.19-1-pve >fwlist.tmp
mv fwlist.tmp fwlist-5.15.19-1-pve
checking fwlist for changes since last built firmware package..
if this check fails, add fwlist-5.15.19-1-pve to the pve-firmware repository and upload a new firmware package together with the 5.15.19-1-pve kernel
sort fwlist-previous | uniq > fwlist-previous.sorted
sort fwlist-5.15.19-1-pve | uniq > fwlist-5.15.19-1-pve.sorted
diff -up -N fwlist-previous.sorted fwlist-5.15.19-1-pve.sorted > fwlist.diff
make[2]: *** [debian/rules:277: fwcheck] Error 1
make[2]: Leaving directory '/usr/src/pve-kernel/build'
make[1]: *** [debian/rules:108: binary] Error 2
make[1]: Leaving directory '/usr/src/pve-kernel/build'
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
make: *** [Makefile:60: pve-kernel-5.15.19-1-pve_5.15.19-1_amd64.deb] Error 2
It's obvious that the error is about fwlist-5.15.19-1-pve. Now how can I add fwlist-5.15.19-1-pve to the pve-firmware repository? I have done some googling. But can not find any useful informations.
Please help, thanks in advance!
Last edited: