**** BEGIN LOGGING AT Sun Apr 04 03:00:04 2021 Apr 04 05:25:08 Does anyone know how to fix the errors when compiling halium-boot with apparmor kernel patches? Apr 04 05:25:46 > /home/wolflink115/halium7/kernel/htc/msm8960/security/apparmor/apparmorfs.c: In function 'aa_simple_write_to_buffer': … /home/wolflink115/halium7/kernel/htc/msm8960/security/apparmor/apparmorfs.c:110:3: error: implicit declaration of function 'kvfree' [-Werror=implicit-function-declaration] … kvfree(data); Apr 04 05:30:16 Wait, is the thing here: https://docs.halium.org/en/latest/porting/common-kernel-build-errors.html#implicit-declaration-of-kvfree a fix? Apr 04 05:56:57 @WolfLink15 [Wait, is the thing here: https://docs.halium.org/en/latest/porting/common-kernel …], If I can read, then yes. Apr 04 05:57:33 I tried it with no success. I am using the patches from https://github.com/ubports/apparmor-backports-ut Apr 04 05:58:00 And my kernel source is version 3.4.113 Apr 04 06:47:20 @WolfLink15 [/home/wolflink115/halium7/kernel/htc/msm8960/security/apparmor/apparmorfs.c: In …], Does anyone know the proper fix for this error though? Apr 04 08:55:52 Alexandr was added by: Alexandr Apr 04 11:52:21 I've been trying to fix this system image build error for more than a week... Does anyone know what's wrong? It's Halium 9. https://pastebin.ubuntu.com/p/knKZcxGH9m/ Apr 04 11:55:03 I'm not "out of space". I check it and I've got 38 GB of free space. Apr 04 12:59:22 Strange, Halium 9 uses mkuserimg_mke2fs.sh, while Halium 7.1 uses mkuserimg.sh. I had to use this tool from the Halium 7.1 source tree to finish the build. Apr 04 13:02:42 My system image for some reason doesn't contain a halium directory and LXC fails to start... Apr 04 14:46:30 iavinas was added by: iavinas Apr 04 15:07:06 Matthew86z was added by: Matthew86z Apr 04 15:48:26 TheVancedGamer was added by: TheVancedGamer Apr 04 15:48:35 Hi Apr 04 15:48:49 I'm having a bit of issue with compiling halium Apr 04 15:49:10 The first build worked fine Apr 04 15:49:29 But after modifying files for ubuntu touch the build doesn't compile anymore Apr 04 15:56:45 https://del.dog/newloghalium.txt Apr 04 16:04:09 Please help Apr 04 20:34:41 @TheVancedGamer [But after modifying files for ubuntu touch the build doesn't compile anymore], 1. That error is known, look for solution in the Halium docs. … 2. For Ubuntu Touch, don't compile `hybris-boot`. Use `halium-boot` instead. … ```# Run this until you don't see errors … # Replace the config path … halium/halium-boot/check-kern Apr 04 20:34:41 el-config path/to/kernel/config -w … # Make sure you added the BOARD_KERNEL_CMDLINE to your board config … mka halium-boot``` Apr 04 20:35:09 For Ubuntu Touch specific steps, join https://t.me/ubports_porting Apr 04 20:37:30 @TheVancedGamer By the way, I've got a Huawei alice device too :) … Maybe I can help you. But I still didn't unlock the bootloader... maybe you can help me with that? Apr 04 20:38:00 That bootloader unlocking was just too hard for me, so I gave up. Apr 04 20:58:16 rubencarneiro was added by: rubencarneiro Apr 04 21:04:52 With Halium-9.0 on LuneOS, I get several ueventd firmware loading for the same firmware files, started in parallel... and sometimes it ends with a kernel crash or a corrupted upload it seems. Do you know what could cause this redondant loading ? Apr 04 21:26:17 Tofe, can there be a race condition caused by udev start at the same time and replay of kernel events it involves? Apr 04 21:26:42 depends on how early do you start the container though Apr 04 21:30:23 NotKit: it could be; we start the container quite early Apr 04 21:30:52 tofe: how build hybris-boot for tissot? Apr 04 21:31:56 I've activated some more logs in ueventd, now I get things like this: https://paste2.org/LIgpz9dC Apr 04 21:32:53 ankaos: for tissot I never built hybris-boot, as we don't use it in luneos, so there are possible some changes to do to have it build Apr 04 21:33:03 possibly* Apr 04 22:03:58 NotKit: I think I understand: https://github.com/Halium/hybris-patches/blob/halium-9.0/system/core/0044-halium-init-ignore-non-kernel-messages-in-ReadUevent.patch#L27 here, we should reset the "uevent" object Apr 04 22:18:55 https://github.com/Halium/hybris-patches/pull/17 here you go Apr 05 01:25:09 Hi! I'm having issues using breakfast: seems that is not detecting the lineage_sanders.mk file. Here is the full output of breakfast: https://paste.ubuntu.com/p/8w2bN6r8Nr/ … Maybe it would be handy to check my manifest: https://pastebin.com/9ziYrq1W … In folder device/motorola/sanders is a lineage_sanders.mk file and in AndroidProducts. Apr 05 01:25:09 mk file it's well referenced. I have no idea what's happening :( Apr 05 02:47:49 Halium 10 question. Does anyone who has tried building ran into this error and bypassed it? … "build/make/core/main.mk:1329: error: Build failed. … Offending entries: … adb … fast boot … fec" Apr 05 02:48:29 I have disabled the jars in my vendor's and device tree's device.mk **** ENDING LOGGING AT Mon Apr 05 02:59:56 2021