Hello,
Just pull, I fixes this already:
https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=41bc16ac0b18d19e9c34...
-Michael
On 6 Aug 2024, at 15:55, Adolf Belka adolf.belka@ipfire.org wrote:
Hi All,
My CU188 build is failing at the cdrom stage. The message it comes up with is
BUILD_ARCH="x86_64" BUILDTARGET="x86_64-pc-linux-gnu" KVER="6.6.32" /usr/src/src/scripts/archive.files x86_64 /usr/src/config/rootfiles/common | tee | tar --create --format=pax --acls --xattrs --xattrs-include='*' --sparse --directory=/ --exclude="dev/pts/*" --exclude="proc/*" --exclude="tmp/*" --exclude="__pycache__" --files-from=- | tar --extract --format=pax --acls --xattrs --xattrs-include='*' --sparse --directory=/tmp/root tar: usr/bin/br2684ctl: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors
For some reason it is looking for br2684ctl in /usr/bin/ but that file is located in /usr/sbin/
I can't figure out why it is looking in bin rather than in sbin but that seems to be the reason for the failure
Regards,
Adolf.