**** BEGIN LOGGING AT Thu Mar 03 02:59:56 2022 Mar 03 07:25:39 Morning! Mar 03 07:26:49 Morning! Mar 03 07:35:38 morning **** BEGIN LOGGING AT Thu Mar 03 07:45:19 2022 Mar 03 07:56:17 is there some rebased version of herrie/honister-wam branch? I've rebased it for latest honister and it was missing quite a few changes, now I'm testing it in kirkstone build Mar 03 07:59:46 and there is also: ERROR: luna-sysservice-4.4.0-1+gitAUTOINC+94614605e6-r0 do_fetch: Fetcher failure: Unable to find revision 94614605e6216a710c4778eca7e00395991e20cc in branch webOS-ports/webOS-OSE-wam-lsm even from upstream Mar 03 08:03:39 JaMa: we're now switching to the honister-wam-extended branch, which includes more recipes from OSE Mar 03 08:04:05 not sure if it's recently rebased though Mar 03 08:05:21 for luna-sysservice I guess the intent is to use the latest, i.e. afb1e9e15eb703e91c9a2aa1b65a866e81bfb621 ; not sure why the current SRCREC is invalid Mar 03 08:09:28 ok, will rebase that one instead Mar 03 08:09:52 I've also pushed some updates to webos-ports-setup Mar 03 08:11:10 JaMa: We're trying to get WAM and luna-surfacemanager migrated, but still in the middle of things Mar 03 08:29:26 I know, I just wanted to check if there are more build issues detected by kirkstone build Mar 03 09:27:18 enact-dev-native fails in do_compile as well in kirkstone, due to npm accessing network, will add another work around for kirkstone (whenever this wam branch is merged in honister) Mar 03 09:52:45 enact-framework and enact-sandstone the same issue Mar 03 09:53:43 as in https://github.com/shr-project/meta-webosose/commit/a9ab56ac9b10660b9cad80d2174195cadc3252a7 Mar 03 09:54:44 Herrie: were you copying the recipes from LGE's meta-webosose dunfell branch? Please use honister branch of my meta-webosose in future, I see quite a few changes related to overrides syntax in your branch which wouldn't be necessary Mar 03 09:55:58 JaMa: Well I had Zeus before, new recipes I took mainly from yours Mar 03 09:56:08 But some I realised too late Mar 03 11:06:05 also webruntime is marked MACHINE_ARCH, we should do something about it (like PACKAGECONFIG change from https://github.com/shr-project/meta-webosose/commit/77b69c874a062de862794170b2fa5eaecdc03bcd) or our build times will get significantly worse for multi-MACHINE builds Mar 03 11:07:18 JaMa: Feel free to change Mar 03 11:07:38 We've been focussing on qemux86-64 for now Mar 03 11:07:46 And didn't test anything else yet Mar 03 11:31:41 WIP https://github.com/webOS-ports/meta-webos-ports/commit/c4403295e2324491e22b4db3412c72548a92a0b8 Mar 03 11:46:41 also WARNING: mksnapshot-cross-x86_64-91-r1 do_unpack: URL: git://github.com/webosose/chromium-v8;branch=@chromium91${WEBOSOSE_GIT_PROTOCOL};destsuffix=git/src/v8;name=v8 uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Mar 03 12:31:48 HerrieTP: why are you changing SRCREV when removing WEBOS_VERSION? e.g. maliit: WEBOS_VERSION = "0.99.0+20-99_27834567bb88cef1a1c0a09de8390debd266d8f8" -> SRCREV = "19d78446912905b28a7ee8ae7dda112925220ac2" ? Mar 03 12:39:52 JaMa: Because we ususally use our own fork Mar 03 12:40:11 And I noticed that the ones in WEBOS_VERSION often don't work when I used them as SRCREV Mar 03 12:55:09 only if you don't push the annotated tag they correspond to to our fork Mar 03 16:29:36 most of pkg-config issues in new recipes are caused by webos_daemon inherit removal < Herrie make sure to check pkgconfig and inherit it if the component does use pkg-config Mar 03 16:30:03 will create PR for the issues in honister-wam-extended Mar 03 17:12:36 Tofe: comparing the webruntime installed files built with python2 and python3 isn't very useful, but at least confirms not change in installed headers http://dpaste.com/8CJWJK6W2 Mar 03 17:38:27 I've tested it with kirkstone build in emulator and it shows the UI, but some things are a bit weird, like the scalling is a bit off, some apps are all gray etc, but I guess most of these are from ongoing migration to wam, not because of python3native used to build webruntime Mar 03 17:38:58 I guess will have to rebuild with just python3 patches removed to better compare the behavior Mar 03 17:41:44 JaMa: yes, the status is still very alpha quality Mar 03 17:42:38 https://github.com/webOS-ports/meta-webos-ports/pull/498 Mar 03 17:45:20 JaMa: impressive work :) Mar 03 19:02:06 Herrie: https://www.jsonschemavalidator.net/s/eHvpayjj we have some work to do Mar 03 19:02:53 List of appinfo to fix: https://paste2.org/yvJL0YFG Mar 03 19:05:48 I remarked this when trying to change the window type of the launcher Mar 03 19:06:17 (btw, fixing the json doesn't help with the window type :p , it's still a card ) Mar 03 19:13:09 seems to be mainly the boolean "visible" Mar 03 19:22:14 And after that cleanup, we should revert https://github.com/webOS-ports/wam/commit/cc441a04d968a90a4605903e25d74d559577ee04 and switch to SAM, isn't it Mar 03 21:31:53 Tofe: OK back Mar 03 21:32:47 Tofe: OK so basically we need to check all the appinfo.json files? Mar 03 21:32:55 I'm not sure this commit needs reverting Mar 03 21:33:20 I disabled the API in luna-sysmgr now I think, so it automaticallly uses the one from SAM, even with the com.palm call probably? Mar 03 21:34:31 Tofe: Well it should be luna-appmanager I guess Mar 03 21:35:06 Yup removed the API definitions from luna-appmanager with https://github.com/webOS-ports/luna-appmanager/commit/2f8ea2943594752149047c52484574fca2b38b5d Mar 03 21:35:20 So I guess we don't need to reverse it really, but it doesn't hurt either Mar 03 21:37:15 JaMa: Thnx for all the work on those! Mar 03 21:45:26 no problem, I had most of these in meta-webosose already anyway, so just had to re-do them for meta-webos-ports Mar 03 21:46:22 but it might be useful to rebase this branch on current honister (before updating honister upstream layers with webos-ports-setup update which will rebuild pretty much everything) **** ENDING LOGGING AT Fri Mar 04 02:59:56 2022