**** BEGIN LOGGING AT Sun Jan 02 02:59:56 2022 Jan 02 09:16:42 Guest3385: that's surprising, we didn't get this kind of error so far... a github issue maybe ? Is it the same when retrying ? Jan 02 09:18:08 Or could it be that it's still trying with git:// and not http:// (the former was deperecated on github recently) Jan 02 09:18:46 which branch are you building ? hardknott ? Jan 02 09:20:16 now the retrieval URLs should be like "git://github.com/Swordfish90/qmltermwidget.git;protocol=https;branch=master" , with the protocol=https part Jan 02 09:25:36 Guest3385: what is the output of "bb -e qtwebengine | grep SRC_URI=" for you ? Jan 02 10:07:23 yes it's the same when retrying Jan 02 10:07:47 not sure which branch i'm building. how would I check? Jan 02 10:08:02 the output I get is Jan 02 10:08:02 OE @luneos ~/Downloads/webos-ports-env/webos-ports $ MACHINE=hammerhead bb -e qtwebengine | grep SRC_URI= Jan 02 10:08:03 SRC_URI="     git://github.com/webOS-ports/qtwebengine;branch=webOS-ports/master;name=qtwebengine     git://github.com/webOS-ports/qtwebengine-chromium;name=chromium;branch=webOS-ports/master;destsuffix=git/src/3rdparty     file://qtwebengine.conf " Jan 02 10:09:38 Morning! Jan 02 10:10:01 Tofe: Seems that Waydroid causes luna-next to crash and restart on my PPP Jan 02 10:12:56 https://paste.ofcode.org/TtSANBfS4bP9iXSqgttC9j Jan 02 10:14:41 Ah seems my luna-next wasn't bumped Jan 02 10:14:51 To include: https://github.com/webOS-ports/luna-next/commit/4410491f8dbe26a68273d5bb853c4cfee6330bab Jan 02 10:15:20 Let me install updated IPK Jan 02 10:15:41 Guest33: Can you paste the full log somewhere? Like bpaste? Jan 02 10:15:56 It could be it's trying to get it from another URL that's not available Jan 02 10:17:45 Guest33: You might want to check meta-luneos/conf/distro/include/luneos.inc to see if the SOURCE_MIRROR_URL is populated with SOURCE_MIRROR_URL = "http://sources.webos-ports.org/" Jan 02 10:17:49 If so just make it "" instead Jan 02 10:25:12 Herrie I uploaded the logfile to pastebin Jan 02 10:25:12 https://pastebin.com/zpTLke95 Jan 02 10:27:00 Not available? Jan 02 10:29:44 hm yea that's strange. bpaste throws an error about Jan 02 10:29:45 400 Jan 02 10:29:45 Highlighted text exceeds size limit (256 kB) Jan 02 10:33:16 Codeshare works Jan 02 10:33:17 https://codeshare.io/AdmrDv Jan 02 10:36:45 Check your conf/layers.txt and paste it somewhere, looks like you might be building something old Jan 02 10:37:41 Tofe: This is my journal after updated luna-next: https://paste.ofcode.org/3c4VyeNsQP9fXQwesYJKEKt Jan 02 10:38:55 And the waydroid log: NRFQ Jan 02 10:38:59 https://bpa.st/NRFQ Jan 02 10:41:50 i've uploaded /webos-ports-env/webos-ports/meta-webos-ports/meta-luneos/conf layers.conf to bpaste Jan 02 10:41:50 https://bpa.st/QKBQ Jan 02 10:47:56 Guest33: on my side I have SRC_URI=" git://github.com/webOS-ports/qtwebengine;protocol=https;branch=webOS-ports/master;name=qtwebengine git://github.com/webOS-ports/qtwebengine-chromium;name=chromium;branch=webOS-ports/master;destsuffix=git/src/3rdparty;protocol=https file://qtwebengine.conf " (honister) so it looks like the protocol=https didn't make it to your version... Jan 02 10:50:01 Guest33: and it seems you're on hardknott; still I think it should be there? Jan 02 10:51:29 https://github.com/webOS-ports/meta-webos-ports/commit/fcb103c42a569a0fadf339133f9dba1957bc22df ah, these kind of fixes are only in honister :/ Jan 02 10:51:44 and https://github.com/webOS-ports/meta-webos-ports/commit/9fc13855ad9ada3883622804eb46ab78d4c8db5f Jan 02 10:59:00 Herrie: do you have VETH enabled in your defconfig? Jan 02 11:00:36 Tofe_: Let me check Jan 02 11:01:38 Tofe_: Seems it's in my defconfig, let me check .config just to be sure Jan 02 11:02:21 Yup seems so Jan 02 11:11:35 :(   okay i'll try again on ubuntu 20.04! Jan 02 11:26:25 Guest3373: no it's not the host this time Jan 02 11:26:31 it's hardknott, probably Jan 02 11:27:11 Herrie: my bad, the waydroid error is about the bridge, not the veth Jan 02 11:50:30 Tofe: I'll compare the PP with PPP defconfig a bit later, some guests now Jan 02 11:57:56 sure :) Jan 02 12:06:27 Guest3373: I would suggest upgrading to honister; that means using the "unstable" branch of the webos-ports-setup repo Jan 02 12:06:38 We'll switch testing to this branch very soon anyway Jan 02 12:07:35 ah, actually there's a "honister" branch, much better Jan 02 12:11:22 Herrie: maybe https://github.com/waydroid/waydroid/issues/117#issuecomment-962851055 would be a hint ? I don't remember if we use systemd-resolved Jan 02 12:48:54 Tofe: OK found a bunch of defconfig values in PP defconfig that aren't in PPP Jan 02 12:49:25 Nothing right away too relevant it seems, but doesn't hurt to try: https://bpa.st/JOHQ Jan 02 14:06:13 Herrie: I don't see anything really related either Jan 02 14:06:18 Tofe: Hmmz some progress it seems: root@pinephonepro:/var/lib/waydroid/rootfs/system/bin# waydroid status Jan 02 14:06:18 Session: RUNNING Jan 02 14:06:18 Container: RUNNING Jan 02 14:06:18 Vendor type: MAINLINE Jan 02 14:06:18 Session user: root(0) Jan 02 14:06:19 Wayland display: None Jan 02 14:06:24 Seems container runs now Jan 02 14:06:37 oh, great Jan 02 14:07:06 don't forget to export the env. variables for wayland, iirc Jan 02 14:08:22 too bad we won't know exactly which defconfig value was to be set :p Jan 02 14:10:04 Tofe_: Yeah I'm doing that Jan 02 14:10:08 Still not much luck it seems Jan 02 14:12:16 I seems to get a black card now sometimes though Jan 02 14:12:29 you're trying show-full-ui ? Jan 02 14:12:36 yes Jan 02 14:12:53 ok; a black card is still a good sign Jan 02 14:13:28 looks like it detects your compositor Jan 02 14:13:48 all the android processes are there? Jan 02 14:16:27 Well Logcat is not working, so not very helpful Jan 02 14:16:56 root@pinephonepro:/var/lib/waydroid/rootfs/system/bin# waydroid logcat Jan 02 14:16:56 lxc-attach: waydroid: terminal.c: lxc_terminal_create_native: 924 Not a director y - Failed to open terminal multiplexer device Jan 02 14:16:56 CANNOT LINK EXECUTABLE "/system/bin/logcat": "/system/lib/libbase.so" is 32-bit instead of 64-bit Jan 02 14:18:26 it did retrieve the correct system image, right ? Jan 02 14:19:53 Well it should I guess Jan 02 14:22:49 it's easy to check, with a "readelf /var/lib/waydroid/rootfs/system/bin/logcat" for instance Jan 02 14:24:31 I guess so: https://bpa.st/7IIA Jan 02 14:24:37 Seems it shows as AArch64 Jan 02 14:24:51 yes, good Jan 02 14:24:56 ok let's assume it's fine Jan 02 14:26:00 the XDG variables are there both for container and for show-full-ui, right? Jan 02 14:26:05 Yes Jan 02 14:26:14 mmm Jan 02 14:26:28 I open a new SSH session and run container in 1 and the show-full-ui in another Jan 02 14:27:33 It's still weird that logcat doesn't run, though Jan 02 14:27:49 Getting pagefaults in panfrost with comments "TODO" Jan 02 14:27:56 oh. Jan 02 14:27:57 So could be it needs some kernel fixes still Jan 02 14:28:05 https://paste.ofcode.org/qPP8brHRVjhakxRDk73PJS Jan 02 14:28:07 Near the end Jan 02 14:28:34 noone else ran waydroid on PPP ? Jan 02 14:28:56 Seems not yet Jan 02 14:29:14 ok, then maybe panfrost needs some fixes here Jan 02 16:17:27 setup on 20.04 now, replaced poky folder in webos-ports-env with honister 3.4.1 from https://www.yoctoproject.org/software-overview/downloads/  (unsure if it's the right way to do it) Jan 02 16:21:16 i get this now https://codeshare.io/RblDLL Jan 02 16:21:35 the logfile https://codeshare.io/wnlpDD Jan 02 16:28:24 Guest33: usually what I do is I go to the ../common folder, checkout the branch I want, then in the parent folder I do "make update-conffiles && make update" Jan 02 16:28:40 I never use the yoctoproject.org downloads Jan 02 16:29:49 but it looks like you are stumbling on the nodejs modules recipes -- Herrie, didn't we fix that last week or so ? Jan 02 16:40:33 Tofe_: Yeah need to disable the sources mirror in luneos.inc Jan 02 16:41:08 Set SOURCE_MIRROR_URL="" in meta-luneos/conf/distro/include/luneos.inc Jan 02 16:55:46 Tofe: I'll bump mesa a bit in my image, might help maybe, worth a try Jan 02 17:00:44 But quite a rebuild of course Jan 02 17:00:50 So it will be ready after dinner I guess Jan 02 17:52:14 Tofe: BTW I ordered the PP keyboard. Curious to see how much is needed at our end to make it work. I guess it *SHOULD* be pretty straightforward with nyx-modules for keys, but we'll see Jan 02 17:52:42 Probably will be another 3-4 weeks before it's here since they start shipping sometime during 2nd week of January I think Jan 02 18:15:36 Tofe: It seems that logcat somehow gets a wrong ld_path causing it to look for the libbase.so in /system/lib insead of /system/lib64 Jan 02 18:15:40 Any idea where to set this? Jan 02 18:18:53 ErfanoAbdi says I should have a /etc/environment but I don't have that file Jan 02 20:29:06 Herrie: well I'm surprised it depends on the host's environment Jan 02 21:02:07 Tofe_: Well it shouldn't I would say but well Jan 02 21:02:32 Not sure how it points to the wrong path though Jan 02 21:02:47 Not sure that would solve much anyway though Jan 02 21:03:09 iirc though, the LD_LIBRARY_PATH thing is quite hardcoded in android Jan 02 21:03:46 or maybe it can be patched in a init.rc... but not by us Jan 02 21:12:59 Tofe_: Well I would expect them to have the correct one in the image Jan 02 21:13:13 Why would it otherwise work on your PP Jan 02 21:49:27 true Jan 02 21:49:34 I don't know either I must say Jan 02 23:40:21 Herrie Tofe_ success!! :]   thanks for all your help!! http://wosa.link/image.php?emh8bjBmYWYxY2M **** ENDING LOGGING AT Mon Jan 03 02:59:57 2022