Saturday, 2018-12-29

*** ChanServ sets mode: +v T402:51
*** ChanServ sets mode: +v T408:35
T4Karan5chaos was added by: Karan5chaos13:15
T4<Karan5chaos> HHello :) … me and my friend are trying to build SFOS for our device and we were hoping if you guys could help us.13:15
T4<Karan5chaos> We are currently stuck at the following error -13:15
T4<Karan5chaos> ninja: error: '/home/linux/hadk/out/host/common/obj/JAVA_LIBRARIES/apksig_intermediates/classes.jar', needed by '/home/linux/hadk/out/host/common/obj/JAVA_LIBRARIES/signapk_intermediates/classes-full-debug.jar', missing and no known rule to make it13:18
malyou need to modify the manifest xml in .repo folder of $ANDROID_ROOT and uncomment the line with apksig in it13:28
malafter that run "repo sync tools/apksig"13:29
T4<Karan5chaos> cool. will try this. thanks13:30
malwhich device and android base?13:32
T4<Karan5chaos> Redmi note 5 pro (whyred) .13:32
T4<Karan5chaos> Base - los 15.113:32
T4None (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me) was added by: None (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me)13:33
mal@Karan5chaos there was someone else also building for that device and the logs might help with some issues you might have http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2018-11-03.log.html13:41
T4<Karan5chaos> oh. great ! thanks :)13:42
malnot sure if he is around anymore but maybe you can try to ping him, he was on telegram with name MarcoDS_bit13:42
T4<Karan5chaos> Thanks. we sent him a message.. meanwhile we got this after running those commands - fatal: duplicate path device/xiaomi/whyred in /home/linux/hadk/.repo/manifest.xml13:50
malyou shouldn't add device repos to main manifest, add those to .repo/local_manifests folder13:58
malalso make sure you don't have the room service xml in local_manifests folder13:59
T4srmane4444 was added by: Karan5chaos14:04
T4<Karan5chaos> solved it. thanks for your prompt response :D14:11
*** ChanServ sets mode: +v T414:28
T4<Karan5chaos> So we have stumbled upon another error now.15:28
T4<Karan5chaos> ninja: error: '/ home / linux / hadk / out / host / common / obj / JAVA_LIBRARIES/conscrypt-host_intermediates/classes.jar', needed by '/ home / linux / hadk / out / host / common / obj / JAVA_LIBRARIES /signapk_intermediates/classes-full-debug.jar ' … I uncommented the external / conscrypt repository in the main manifest, using the e15:28
T4rror above, now there are a lot of errors15:28
mal@Karan5chaos please make a list of all repos you need to uncomment so I can fix the manifest for everyone15:46
T4<Karan5chaos> (Document) http://149.202.119.142:9090/rzv8G6ZtbD.xml16:00
T4<Karan5chaos> (Document) http://149.202.119.142:9090/F9fHfo0MWu.xml16:00
mal@Karan5chaos after the build works go to folder .repo/manifests, run "git diff" and then give me the output16:04
T4<Karan5chaos> output for git diff -16:09
T4<Karan5chaos> ~/hadk/.repo/manifests$ git diff … diff --git a/default.xml b/default.xml … index d37cc83..216a87d 100644 … --- a/default.xml … +++ b/default.xml … @@ -16,7 +16,7 @@ …    <default revision="refs/heads/lineage-15.1" …             remote="github" …             sync-c="true" … -           sync-j="4" /> … +           sync-j="2" /> …    <!16:09
T4-- Hybris repos --> …    <project path="hybris/hybris-boot" name="mer-hybris/hybris-boot" revision="master" /> … @@ -119,11 +119,11 @@ …  --> …    <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" /> …  <!-- … -  <project path="external/cmockery" name="platform/external/cmockery" groups="pdk" remote="aosp" />16:09
T4… ---> … +  <project path="external/cmockery" name="platform/external/cmockery" groups="pdk" remote="aosp" />  …    <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" /> … -<!-- … +--> …    <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk" remote="aosp" /> … +<!-- …16:09
T4   <project path="external/crcalc" name="platform/external/crcalc" groups="pdk" remote="aosp" /> …    <project path="external/cros/system_api" name="platform/external/cros/system_api" groups="pdk" remote="aosp" /> …  --> … @@ -747,7 +747,9 @@ …    <project path="toolchain/binutils" name="toolchain/binutils" groups="pdk" remote="aosp" /> …  <!-- …16:09
T4  <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" remote="aosp" /> … -  <project path="tools/apksig" name="platform/tools/apksig" groups="pdk,tradefed" remote="aosp" /> … +--> … +  <project path="tools/apksig" name="platform/tools/apksig" groups="pdk,tradefed" remote="aosp" />  … +<!--   …    <project path="t16:09
T4ools/base" name="platform/tools/base" groups="notdefault,tools" remote="aosp" /> …    <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" remote="aosp" /> …    <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" />16:09
mal@Karan5chaos use pastebin or any other service, do not paste more than 3 lines to the channel16:13
T4<Karan5chaos> sorry. will keep that in mind16:13
T4<Levis (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me)> why @abhishek_0 stopped development for wt8804716:16
mal@Karan5chaos could you give that git diff output using pastebin or something, it's difficult to decypher when the line breaks are missing16:17
T4<Karan5chaos> https://pastebin.com/MKXfX2bf16:18
malso in the end you only needed few changes?16:19
malinteresting that the previous person building needed more than that16:19
T4<abhishek_0> (New chat photo, 640x640) http://149.202.119.142:9090/tRFaeAq0cK.png20:23
T4godogabor was added by: godogabor20:33
mal@abhishek_0 what does that mean?20:33
T4<abhishek_0> i changed the group icon20:34
malok20:37
*** ChanServ sets mode: +v T420:44
T4itsamefra was added by: itsamefra21:45
T4<gischpelino> nice and funky21:56
T4Chris (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me) was added by: Chris (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me)23:36
T4It_sMike was added by: It_sMike23:50

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!