T42 | <elros34> previous sfos porting attempts were based on older android but you still may find something useful for you: https://github.com/foxclore/android_kernel_google_marlin/commits/hybris-15.1, https://github.com/ghosalmartin/android_kernel_google_marlin/commits/hybris-15.1 | 00:00 |
---|---|---|
CarbontatedCaffeine | They've made a lot of changes and fixes that i'll never catch | 00:01 |
CarbontatedCaffeine | I don't know how people catch such tiny things | 00:03 |
T42 | <b100dian> One at a time. You probably need juat initial mer kwrnwl check changes, don't try other stuff before you know you need it | 00:07 |
CarbontatedCaffeine | Alright, it's finished | 00:17 |
CarbontatedCaffeine | compiling hybris-boot | 00:17 |
CarbontatedCaffeine | success, awesome | 00:19 |
CarbontatedCaffeine | welp now to create a new branch on github | 00:20 |
CarbontatedCaffeine | it would be a shame to lose my progress | 00:24 |
CarbontatedCaffeine | cool beans | 00:35 |
CarbontatedCaffeine | https://github.com/carbonatedcaffeine/android_kernel_google_marlin/tree/hybris-18.1 | 00:35 |
CarbontatedCaffeine | Okay, I've changed the local manifest file, it should be safe for me to use " repo sync --fetch-submodules" now? | 00:41 |
CarbontatedCaffeine | LineageOS/android_development: sleeping 4.0 seconds before retrying fatal: 'sync/LineageOS/android_development' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. | 00:58 |
CarbontatedCaffeine | It won't sync anymore | 00:58 |
rdr | the github you are trying to reach does not exist *waves hands* | 01:01 |
rdr | maybe you mistyped the command? | 01:01 |
rdr | otherwise I'd bet it's just a configuration thing | 01:01 |
CarbontatedCaffeine | repo sync --force-sync | 01:02 |
CarbontatedCaffeine | this is so annoying | 01:02 |
rdr | yeah git can be tedious until you master it | 01:02 |
CarbontatedCaffeine | I just added a ssh key to github | 01:03 |
CarbontatedCaffeine | could that have done it? | 01:03 |
CarbontatedCaffeine | Cause before it was working fine | 01:04 |
rdr | if it's a public repository the ssh key wont matter | 01:04 |
rdr | anyone has read access | 01:04 |
rdr | unless this is a pull request or something | 01:04 |
CarbontatedCaffeine | then I have no idea why it's doing tis. | 01:05 |
CarbontatedCaffeine | *this | 01:05 |
rdr | it sounds like you just want a public repo though | 01:05 |
CarbontatedCaffeine | ?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="device/google/marlin" name="LineageOS/android_device_google_marlin" revision="lineage-18.1" /> <project path="kernel/google/marlin" name="carbonatedcaffeine/android_kernel_google_marlin" revision="hybris-18.1" /> </manifest> | 01:05 |
rdr | oh is this some program that downloads it for you nicely? | 01:06 |
CarbontatedCaffeine | I'm using repo | 01:06 |
CarbontatedCaffeine | part of the docs | 01:06 |
rdr | oh okay, i dunno sorry | 01:07 |
rdr | i know git pretty good but not sure about what that xml is for | 01:07 |
CarbontatedCaffeine | I swear, I'm this close to giving up. It's all these little things pushing me back | 01:07 |
rdr | yeah, you might need to try other things | 01:07 |
rdr | i remember the first time I tried to compile a program | 01:07 |
rdr | took YEARS to develop a strategy where I successfully did it | 01:08 |
rdr | just keep trying to develop your skills, maybe this project isn't in the cards right now, but I encourage you to keep trying at it | 01:09 |
CarbontatedCaffeine | this is all sshs fault | 01:10 |
rdr | oh, so it DOES use your credentials | 01:12 |
rdr | ssh shouldn't be required unless you are pushing to the repo I think | 01:12 |
rdr | unless git uses ssh in the background for the connection? idk | 01:12 |
CarbontatedCaffeine | I can't delete them either | 01:15 |
CarbontatedCaffeine | I hate this | 01:15 |
rdr | oh the nice thing about unix is you can delete anything | 01:15 |
CarbontatedCaffeine | I'm gonna reset my computer | 01:16 |
CarbontatedCaffeine | I can't be bothered figuring this all out | 01:16 |
CarbontatedCaffeine | Oh no | 01:18 |
CarbontatedCaffeine | the problem is I won't know how to get back to where I was | 01:19 |
CarbontatedCaffeine | but my setup for developing this port is so scuffed rn | 01:19 |
CarbontatedCaffeine | idk what to do now | 01:21 |
CarbontatedCaffeine | I think I'm going to give up now, I'm clearly not experienced enough | 01:23 |
CarbontatedCaffeine | goodbye | 01:23 |
rdr | aww poor guy | 01:33 |
rdr | hopefully he comes back | 01:33 |
*** Danct12 is now known as Guest1189 | 04:36 | |
CarbontatedCaffeine | Hello, I have moved OS and I had my local kernel manifest under my own repo, but it didn't clone it in kernel/google/marin. | 05:37 |
CarbontatedCaffeine | it cloned the lineageOS repo instead | 05:37 |
CarbontatedCaffeine | fatal: duplicate path kernel/google/marlin in /home/camden/hadk/.repo/manifest.xml | 05:57 |
CarbontatedCaffeine | Sorry, figured it out | 05:59 |
*** Danct12 is now known as Guest1208 | 09:02 | |
T42 | <elros34> why do you even touch repo after cloning sources. you can use just plain git | 09:25 |
T42 | <elros34> if you still want to use 'repo' then AFAIK you should not use fetch-submodules, see hadk-hot hybris-18 section | 09:28 |
CarbontatedCaffeine | I fixed that stuff now anyway | 11:05 |
CarbontatedCaffeine | I'm up to "7.1 Creating Repositories for a New Device" | 11:05 |
CarbontatedCaffeine | and I'm currently getting "Fatal: 'google-marlin-armv7hl' is not a known build target" | 11:06 |
CarbontatedCaffeine | I'm not sure why, I've made all of the repos and uploaded them | 11:06 |
CarbontatedCaffeine | I think I had to edit stuff too right? | 11:06 |
mal | is your device really 32-bit? | 11:08 |
CarbontatedCaffeine | That's the thing I'm confused about | 11:08 |
CarbontatedCaffeine | why is it reporting 32 bit? | 11:08 |
mal | did you set PORT_ARCH to correct value? | 11:08 |
CarbontatedCaffeine | Just to be clear, I haven't edited any files | 11:08 |
mal | in the .env file | 11:08 |
CarbontatedCaffeine | I thought it was, but it's not picking up the env file | 11:09 |
CarbontatedCaffeine | It does when I use the ubuntu chroot | 11:09 |
CarbontatedCaffeine | but not using the platform sdk for some strange reason. | 11:09 |
mal | try running command "hadk" | 11:10 |
CarbontatedCaffeine | not found | 11:10 |
CarbontatedCaffeine | I use sfoss alias to get into it | 11:11 |
mal | that should have been done in chapter 4.2 | 11:12 |
mal | try exiting platform sdk and enter it again | 11:13 |
CarbontatedCaffeine | okay, cool I think I got it, I'll give it another go. | 11:14 |
CarbontatedCaffeine | "Fatal: 'google-marlin-aarch64' is not a known build target" | 11:15 |
CarbontatedCaffeine | That's better | 11:15 |
mal | so follow the instructions to create the target, note the instructions about naming mentioned in pdf, the wiki has different naming | 11:17 |
CarbontatedCaffeine | "droid-hal-version-@DEVICE@.spec.template" | 11:18 |
CarbontatedCaffeine | I don't think this file name is correct | 11:18 |
CarbontatedCaffeine | "so follow the instructions to create the target, note the instructions about naming mentioned in pdf, the wiki has different naming" Sorry, I'm not sure I completely understand | 11:19 |
mal | wait | 11:20 |
mal | I meant creating the target in chapter 6 | 11:21 |
mal | note the warning box in that chapter | 11:21 |
CarbontatedCaffeine | Oh, I already did this when I started | 11:22 |
mal | and you named the target correctly? | 11:22 |
CarbontatedCaffeine | camden@fedora hadk]$ sdk-assistant list SailfishOS-latest └─SailfishOS-latest-aarch64 [camden@fedora hadk]$ | 11:22 |
mal | so you didn't read the warning box | 11:22 |
CarbontatedCaffeine | They should change the colour *laughs* | 11:23 |
CarbontatedCaffeine | I'm not very observant am I? | 11:23 |
mal | I'm one of the people maintaining that pdf :) | 11:23 |
CarbontatedCaffeine | Oh, I think I've seen your name pop up then | 11:24 |
CarbontatedCaffeine | Alrighty! Back on track, hopefully.. | 11:26 |
CarbontatedCaffeine | Something always goes wrong though! :P | 11:26 |
CarbontatedCaffeine | https://pastebin.com/H27iKxaw | 11:30 |
CarbontatedCaffeine | Does it want me to change the kernel config again? | 11:30 |
mal | check the log file for errors | 11:39 |
mal | those warnings from kernel checker are not critical, but it's likely there are some errors mentions in the log file | 11:41 |
mal | you can then fix those in kernel defconfig and rebuild kernel in habuild_sdk, remember to run the commands before make hybris-boot | 11:41 |
CarbontatedCaffeine | The commands before | 11:46 |
CarbontatedCaffeine | "source build/envsetup.sh export USE_CCACHE=1 breakfast $DEVICE" | 11:46 |
CarbontatedCaffeine | ? | 11:47 |
mal | yes | 11:47 |
CarbontatedCaffeine | Cheers | 11:47 |
CarbontatedCaffeine | "error: Bad exit status from /var/tmp/rpm-tmp.wY4vQk (%build)" | 11:49 |
CarbontatedCaffeine | I can't find any errors before this | 11:49 |
mal | it says where the full log file is | 11:50 |
mal | that droid-hal-marlin.log | 11:50 |
CarbontatedCaffeine | I know | 11:50 |
CarbontatedCaffeine | I'm reading it | 11:50 |
mal | show the file then | 11:50 |
CarbontatedCaffeine | I can't find the error in it | 11:50 |
CarbontatedCaffeine | https://pastebin.com/vhjQCHTC | 11:51 |
mal | line 296 | 11:52 |
CarbontatedCaffeine | CONFIG_SECURITY_SELINUX_BOOTPARAM? | 11:52 |
mal | "ERROR: CONFIG_NETFILTER_XT_MATCH_QTAGUID is invalid" | 11:53 |
CarbontatedCaffeine | Ohhh | 11:53 |
CarbontatedCaffeine | It says "y" though.. | 11:54 |
mal | maybe just remove the check for that from the kernel checker | 11:55 |
CarbontatedCaffeine | Where is this? | 11:56 |
CarbontatedCaffeine | mer_verify_kernel_config? | 11:58 |
CarbontatedCaffeine | in __data__ | 11:58 |
mal | hybris/mer-kernel-check | 11:59 |
CarbontatedCaffeine | Cool, now that works | 12:00 |
CarbontatedCaffeine | "cp: cannot stat './out/target/product/marlin/hybris-updater-script': No such file or directory" | 12:00 |
CarbontatedCaffeine | Uhh let me search this up | 12:00 |
CarbontatedCaffeine | weird | 12:04 |
CarbontatedCaffeine | I don't think it's included for some reason | 12:07 |
mal | wait | 12:20 |
mal | are you missing boot partition from fstab | 12:20 |
mal | if it's missing that script is not installed | 12:20 |
CarbontatedCaffeine | uhh | 12:20 |
mal | add it there | 12:20 |
CarbontatedCaffeine | I haven't the slightest clue | 12:20 |
mal | check the fstab in device repo | 12:21 |
CarbontatedCaffeine | Alright | 12:21 |
CarbontatedCaffeine | fstab.common? | 12:21 |
mal | https://github.com/LineageOS/android_device_google_marlin/blob/lineage-18.1/fstab.common | 12:21 |
mal | yes | 12:22 |
CarbontatedCaffeine | Huh, give me a second | 12:22 |
CarbontatedCaffeine | it was told not to build I think? | 12:22 |
CarbontatedCaffeine | cause it couldn't find it originally | 12:22 |
CarbontatedCaffeine | I need to go through chat logs just to make sure what I'm saying is right | 12:22 |
mal | add something like /dev/block/platform/soc/624000.ufshc/by-name/boot /boot emmc defaults defaults | 12:23 |
mal | to fstab.common, then make hybris-hal again, then try again | 12:23 |
mal | but before build_packages.sh check the fstab somewhere in out/ that it looks ok | 12:24 |
CarbontatedCaffeine | Give me a sec to process these instructions | 12:24 |
CarbontatedCaffeine | so was this in fixup-mountpoints? | 12:25 |
CarbontatedCaffeine | wait | 12:25 |
CarbontatedCaffeine | No I get it now | 12:26 |
T42 | <elros34> just to be sure because missing hybris-updater-script is so common issue: do you search channel logs/read hadk-hot? | 12:26 |
CarbontatedCaffeine | no | 12:26 |
CarbontatedCaffeine | I have no idea what that is | 12:26 |
CarbontatedCaffeine | One thing at a time | 12:28 |
mal | https://etherpad.wikimedia.org/p/hadk-hot | 12:28 |
CarbontatedCaffeine | mal I added that to fs-tab | 12:28 |
CarbontatedCaffeine | Alright lets read | 12:29 |
CarbontatedCaffeine | If they are not there and you are using old android base then 'make modules' (on hybris-18 use 'allmod') can help figuring out name of modules you need and build it like: 'make fstab.qcom ueventd.rc'. If there are no such modules or files are still not copied to out/ directory then do it manually. Read $ANDROID_ROOT/droid-hal-$DEVICE.log to confirm that mount units for /system and other partitions are created. If android's fstab d | 12:30 |
CarbontatedCaffeine | This one right here | 12:30 |
CarbontatedCaffeine | I had issues with ueventd.qcom | 12:30 |
CarbontatedCaffeine | the other day | 12:30 |
CarbontatedCaffeine | and I just removed it | 12:30 |
CarbontatedCaffeine | I'm guessing I need fstab.common enabled in base.mk, correct? | 12:31 |
T42 | <elros34> don't guess, check what you have build in out | 12:32 |
CarbontatedCaffeine | "FAILED: ninja: 'fstab.common', needed by 'hybris-hal', missing and no known rule to make it" | 12:34 |
CarbontatedCaffeine | Damnnit | 12:34 |
mal | did you check the files are in out or not? | 12:34 |
mal | don't do anything before that | 12:34 |
CarbontatedCaffeine | right | 12:37 |
CarbontatedCaffeine | reverted | 12:37 |
CarbontatedCaffeine | building | 12:37 |
T42 | <elros34> what are building? go to out/target/product/$device/root or something like that and check whether you have fstab and ueventd files there | 12:40 |
CarbontatedCaffeine | fstab.marlin is in target/product/marlin/vendor/etc | 12:41 |
CarbontatedCaffeine | ueventd.rc is in target/product/marlin/vendor | 12:42 |
T42 | <elros34> looks sane? Are they found by droid-hal (check droid-hal-device.log)? | 12:42 |
CarbontatedCaffeine | https://pastebin.com/yD2dN5FC | 12:45 |
CarbontatedCaffeine | cp: cannot stat './out/target/product/marlin/apex/com.android.runtime/lib/bionic/libdl.so': No such file or directory cp: cannot stat './out/target/product/marlin/apex/com.android.runtime/lib/bionic/libdl_android.so': No such file or directory cp: cannot stat './out/target/product/marlin/apex/com.android.runtime/lib/bionic/libc.so': No such file or directory cp: cannot stat './out/target/product/marlin/apex/com.android.runtime/lib | 12:45 |
mal | CarbontatedCaffeine: wait, are you sure you have this line droid-hal spec https://github.com/mlehtima/droid-hal-fp3/blob/master/droid-hal-fp3.spec#L8 | 12:48 |
mal | that "%define droid_target_aarch64 1" | 12:49 |
CarbontatedCaffeine | Enabled now | 12:50 |
CarbontatedCaffeine | Still the same thing | 12:52 |
mal | where did you add it to the file? | 12:53 |
CarbontatedCaffeine | similar to that file | 12:54 |
CarbontatedCaffeine | https://pastebin.com/yHyyKDzH | 12:54 |
mal | I said droid-hal spec, that looks like droid-hal-version spec | 12:55 |
mal | droid-hal spec is in $ANDROID_ROOT/rpm/ | 12:55 |
CarbontatedCaffeine | Sorry, I really never learn | 12:55 |
CarbontatedCaffeine | Still the same thing | 12:57 |
mal | show the spec file | 12:58 |
CarbontatedCaffeine | https://pastebin.com/DVkMe4Se | 12:59 |
CarbontatedCaffeine | "/home/camden/hadk/rpm/droid-hal-marlin.spec" | 13:00 |
CarbontatedCaffeine | Is there something I need to do generate these files> | 13:08 |
CarbontatedCaffeine | *? | 13:08 |
mal | seems ok, but still "build_packages.sh -d" fails? | 13:08 |
CarbontatedCaffeine | correct | 13:08 |
mal | can you check for those files it complains about in out? | 13:08 |
CarbontatedCaffeine | ofc | 13:09 |
CarbontatedCaffeine | Yes, but not in the folder it's looking in.. | 13:10 |
mal | where are those? | 13:10 |
CarbontatedCaffeine | "/home/camden/hadk/out/target/product/marlin/symbols/apex/com.android.runtime/lib/bionic/libdl_android.so | 13:11 |
mal | only there? | 13:11 |
CarbontatedCaffeine | wait, that's the right place | 13:11 |
CarbontatedCaffeine | nah theres more | 13:11 |
CarbontatedCaffeine | they all seem to be right? | 13:12 |
CarbontatedCaffeine | so far | 13:12 |
mal | not really, that is in symbols folder | 13:12 |
mal | show all where that file is | 13:12 |
CarbontatedCaffeine | that's gonna take me ages | 13:12 |
mal | why? | 13:12 |
mal | just use "find out/ -name libdl_android.so" | 13:13 |
mal | that should list all places that file is in out/ | 13:13 |
CarbontatedCaffeine | https://pastebin.com/u4QDwtZx | 13:13 |
CarbontatedCaffeine | here | 13:13 |
T42 | <elros34> btw do you have android_version_major defined like in instruction? | 13:15 |
CarbontatedCaffeine | I don't know | 13:15 |
CarbontatedCaffeine | I have no idea | 13:15 |
CarbontatedCaffeine | about anything im doing | 13:15 |
T42 | <elros34> then no | 13:15 |
CarbontatedCaffeine | where is this defined | 13:16 |
mal | looks like your files are under system folder, add after this https://github.com/mer-hybris/droid-hal-device/blob/master/droid-hal-device.inc#L656 similar new entry as lines 653-656 but change the apex_path to be system/apex/com.android.runtime | 13:16 |
T42 | <elros34> learn to use instructions: hadk-hot: hybris-18 section | 13:17 |
T42 | <elros34> "Do not forget about android_version_major: https://github.com/mer-hybris/hadk-faq/#hybris-17-1" | 13:17 |
CarbontatedCaffeine | Too much to read | 13:19 |
CarbontatedCaffeine | it's overwhelming | 13:19 |
mal | @elros34 we are not yet in droid-config build but good point anyway | 13:19 |
CarbontatedCaffeine | https://pastebin.com/iaHSL20s | 13:19 |
T42 | <elros34> yeah its not easy and straightforward, instructions are all over the places and outdated | 13:19 |
CarbontatedCaffeine | it looks fine to me | 13:20 |
CarbontatedCaffeine | "yeah its not easy and straightforward, instructions are all over the places and outdated" There's just so much stuff to miss if you get what I mean, you can't blink. | 13:20 |
T42 | <elros34> yes but you really need to start using channel search, it is all there really. So far there is really nothig new in your port | 13:22 |
CarbontatedCaffeine | *shrug* I'm a beginner, I don't know that | 13:24 |
CarbontatedCaffeine | On my part, I probably should've asked about that much sooner | 13:25 |
mal | CarbontatedCaffeine: hmm, looks like the script needs some more changes | 13:26 |
mal | it removes the files you need | 13:26 |
CarbontatedCaffeine | RAHHHH I just ditched the changes I made to my kernel | 13:26 |
CarbontatedCaffeine | it was in a detached head | 13:26 |
CarbontatedCaffeine | and I was going to push changes | 13:27 |
CarbontatedCaffeine | but now they're gone | 13:27 |
CarbontatedCaffeine | This really is hopeless | 13:27 |
mal | did you have those committed? | 13:27 |
CarbontatedCaffeine | yes | 13:27 |
mal | maybe git reflog can still show those | 13:27 |
CarbontatedCaffeine | oh, there it is | 13:27 |
CarbontatedCaffeine | how do I get back to it | 13:30 |
mal | it should show the commit hash, use git cherry-pick with that | 13:31 |
CarbontatedCaffeine | Truthfully, if I can't do this stuff on my own. Do you think I shouldn't be working on a port like this? | 13:33 |
CarbontatedCaffeine | "it removes the files you need" Where is this? | 13:36 |
mal | wait | 13:37 |
mal | can you check if those out/target/product/marlin/system/apex/com.android.runtime/lib64/bionic/libdl_android.so are actual files and not symlinks | 13:41 |
CarbontatedCaffeine | sure | 13:41 |
CarbontatedCaffeine | I can confirm it's not a symlink | 13:42 |
mal | https://pastebin.com/xbT4afHK | 13:44 |
mal | did you do that change yet like I asked | 13:45 |
CarbontatedCaffeine | uhh, which :P | 13:46 |
mal | in the droid-hal-device.inc | 13:47 |
CarbontatedCaffeine | I'm still figuring it out | 13:47 |
CarbontatedCaffeine | do I have both | 13:48 |
CarbontatedCaffeine | like I add that thing under it | 13:48 |
CarbontatedCaffeine | or | 13:48 |
mal | yes, under it | 13:48 |
CarbontatedCaffeine | absolute symlink: /etc/udev/rules.d/60-persistent-v4l.rules -> /dev/null absolute symlink: /usr/libexec/droid-hybris/system/bin/linker -> /apex/com.android.runtime/bin/linker absolute symlink: /usr/libexec/droid-hybris/system/bin/linker64 -> /apex/com.android.runtime/bin/linker64 absolute symlink: /usr/libexec/droid-hybris/system/bin/linker_asan -> /apex/com.android.runtime/bin/linker absolute symlink: /usr/libexec | 13:50 |
CarbontatedCaffeine | https://pastebin.com/ZnG1C4d9 | 13:50 |
CarbontatedCaffeine | I think that worked, but I don't know why | 13:50 |
CarbontatedCaffeine | Oh, we're adding system to the apex_path | 13:51 |
CarbontatedCaffeine | gotcha | 13:51 |
CarbontatedCaffeine | makes sense to me | 13:51 |
CarbontatedCaffeine | Oh I saw this | 13:52 |
CarbontatedCaffeine | I think I can fix this myself | 13:52 |
CarbontatedCaffeine | %define straggler_files \ /bugreports\ /cache\ /d\ /product\ /product_services\ /sdcard\ %{nil} | 13:52 |
CarbontatedCaffeine | more errors | 13:54 |
T42 | <CristianSW_JV> Hi all, just want to know is there any port for p3a xl? Don't find anything on the web. Thanks for answers and sorry for stupid question. Is planned any porting activity for Google devices ? | 13:56 |
CarbontatedCaffeine | I'm porting Pixel XL currently | 13:56 |
T42 | <elros34> what is codename? | 13:57 |
CarbontatedCaffeine | Bonito | 13:58 |
T42 | <CristianSW_JV> Sargo and bonito, their hardware are identical , apart from screen | 14:00 |
T42 | <elros34> I think there were some attempts, sargo and bonito rings some bells | 14:00 |
CarbontatedCaffeine | https://pastebin.com/UqmsaasT | 14:01 |
CarbontatedCaffeine | hm | 14:01 |
CarbontatedCaffeine | Oh crap, I forgot to set android version | 14:01 |
T42 | <elros34> @CristianSW_JV https://github.com/sailfish-on-sargo search also here for codename: https://piggz.co.uk/sailfishos-porters-archive/index.php to figure out maintainer and ask him about status | 14:03 |
T42 | <CristianSW_JV> Thanks (re @elros34: @CristianSW_JV https...) | 14:06 |
CarbontatedCaffeine | I can't find anything about my issue on the faq or hot | 14:09 |
mal | CarbontatedCaffeine: you added non-existent file to straggler_files list | 14:11 |
mal | that /product_services | 14:11 |
mal | only add files listed in the error here https://pastebin.com/ZnG1C4d9 | 14:12 |
CarbontatedCaffeine | It's done | 14:14 |
CarbontatedCaffeine | it did it | 14:14 |
CarbontatedCaffeine | NEXT! | 14:15 |
CarbontatedCaffeine | config finished | 14:16 |
CarbontatedCaffeine | It's building libhybris currently | 14:18 |
CarbontatedCaffeine | Is there any more tips you can give me while I wait | 14:18 |
Mister_Magister | CarbontatedCaffeine: your nickname sounds like what you need to port sfos | 14:20 |
CarbontatedCaffeine | I drink coffee all the time, but as a 17 yo I really don't think I should | 14:20 |
CarbontatedCaffeine | I drink only one a day | 14:21 |
Mister_Magister | coffee is a scam | 14:21 |
CarbontatedCaffeine | *shrugs* it gets me through a little bit of the day | 14:22 |
CarbontatedCaffeine | here we are at 2am NZT | 14:22 |
CarbontatedCaffeine | programming | 14:22 |
CarbontatedCaffeine | https://pastebin.com/pLAjYBR2 | 14:27 |
CarbontatedCaffeine | it's looking for something I've already built | 14:28 |
T42 | <elros34> hadk-hot: File /etc/ofono/binder.conf" or countless entires in channel logs | 14:31 |
CarbontatedCaffeine | kk | 14:32 |
CarbontatedCaffeine | what does that mean lol | 14:35 |
CarbontatedCaffeine | Provides: ofono-configs Obsoletes: ofono-configs-mer | 14:35 |
CarbontatedCaffeine | I don't see the file I need to put this n | 14:35 |
CarbontatedCaffeine | I need to sleep, I'll check logs in the morning | 14:39 |
CarbontatedCaffeine | I'm exhausted | 14:39 |
*** amccarthy is now known as Guest1244 | 17:49 | |
*** amccarthy_ is now known as amccarthy | 17:49 | |
CarbontatedCaffeine | Hi, I'm looking for file droid-config-common.inc | 22:31 |
CarbontatedCaffeine | I have a "droids-config.inc" but not that one | 22:32 |
CarbontatedCaffeine | I was able to do it by myself | 23:01 |
CarbontatedCaffeine | I am now able to move onto the rootfs | 23:01 |
CarbontatedCaffeine | https://github.com/Sailfish-on-Pixel-XL-Marlin | 23:24 |
CarbontatedCaffeine | all repos (I think) now up | 23:24 |
T42 | <bouic> I checked the commit but I don't understand how to do do the udev thing we mentioned for bootctl @adampigg. | 23:31 |
mal | CarbontatedCaffeine: why do you look for that file? | 23:32 |
CarbontatedCaffeine | It's fine, I figured it out | 23:32 |
CarbontatedCaffeine | I actually forgot now, but it was to do with file conflicts | 23:32 |
CarbontatedCaffeine | and I took more than one glance at hadk-hot this time | 23:33 |
CarbontatedCaffeine | I fixed the issue with ofono and bluez | 23:33 |
mal | btw, you should not push installroot and documentation.list to git, those are files/folders generated during build, I suggest adding this https://github.com/mlehtima/droid-config-fp4/blob/devel/.gitignore when removing those | 23:34 |
CarbontatedCaffeine | I think I had to add those two lines about ofono, and then removed the versions of ofono and bluez that had the conflicting files and installed my ones | 23:34 |
CarbontatedCaffeine | > you should not push installroot and documentation.list to git | 23:34 |
CarbontatedCaffeine | I thought I told it not to push those, whoops | 23:34 |
mal | you can check my fp4 repos for good .gitignore files | 23:35 |
mal | this might also be good in droid-config spec https://github.com/mlehtima/droid-config-fp4/blob/devel/rpm/droid-config-fp4.spec#L22 | 23:36 |
CarbontatedCaffeine | Sorry, which repo was this? | 23:36 |
CarbontatedCaffeine | I can't seem to find the files | 23:36 |
mal | what? | 23:36 |
CarbontatedCaffeine | I don't think I pushed those files? | 23:37 |
CarbontatedCaffeine | Oh I did | 23:37 |
mal | https://github.com/Sailfish-on-Pixel-XL-Marlin/droid-config-marlin | 23:37 |
mal | you seem to have pushed those with the ofono fix | 23:37 |
CarbontatedCaffeine | Cheers for catching that | 23:38 |
mal | you forgot to remove those when adding the .gitignore | 23:38 |
CarbontatedCaffeine | I was just removing them as you said that | 23:42 |
CarbontatedCaffeine | The coffee has very much helped this morning with my focus | 23:45 |
CarbontatedCaffeine | Also, what's with section 8.2? I didn't think that you'd be able to include that "content" anyway? | 23:46 |
mal | it's just there to make sure people understand what is ok to be in the images | 23:47 |
CarbontatedCaffeine | All good | 23:48 |
CarbontatedCaffeine | I'm going to run "build_packages.sh --mic" | 23:53 |
CarbontatedCaffeine | wish me luck | 23:53 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!