*** deathmist1 is now known as deathmist | 08:07 | |
T42 | <edp_17> @elros34 : I've converted the gcc_wrapper.py to python3 and amended it slightly. Now I am getting this error: https://paste.ubuntu.com/p/3vHCH27QxN/ | 10:24 |
---|---|---|
T42 | <edp_17> And here is what I amended in that .py: https://paste.ubuntu.com/p/TddKwDngXn/ | 10:26 |
T42 | <edp_17> mal ^^ | 10:26 |
mal | installing python2 doesn't help? | 10:39 |
T42 | <Mister_Magister> nobody provides python2 anymore | 10:39 |
T42 | <edp_17> I've already have python3 installed. How can I downgrade it? | 10:54 |
T42 | <elros34> like usuall. isn't there a package python-is-python2 or something like that or did you previously just create symlink? | 11:15 |
T42 | <elros34> there is also older habuild image but I am not sure which pythone was default there | 11:15 |
T42 | <edp_17> @elros34 , mal : I've installed python 2.7.18 and put back original gcc-wrapper.py. Now, I get the same error that I got when used python3: https://paste.ubuntu.com/p/BHnzv2dkJy/ | 11:39 |
T42 | <edp_17> external/backports-bluetooth/compat/compat-3.8.c:370:3: error: implicit declaration of function 'random32' [-Werror=implicit-function-declaration] | 11:39 |
mal | which kernel version do you have? 3.4? | 11:42 |
T42 | <edp_17> mal: Yes. 3.4.112 | 11:50 |
mal | looks like I have some local changes to fix that, just a moment | 11:57 |
mal | @edp_17 if you like to test manually now, just replace the calls to random32 in compat/compat-3.8.c with prandom_u32 | 11:58 |
Mister_Magister | mal: any update on the mce? | 12:22 |
T42 | <edp_17> mal: I've done and got a new error: https://paste.ubuntu.com/p/wVjJwrGrvz/ | 13:47 |
mal | @edp_17 can you grep your kernel sources with something like this: grep -RIw --include=*.h __copy | 14:25 |
mal | just wondering why it thinks that is defined | 14:25 |
T42 | <edp_17> mal: There are a few: https://paste.ubuntu.com/p/nzRJxQtSXx/ | 16:09 |
mal | mayb to rename the __copy in backport-3.13.c to for example ___copye | 16:16 |
mal | * ___copy | 16:17 |
mal | so one more _ to the beginning | 16:17 |
T42 | <adampigg> then add _final-version to the end and you will have https://www.explainxkcd.com/wiki/index.php/1459:_Documents | 16:49 |
mal | :) | 16:55 |
T42 | <edp_17> mal: Thanks, that rename did the trick. Now the second make too has completed. | 17:30 |
rinigus | mal: current status with volte/ofono: looks like something happened after aidl registration. when calling that phone, ofono plugin now reports onRing and onCallStateChanged, but that doesn't bring up UI for calls. | 18:00 |
rinigus | maybe something is off even before. reading reg logs and code. | 18:00 |
rinigus | or to be more precise, ofono startup logs + logcat | 18:01 |
rinigus | do you get aidl codes from smali decompiled ims.apk? | 18:01 |
rinigus | or no comment | 18:02 |
mal | rinigus: the enums are difficult to determine | 18:03 |
rinigus | mal: you mean TRANSACTION_onCallStateChanged for example? | 18:03 |
mal | I got the info from the .so files using decompiler :) | 18:03 |
mal | need to find that apk | 18:03 |
rinigus | mal: I am looking into system_ext/priv-app/ims/ims.apk. decompiled, it has vendor/qti/hardware/radio/ims/IImsRadioIndication$Stub.smali | 18:04 |
mal | ok | 18:04 |
mal | need to have a look | 18:04 |
mal | rinigus: btw, the package_native worked on fp4 and fp5 also | 18:05 |
rinigus | mal: great! so, it would be a part of droidmedia at one point or keep it as gbinder? | 18:05 |
mal | I think droidmedia, easier that way and not another package to install | 18:09 |
rinigus | yes, makes sense. we need droidmedia anyway | 18:10 |
mal | I'll try to integrate it there | 18:11 |
mal | rinigus: xperias don't have that ims.apk it seems | 18:15 |
rinigus | mal: you mean AOSP ones. hmm, but what does communicate with that ims service | 18:16 |
mal | not quite sure | 18:16 |
rinigus | I grepped whole tree for vendor.qti.hardware.radio.ims.IImsRadioResponse and found that ims | 18:16 |
rinigus | ims.apk | 18:16 |
mal | rinigus: which device was that again? | 18:16 |
rinigus | in addition to vendor/lib64/vendor.qti.hardware.radio.ims-V7-ndk_platform.so | 18:16 |
rinigus | nagara (xperia 1 iv) | 18:17 |
mal | pdx* what is the codename? | 18:17 |
rinigus | that's stock based using LOS 21 port that I did | 18:17 |
rinigus | pdx223 | 18:17 |
mal | how big is that apk? | 18:18 |
rinigus | mal: this should be the same - https://github.com/sony-nagara/proprietary_vendor_sony_sm8450-common/tree/lineage-22.2/proprietary/system_ext/priv-app/ims | 18:19 |
mal | ok, thanks | 18:19 |
mal | I'll have a look what is inside that | 18:19 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!