Thursday, 2020-10-29

T42<edp_17> Houston, we have a problem! When the 'rpm/dhd/helpers/build_packages.sh' script is trying to build the image, it gives 'sudo: mic: command not found' 😱 Never seen this before. How can I install mic and where to?01:57
T42<Sara %lastname%> (Photo, 739x557) https://irc.thaodan.de/.imgstore/keuiPBAMhi.png 电报增粉,群发,私聊,推特,脸书,油管,youtube点赞/增粉03:34
T42<edp_17> Yeah, the program mic is missing in mer/sfossdk/usr/bin12:23
T42<edp_17> When I try to install with 'sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -m sdk-install -R zypper install mic', I get: Problem: nothing provides syslinux-extlinux needed by mic-1.0.3-1.7.6.jolla.noarch12:24
T42<edp_17> and I have two options do not install mic or break dependecies.12:25
T42<edp_17> I don't remember this issue before.12:25
T42<edp_17> How should I install it properly?12:25
T42<Simon %lastname%> Adam Pigg: I tried building the ofono pinephone_plugin branch but it complains about No provider of 'pkgconfig(libgrilio) >= 1.0.38' found.12:31
T42<Simon %lastname%> seems like there is only 1.0.36 available12:38
mal@edp_17 mic is not in target, it's in sdk12:38
malso just zypper in mic without any sb2 stuff12:39
T42<edp_17> mal: Thanks. It was there when I built 3.3.0.16. I don't understand why it is gone when update to 3.4.0.2412:39
T42<edp_17> How can I get it back?12:40
maldid you do what I told, in platform sdk run "sudo zypper in mic"12:42
T42<edp_17> mal: I did it only now. It installed but broke the dependency of it as nothing provided syslinux-extlinux.12:44
T42<edp_17> Now the rootfs build has started. Thanks.12:45
malwhich version of platform sdk do you have?12:46
T42<edp_17> How can I check?12:46
mal"ssu re"12:46
malmaybe run "sudo ssu re 3.4.0.24", "sudo zypper ref" and "sudo zypper dup" in platform sdk12:46
T42<edp_17> ssu re: Device release is currently: 3.4.0.2412:47
T42<edp_17> Yeah, I have done those steps.12:47
malI see to get that also12:48
T42<edp_17> That's why I don't understand why mic was missing.12:48
malI assume you also get this when running "sudo zypper ref" "[adaptation0|plugin:/ssu?repo=adaptation0] Valid metadata not found at specified URL"12:53
T42<Simon %lastname%> seems like I need to add nemo:devel:hw:common repo for current libgrilio, how do I add a repo to a target?12:55
T42<elros34> mal: just a reminder about merging PR: https://github.com/mer-hybris/android_frameworks_native/pull/913:24
mal@edp_17 was that sdk new installation or did you update it?13:25
T42<elros34> Simon: 'sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -m sdk-install -R' to get into target as root then regular ssu ar and zypper ref13:26
T42<Simon %lastname%> Elros: thanks, found it already after some more googeling13:38
T42<edp_17> mal: Yes, I have received that message: "[adaptation0|plugin:/ssu?repo=adaptation0] Valid metadata not found at specified URL"13:41
T42<edp_17> And it was an existing installation, I only updated with ssu re 3.4.0.24, zypper ref and zypper dup13:42
T42<edp_17> I have an zip file generated in a folder "SailfishOScommunity-release-3.4.0.24-$DEVICE-$EXTRA_NAME". This is also new as it used to be 'sfe-xxxxxx'.13:44
T42<adampigg> Getting there simon?13:48
malthe naming of the zip files changed14:01
mal@elros34 merged14:03
T42<elros34> thx14:08
T42<Simon %lastname%> Adam Pigg: yes, I managed to build the ofono from pinephone_plugin branch, "blindly" added a patch and installed the package. but still the sim pin does not have any effect. But as I now have the workflow set, I can now actually have a look at the code and see if I find the root of that issue15:55
T42<Simon %lastname%> If you have some hints for debugging ofono I'd appreciate them but if not I'll find out15:56
piggzrinigus1: thx for brinkig up qt again in meeting ... just seen dylans components extracted from puremaps ... likely i will switch to it for Amazfish16:35
T42William %lastname% was added by: William %lastname%17:06
T42<edp_17> I have installed my 3.4.0.24 build on the device and there is no nemo user. Instead there is a user called: defaultuser20:31
T42<edp_17> Is it a known issue or just me (again) being unlucky? :) What should I change in the sdk to create a build with nemo again?20:32
malit's by design20:47
malthe username was changed20:47
malpart of multi-user support20:48
T42<edp_17> mal: I thought they kept nemo. Perhaps I never seen this as always updated my devices so far and only did a fresh install of 3.3.0.16.20:52
T42<edp_17> So, if I'd like to get nemo back, I should add it on device.20:53
T42<edp_17> Thanks for the info btw! I thought this was a problem but it looks a feature. 😂20:54
T42<Verevka86> Hello everyone, hybris-16.0 3.4.0.24, sensors do not work, is there any solution?20:58
malyes, that is only for fresh installations21:00
mal@Verevka86 did you check hadk faq linked in channel topic?21:01
T42<Verevka86> @mal [@Verevka86 did you check hadk faq linked in ch …], is that what you mean?21:08
T42<Verevka86> https://github.com/mer-hybris/hadk-faq#id3721:08
T42<Verevka86> in 3.3.0.16 I had everything in order, today I compiled 3.4.0.24 and the sensors do not work :(21:10
mal@Verevka86 oh, you probably built too new sensorfw plugin21:14
T42<Verevka86> I'm trying this, so far it hasn't solved my problem :(21:16
T42<Verevka86> Fwd from edp_17: Anton : Try what I did, it helped me: 1. git fetch https://git.sailfishos.org/mer-core/sensorfw.git 89ed1ef63e080b1097477f4a687201ce3683c22221:16
T42<Verevka86> Fwd from edp_17: 2. git reset --hard 89ed1ef63e080b1097477f4a687201ce3683c22221:16
T42<Verevka86> Fwd from edp_17: 3. (within sdk) rpm/dhd/helpers/build_packages.sh -D -o -b hybris/mw/sensorfw -s rpm/sensorfw-qt5-hybris.spec21:16
malwhich android base?21:16
T42<Verevka86> hybris-16.0 (9.0)21:17
malI think for the last command you need to use sensorfw-qt5-binder.spec21:17
T42<Verevka86> I did :)21:18
maland you installed the rpm and restarted sensorfw or rebooted the device?21:19
T42<Verevka86> I completely repackaged with the new package21:22
malyou mean new zip?21:23
malcheck on device that you have correct version of the package installed21:23
T42<Verevka86> @mal [you mean new zip?], yes21:41
T42<Verevka86> yes, 0.11.9.021:41
malanything in journal log?21:46
T42<Verevka86> Please tell me how to view it better?21:48
mal"journalctl -b --no-pager | grep sensorfw"21:49
T42<Verevka86> https://hastebin.com/yikaxupiqi.yaml21:57
malare you sure you have correct plugin installed?21:59
malthe log suggests you have the hybris version installed and not the binder version22:00
malcheck output of "zypper se sensor"22:00
T42<ankaos> https://del.dog/sycuhytisu.txt journalctl output22:01
T42<ankaos> help me :)22:01
T42<Verevka86> @mal [check output of "zypper se sensor"], https://hastebin.com/etuwefutok.rb22:03
mal@Verevka86 your journal does mention hw_get_module which is only called if the hybris version is used, how did you build the binder version? you cloned the repo with correct revision, and directly built the binder plugin?22:21
T42<Verevka86> clone https://github.com/SailfishOS-sagit/sensorfw22:23
T42<Verevka86> and build rpm/dhd/helpers/build_packages.sh -D -o -b hybris/mw/sensorfw -s rpm/sensorfw-qt5-binder.spec22:24
malreinstall the plugin just in case, manually to device22:27
mal@ankaos do you really think we want to guess what problem you are trying get help for? just giving a log without any description of the problem is not very helpful22:33
T42Nicola %lastname% was added by: Nicola %lastname%22:51

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