**** BEGIN LOGGING AT Wed Oct 03 03:00:01 2018 Oct 03 08:10:59 Remember that decon error I was getting? Oct 03 08:27:35 I think I might have found the solution Oct 03 08:27:59 Someone said in the ubports to add my exynos version to the target soc Oct 03 08:28:36 I couldn't figure out where that was called for this specific issue but someone's recent commit helped me out. Now it's not stopping on that build error Oct 03 08:31:52 If anyone else is getting build errors with relation to "decon_win_config" or "decon-win-config" use this commit as a reference and add your soc to this line. Oct 03 08:31:55 https://github.com/kaibsora/android_hardware_samsung_slsi-cm_exynos/commit/a9999399cf8294228e4d851d74b2fd3c1b757d12 Oct 03 08:44:26 I hate running into fork: cannot allocate memory errors Oct 03 08:44:37 Such a false error Oct 03 09:16:12 Does my vm really need 16g to build lineage? Oct 03 09:19:07 @kaibsora, probably not although it could be possible if they care that little about optimisation Oct 03 09:19:22 @kaibsora, In case you want to avoid jack errors, Yes. Oct 03 09:19:46 An ideal amount of RAM would be more than 20 GB as per me. Oct 03 09:19:51 wtf Oct 03 09:20:12 these devs expect you to have too much hw Oct 03 09:20:22 like what if you want to build on 4GiB Oct 03 09:20:32 4GiB is a lot of ram, objectively Oct 03 09:20:44 Yeah. I allocated 8 GSM to the vm and am encountering jack errors Oct 03 09:20:54 what even Oct 03 09:20:55 Evoun though jack has 4g of ram itself Oct 03 09:21:30 @ultravioletnanokitty, That would be too slow even if started compiling. Oct 03 09:21:43 @theimpulson, This man is correct Oct 03 09:22:04 yeah well frankly they need to accept that slower is better than failing entirely Oct 03 09:22:49 ffs in my opinion you should be able to build on a piii with 384MiB ram, and just accept that it'll take forever and a half Oct 03 09:22:56 Well here is a nice project I suggest looking at in case your machine is low on RAM. Oct 03 09:22:59 @ultravioletnanokitty, That's why you have build options.... Oct 03 09:23:06 https://github.com/mikecriggs/fuckjack Oct 03 09:23:11 i hate when build processes simply fail due to low specs Oct 03 09:23:19 @theimpulson, I like you Oct 03 09:23:29 Thanks Oct 03 09:23:58 @theimpulson, hey that's useful, thanks Oct 03 09:24:07 You are welcome. Oct 03 09:24:12 XD Oct 03 09:24:19 ^w^ Oct 03 09:24:25 Now to figure out how to push a repository Oct 03 09:24:37 `git push`? :P Oct 03 09:24:50 I know, I'm just not using it right Oct 03 09:24:58 ? Oct 03 09:25:24 @kaibsora, ? Oct 03 09:26:11 I'm doing "git push android_hardware_samsung_slsi-cm_exynos" xD Oct 03 09:26:25 Hahaha Oct 03 09:28:02 @kaibsora, is that your branch name? if so you need to specify a remote first Oct 03 09:28:35 Aayush please. Let it go inn! XD Oct 03 09:28:44 for example `git push origin master` where `origin` is your remote and `master` is your branch Oct 03 09:29:52 @kaibsora, tbh though that looks like a repository name Oct 03 09:30:03 so that should be your remote Oct 03 09:30:13 what do you get when you run `git remote`? Oct 03 09:30:58 Not a git repository Oct 03 09:31:07 o.O Oct 03 09:31:26 `git push HEAD:refs/to/branch` Oct 03 09:31:46 Example pls Oct 03 09:32:59 Replace url with the url of the repo and branch with branch name that you want to create. In case I would like to push my device source to https://github.com/theimpulson/android_device_asus_msm8916-common … I would use it like … `git push https://github.com/theimpulson/android_device_asus_msm8916-common HEAD:refs/to/android-9.0` Oct 03 09:33:33 However if branch is already present, you can simply use `HEAD:branch` Oct 03 09:34:22 (Photo, 622x1280) https://irc.ubports.com/3s35gJBf.png Oct 03 09:34:24 There you go Oct 03 09:34:42 @theimpulson, using explicit paths like that is certainly likely to eliminate most potential problems.... good idea :) Oct 03 09:35:01 See da pic owo Oct 03 09:35:24 @UniversalSuperBox, Please read the pin Oct 03 09:35:25 @ultravioletnanokitty, I build with 4g of ram and i haven't got errors Oct 03 09:35:31 @kaibsora Oct 03 09:35:37 @kaibsora, well like it's telling you, that folder is not a git repo Oct 03 09:35:48 do an `ls` in that folder, hm? Oct 03 09:36:13 Hm. I will after taking doggo out Oct 03 09:36:24 By any chance you deleted .git folder? Oct 03 09:36:30 Nope Oct 03 09:36:35 Using repo Oct 03 09:36:43 @Mattia990, yeah i always have too but i haven't ever built the last few versions of android.... a lot of my devw work is in the kitkat era lol Oct 03 09:37:34 @kaibsora, You also missing HEAD:refs/to/cm-14.1 Oct 03 09:37:41 @kaibsora, [Edit] You also missing `HEAD:refs/to/cm-14.1` Oct 03 09:37:47 @Mattia990, [Edit] yeah i always have too but i haven't ever built the last few versions of android.... a lot of my dev work is in the kitkat era lol Oct 03 09:41:06 @kaibsora, well `repo` uses a collection of `git` repositories so if you're treating the root of your repo as though it were a git repo that could be your problem Oct 03 09:41:47 basically you have to deal with the various git repos on their own, independently of the "repo repo" they're part of Oct 03 09:42:42 Dang. I just want to push the changes from my local manifested repositories Oct 03 09:43:28 well it is possible but i forget the detalis. iirc go to the folder that's at the root of a specific git repo and run `git status` Oct 03 09:43:58 but i feel like there may be some other step due to where the .git folder is stored? iunno it's bbeen a bit Dx Oct 03 09:44:12 [Edit] but i feel like there may be some other step due to where the .git folder is stored? iunno it's been a bit Dx Oct 03 09:44:41 [Edit] well it is possible but i forget the detalis. iirc go to the folder that's at the root of a specific git repo and run `git status` to see if the .git folder is in there Oct 03 09:44:51 Fixed it Oct 03 09:44:59 yaaay! ^w^ Oct 03 09:45:08 Does this look right now daddy? Oct 03 09:45:15 (Photo, 622x1280) https://irc.ubports.com/fZcxIaQw.png Oct 03 09:46:02 well, i'm no daddy (mtf trans so i don't really like the term at all) but that looks much better :) Oct 03 09:46:18 XD Oct 03 09:46:28 It was a kinky joke XD Oct 03 09:46:33 Now what do I do? Oct 03 09:46:40 Git commit right? Oct 03 09:46:57 well i'm not sure what your goal is Oct 03 09:47:19 @kaibsora, well you `push` after you `commit`.... Oct 03 09:48:02 @ultravioletnanokitty, Eventually to have lineage pull my change into their repo so no one else has this error. Oct 03 09:48:07 Well shista Oct 03 09:48:25 I pushed before commit and now it isnt letting me :( Oct 03 09:48:43 @kaibsora, well unless you have write permissions to their repo you need to submit a pull request with your changes Oct 03 09:48:55 it's kinda like peer review for code Oct 03 09:49:00 That's what the idea is oWO Oct 03 09:49:11 @ultravioletnanokitty, they check it before they include it Oct 03 09:49:16 Yup Oct 03 09:49:30 @kaibsora, well then submit a pull request on github Oct 03 09:50:37 Once I commit the change to my repo which I am struggling with. I though git push did that but I was wrong Oct 03 09:52:14 @kaibsora, you commit the change to your repo, then push it. so `git commit`, enter a descriptive message, then `git push`. you can also summarise the commit command with `git commit -m ` Oct 03 09:53:23 and then to submit a pull request you just go to github's site in a browser and use their ui. they have tutorials on their site Oct 03 09:56:09 Yes! I did ita Oct 03 09:56:15 [Edit] Yes! I did it! Oct 03 09:56:32 I didn't need the refs/to/ part Oct 03 09:56:43 I wasnt seeing the changes Oct 03 09:56:52 So I removed it and it worked Oct 03 09:59:42 hmmm i guess maybe i did not understand what you were trying to achieve Oct 03 10:00:00 but i'm glad you (presumably) accomplished it Oct 03 10:00:27 Why does it want me to pull and merge to my same branches though... Oct 03 10:00:34 No no. You helped alot Oct 03 10:00:56 @kaibsora, what do you mean? Oct 03 10:02:38 Its like saying able to merge and stuff. Github is daunting lol Oct 03 10:03:32 Nevermind. Its asking me to create a pull request to lineage branch lol Oct 03 10:04:31 I'm not ready for that btw Oct 03 10:06:29 ok well hopefully you've figured it out a bit better... Oct 03 10:07:20 @ultravioletnanokitty, No no. I have you and aayush gupta to thank :) Oct 03 10:09:40 @kaibsora, well i'm glad to help :) Oct 03 10:10:01 @ultravioletnanokitty, Hehe. Tech repair kitty. May I pm? Oct 03 10:14:09 (Sticker, 512x503) https://irc.ubports.com/cJ88qhJy.webp Oct 03 11:04:57 @kaibsora, well, if you want Oct 03 13:17:16 This is a new one to me. In twrp after using halium-install successfully when I go to reboot it says no os installed and it just bootloops Oct 03 13:17:20 I'm confuzzled Oct 03 13:26:31 @kaibsora, `no os installed` message is fine, bootloops arent Oct 03 13:28:03 Apparently the bootimg didn't flash the first time. Dang telnet again btw Oct 03 14:03:11 How do I build halium 7.1 for armani? Oct 03 14:03:30 I want to run UBports. Sorry, imma noob 😥 Oct 03 14:03:43 Step 1, Read docs, Step 2. Profit?!? Oct 03 14:04:00 I have a 4GB ram laptop. Oct 03 14:05:01 So would it be okay? Oct 03 14:05:09 To just build halium Oct 03 14:08:13 @Mattia990, @thegaganmalvi Oct 03 14:09:02 @Mattia990, Thanks dude. In any way, we have a working sailfishos port, which has cm12.1 as base. I do see something like hybris boot. Oct 03 14:09:19 So could we use that? Again, I'm sorry for silly questions Oct 03 14:15:06 I got it. Thanks :) Oct 03 14:34:12 @thegaganmalvi, dont reuse that Oct 03 15:04:53 Okay, while downloading source, I got an error cannot fetch android_development Oct 03 15:04:54 Is that bad? Oct 03 15:05:05 (Photo, 720x1280) https://irc.ubports.com/HxT0A5Yv.png Oct 03 15:07:44 @UniversalSuperBox, @thegaganmalvi Please read the pin Oct 03 15:16:32 @Mattia990, Okay. Oct 03 15:27:35 paste.Ubuntu.com/p/C3KZJGrXgg/ Oct 03 15:28:34 Still stuck at receiving objects 25% Oct 03 15:31:23 come on dude give it some time or get a better internet connection Oct 03 15:38:38 @abhishek_0, Kay! Oct 03 15:39:03 Shifted from my 128Kbps WiFi (fup exhausted) to a Jio connection xD Oct 03 16:06:36 dont worry that is gonna exhaust too , you will be downloading 8Gb of data Oct 03 16:06:45 [Edit] dont worry that is is gonna exhaust too , you will be downloading 8Gb of data Oct 03 16:07:57 @thegaganmalvi, Good luck ! I have a fiber connection Oct 03 16:10:45 Hi, guys just a simple question … Is it more hard to build Halium to a phone who a Kirin socket ? … (I'm a noob too but I want to learn how to build a ROM) Oct 03 16:12:39 @abhishek_0, I have 25GB Oct 03 16:13:28 @abhishek_0, 8GB is too much, imma doing it in batches xD Oct 03 16:13:46 My dad doesn't use that much data, so its kinda okay Oct 03 16:33:50 @RavengamerSpace, If you have Kernel source, and device trees , you are good to go Oct 04 00:51:42 @HenryOne, zl1 also known as LeEco Le Pro 3 NA version. Oct 04 00:52:48 i decided to go with halium over sailfishOS. Oct 04 00:52:54 so ill be arround xD **** ENDING LOGGING AT Thu Oct 04 03:00:02 2018