guhl | mal would you be willing to explain the steps for building for hybris-15.1 (again) | 08:05 |
---|---|---|
guhl | well as far as I see ghosalmartin rebased the android repos from mer-hybris yesterday so I will switch to his repos | 08:21 |
guhl | mal, for example when I try to make hybris-hal I run into | 08:37 |
guhl | ninja: error: '/home/guhl/mer/chiron.los15.1/droid/out/host/common/obj/JAVA_LIBRARIES/apksig_intermediates/classes.jar', needed by '/home/guhl/mer/chiron.los15.1/droid/out/host/common/obj/JAVA_LIBRARIES/signapk_intermediates/classes-full-debug.jar', missing and no known rule to make it | 08:38 |
guhl | I could add platform/tools/apksig in the local manifest but did you need that? | 08:39 |
guhl | well i have to add all these repos http://paste.opensuse.org/49709530 to my local_manifest to be able to start a make hybris-hal | 09:43 |
guhl | and then it fails with | 09:44 |
guhl | system/core/libpixelflinger/codeflinger/CodeCache.cpp:64:10: fatal error: '../../../../external/dlmalloc/malloc.c' file not found | 09:44 |
guhl | so i will also add <project path="external/dlmalloc" name="platform/external/dlmalloc" groups="pdk" remote="aosp" /> | 09:45 |
guhl | running into | 10:05 |
guhl | out/target/product/chiron/obj/KERNEL_OBJ/usr/include/sound/asound.h:441:18: error: field has incomplete type 'struct timespec' | 10:05 |
guhl | --> will #include <time.h> in asound.h to fix that | 10:06 |
guhl | hmm that should be fixed already in asound.h | 10:14 |
ghosalmartin | guhl, am running into same issue tbh. feels like were missing a dep like rsync or unzip | 11:58 |
ghosalmartin | funnily enough for the Pixel XL hybris-hal built fine | 11:59 |
ghosalmartin | abranson, also any idea why this is failing? https://build.merproject.org/package/live_build_log/nemo:devel:hw:lge:bullhead/gst-droid/sailfish_latest_armv7hl/armv8el it was building fine a few months ago here https://build.merproject.org/package/show/home:mgrover:devel:hw:lge:bullhead/gst-droid | 12:01 |
guhl | ghosalmartin, atm i am back at the problem with assemble_vintf | 12:03 |
ghosalmartin | guhl, what was the issue there? | 12:03 |
guhl | http://paste.opensuse.org/53141280 | 12:04 |
guhl | this somehow comes from /home/guhl/mer/chiron.los15.1/droid/build/target/board/Android.mk | 12:04 |
guhl | http://paste.opensuse.org/89985774 | 12:05 |
ghosalmartin | hmmm are you using my repos or fresh from LOS? | 12:06 |
guhl | now i am using your repos | 12:06 |
ghosalmartin | mine might need rebasing tbh. i can see them being somewhat out of date with LOS | 12:07 |
guhl | but i had the same using the original ones from the hybris manifest | 12:07 |
ghosalmartin | ahh okays | 12:07 |
guhl | i thought you rebased them yesterday | 12:07 |
ghosalmartin | not the device and kernel. that was just the mer-hybris ones | 12:08 |
guhl | the KERNEL_CONFIG_DATA variable seems to be empty as far is I can see | 12:08 |
guhl | device i am using from LOS, kernel from you | 12:09 |
ghosalmartin | lemme sync the repos your suggested nad see | 12:09 |
ghosalmartin | am on works internet to should be a breeze :P | 12:10 |
ghosalmartin | a thing I noticed is that the Chiron boots way faster than the Marlin. Probably due to the kernel updates | 12:12 |
guhl | i can boot the hybris-boot.img (via fastboot) and telnet into the device | 12:13 |
guhl | using the current init-script from mer-hybris/hybris-boot (master) | 12:14 |
ghosalmartin | guhl, yeah they added configfs support. can you test something and enable the CONFIG_VT flag and see if the kernel just corrupts please | 12:16 |
ghosalmartin | if i try and continue init it reboots and fails | 12:16 |
ghosalmartin | which is normal am guessing since theres no rootfs | 12:16 |
ghosalmartin | i just want to eliminate my machine from the equation | 12:17 |
guhl | only CONFIG_VT or also CONFIG_VT_CONSOLE=y, CONFIG_VT_CONSOLE_SLEEP=y ? | 12:22 |
guhl | (that's what I had in my LOS 14 config | 12:23 |
ghosalmartin | i tried all the combinations | 12:26 |
ghosalmartin | the minute CONFIG_VT was enabled for me, the entire kernel was corrupt and would instantly reboot | 12:26 |
ghosalmartin | i have the same issue for the Pixel XL atm | 12:27 |
ghosalmartin | guhl, had this before? ninja: error: '/home/mgh01/hybris-15.1/out/target/product/chiron/system/usr/share/vim/autoload/spacehi.vim', needed by '/home/mgh01/hybris-15.1/out/target/product/chiron/obj/NOTICE.xml', missing and no known rule to make it | 12:29 |
guhl | yes, and i fixed the very crude | 12:30 |
ghosalmartin | was it the include? | 12:30 |
guhl | by copying the /system/usr/share/vim directory from my LOS build | 12:30 |
ghosalmartin | ahh :P | 12:31 |
guhl | i did not figure out how to make the vim runtime files install | 12:31 |
guhl | make vim will build vim but will not install the runtime files | 12:31 |
guhl | sometimes is really would like to understand the current android build system a bit better | 12:32 |
ghosalmartin | is it even documented anywhere? | 12:32 |
guhl | probably :P | 12:34 |
ghosalmartin | can I just build it locally and copy the files? | 12:35 |
ghosalmartin | hmm if it built fine for the pixel. its probably some dep declared under /device that we dont need | 12:35 |
guhl | for sure but the device files are already so complicated (in my opinion) | 12:37 |
ghosalmartin | they always are, a quick grep for vim yields nothing | 12:37 |
ghosalmartin | the nexus series used to have tidy device files | 12:37 |
guhl | if you don't want to mess with the system/usr/share/vim directory for now I can upload it somewhere for you | 12:44 |
ghosalmartin | if you dont mind | 12:45 |
guhl | https://sf.thinkthinkdo.com/d/dc26ada19ee0449ba39b/ | 12:47 |
guhl | that is the vim directory | 12:48 |
ghosalmartin | ta :) | 12:48 |
ghosalmartin | turns out you cant run 2 builds at the same time with the same codebase :P | 12:49 |
guhl | wtf it took forever to rebuild the kernel/bootimage and now when I boot it it still does not have _VT set ?! | 12:53 |
ghosalmartin | guhl, yeah it takes forever with CONFIG_VT and interesting | 12:54 |
guhl | no the thing is the make hybris-boot took forever and now I booted the result with fastboot | 12:55 |
guhl | and can telnet into it | 12:55 |
ghosalmartin | but it CONFIG_VT seT? | 12:55 |
guhl | and cat /proc/config.gz | gunzip | grep CONFIG_VT says | 12:55 |
r0kk3rz | mark of the beast | 12:55 |
guhl | CONFIG_VT is not set | 12:56 |
guhl | what did it do all the time | 12:56 |
ghosalmartin | does anyone know what we need CONFIG_VT for? it says virtual consoles...but which :P | 12:56 |
ghosalmartin | I thought itd be for telnet but clearly not | 12:57 |
guhl | well i cleaned the KERNEL_OBJ directory and will build again | 12:58 |
ghosalmartin | am curious if its just legacy thats its in there now | 12:59 |
ghosalmartin | my chiron build atm 6933/54470 not sure how much it needs to build :P | 13:00 |
ghosalmartin | the marlin was only 15000 | 13:00 |
guhl | ahh stupid! thats what happened: the kernel i booted (with VT enabled) immediately reboots and it boots again with the kernel i flashed to /boot | 13:08 |
guhl | so enabling VT makes the kernel reboot | 13:09 |
ghosalmartin | ahh yeah | 13:09 |
guhl | I could go back the stony to debug this in kernel | 13:12 |
ghosalmartin | stony? | 13:12 |
guhl | stony (aka hard) way | 13:12 |
kimmoli | nearby bup | 13:12 |
kimmoli | pub | 13:12 |
guhl | but now i got to see a doctor - later | 13:12 |
ghosalmartin | cya | 13:12 |
ghosalmartin | a pint a day keeps the dr at bay ;) | 13:13 |
ghosalmartin | mal: if a cm14 devices focus doesnt work. am i missing some config? | 13:29 |
echo_salik | clear | 14:04 |
echo_salik | hi all... | 14:04 |
guhl | ghosalmartin, that's the problem living a metric country :-) | 14:31 |
ghosalmartin | what the uk? :P | 14:32 |
ghosalmartin | guhl, btw how long did you hybris-hal take? mines been going since you left | 14:34 |
ghosalmartin | and its only 64% done :P | 14:34 |
r0kk3rz | uk? metric? since when? | 14:38 |
guhl | no here (austria). No pints so i have to see a doctor. | 14:39 |
guhl | ghosalmartin, yes i think first build without ccache took half a day | 14:39 |
ghosalmartin | oh damn | 14:39 |
ghosalmartin | well atleast i have a zip built for marlin :D | 14:40 |
guhl | but i am building on a 2012 mobile i7 | 14:40 |
ghosalmartin | time to see what happens | 14:40 |
ghosalmartin | i think am on a 2015 mobile i7 :P | 14:40 |
ghosalmartin | aside from dhi failing am in :D | 14:42 |
guhl | cool | 14:42 |
ghosalmartin | guhl, ive finally hit your error :P | 14:43 |
ghosalmartin | /bin/bash -c "POLICYVERS=30 BOARD_SEPOLICY_VERS=27.0 FRAMEWORK_VBMETA_VERSION=0.0 /home/mgh01/hybris-15.1/out/host/linux-x86/bin/assemble_vintf -i hardware/interfaces/compatibility_matrix.27.xml -o /home/mgh01/hybris-15.1/out/target/product/chiron/gen/ETC/system_compatibility_matrix.xml_intermediates/compatibility_matrix.xml -c \"/home/mgh01/hybris-15.1/out/target/product/chiron/obj/ETC/manifest.xml_intermediates/manifest.xml\" | 14:43 |
ghosalmartin | --kernel=3.18: --kernel=4.4: --kernel=4.9:" | 14:43 |
mal | ghosalmartin: not sure what you meant by focus on your previous question | 14:44 |
ghosalmartin | mal camera focus | 14:44 |
ghosalmartin | ive ran the appropriate scripts but nada | 14:44 |
ghosalmartin | usb_moded is causing issues :P | 14:45 |
mal | ghosalmartin: usb-moded changes got merged today, requires also updated buteo-mtp | 14:48 |
ghosalmartin | mal: i take it, a simple mask will stop it? | 14:48 |
mal | probably | 14:48 |
mal | ghosalmartin: also usb-moded build also requires new rpm version or manual editing of spec | 14:49 |
ghosalmartin | hmm disabling usb-moded broke my telnet :P | 14:49 |
ghosalmartin | mal: how would surfaceflinger be started? | 15:11 |
ghosalmartin | do I need to add a task to manually start it? | 15:11 |
mal | ghosalmartin: this https://github.com/mer-hybris/droid-config-sony-nile/blob/master/sparse/lib/systemd/system/surfaceflinger.service and the related stuff which should be easily found, and the droid-hal-device.conf changes of course | 15:13 |
ghosalmartin | i have the first and last thing | 15:13 |
ghosalmartin | not sure about related stuff :P am digging in the sony-nile repos, that sound about right? | 15:13 |
mal | ghosalmartin: the script that uses and then the symlink to start the service | 15:13 |
ghosalmartin | i feel like am cheating by skipping stable usb to go straight to ui :P | 15:14 |
mal | ghosalmartin: did that service start on the device? | 15:14 |
ghosalmartin | nah | 15:15 |
ghosalmartin | probably won't anyways, my droid-hal-init was failing | 15:15 |
mal | how did it fail? | 15:15 |
ghosalmartin | so i better fix the usb issue first | 15:15 |
mal | ah | 15:15 |
mal | dhi is indeed the first thing to fix | 15:15 |
mal | ghosalmartin: did you remember to add the stuff I mentioned yesterday? | 15:15 |
mal | to config repo | 15:16 |
ghosalmartin | mal: yeahh thats all added in | 15:16 |
mal | ghosalmartin: could you push the repo to github so I can check | 15:16 |
ghosalmartin | https://github.com/ghosalmartin/droid-config-marlin/tree/master/sparse/usr/libexec/droid-hybris/system/etc/init | 15:16 |
ghosalmartin | i need to add the systemd task still | 15:17 |
ghosalmartin | and the conf file | 15:17 |
ghosalmartin | but i was just going to do it on device to test | 15:17 |
ghosalmartin | i take it this is failing due to older rpm https://build.merproject.org/package/live_build_log/home:mgrover:branches:mer-core:devel/usb-moded/sailfish_latest_armv7hl/armv8el | 15:18 |
mal | ghosalmartin: is detritus really that small? | 15:18 |
ghosalmartin | seems like it | 15:18 |
mal | https://github.com/ghosalmartin/droid-hal-marlin/blob/master/droid-hal-marlin.spec#L12 | 15:18 |
guhl | ghosalmartin, i did the next nasty hack to come by that error | 15:19 |
guhl | ln -s /home/guhl/ws_and/chiron/test/vts-testcase/kernel test/vts-testcase/kernel | 15:19 |
ghosalmartin | guhl, so are we missing another repo it requires? | 15:20 |
ghosalmartin | https://android.googlesource.com/platform/test/vts-testcase/kernel/ | 15:20 |
guhl | now i have a compatibility_matrix.xml in /home/guhl/mer/chiron.los15.1/droid/out/target/product/chiron/obj/ETC/system_compatibility_matrix.xml_intermediates | 15:20 |
guhl | and it goes on | 15:21 |
guhl | yes | 15:21 |
ghosalmartin | <project path="test/vts-testcase/kernel" name="platform/test/vts-testcase/kernel" groups="vts,pdk" /> | 15:21 |
ghosalmartin | am curious whats going to happen since I dont have the cache enabled :P not enough disc space | 15:23 |
ghosalmartin | its started from scratch... | 15:24 |
ghosalmartin | fml | 15:24 |
guhl | well that gives you enough time for that pint :P | 15:25 |
ghosalmartin | maybe :P | 15:25 |
ghosalmartin | i guess i can crack on with the marlin build then :P | 15:25 |
ghosalmartin | and a fresh bullhead build | 15:25 |
guhl | might get warm but i heard you like it that way | 15:25 |
ghosalmartin | right now a cold pint would be welcome :P | 15:26 |
ghosalmartin | mal: if i want to build the updated usb-modded on obs, will it require someone updating the rpm? or can I do it? | 15:31 |
vknecht | is it a common problem that UI doesn't show up eg. on incoming call, alarm... | 15:35 |
* vknecht suspects proximity-sensor flip-flop | 15:36 | |
ghosalmartin | probably | 15:36 |
ghosalmartin | i wonder have there been some fixes in mce since recently on my bullhead the sensors have been very consistent | 15:36 |
* vknecht doesn't know exactly, and there was that sensor CSD config change recently | 15:40 | |
mal | ghosalmartin: I think it needs to be updated in the lower level | 15:42 |
ghosalmartin | mal: damn guess ill have to do it manually | 15:42 |
ghosalmartin | actually if I just remove the Recommends should be fine | 15:44 |
mal | yes, that is enough, and the buteo-mtp dependency needs to be built | 15:46 |
ghosalmartin | thats done | 15:46 |
ghosalmartin | hmm I cant fork it | 15:46 |
ghosalmartin | ah reached my project limit :P | 15:46 |
mal | ghosalmartin: gitlab has quite low project limit | 15:48 |
ghosalmartin | ah tis fine their old projects anywya | 15:48 |
echo_salik | hi mal | 15:53 |
echo_salik | did you get that HDD issue resolved by the shop? | 15:53 |
mal | yes, got a new disk without issues | 15:54 |
echo_salik | cool! | 15:56 |
echo_salik | any data loss? | 15:56 |
mal | no because it was a raid5 setup on a NAS so it fixes itself automatically | 15:57 |
echo_salik | cool... raid 5 is the one with parity right? | 15:58 |
ghosalmartin | mal: how do I disable telnet access? | 15:59 |
kimmoli | isn't it disabled when you get from devel: to testing: (?) | 16:00 |
mal | ghosalmartin: https://github.com/mer-hybris/community-adaptation/blob/master/rpm/community-adaptation.inc#L20 | 16:01 |
mal | kimmoli: yes, it is | 16:01 |
mal | echo_salik: yes | 16:01 |
ghosalmartin | ahh i think its done it automatically :D awesome :) | 16:01 |
ghosalmartin | guhl, was this the next problem? /bin/bash -c "(python /home/mgh01/hybris-15.1/out/host/linux-x86/bin/sepolicy_tests.py -l /home/mgh01/hybris-15.1/out/host/linux-x86/lib64 -f /home/mgh01/hybris-15.1/out/target/product/chiron/obj/ETC/plat_file_contexts_intermediates/plat_file_contexts -f /home/mgh01/hybris-15.1/out/target/product/chiron/obj/ETC/nonplat_file_contexts_intermediates/nonplat_file_contexts -p /home/mgh01/hybris-15.1/out/target | 16:05 |
ghosalmartin | /product/chiron/obj/ETC/sepolicy_intermediates/sepolicy ) && (touch /home/mgh01/hybris-15.1/out/target/product/chiron/obj/ETC/sepolicy_tests_intermediates/sepolicy_tests )" | 16:05 |
echo_salik | mal: any idea regarding my build? | 16:13 |
mal | echo_salik: can't remember anymore what the situation was | 16:14 |
echo_salik | lol ok... new logs? | 16:14 |
echo_salik | servicemanger wasa failing btw | 16:14 |
echo_salik | journal https://paste.ubuntu.com/p/zp3f63NqD9/ | 16:19 |
echo_salik | logcat: https://paste.ubuntu.com/p/2XYPrqsT6Z/ | 16:19 |
echo_salik | dmesg: https://paste.ubuntu.com/p/JPYYgCpWF7/ | 16:21 |
r0kk3rz | thats a lot of libc errors :/ | 16:23 |
mal | yes, the binder errors are really bad | 16:23 |
echo_salik | yeah... | 16:28 |
r0kk3rz | is this a treble device? | 16:29 |
echo_salik | yeah i think so | 16:31 |
echo_salik | vendor is partitopned | 16:32 |
echo_salik | *partitioned | 16:32 |
ghosalmartin | vendor has been partitioned since android 6 | 16:32 |
ghosalmartin | was the device released with android 8? | 16:33 |
r0kk3rz | i just saw some records there looking for an odm partition | 16:33 |
echo_salik | no it was a marshmellow device that has got an official nougat and oreo (beta) update | 16:33 |
ghosalmartin | so probably not trebled. but ya never know the porters might of taken the time | 16:34 |
mal | ghosalmartin: wondering if the device has odm parition | 16:35 |
echo_salik | i ahve seen treble support for my device though | 16:35 |
echo_salik | how can i check that? | 16:35 |
mal | or oem partition | 16:35 |
mal | ls -lR /dev/block | 16:36 |
echo_salik | from recovery i think? | 16:36 |
ghosalmartin | isnt odm more of a sony thing not a treble thing? | 16:36 |
mal | ghosalmartin: not sure how many devices have oem/odm partition | 16:37 |
echo_salik | mal: lrwxrwxrwx 1 root root 22 Jun 13 1971 oem -> ../../../../mmcblk0p30 | 16:37 |
echo_salik | i got this in telnet | 16:37 |
mal | wondering if that should be mounted to /odm or not, sony has those mounted | 16:40 |
r0kk3rz | theres also this hidl_memory service too | 16:40 |
mal | echo_salik: it would be interesting to see what is in that oem partition | 16:41 |
echo_salik | should i mount it? | 16:41 |
wiktorek140 | sledges: ping | 16:41 |
mal | echo_salik: I would try it | 16:42 |
echo_salik | mount: /oem: unknown filesystem type. | 16:44 |
r0kk3rz | echo_salik: if its originally a marshmellow device, why are you using 15.1? | 16:44 |
r0kk3rz | is there no LOS 14 for it? | 16:44 |
echo_salik | i havent seen a stable los14 with sources | 16:45 |
echo_salik | i was using oero on this device before this | 16:45 |
echo_salik | an i have seen more sources for oreo then nougat | 16:45 |
mal | echo_salik: ok, then the issue might be something else | 16:45 |
echo_salik | because by the time this device's kernel was out, the device had official nougat... | 16:46 |
echo_salik | so i guess porters preferred to work on oreo? | 16:46 |
r0kk3rz | yeah makes sense, android people tend to want the latest android | 16:47 |
r0kk3rz | you just might have an easier time with a 14.1 base, if a stable one existed | 16:47 |
echo_salik | i have seen an (only one) lineage 14 but even the modder has i think abandoned the thread | 16:48 |
echo_salik | ps: can i build a lineage 14.1 rom? | 16:49 |
r0kk3rz | you could | 16:49 |
guhl | ghosalmartin, sorry been a bit distracted | 16:51 |
ghosalmartin | guhl, ah its alright, am juggling devices atm :P bullhead has a nice 2.2.0.29 release that feeds of OBS now | 16:52 |
ghosalmartin | marlin has an issue iwth usb storage mode | 16:52 |
guhl | i am running into | 16:52 |
guhl | build /home/guhl/mer/chi..._tests_intermediates/treble_sepolicy_tests | 16:52 |
guhl | FAILED: /home/guhl/mer/chiron.los15.1/droid/out/target/product/chiron/obj/ETC/treble_sepolicy_tests_intermediates/treble_sepolicy_tests | 16:52 |
guhl | Traceback (most recent call last): | 16:52 |
guhl | File "/home/guhl/mer/chiron.los15.1/droid/out/host/linux-x86/bin/treble_sepolicy_tests.py", line 4, in <module> | 16:53 |
ghosalmartin | keeps doing this https://pastebin.com/6WFF9DaP | 16:53 |
guhl | import mini_parser | 16:53 |
guhl | ImportError: No module named mini_parser | 16:53 |
guhl | sorry for pasting | 16:53 |
ghosalmartin | how did you provide the module policy? | 16:53 |
guhl | not that i would know | 16:53 |
guhl | might just be that the parallel execution failed with something different for me first | 16:53 |
ghosalmartin | yeah could be | 16:54 |
ghosalmartin | yeah am rocking https://pastebin.com/AkxjqrET | 16:54 |
echo_salik | i do have the original kernel from xiaomi... its based on nougat... | 16:54 |
echo_salik | wait... would that mean i'd have to redownload all the repos? | 16:54 |
echo_salik | it took me a week for that... plus this happens... | 16:55 |
echo_salik | disconnects | 16:55 |
guhl | are these python modules supposed to be installed on the host? | 16:55 |
ghosalmartin | guhl, i tried that with no luck | 16:55 |
ghosalmartin | but then again maybe I just need to find the right one | 16:55 |
mal | echo_salik: if the android version works then sailfish should work on top of it | 16:56 |
mal | changing bases without a good reason is questionable in my opinion | 16:56 |
guhl | well i am using the same ubu-chroot for building the hybris-hal that i used to build LOS 15.1 | 16:57 |
echo_salik | mal: i did try out this rom though... if this fails i'd use that | 16:57 |
ghosalmartin | guhl, yeah should be fine just a sudo apt-get install | 16:58 |
mal | what? | 16:58 |
guhl | no | 16:58 |
guhl | it is in system/sepolicy/tests | 16:59 |
Mister_Magister | hi guhl! hi mal hi ghosalmartin | 16:59 |
mal | echo_salik: what did you mean by that? | 16:59 |
guhl | the Magister! nice seeing you | 16:59 |
Mister_Magister | guhl: your thea is doing great under my lead :P | 16:59 |
guhl | it's doing perfect! | 17:00 |
Mister_Magister | my mom is using it :P | 17:00 |
ghosalmartin | Mister_Magister, hey up :) | 17:00 |
* Mister_Magister is adding hw-settings.ini to every device | 17:01 | |
echo_salik | mal: sorry... i meant i had thried the lineageOS rom that i am using with sailfish... really liked it... simple... not much clutter | 17:01 |
echo_salik | *tried | 17:01 |
ghosalmartin | Mister_Magister, whats that do? | 17:01 |
Mister_Magister | ghosalmartin: fixes brightness settings and sensors | 17:01 |
Mister_Magister | see in hadk-faq | 17:02 |
guhl | ghosalmartin, the question is why it does not find the modules there | 17:02 |
ghosalmartin | guhl, ...missing another repo? :P | 17:02 |
* Mister_Magister hopes he won't blew up merobs some day by building all devices at once | 17:18 | |
Mister_Magister | mal: how ya feelin today? | 17:22 |
ghosalmartin | mal: it was this i needed https://github.com/mer-hybris/droid-config-sony-nile/commit/a4152781498a83cada0241a4fdb9016d7ddf562a | 17:24 |
ghosalmartin | well just the last file edit sorted my problem | 17:24 |
ghosalmartin | guhl, ^^ may need it as well | 17:24 |
ghosalmartin | mal: do you know how the /lib/systemd/system mounts get genearted | 17:26 |
mal | ghosalmartin: from fstab/*.rc files with help of fixup-mountpoints in rpm/dhd | 17:30 |
ghosalmartin | mal: ah...dont got one of those :P | 17:31 |
ghosalmartin | well not with them all defined | 17:31 |
guhl | ghosalmartin, i worked around the error going into system/sepolicy/tests and building/installing it with mm | 17:35 |
ghosalmartin | guhl, yay | 17:36 |
guhl | that's gonna need some cleanup afterwards | 17:37 |
ghosalmartin | i think it all does :P | 17:38 |
guhl | back to the asound.h error in the kernel-header files | 18:05 |
guhl | that has been fixed in the kernel sources (by including time.h) but not in the kernel-header sources | 18:06 |
ghosalmartin | ama head home and then run that build and see whats what with the kernel sources | 18:07 |
ghosalmartin | guhl ive moved onto illegal argument exceptions now | 18:44 |
Mister_Magister | ghosalmartin: were you working on roma chip? | 19:23 |
mal | roma is quite difficult it seems | 19:26 |
Mister_Magister | yeah so i just wanted to ask if he got something | 19:28 |
* Mister_Magister needs to move g2 and g2lte to bluez5 | 19:28 | |
ghosalmartin | i got knowhere | 19:30 |
guhl | ghosalmartin, i fail here now: http://paste.opensuse.org/82569207 | 19:30 |
guhl | where is your illegal argument exceptions now | 19:30 |
mal | I also tried to get rome working but couldn't yet | 19:31 |
ghosalmartin | guhl, https://pastebin.com/P6sD2990 | 19:31 |
ghosalmartin | so i went inside conscrypt and tried to build with with mm, which needs some libcore etc etc | 19:31 |
ghosalmartin | am just following the chain up | 19:31 |
guhl | ghosalmartin, i need to stop for today, have a flight to catch tomorrow morning at 5 | 19:36 |
ghosalmartin | hopefully somewhere nice :P | 19:36 |
guhl | if you like frankfurt and two days of finance meetings | 19:37 |
ghosalmartin | frankfurt is lovely, meetings not so much :P | 19:37 |
guhl | have fun - night! | 19:38 |
ghosalmartin | night | 19:39 |
wiktorek140 | ghosalmartin: who should i ping to repaternise my repo on obs? | 20:15 |
r0kk3rz | lbt is the patterniser | 20:17 |
wiktorek140 | lbt: ping | 20:20 |
wiktorek140 | lbt: and if u just read it later, plase repatternise this repo: https://build.merproject.org/project/show/nemo:devel:hw:motorola:surnia | 20:21 |
mal | wiktorek140: that already has patterns? | 20:22 |
mal | or did you add those manually? | 20:22 |
wiktorek140 | mal: yes, but show me that is disabled any package | 20:22 |
wiktorek140 | it was paterrnised but somehow broken | 20:23 |
mal | you just enable the packages again | 20:23 |
wiktorek140 | and then i try to fix by hand but dont help | 20:23 |
mal | from repositories subpage | 20:23 |
wiktorek140 | mal: where if i can ask? | 20:23 |
mal | https://build.merproject.org/project/repositories/nemo:devel:hw:motorola:surnia | 20:23 |
mal | you see the target is disabled | 20:24 |
mal | the build flag part | 20:24 |
wiktorek140 | yes, i see | 20:24 |
wiktorek140 | but how to enable it? i didnt see any switch or something similiar | 20:24 |
mal | so ust toggle that by pressing the icon | 20:25 |
mal | it should show a menu | 20:25 |
mal | or something like that | 20:25 |
wiktorek140 | oh, so text is link but icon not, clever xD | 20:26 |
mal | the icon is also, it should show a hover-on menu | 20:27 |
mal | wiktorek140: it seems you haven't updated packages in a while, libhybris is many versions behing | 20:28 |
mal | *behind | 20:28 |
wiktorek140 | mal: probably, just fixing things to up to date | 20:32 |
wiktorek140 | and ngfd is broken, maybe u know how to fix it? | 20:33 |
wiktorek140 | mal: fixed, just renamed | 20:34 |
mal | renamed what? | 20:34 |
wiktorek140 | ngfd-plugin-droid-vibrator to ngfd-droid-native-vibrator | 20:36 |
mal | bt o didn't change that on OBS | 20:40 |
mal | *but you | 20:41 |
wiktorek140 | yes, now i change it on obs | 20:41 |
wiktorek140 | mal: but pulseaudio-modules-droid fail | 20:42 |
mal | very odd error | 20:47 |
wiktorek140 | can u tell hot to set tag on repo in obs? | 20:48 |
wiktorek140 | how* | 20:48 |
mal | just set the revision in _service | 20:48 |
Mister_Magister | some really old problems i see :P | 20:48 |
mal | wiktorek140: try building 11.1.68 | 20:51 |
wiktorek140 | mal: work | 20:58 |
mal | wiktorek140: I think you should define this https://github.com/mlehtima/droid-hal-version-fp2-sibon/commit/c7fe47d5c0107e01ed964ef07644cfb759ae0acd | 20:59 |
mal | ands update the submodule of your droid-hal-version-$DEVICE repos | 20:59 |
wiktorek140 | mal i have defined have_vibretor_native | 21:00 |
wiktorek140 | ohh, i see what can by wrong | 21:01 |
mal | you didn't update submodule | 21:01 |
wiktorek140 | mal: yes, i know, but it not for today ;) | 21:02 |
wiktorek140 | see you later | 21:02 |
mal | dammit, why don't people just do what I say | 21:02 |
mal | that define is not even there if the submodule is too old | 21:03 |
r0kk3rz | god emperor mal demands obedience! | 21:07 |
mal | ! | 21:08 |
Mister_Magister | mal: lol | 21:31 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!