**** BEGIN LOGGING AT Sat Feb 16 02:59:57 2019 Feb 16 11:20:22 Felix was added by: Felix Feb 16 14:17:37 Tofe, hi, if i can help with debugging, please let me know Feb 16 14:20:20 Tofe, one thing to note is that we usually also have to recompile qt5-qpa-hwcomposer-plugin when changing libhybris due to header changes Feb 16 15:05:48 krnlyng: yes, I forced the recompilation of that one, but it didn't change anything; also, I reproduce the issue with test_hwcomposer... Feb 16 15:07:22 I saw that nothing was changed in the libhardware code, so it's a bit strange that I get this... Feb 16 16:50:21 When trying to compile hybris-boot or halium-boot after changing some kernel configs, it gives me: https://paste.ubuntu.com/p/HBcvV45sZT/ Feb 16 16:51:58 Does anyone knows what is causing this error in compilation? Feb 16 16:55:51 In another try it gives some other error simliar to it: https://paste.ubuntu.com/p/QFYzXmsTh2/ Feb 16 16:56:13 But the bcm43xx is some specific version in my case Feb 16 16:56:30 Doesn't look like your first paste has all the information needed Feb 16 16:56:34 Can you post the full build log? Feb 16 16:56:55 Let me try Feb 16 17:04:54 now, compiling either halium-boot or hybris-boot gives the same error at the end. Here is the full log at compiling halium-boot: https://paste.ubuntu.com/p/PV8BRfsYH2/ Feb 16 17:06:21 Hmm, does the information in this pull request help? https://github.com/Halium/docs/pull/106/files Feb 16 17:06:31 It can't be merged yet because it has no example error Feb 16 17:07:41 I get these errors at compiling at adding: … CONFIG_MODULES=y … CONFIG_BCMDHD=m … to the kernel defconfigs Feb 16 17:08:20 Does it work with the CONFIG_BCMDHD=y Feb 16 17:08:45 will try here Feb 16 17:09:15 them if it won't work, I try to add the bt repo to the device's manifest? Feb 16 17:09:31 You can try. I'm not sure if it's the same problem since there's no example in the PR. Feb 16 17:15:05 what do you think about this: https://dev.seemoo.tu-darmstadt.de/bcm/bcm-public/commit/d89fd794e31479f92da6e9d444ccc6710a352d07 Feb 16 17:15:18 I have no idea. Anything is worth a try. Feb 16 17:16:40 the difference in related to mine is that mine is CONFIG_BCM4359=y and there is CONFIG_BCM4339=y, that is changed to CONFIG_BCM4339=m Feb 16 17:17:06 and the CONFIG_BCMDHD_FW_PATH="/vendor/firmware/fw_bcmdhd.bin" is changed to CONFIG_BCMDHD_FW_PATH="/nexmon/fw_bcmdhd.bin" Feb 16 17:17:39 for where I ask: what should be this nexmon dir? Feb 16 17:18:36 It's unlikely you have that directory. It'd be something custom that they did for their device. Feb 16 17:18:55 Exactly what I was thinking Feb 16 17:32:22 same error as my first log, here's the complete one: https://paste.ubuntu.com/p/GZVr4rBWJd/ Feb 16 17:37:41 @el_jsl, and then gives me this again if I try to re-run $make hybris-boot Feb 16 17:39:56 the devices manifest is in ".repo/local_manifests/device.xml", right? Feb 16 17:41:13 @el_jsl, It should be named as _.xml … I.e. lge_hammerhead.xml Feb 16 17:42:53 Do you get the error with "mka kernel"? Feb 16 17:42:57 @Tygerpro, what is ther dir anyway? Feb 16 17:43:53 .repo/local_manifests/lge_hammerhead.xml … Using my example and from the root directory of where you did repo sync Feb 16 17:45:01 What device are you trying to port? Feb 16 17:45:06 herolte Feb 16 17:45:20 and just have the device.xml in that dir Feb 16 17:45:54 So it should be named as "samsung_herolte.xml" Feb 16 17:46:09 rename? Feb 16 17:47:31 Did it download your devices files? Feb 16 17:48:08 yes Feb 16 17:48:11 I think Feb 16 17:48:38 "ls device/samsung" output? Feb 16 17:49:04 hero-common herolte Feb 16 17:49:42 Then it did so I wouldn't bother renaming for now, did it compile before making any changes to the kernel config? Feb 16 17:49:53 yes Feb 16 17:50:11 Ok, what did you use to change the kernel config? Feb 16 17:50:15 but then the wifi dont work in the device, that's why I trying to change Feb 16 17:51:03 CONFIG_MODULES=y … CONFIG_BCMDHD=m Feb 16 17:51:19 Is that all you changed? Feb 16 17:51:53 yes, that make this won't compile anymore, yes Feb 16 17:54:33 Ok, try changing BCMDHD=m to BCMDHD=! and see if it compiles Feb 16 17:55:38 in the case "CONFIG_BCMDHD=!" ? Feb 16 17:56:22 Correct Feb 16 17:59:49 Let me know if it compiles or not Feb 16 18:00:23 ok, just trying the bt Dalton tips first, then will try yours Feb 16 18:00:38 Ok Feb 16 18:13:32 BCM4359 is the bluetooth? Feb 16 18:14:35 actually is the wifi chip, I think Feb 16 18:16:08 Tofe, can you check if getprop still works? Feb 16 18:18:40 @el_jsl, I believe that is a WiFi chip Feb 16 18:18:57 Might have BT built in Feb 16 18:19:19 yes Feb 16 18:20:10 perhaps it's some kind of conflict between the modules at compilation Feb 16 18:22:40 I did a trlte port (granted it isn't finished) but we can find out Feb 16 18:24:18 You got this … "error: 'check_bt_op' undeclared here (not in a function) … EXPORT_SYMBOL(check_bt_op);" … error too? Feb 16 18:28:09 No but we'll see if we can get it compiled Feb 16 18:28:50 same errors Feb 16 18:29:04 at $make kernel Feb 16 18:29:23 with CONFIG_BCMDHD=! Feb 16 18:29:48 Ok, try setting it to n and mka kernel Feb 16 18:33:25 To get my wifi working I had to add … CONFIG_SECURITY_ANDROID_GID_CAPABILITIES=y … I don't remember where I found that though Feb 16 19:24:22 without the "CONFIG_MODULES=y", it compiles the kernel Feb 16 19:25:39 so, here is the problem Feb 16 19:26:30 So try it without that Feb 16 19:27:20 I will Feb 16 19:28:11 without it and with "CONFIG_BCMDHD=m" Feb 16 19:28:20 makes difference? Feb 16 19:28:42 or the second depends on the first Feb 16 20:14:48 C_NV_S was added by: C_NV_S Feb 16 20:44:31 hi, i am trying port halium for ugglite redmi note 5a, but when i run breakfast i recived this error https://paste.ubuntu.com/p/c5KYZHFcXW/ i think that manifest is wrong.. is this https://paste.ubuntu.com/p/C4rzBrNPV3/ Feb 16 21:08:50 https://github.com/Hybriss203/android_device_xiaomi_ugglite/blob/cm-14.1-custom/lineage.mk#L25 - try to change "vendor/lineage" to "vendor/cm" instead Feb 16 21:48:42 thank u :D **** ENDING LOGGING AT Sun Feb 17 02:59:57 2019