Closed LevitatingBusinessMan closed 3 months ago
Just noticed this repo: https://github.com/milkv-duo/duo-buildroot-sdk-v2 I guess they are in the progress of updating the SDK to buildroot 2024.02.3?
Just noticed this repo: https://github.com/milkv-duo/duo-buildroot-sdk-v2 I guess they are in the progress of updating the SDK to buildroot 2024.02.3?
Oh thank you! I hadn't noticed that repo yet. I will definitely continue working on that repository instead.
Yes, we have upgraded buildroot to 2024.02.3 in the new SDK, so there are no plans to upgrade individual packages in the current SDK. Thank you for your work!
I updated both util-linux and fakeroot in buildutils. Both were giving me errors compiling on ArchLinux.
The update was performed by copying the packages from the latest release of buildroot (buildroot-2024.02.3). No configuration changes are needed.
I already discussed my issue with compiling util-linux here. It was most likely patched here: https://github.com/util-linux/util-linux/pull/1769.
This is the error for fakeroot.
fakeroot went from
1.25.3
to1.32.1
. util-linux went from2.36.1
to2.39.3
.If the buildroot compiles correctly now on ArchLinux, it will most likely compile correctly on Ubuntu for the foreseeable future.