2015-11-24 11:24:20 @kido there we go, bluetooth scanning works! 2015-11-24 11:24:57 locusf o/ 2015-11-24 11:25:08 Nokius o/ 2015-11-24 20:15:05 ragesoss kido: ERROR: Task 71 (/home/sage/play/asteroid/src/meta-dory-hybris/recipes-kernel/linux/linux-dory_lp-mr1.bb, do_install) failed with exit code '1' 2015-11-24 20:16:00 @kido oh never met that one, could you paste me the full log? 2015-11-24 20:16:15 ragesoss | install: cannot stat '/home/sage/play/asteroid/build/tmp-glibc/work/dory-oe-linux-gnueabi/linux-dory/3.10+lollipop-r0/git/boot.img': No such file or directory 2015-11-24 20:16:20 ragesoss yeah, I'll paste it. 2015-11-24 20:16:28 @kido mhh ok 2015-11-24 20:17:08 ragesoss http://pastebin.com/jH8yYy3e 2015-11-24 20:21:47 @kido could you also paste me /home/sage/play/asteroid/build/tmp-glibc/work/dory-oe-linux-gnueabi/linux-dory/3.10+lollipop-r0/temp/log.do_compile please? 2015-11-24 20:28:42 ragesoss kido: http://pastebin.com/Lmq7yG3r 2015-11-24 20:29:37 @kido 'libstdc++.so.6: cannot open shared object file: No such file or directory' woot 2015-11-24 20:29:52 @kido mmmhhhh ok I got it 2015-11-24 20:31:19 @kido could you try to run: /home/sage/play/asteroid/build/tmp-glibc/work/x86_64-linux/mkbootimg-tools-native/git-r0/git/mkbootimg please? 2015-11-24 20:34:47 ragesoss kido: same error: /home/sage/play/asteroid/build/tmp-glibc/work/x86_64-linux/mkbootimg-tools-native/git-r0/git/mkbootimg: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory 2015-11-24 20:35:07 @kido asteroid uses mkbootimg_tools to generate a boot.img file, however for the LG G Watch the boot.img must have a device tree attached at the end. the default android's mkbootimg doesn't have that possibility so I had to use the following tool https://github.com/xiaolu/mkbootimg_tools which is the only one I found to work, and the guy distributes this tool as pre-compiled. I already opened an issue some months 2015-11-24 20:35:07 @kido ago https://github.com/xiaolu/mkbootimg_tools/issues/16 but wasn't satisfied 2015-11-24 20:36:18 @kido that's why the linked libs might not be adapted to your system 2015-11-24 20:37:14 @kido there are two "solutions", the quick and dirty way would be to create a "libstdc++.so.6" to your correct libstdc++.so 2015-11-24 20:37:45 @kido but the only real solution is to get rid of that mkbootimg_tools repository which is a source of problem 2015-11-24 20:43:22 @kido or I can send you my boot.img 2015-11-24 20:43:43 @kido it will be a little bit cleaner and will at least allow you to build that 2015-11-24 20:43:46 @kido just let me a minute 2015-11-24 20:44:03 @kido on the long term I'll of course have to replace that repository 2015-11-24 20:46:10 @kido ragesoss: wget http://placeholder.fr/~kido/boot.img -O /home/sage/play/asteroid/build/tmp-glibc/work/dory-oe-linux-gnueabi/linux-dory/3.10+lollipop-r0/git/boot.img 2015-11-24 20:47:06 ragesoss kido: thanks. restarted the build, working so far. 2015-11-24 20:47:33 @kido it will probably fail at asteroid-launcher 2015-11-24 20:48:02 @kido but I'll fix that :) 2015-11-24 22:15:08 @kido ragesoss: if you cd to src/meta-asteroid and git pull the asteroid-launcher problem should be fixed 2015-11-24 22:15:39 ragesoss kido: thanks. I'll try the build again when I have a chance. 2015-11-24 22:16:37 ragesoss and thanks for creating this project! first really exciting thing I've seen for write computers. 2015-11-24 22:16:37 @kido Cool, and thank you very well for reporting 2015-11-24 22:16:50 ragesoss *wrist computers 2015-11-24 22:17:23 @kido you're very welcome :)