**** BEGIN LOGGING AT Tue Mar 20 03:00:07 2018 Mar 20 04:33:32 im getting "system/sepolicy/Android.mk:144: recipe for target '/home/vincent/haliumproject/out/target/product/cheeseburger/obj/ETC/sepolicy.recovery_intermediates/sepolicy.recovery' failed" Mar 20 04:33:44 what should i do for this? any ideas? Mar 20 04:45:20 (Sticker, 512x512) https://irc.ubports.com/bV2g10Il.webp Mar 20 06:29:20 @xreactx, There must be lines before, this is only the result. But it does not tell us what failed Mar 20 06:30:08 @Flohack, https://paste.ubuntu.com/p/4Y3vHvkC2g/ Mar 20 06:30:32 i'm chatting with @bhushanshah on ubports porters chat Mar 20 06:31:39 https://paste.ubuntu.com/p/BfBV9jxnWn/ after doing a git revert i got this next Mar 20 06:32:11 anyways, i'm off to bed its 11:32pm here Mar 20 06:33:35 yeah sepolicy can kill your day Mar 20 06:33:59 But you can comment out the policy files probably from the build scripts, we wont use SELinux anyway ;) Mar 20 06:34:58 which build scripts? Mar 20 06:35:55 Android.mk files - you need to see where those rules are Mar 20 06:36:29 in my device directory? or else where Mar 20 06:38:01 theres a bunch Mar 20 06:38:06 as you know Mar 20 06:38:17 grep around? Mar 20 06:39:12 @xreactx: grep around Mar 20 06:39:43 If you disable in defconfig it wouldn't try to build normally Mar 20 06:40:49 this is not related to defconfig Mar 20 06:41:05 error is coming from something system/sepolicy/ related Mar 20 06:41:21 i get the error in "mka systemimage" not "mka ubports-boot" Mar 20 06:41:38 basically we updated system/sepolicy repo but not some repo.. causing this error Mar 20 06:41:58 I need to figure out what component we're missing Mar 20 06:42:14 could i just comment out all of android.mk in system/sepolicy? temporarily of course Mar 20 06:42:51 It will break more places where sepolicy is included well Mar 20 10:20:10 Can I install some generic system image? I keep getting errors when making mine, but hybris-boot works just fine Mar 20 12:08:51 @VeryOriginalUsername, What are those errors ... Paste em Mar 20 12:11:38 When i'll get home 😉 Mar 20 13:10:59 @bhushanshah wcnss driver doesn't get loaded Mar 20 13:11:04 even it gives me a kernel panic Mar 20 13:14:36 dmesg: https://pastebin.com/U3FpPVDD Mar 20 13:57:34 Did you load the module with what commands? `echo 1 > /dev/wcnss_wlan && … echo sta > /sys/module/wlan/parameters/fwpath` Mar 20 14:07:58 @stefanomelchior, those commands Mar 20 16:05:27 @Jose Sousa, I have been porting to a galaxy note 4, you won't get a GUI on the phone until you get everything working or the screen will go blank if there's a kernel panic Mar 20 16:09:25 besides, you won't get GUI with Halium test rootfs Mar 20 16:43:49 Ok. Thanks for the tips. Mar 20 19:23:02 https://pastebin.com/xaH0mKEN Mar 20 19:23:10 cyanogenmod drives me crazy Mar 20 19:24:56 I know the feeling Mar 20 19:27:31 any ideas how to fix? Mar 20 19:27:57 Big Freaking Hammer? Mar 20 19:28:26 Seriously just try commenting out the line that's referring to that XML file Mar 20 19:36:29 you know whats funny Mar 20 19:36:38 the file in out/ folder doesn't exist Mar 20 19:36:49 or should i comment it in packages/ folder Mar 20 19:37:56 wait actually neither of them exists Mar 20 19:40:32 @VeryOriginalUsername, *BlindShot* … Create an xml file … https://android.googlesource.com/platform/packages/wallpapers/LivePicker/+/eclair-release/android.software.live_wallpaper.xml … Paste this … And then make Mar 20 19:40:51 eclair-release Mar 20 19:40:56 i wont even be surprised if that works Mar 20 19:41:44 Try .. who knows... Mar 20 19:43:09 passed Mar 20 19:43:09 now recovery error Mar 20 19:43:16 note: i have a sony device (nicki), and these use FOTAKernel partition as recovery Mar 20 19:43:33 so they need to have extractelf implementation Mar 20 19:43:50 https://pastebin.com/hxzTmkTd Mar 20 19:45:22 @VeryOriginalUsername, I might have solution to this error too, but i am told not to suggest this to anyone Mar 20 19:45:32 😜 Mar 20 19:45:45 some fbi-level secret crap? :p Mar 20 19:46:39 It is a dirty hack Mar 20 19:46:40 i like it already Mar 20 19:46:43 😂 Mar 20 19:49:31 is there a clean way to do it or nah though? Mar 20 19:53:16 @VeryOriginalUsername, This one is not tested tho... https://launchpad.net/ubuntu/+source/elfutils .. install this package Mar 20 19:53:44 this is a dev-only device so, even if that makes it die i'm fine with it Mar 20 19:53:56 i've got my xperia x as a daily driver :) Mar 20 19:58:07 Hi. I'm trying port halium to my device (SM-J510FN). Can connect with telnet. Now I'm trying Logging in with SSH but don't works. Any suggest? Thanks Mar 20 19:58:58 @Jose Sousa, If you can telnet, that means it wasnt a success Mar 20 20:00:06 Get … ```dmesg``` … and … ```journalctl``` … while being in the telnet Mar 20 20:07:00 something got trashed Mar 20 20:07:04 if im not mistaken its a part of gcc Mar 20 20:37:30 @VeryOriginalUsername, i need to update my ubuntu rn Mar 20 20:37:42 i used 16.04 and it has 2016 release of this package xd Mar 20 20:38:17 some error on dmesg: Mar 20 20:38:19 [ 4.338712] [2: exe: 263] EXT4-fs (mmcblk0p28): mounted filesystem with ordered data mode. Opts: errors=remount-ro … [ 4.674983] [0: init: 318] mkdir: can't create directory '/root/userdata/': Read-only file system … [ 4.676009] [0: exe: 319] mount: mounting /root/userdata/android-da Mar 20 20:38:19 ta on /root/data failed: No such file or directory Mar 20 20:38:29 any idea? Mar 20 20:38:43 change ro to rw in init.rc Mar 20 20:38:59 im sorry if im talking dumb shit im sleepy Mar 20 20:55:41 L Mar 20 21:25:10 gsilvapt was added by: DiogoConstantino Mar 20 21:48:11 @VeryOriginalUserName: Are you trying 5.1 or 7.1 build? Mar 20 21:48:27 5.1 with cm 12.1 sources Mar 20 21:49:00 I might try 7.1 tomorrow, but sources for my device for 7.1 are dirty (some lineage stuff some cm stuff) Mar 20 21:52:56 @VeryOriginalUsername: You might want to try the new setup script. I added some automation that will kill LiveWallPaper, fix fstab and a few more things :-) Mar 20 21:53:21 Could you give me a link? Mar 20 21:53:30 Should theoretically not require you to manually patch device and possible common repos Mar 20 21:53:47 Also is that patch for 5.1 or 7.1 or both Mar 20 21:54:00 It's in http://github.com/halium/halium-devices repo Mar 20 21:54:23 7.1 doesn't have livewallpapers but cmaction, doze etc Mar 20 21:54:34 Patches for those to follow Mar 20 21:54:45 So make sure to select the halium-5.1 branch Mar 20 21:54:58 Okay, will surely try tomorrow Mar 20 21:55:00 Thanks! Mar 20 21:55:33 Just overwrite your setup script in builddir/halium/halium/ or something Mar 20 21:56:11 I found this a pain and silly reason to fork repo, so added all to the setup script so you can take straight from cm/los ;-) Mar 20 21:56:22 Or at least to a larger extend **** ENDING LOGGING AT Wed Mar 21 03:00:02 2018