2016-02-03 01:59:52 RELPL Hello? 2016-02-03 02:00:21 RELPL Is anyone here? 2016-02-03 02:04:45 Guest62391 wfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl,vsfdpoiunbuiodjfnvdspiujwfwregc,dl, 2016-02-03 07:28:59 @kido TheAppleMan: https://github.com/theappleman/meta-bass-hybris good job :) keep me updated about the progress 2016-02-03 07:44:49 @kido I'll have a busy day but I'll take a look at your kernel issue as soon as I have a couple of minutes 2016-02-03 07:47:47 @kido http://forum.odroid.com/viewtopic.php?f=117&t=13470 it seems that gcc is too new but a patch has probably been pushed to mainline since then, I'll check the recent commits around that line in mainline and see what has been done 2016-02-03 09:27:50 TheAppleMan kido: awesome, thanks. can i change the gcc version inside bitbake? 2016-02-03 09:30:13 @kido Mhh I'll check 2016-02-03 10:24:40 TheAppleMan trying PREFERRED_VERSIONS_gcc = "4.9.3" 2016-02-03 10:42:31 TheAppleMan hmm... nope, still installing 5.2 2016-02-03 10:42:37 @kido Mhh maybe it can be a quick and dirty fix but I think it would be better to patch the kernel 2016-02-03 10:43:15 @kido We gotta check the file in dory's kernel tree 2016-02-03 10:49:46 @kido The file is the same even in upstream... 2016-02-03 10:51:18 @kido Anyway I should work on an unified kernel for msm8*26 soon, maybe we can use a workaround until then 2016-02-03 10:54:56 @kido TheAppleMan: https://github.com/zanezam/boeffla-kernel-cm-bacon/commit/ef4fea130eeb70eff4f3a549fd3f6e9b11437550 I'm not on a computer so I can't test it now but it should fix your issue 2016-02-03 11:35:14 TheAppleMan that does seem to have fixed it, but still more errors >.> 2016-02-03 12:00:25 faenil kido: hey :) come to #nemomobile ;) 2016-02-03 12:20:24 @kido I'm already there 2016-02-03 12:21:57 @kido TheAppleMan: sure, that's the beauty of porting... Always errors and errors, until it unexpectedly ends up working :) 2016-02-03 12:25:17 TheAppleMan kido: indeed 2016-02-03 12:25:43 @kido What are the new errors? 2016-02-03 12:25:58 TheAppleMan https://github.com/theappleman/meta-bass-hybris/issues/3 2016-02-03 12:31:38 @kido TheAppleMan: try to enable CONFIG_MSM_RTB in your defconfig 2016-02-03 12:32:05 @kido https://github.com/theappleman/meta-bass-hybris/blob/master/recipes-kernel/linux/linux-bass/defconfig what the heck 2016-02-03 12:33:05 TheAppleMan huh... i swear i took that from the msm bass_defconfig... 2016-02-03 12:33:49 @kido https://android.googlesource.com/kernel/msm/+/android-msm-bass-3.10-lollipop-mr1-wear-release/arch/arm/configs/bass_defconfig isn't that the defconfig you're looking for ? 2016-02-03 12:34:14 TheAppleMan yes, i'm pretty sure i took that too... 2016-02-03 12:34:20 @kido strange 2016-02-03 12:37:35 TheAppleMan MSM_RTB=y and still failing 2016-02-03 12:39:39 TheAppleMan wait, hang on, it's the other issue 2016-02-03 12:50:07 @kido for cma_alloca it seems you need CONFIG_CMA 2016-02-03 12:50:10 @kido alloc 2016-02-03 12:51:28 TheAppleMan CONFIG_CMA=y 2016-02-03 12:55:21 @kido indeed it is in bass_defconfig 2016-02-03 12:55:40 @kido but the thing is I'm not sure your recipes-kernel/linux/linux-bass/defconfig is the same 2016-02-03 12:56:05 TheAppleMan i am modifying it on my build host, it isn't reflected on github yet 2016-02-03 13:00:13 @kido alright 2016-02-03 13:06:01 @kido then I don't know... https://android.googlesource.com/kernel/msm/+/android-msm-bass-3.10-lollipop-mr1-wear-release/include/linux/mmzone.h#379 cma_alloc is defined in struct zone if CONFIG_CMA is set and uncached_logk is compiled in https://android.googlesource.com/kernel/msm/+/android-msm-bass-3.10-lollipop-mr1-wear-release/kernel/trace/msm_rtb.c is CONFIG_MSM_RTB is enabled... if the options are already 2016-02-03 13:06:01 @kido there then I don't understand what's going wrong 2016-02-03 14:13:41 TheAppleMan i made a 5.2 cross-compiler to compile the kernel manually and i've got another different error <.< 2016-02-03 15:20:16 @kido :D 2016-02-03 18:25:19 @kido hi sirmadix 2016-02-03 22:25:07 TheAppleMan Updated github with the proper defconfig and I'm doing a clean build. Let's see how this goes... 2016-02-03 22:26:49 @kido alright 2016-02-03 23:15:14 TheAppleMan Huh... That worked...(?). I definitely saw linux-bass do_install 2016-02-03 23:51:06 TheAppleMan Gah... Qt5-qpa failed right at the end 2016-02-03 23:57:35 @kido yay :D