masha11 | mal: Hello, contents /system/vendor/firmware and /firmware: https://pastebin.com/awLtRzKs. Do I still have to make symlink? | 07:11 |
---|---|---|
mal | masha11: what does firmware/image have? | 08:14 |
masha11 | mal: https://pastebin.com/3gF29TQ2 | 08:16 |
pseudodev | /home/pseudodev/hadk/kernel/zuk/msm8996/arch/arm64/Makefile:34: *** CROSS_COMPILE_ARM32 not defined or empty, the compat vDSO will not be built. Stop. | 08:48 |
pseudodev | Any ideas what is wrong here? | 08:48 |
Mister_Magister | mal: ping about hybris16? | 10:25 |
mal | masha11: try adding symlink: ln -s /firmware/image /lib/firmware | 10:49 |
mal | Mister_Magister: I'll try to make some time for that | 10:49 |
Mister_Magister | okay | 10:49 |
Mister_Magister | meanwhile ill try to use phh sources and TheKit patches | 10:50 |
masha11 | mal: ok | 10:50 |
masha11 | mal: journalctl: https://pastebin.com/Ss7qqUck. dmesg: https://pastebin.com/5fU61nxz. systemctl status droid-hal-init: https://pastebin.com/qJHKsdUF | 11:03 |
mal | no need give droid-hal-init status if it's running | 11:04 |
T4 | <elros34> @masha11: you still have the same error: you need to find a530_pm4.fw or figure out why is missing | 11:08 |
mal | some symlink needs to be added, we just need to figure out what the correct one is | 11:09 |
T4 | <elros34> https://github.com/TheMuppets/proprietary_vendor_motorola/blob/cm-14.1/griffin/griffin-vendor.mk#L104 | 11:12 |
masha11 | mal: [root@Sailfish nemo]# find / -name a530_pm4.fw find: /sys/kernel/slab/L2TP/IPv6: No such file or directory find: /sys/kernel/slab/L2TP/IP: No such file or directory /system/etc/firmware/a530_pm4.fw | 11:13 |
mal | masha11: /system/etc/firmware folder or symlink? | 11:13 |
masha11 | mal: /system/etc/firmware this is folder | 11:15 |
masha11 | ls -la /system/etc/firmware: https://pastebin.com/HkhpMkx2 | 11:16 |
masha11 | [root@Sailfish nemo]# ls -la /etc/firmware lrwxrwxrwx 1 root root 20 Mar 12 23:26 /etc/firmware -> /system/etc/firmware | 11:16 |
mal | masha11: remove the previous symlink attempt /lib/firmware and run ln -s /system/etc/firmware /lib/firmware | 11:17 |
masha11 | mal: ok | 11:17 |
masha11 | mal: journalctl: https://pastebin.com/SCayKRPX, dmesg: https://pastebin.com/Ltnse0XH | 11:24 |
mal | you can easily see what firmware is missing now | 11:30 |
mal | it seems the firmwares a bit of a mess | 11:30 |
mal | replace /etc/firmware with another symlink: ln -s /firmware/image /etc/firmware | 11:37 |
masha11 | mal: ok, thanks | 11:38 |
masha11 | mal: new journalctl: https://pastebin.com/pFvHtuV4, dmesg: https://pastebin.com/cELz2i6m | 11:44 |
mal | you can easily see what the issue is | 11:45 |
mal | it's a bit of trial and error to find the correct symlinks | 11:45 |
mal | for reference https://github.com/LineageOS/android_kernel_motorola_msm8996/blob/lineage-15.1/drivers/base/firmware_class.c#L298 | 11:45 |
*** redj is now known as hix | 11:48 | |
*** hix is now known as hix2 | 11:49 | |
*** hix2 is now known as nixeus | 11:49 | |
masha11 | mal: thanks! | 11:49 |
*** nixeus is now known as redj | 11:50 | |
mal | do you have anything firmware related in kernel commandline check /proc/cmdline | 11:51 |
masha11 | mal: no | 11:52 |
masha11 | mal: my /proc/cmdline: https://pastebin.com/rPxsz9bK | 11:53 |
mal | why do you always paste things when I just asked a simple question something is there | 12:04 |
mal | *if something is theree | 12:04 |
masha11 | mal: sorry | 12:05 |
masha11 | This is my first SailfishOS debugging experience. | 12:10 |
pseudodev | mal: Any idea why do I get this error? | 12:38 |
pseudodev | /home/pseudodev/hadk/kernel/zuk/msm8996/arch/arm64/Makefile:34: *** CROSS_COMPILE_ARM32 not defined or empty, the compat vDSO will not be built. Stop. | 12:38 |
mal | pseudodev: https://forum.xda-developers.com/showpost.php?p=75949057&postcount=1498 | 12:42 |
pseudodev | mal: cloned it to "/home/pseudodev/hadk/prebuilts/gcc/linux-x86/arm" and removed the existing folder. Same error | 15:11 |
pseudodev | same error | 15:12 |
pseudodev | Can anyone help? | 16:13 |
pseudodev | Ok. Fixed it. Anyone stubling accross this log in future getting the CROSS_COMPILE_ARM32 error while building the kernel first | 16:29 |
pseudodev | - clone this: https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/ | 16:29 |
pseudodev | - Then run: export CROSS_COMPILE_ARM32=$(pwd)/bin/arm-linux-androideabi- #( Note: This command must be run in "$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9") | 16:29 |
mal | ok, good | 16:44 |
pseudodev | !!!!!!!!!! | 16:48 |
merbot | pseudodev: Error: "!!!!!!!!!" is not a valid command. | 16:48 |
pseudodev | !!!!!!!!!! | 16:48 |
pseudodev | I recieved a compliment from mal! My day cannot get any better :) | 16:48 |
T4 | <DSstill01> @pseudodev [I recieved a compliment from mal! My day canno …], Impressive | 18:00 |
*** doniks_ is now known as doniks | 19:39 | |
piggz | mal: around? | 20:03 |
mal | piggz: randomly, why? | 20:21 |
piggz | mal: you have mesa 19.0.3 on gmo ... it requirs python3-mako ... where does that come from? do you have a build of mesa on obs? | 20:22 |
mal | piggz: you can grab it from mer-core and build it yourself | 20:43 |
piggz | mal: cant see it on http://www.merproject.org/dash2/repo/merproject.org/mer-core.html | 20:45 |
piggz | mal: found it https://git.merproject.org/mer-core/python-mako/blob/master/rpm/python-mako.spec | 20:46 |
piggz | ok now | 20:46 |
mal | piggz: mesa also needs new llvm and some other packages I think (python-markupsafe, meson) | 20:47 |
mal | piggz: here you can see some stuff I merged https://git.merproject.org/groups/mer-core/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&author_username=mal | 20:48 |
T4 | <eugenio_g7> omg up-to-date mesa?! | 21:10 |
mal | piggz: if you check #mer channel you can see llvm had some issues on mer OBS | 21:16 |
piggz | @eugenio_g7 im aiming for 19.1-rc2 build of lima driver | 21:19 |
T4 | <eugenio_g7> nice | 21:20 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!