[LEDE-DEV] Issues with ncurses (Was: Issues with xtables-addons after rebasing today)

Koen Vandeputte koen.vandeputte at ncentric.com
Wed Aug 23 02:12:22 PDT 2017



On 2017-08-23 10:39, Baptiste Jonglez wrote:
> On 23-08-17, Koen Vandeputte wrote:
>> Now this one pops up again (reported by Mauro Mozzarelli yesterday):
>>
>>
>> find /mnt/ramdisk/test/firmware/builds/generic_imx6/build_dir/target-arm_cortex-a9+neon_musl_eabi/util-linux-2.30.1/ipkg-arm_cortex-a9_neon/dmesg
>> -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
>> Package dmesg is missing dependencies for the following libraries:
>> libncursesw.so.6
> This is probably related to the util-linux bump from a few days ago, it
> added a dependency to libncursesw for fdisk but possibly missed dmesg.
>
> Also, it's a bit of a mess, some util-linux packages depend on libncurses
> and some depend on libncursesw (it's the same package in the end so it's
> not such a big deal).
>
> Baptiste

Hi Baptiste,

Looks like your advice did the trick.


I've done the exact test as before, but now excluding that commit:


1) Clone master repo (incl fix from John)
2) Revert commit "utils/util-linux: Update to 2.30.1"
3) configure to use full dmesg package
4) Build


It succeeded nicely now.


Hope this helps,

Koen



More information about the Lede-dev mailing list