**** BEGIN LOGGING AT Fri Jul 22 02:59:56 2022 Jul 22 07:25:57 o/ Jul 22 08:06:50 Morning! Jul 22 08:07:13 Just landed in NL :) Jul 22 09:19:04 morning Jul 22 09:19:31 Herrie: welcome back Jul 22 09:19:44 yes it might be related, some apps in OSE had the same issue, but do_compile/do_install didn't fail (so I didn't notice the issue), the error should be shown in the log file Jul 22 09:36:02 Tofe: Thnx Jul 22 09:36:07 JaMa: In which log file? Jul 22 09:38:47 log.do_compile or log.do_install Jul 22 09:47:34 log.do_compile looks OK, log.do_install looks suspicious though: https://bpa.st/MFRQ Jul 22 09:48:47 And for the imageviewer app: https://bpa.st/4XAQ Jul 22 09:51:39 yes, that's the same issue 'Error: error:0308010C:digital envelope routines::unsupported' Jul 22 09:52:03 well not the one in the commit you linked, let me find the right one Jul 22 09:53:38 Herrie: https://github.com/shr-project/meta-webosose/commit/f13056a052c7095b9860089419aab58715920c90 Jul 22 10:49:59 JaMa: Ah so we need to cherry pick these to our recipes as well Jul 22 10:50:18 We have all except for the iotivity I think Jul 22 11:05:41 yes, should I do it or are you already doing it? Jul 22 11:05:59 Done Jul 22 11:06:01 And pushed Jul 22 11:06:23 https://github.com/webOS-ports/meta-webos-ports/commit/f2db6f8e86f495989187c2beb195b703ace33fb6 Jul 22 11:07:43 +1 Jul 22 11:59:59 OK building new image here with these fixes and fontconfig, let's see what I get Jul 22 12:27:37 JaMa: Any thoughts? https://pastebin.ubuntu.com/p/CG5gZvR2Wy/ Seems similar to https://www.openembedded.org/pipermail/openembedded-core/2018-May/151276.html but that should be in Kirkstone already I would suspect? Jul 22 12:50:01 what did you change in meta-webos-ports? is it all in kirkstone now? Jul 22 12:52:56 JaMa: This: https://github.com/webOS-ports/meta-webos-ports/commit/17c757c0cf1a0b3c9559f6314ad97f24bbb84122 Jul 22 12:53:19 Mainly stole some stuff from OSE trying to get fontconfig stuff to work for LuneOS as well, so we have uniform fonts across the OS Jul 22 12:54:14 Replaced the "inherit webos_arch_indep" with "inherit allarch" instead Jul 22 12:56:45 check QEMU* variables, https://github.com/shr-project/meta-webosose/commit/52be7a23b9e05492556f7ab662f9d4a72c259d18 shouldn't be needed as we don't use MACHINE_ARCH, but something else might went wrong Jul 22 13:02:06 JaMa: OK will try that Jul 22 13:02:17 Would be good to understand the real cause though Jul 22 13:11:37 run the postinst by hand to see better error message Jul 22 13:21:04 JaMa: I guess it's more likely this one? https://github.com/shr-project/meta-webosose/commit/9a00373c5b56a36ce3e47bdf9a23e12a6640c1bb Jul 22 13:29:00 I added both to luneos.inc and still the same issue it seems Jul 22 13:29:12 For which recipe should I run the postinst? Jul 22 14:07:03 no, we're not using MACHINE_ARCH by default like OSE does Jul 22 14:18:48 Herrie: Error while loading /OE/build/luneos-langdale/webos-ports/tmp-glibc/work/qemux86_64-webos-linux/luneos-dev-image/1.0-r0/rootfs/usr/libexec/fc-cache: No such file or directory Jul 22 14:19:03 you're missing the utils in the image Jul 22 14:20:38 just remove the bbclass and it should fix it Jul 22 14:26:09 yes, that fixes it Jul 22 16:41:34 JaMa: You mean the fontcache.bbclass right? Jul 22 16:43:07 yes Jul 22 16:47:29 It now builds indeed Jul 22 16:49:47 Let's see what it does in runtime, that's more interesting Jul 22 16:50:52 Fonts in FirstUse look better already Jul 22 16:52:41 cardshell too, so that's good Jul 22 16:52:47 I'll tidy it up a bit and PR Jul 22 16:55:56 Good :) Jul 22 16:59:17 Tofe: Yeah it right away looks a lot nicer :D Jul 22 17:22:28 There we go: https://github.com/webOS-ports/meta-webos-ports/pull/530 Jul 22 17:40:03 I guess visually it's now mainly the "Apps, Downloads, Favorites and Prefs" in cardshell that need some work Jul 22 17:40:22 BG color there is off still, for the rest it's pretty good Jul 22 17:42:32 yes, I draft that a bit too quickly, without taking care of the theme Jul 22 17:42:42 drafted* Jul 22 17:42:50 to move away from QtQuick1 Jul 22 18:00:17 Tofe: Yeah, well we're getting there bit by bit Jul 22 18:00:48 Another thing I noticed is that the hw kbd doesn't work in VBox image anymore. It's probably some small setting somewhere Jul 22 18:06:39 https://github.com/webOS-ports/meta-webos-ports/pull/531 here you go ! Jul 22 18:07:14 for qemu I might suspect some hardcoded stuff from OSE Jul 22 18:13:43 Tofe: That looks better indeed! Jul 22 18:15:45 Tofe: We don't need the theming fix (QT_QUICK_CONTROLS_STYLE=QtQuick.Controls.LuneOS) for qemux86(-64) and RPI devices? Jul 22 18:16:29 I might have missed these ones Jul 22 18:19:35 The launcher font styling for these 4 items needs some love, but I'll get my TP to compare the look and tweak accordingly Jul 22 18:19:47 It already looks a lot better now for sure Jul 22 18:19:51 done Jul 22 18:27:31 Thnx, merged Jul 22 18:28:52 Tofe: Based on https://dflund.se/~triad/krad/dragonboard/ the status for tenderloin mainline should be pretty OK. I know it's not 100% the same board, but it's pretty close. And this takes into account only upto 4.20 kernel. There have been things merged in 5.x again too Jul 22 18:30:29 I'll try and see if I can wrap up a tree somehow with the various changes merged into it already Jul 22 18:33:05 Just seems there's quite some bits pending all over the place still Jul 22 18:43:36 I.e. stuff like this: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git/commit/?h=apq8060-dragonboard-graphics&id=a0cdde9dc378768de25538e6fc9d7f80840e4fc2 Jul 22 18:51:13 Let me see if I can poke some people to submit some reworked patches for the kernel ;) Jul 22 18:55:22 It would be quite great to have TP running on mainline :p Jul 22 18:58:09 Tofe: Yeah, it seems quite some bits are there, but some other critical patches are pending Jul 22 18:58:15 Or need rework **** ENDING LOGGING AT Sat Jul 23 02:59:56 2022