milkv-duo / duo-buildroot-sdk

Milk-V Duo Official buildroot SDK
411 stars 174 forks source link

buildroot: update util-linux and fakeroot #110

Closed LevitatingBusinessMan closed 3 months ago

LevitatingBusinessMan commented 5 months ago

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 to 1.32.1. util-linux went from 2.36.1 to 2.39.3.

If the buildroot compiles correctly now on ArchLinux, it will most likely compile correctly on Ubuntu for the foreseeable future.

jurriaan commented 5 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?

LevitatingBusinessMan commented 5 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?

Oh thank you! I hadn't noticed that repo yet. I will definitely continue working on that repository instead.

carbonfix commented 3 months ago

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!