**** BEGIN LOGGING AT Tue Feb 06 03:00:05 2018 Feb 06 07:19:15 I'm currently running into issues building `hybris-boot`: https://paste.ubuntu.com/26528607/ Feb 06 07:19:57 Is this with any kernel changes? or without it? Feb 06 07:20:36 This occurs even with the kernel config changes suggested by `mer-verify-kernel-config`. Feb 06 07:21:20 (Document) https://irc.ubports.com/J8yo0pNH/file_4074 Feb 06 07:24:59 If you don't do any of changes the config script suggests, it still fails? Feb 06 07:25:28 I'll try it again minus the changes. Feb 06 07:26:00 yeah if that works, one of the option suggested by script is at issue Feb 06 07:33:34 Would it be an issue to `CONFIG_AUDIT` set to `y` despite `mer-verify-kernel-config`'s warning? Feb 06 07:33:58 @win8linux, It should be n Feb 06 07:33:59 I am not really sure Feb 06 07:34:16 It can not cause the kernel compilation issue you are seeing tbh Feb 06 07:34:56 It's not even that bad; it actually says that it's not an issue if SELinux support in-kernel is not required for a device. Feb 06 07:37:57 Yes, the kernel compiles minus the Halium kernel config changes. Feb 06 07:38:44 It does mention that kernel modules aren't enabled. Feb 06 07:41:19 Problematic lines of code in vgacon.c: Feb 06 07:46:43 It's undefined references to `screen_info` that's causing the compilation failures in lines 588, 374, 399, and 535. Feb 06 07:49:27 are they ifdef'd? Feb 06 07:56:38 Lines [374-383](https://paste.ubuntu.com/26528710/), 399-401: … ``` vga_video_num_lines = screen_info.orig_video_lines; … vga_video_num_columns = screen_info.orig_video_cols; … state.vgabase = NULL;``` … , and [531-540](https://paste.ubuntu.com/26528724/) Feb 06 08:01:12 The only ifdef in the problematic code snippets is in line 377 with the endif at line 382. Feb 06 08:01:59 @win8linux, Maybe some include is simply missing Feb 06 08:02:34 If it's a kernel config problem, it is probably with the options related to virtual consoles or TTYs. Feb 06 08:02:54 That's just a guess, though. Feb 06 08:44:51 I may have found the kernel config option that was causing the compilation issue with `hybris-boot`. When not setting a value for `CONFIG_VT`, the compile finishes without issues. However, this means that there is no VT support in the kernel. Feb 06 08:45:05 However, this means that there is no VT support in the kernel. Feb 06 10:52:36 Hello, after running `systemctl status lxc@android` I was reported of the following errors: Feb 06 10:52:48 (Document) https://irc.ubports.com/hVVb4quT/file_4075.txt Feb 06 10:53:39 @stefanomelchior, run `lxc-checkconfig` Feb 06 10:53:51 and post output to pastebin Feb 06 10:54:31 I ran it on device (tenshi, bq aquaris U plus) and I got a different output respect that run on laptop: Feb 06 10:55:48 @vanyasem, what? can you post output of the command ? what you said makes no sense to me Feb 06 10:56:16 that on device shows: Feb 06 10:56:26 (Document) https://irc.ubports.com/dWTkApN0/file_4076.txt Feb 06 10:57:12 while on laptop all the first group are enabled. the command I used was: CONFIG:/path/to/debconfig lxc-checkconfig Feb 06 10:57:17 @stefanomelchior, it's missing some kernel configs Feb 06 10:57:47 please fix your kernel config using mer kernel check from the docs Feb 06 10:58:04 and rebuild the image and get back Feb 06 10:58:26 mer gave no errors Feb 06 10:59:04 you have to enable all optional flags as well Feb 06 10:59:34 I added some CONFIG just to fix errors in lxc-checkconfig output. Feb 06 10:59:43 (Document) https://irc.ubports.com/nKgYeh66/file_4077.txt Feb 06 11:00:17 the first part, in between #Halium and #End Halium, is what I added Feb 06 11:02:11 @vanyasem, sorry for my ignorance, what do you mean with "optional flags"? Feb 06 12:36:12 If anyone else here has a Nexus 6P, the Halium files can be found [here](https://www.androidfilehost.com/?w=files&flid=247050). Feb 06 12:37:42 Please note that there is no VT support since omitting `CONFIG_VT=y` was necessary to successfully build Halium. Feb 06 13:57:44 @win8linux, Nd for Ubport is it needed? Feb 06 13:57:49 https://hastebin.com/qicifotibo.pas Feb 06 13:58:20 @maharudra108, Always facing sched error Feb 06 14:00:06 Disable USER_NS Feb 06 14:01:15 @bhushanshah, Disabled Feb 06 14:01:18 Already Feb 06 14:03:37 Check final config Feb 06 14:19:59 https://hastebin.com/iwekemaxoc.coffeescript Feb 06 14:24:52 Still same problem Feb 06 14:25:37 That's a different problem Feb 06 14:26:21 Guys, there is a way to reboot the phone without "long pressing" power button? Feb 06 14:26:35 With command line Feb 06 14:26:37 @maharudra108, Did you had a working reference rootfs ? Feb 06 14:27:21 @NSA_AMERICA, Well built successful bt not tested Feb 06 14:27:42 @ilyaishere, Any solution? Feb 06 14:27:51 @maharudra108, You should test it first, Feb 06 14:28:06 @NSA_AMERICA, Ok Feb 06 14:28:51 @maharudra108, You were fixing USER_NS problem Feb 06 14:29:05 Don't jump, fix problems one by one Feb 06 14:29:27 @ilyaishere, USER_NS done after that i got this error Feb 06 14:29:45 Haven't faced it Feb 06 14:30:45 @ilyaishere, Can u gimme one reference of 3.10.x Ubport supportable kernel Feb 06 14:32:31 @maharudra108, https://github.com/snapcore/sample-kernels/tree/android-3.10.y Feb 06 14:51:43 @NSA_AMERICA any other source which u know.. Feb 06 14:52:01 @UniversalSuperBox i used bportsboot branch halium-initrd, there is pb in download initrd.img-touch-armhf, i added BOARD_USE_LOCAL_INITRD := true in BoardConfig.mk, download manuelly initrd.img-touch-armhf, rename it to initramfs.gz, after this change mka ubports-boot work, i will test Feb 06 14:52:39 @maharudra108, Dalton's 3.10 kernel for potter.. before it got merged with 3.18 Feb 06 14:53:55 @NSA_AMERICA, Github link? Feb 06 14:54:51 @maharudra108, https://github.com/usb-bullhead-ubuntu-touch/kernel_msm/commits/android-msm-bullhead-3.10-marshmallow-dr1.6-ut Feb 06 14:55:08 @NSA_AMERICA, That i followed... Feb 06 15:09:54 I have Nexus 5x and cpp experience what can I do to help Feb 06 15:12:15 @JoshuaAshton, I need ur help Feb 06 15:12:31 @maharudra108, Here Feb 06 16:01:15 Hello, I've downloaded the source Code but I can't find my device in Breakfast menu. What can I do? Feb 06 16:01:43 Read the docs, there is some section about adding device specific sources Feb 06 16:03:46 Okay Feb 06 16:24:32 Same issue Feb 06 16:24:55 I think I've added all of the device specific sources but it won't work Feb 06 18:25:45 Is is truth that Ubuntu Touch eats battery 2x faster than Android on the same device? Feb 06 18:35:57 @Progromizd, nope … Might be that ut has sometimes some battery drain problem on some devices thought Feb 06 19:24:17 Could Halium be made to function on top of Project Treble? Feb 06 20:08:29 All Selinux voices in defconfig need to be disabled? Feb 06 20:22:48 @zoomer296, It probably would if we'd upgrade our Android tree to oreo Feb 06 20:24:20 @JBBgameich, doo it :2 Feb 06 20:24:24 :3 * Feb 06 20:56:08 @vanyasem I fixed some of the issues related with lxc-checkconfig: posting output Feb 06 20:56:18 (Document) https://irc.ubports.com/0ZCkaGXO/file_4081 Feb 06 20:56:42 please post output to pastebin Feb 06 21:01:44 https://pastebin.com/BZy99p1F Feb 06 21:02:18 @stefanomelchior, fix everything except user namespaces Feb 06 21:02:45 question: no need to fix `newuidmap is not installed` `newgidmap is not installed` Feb 06 21:03:05 also to fix misc's issues? Feb 06 21:03:13 @stefanomelchior, you won't see these on your desktop. for that you have to run checkconfig direcly on your phone Feb 06 21:03:37 ok Feb 06 21:04:33 are the misc's issues related with missing CONFIGs? Feb 06 21:05:25 (Document) https://irc.ubports.com/uTxnQDIP/file_4082 Feb 06 21:05:30 run this check-config Feb 06 21:05:51 you can pass `-w` option (iirc) that will apply config patches for you Feb 06 22:15:14 from the modified defconf I was report of a compilation error for hybris-recovery Feb 06 22:17:37 https://pastebin.com/W2JVz1ED Feb 06 22:20:07 @vanyasem where do kernel modules go on arch Feb 06 22:37:02 Of course it's different Feb 06 22:40:35 Well then... @bhushanshah how do we handle modules in an agnostic way Feb 06 22:42:30 Modules are shipped on system.img and our install script links distribution modules directory to one in system image Feb 06 22:43:32 Ah... So make it JBB's problem you say? :P Feb 06 22:43:53 Problem: kernel version changes. Link is bunk. Feb 06 22:45:45 If I'm not wrong, any kernel signature change might affect that Feb 07 00:32:29 Are there any ARM64 rootfs files available for testing on Halium? Feb 07 00:35:06 No but armhf works fine Feb 07 00:40:13 Even on an ARM64 build of Halium? **** ENDING LOGGING AT Wed Feb 07 03:00:02 2018