Hi Thomas,
On Thu, 2016-12-08 at 12:48 +0100, Thomas Petazzoni wrote:
Hello,
On Thu, 8 Dec 2016 09:34:49 +0000, Vlad Zakharov wrote:
Also you can find these errors in buildroot autobuilder's logs for different architectures: xtensa: http://autobuild.buildroot.net/results/566/56636ab66a68045c43419feb7d5f356a7... arc: http://autobuild.buildroot.net/results/025/02593e7f2eac19b77bcaad3b0e9e8f947...
Both of these are because -static is missing from the final link command line. We've already discussed them on the Buildroot mailing list.
For the ARC failure / sdl_mixer, Waldemar sent a patch (which I haven't applied yet, because I requested a better explanation in the patch).
But sdl_mixer is not the only package that fails with static uclibc. E.g, the following packages: fxload-2008_10_13 berkeleydb-5.3.29 picocom-2.1 dante-1.4.1 uclibc-ng-test-4ad1c23ae2eb30888cda520c739cc26150512487 dvblast-3.0
and many others are failing too.
For the Xtensa / lua failure, I don't think a patch has been submitted yet, but it's the same problem.
Thomas
Thanks.