**** BEGIN LOGGING AT Sun Sep 30 03:00:01 2018 Sep 30 08:45:43 Morning! Sep 30 08:45:56 elvispre_: I've flashed tissot, let's see how this goes Sep 30 08:46:18 I hope it'll be easy to solve :) Sep 30 08:48:02 "file:///usr/palm/luna-next/shells/card/qml/StatusBar/SystemMenu/BluetoothElement.qml:23:1: module "LuneOS.Bluetooth" is not installed" Sep 30 08:48:49 it reminds me seeing a QA warning for nemo-dbus-qml recipe Sep 30 08:50:50 ah, yes, the install dir changed... Sep 30 08:51:57 JaMa: is it expected that Qt's lib dir is now directly /usr/lib itself ? Sep 30 08:59:26 ah, it's the famous "empty QT_DIR_NAME" Sep 30 08:59:54 so... /usr/lib/qt5/qml should be written /usr/lib/${QT_DIR_NAME}/qml ? Sep 30 09:01:29 nope, invalid "//" Sep 30 09:02:14 ah, "OE_QMAKE_PATH_QML" Sep 30 09:05:31 Morning Sep 30 09:05:35 "Nice they Sep 30 09:05:53 "Nice" they break this stuff with a minor update :S Sep 30 09:08:46 weeeell I think it's more on the meta-qt5 side ;) Sep 30 09:09:01 ah, my qtHaveModule(BluezQt) test is broken somehow Sep 30 09:10:54 ok yes the kf5bluezqt-mer wasn't migrated Sep 30 09:11:03 Tofe: yes OE_QMAKE_PATH_QML is right variable Sep 30 09:11:55 Tofe: if we have many /usr/lib/qt5 cases in qml, then we can add the symlink like I did in webOS OSE Sep 30 09:12:51 JaMa: no it's all in the recipes Sep 30 09:13:02 for kf5bluezqt-mer it's mkspecs also Sep 30 09:13:13 is there also a variable for this one ? Sep 30 09:38:07 ARCHDATA iirc Sep 30 09:38:18 can check later, now lunch and travel back home.. Sep 30 09:57:28 yup, sure, I'm on it anyway Sep 30 09:58:40 mmh "/media/LuneOS/testing/webos-ports/tmp-glibc/work/aarch64-webos-linux/luneos-components/0.4.1+gitrAUTOINC+729b4ac099-r0/git/modules/LuneOS/Bluetooth/plugin/luneosbtagent.h:22:27: fatal error: bluezqt/agent.h: No such file or directory" ... I guess it didn't really find the mkspec... Sep 30 12:13:20 JaMa: not sure about this: https://github.com/webOS-ports/meta-webos-ports/pull/301/files#r221457692 is there a better way ? Sep 30 12:20:40 elvispre: if you take my PR on top of your meta-webos-ports, it should fix your builds Sep 30 12:40:09 Tofe: I'll give it a try. Sep 30 12:42:24 Not sure of the best way to do so though. Hand-editing the recipes for now, I suppose. (Not hard.) Sep 30 12:49:14 elvispre: if you're not comfortable with git, it's a way, yes Sep 30 12:50:22 otherwise it's something like "cd meta-webos-ports; git remote add tofee https://github.com/Tofee/meta-webos-ports.git && git checkout tofee/pyro -b tofee-pyro" Sep 30 12:50:52 (and maybe "git fetch tofee" before the checkout) Sep 30 12:51:23 but I think I'll merge the PR anyway Sep 30 12:51:30 as it's broken right now Sep 30 12:51:40 Tofe: Right. That's not too bad is it? I'm giving my hand-edited version a try at the moment. Sep 30 12:52:19 True. JaMa can always recommend an improvement afterwards. Sep 30 12:52:51 ok merged Sep 30 12:59:30 ...and built. Sep 30 13:06:20 :) Sep 30 13:10:19 Back to normal for tissot, at least. Sep 30 13:15:07 Also true for onyx. Sep 30 13:15:15 good ! Sep 30 13:15:27 mako, we'll need to wait for the battery to charge *again*. Sep 30 13:19:00 Tofe: you can drop FILES_${PN}-dbg, all .debug files are packaged automatically Sep 30 13:19:23 Tofe: Did you see my remarks about systemd-timesyncd? It now starts OK on tissot but not on onyx or mako. I think it may be a kernel version issue. Sep 30 13:19:27 the rest of the changes looks ok Sep 30 13:20:08 thanks for fixing it Sep 30 13:20:38 I'll do some PN-dbg cleanup after testing some glibc fixes Sep 30 13:22:22 Tofe: Ooh nice fix :) Good stuff is back to normal Sep 30 14:36:12 elvispre: yes I saw it, I didn't have time to look at it yet Sep 30 14:36:22 Herrie: yes, let's launch a new build Sep 30 14:44:03 hop, done Sep 30 16:32:55 novaldex|away: should the VPN work after the server moves the same as before? It might be just from IP change, but I cannot connect to bonaire.nao (140.211.169.187) to cleanup the disk a bit Sep 30 16:34:31 novaldex|away: 10.10.10.122 (used in jenkins config earlier) and 10.20.1.198 (used in jenkins config now) don't work for me as well Sep 30 16:35:55 novaldex|away: and my VPN IP is 10.10.8.144 Sep 30 16:37:22 the routing received from VPN doesn't look correct: Sep 30 16:37:25 ep 30 08:12:02 jama openvpn[22082]: /sbin/ip addr add dev tun0 10.10.8.144/24 broadcast 10.10.8.255 Sep 30 16:37:28 Sep 30 08:12:02 jama openvpn[22082]: /sbin/ip route add 10.20.0.0/24 via 10.20.8.1 Sep 30 16:37:31 Sep 30 08:12:02 jama openvpn[22082]: Error: Nexthop has invalid gateway. Sep 30 16:37:34 Sep 30 08:12:02 jama openvpn[22082]: ERROR: Linux route add command failed: external program exited with error status: 2 Sep 30 16:37:37 Sep 30 08:12:02 jama openvpn[22082]: /sbin/ip route add 10.20.1.0/24 via 10.20.8.1 Sep 30 16:37:40 Sep 30 08:12:02 jama openvpn[22082]: Error: Nexthop has invalid gateway. Sep 30 16:37:42 Sep 30 08:12:02 jama openvpn[22082]: ERROR: Linux route add command failed: external program exited with error status: 2 Sep 30 16:37:57 how I'm I supposed to route via 10.20.8.1 when I'm in 10.10.8.0/24 network.. Sep 30 16:38:21 ka6sox: ^^ Sep 30 20:35:26 Latest build is not very stable on tissot for me. On fifth reboot trying to get wifi working *and* connected. Last hurdle is erratic availability of the on-screen keyboard. Sep 30 20:44:51 In fact, the keyboard just won't stay on screen for any length of time. It works well on both of my 32-bit devices. **** ENDING LOGGING AT Mon Oct 01 03:00:02 2018