Attempting to build sysutils/cpupdate from the port (very recently refreshed) on 13-stable with both CPM and intel options enabled results in the following error: ##### # make ===> License BSD2CLAUSE accepted by the user ===> cpupdate-g20180513_4 depends on file: /usr/local/sbin/pkg - found => microcode-20230613 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://codeload.github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/tar.gz/microcode-20230613 fetch: https://codeload.github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/tar.gz/microcode-20230613: size unknown fetch: https://codeload.github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/tar.gz/microcode-20230613: size of remote file is not known microcode-20230613 11 MB 4370 kBps 03s => kernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://codeload.github.com/platomav/CPUMicrocodes/tar.gz/246a49d?dummy=/platomav-CPUMicrocodes-246a49d_GH0.tar.gzkernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz fetch: https://codeload.github.com/platomav/CPUMicrocodes/tar.gz/246a49d?dummy=/platomav-CPUMicrocodes-246a49d_GH0.tar.gzkernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz: size unknown fetch: https://codeload.github.com/platomav/CPUMicrocodes/tar.gz/246a49d?dummy=/platomav-CPUMicrocodes-246a49d_GH0.tar.gzkernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz: size of remote file is not known platomav-CPUMicrocodes-246a49d_GH0.tar.gzkerns 20 MB 10 MBps 02s stat: kernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz: No such file or directory *** Error code 1 Stop. make[1]: stopped in /usr/ports/sysutils/cpupdate *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/cpupdate ##### workaround: disable CPM, install then run make install-microcodes sysrc cpupdate_enable=YES service cpupdate download service cpupdate start
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5d39f235dacf9abf694e3359417400fdc0e3cbd commit a5d39f235dacf9abf694e3359417400fdc0e3cbd Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2023-08-14 22:09:25 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2023-08-14 22:11:12 +0000 sysutils/cpupdate: minor update Update for platomav/CPUMicrocodes r274. Update for Intel pack microcode-20230808. Fix microcode download, again. (*) Bump PORTREVISION. PR: 273035 (*) sysutils/cpupdate/Makefile | 17 ++++++++--------- sysutils/cpupdate/distinfo | 10 +++++----- sysutils/cpupdate/files/cpupdate.in | 4 ++-- sysutils/cpupdate/files/pkg-message.in | 2 +- 4 files changed, 16 insertions(+), 17 deletions(-)
Thank you for the report. The port was updated with a fix, please test and report back.
Sorry for the delay. It's working, thanks. Closing...