mal | maybe the intex repo was re-enabled somehow? | 00:09 |
---|---|---|
scientes | https://www.reddit.com/r/Whatcouldgowrong/comments/abru5f/ooh_look_a_convenient_hole_for_my_cigarette_butt/ | 04:22 |
scientes | sry | 04:27 |
*** frinring_ is now known as frinring | 07:30 | |
tortoisedoc_ | hello | 10:08 |
tortoisedoc_ | I have been trying to build gcc49 | 10:08 |
attah | Any chance of interacting with the dom in a SilicaWebView? Or do i need to go for QtWebKit and some arcane C++ magic? | 10:10 |
tortoisedoc_ | so I have cloned https://git.merproject.org/mer-core/gcc/merge_requests/7 | 10:10 |
tortoisedoc_ | but when I do mb2 build in the main dir it will complain about missing isi* and cloop* 's dir | 10:10 |
tortoisedoc_ | and if i do mb2 build -p, it will complain it cant find the file to patch | 10:11 |
tortoisedoc_ | what's the correct command line? | 10:11 |
tortoisedoc_ | mal : ping? ^ | 10:11 |
abranson | tortoisedoc_: check the prep - I think that build downloads or extracts some additional tars before it starts. | 10:19 |
abranson | mb2 doesn't do the prep | 10:20 |
attah | I really wish i could have used something as simple as QtWebView.runJavaScript | 10:34 |
tortoisedoc_ | hmm weird | 11:15 |
tortoisedoc_ | the %setup in gcc.spec seems to be completely ignored | 11:15 |
tortoisedoc_ | or actually the download seems to be completely disregarded | 11:16 |
tortoisedoc_ | mb2 -s rpm/gcc.spec build -p | 11:16 |
tortoisedoc_ | ^ this is my command | 11:16 |
tortoisedoc_ | and this is the output https://pastebin.com/g8tdCdAA | 11:24 |
abranson | tortoisedoc_: check the mb2 docs. it doesn't run all phases when you run 'build' | 11:27 |
abranson | it's best to do the patching with 'mb2 apply' and do the rest of the preparation yourself | 11:28 |
tortoisedoc_ | aha! | 11:29 |
juhaj | So any idea of what's going to happen to sfos android support? 4.4 is starting to make lots of apps incompatible nowadays | 12:30 |
juhaj | I read some comments on TJC suggesting "never gonna be updated" but that was nothing definite | 12:30 |
Dakon | especially the old SSL version sucks | 12:30 |
PeperJohnny | according to the sailfish day videos at least on XA2 it will be 8.1 | 12:30 |
mal | sailfish for xperia xa2 will have new alien | 12:30 |
PeperJohnny | and probably ported to the Xperia x as well | 12:31 |
PeperJohnny | No comments concerning j1, jc or jt | 12:31 |
juhaj | According to same rumour, Android version is tied to the kernel version and there is a newer kernel from Sony for the two Xperias, so perhaps there will never be a newer Android for J1, JC, JT due to no suitable kernel available (and no resources at Jolla to make such a kernel)? | 12:33 |
PeperJohnny | sounds plausible | 12:35 |
PeperJohnny | Although they probably have to redo a bit of adaption work for the X, so not entirely sold on that 8.1 will come to it :/ | 12:36 |
PeperJohnny | https://blog.jolla.com/new-sailfish-x-support-xperia-xa2-variants-free-trial/#comment-15082 | 12:37 |
PeperJohnny | Comment from James to this question | 12:38 |
Dakon | what is the problem with the kernel things? | 12:43 |
r0kk3rz | its not really kernel things | 12:43 |
Dakon | J1 needs a much less outdated kernel anyway, so where is the repo and what are the blockers? | 12:44 |
r0kk3rz | blobs, always the blobs | 12:44 |
r0kk3rz | otherwise the sources are available through the source dumps jolla publishes | 12:45 |
r0kk3rz | or you send them a request by mail | 12:45 |
Dakon | the blobs need an interface, that can be adapted, otherwise they are a licence violation themself… | 12:52 |
Dakon | but I wonder what kind of blob you would need for the J1? the Android things are open source also | 12:52 |
PeperJohnny | drivers for example | 12:52 |
Dakon | I have 2 modules loaded, wlan and cfg80211, both are open source | 12:59 |
Dakon | every thing else is baked into the kernel, so must be GPL2 | 12:59 |
juhaj | Dakon: Are you sure there are no firmware binary blobs? | 12:59 |
juhaj | My AquaFish/JC has a couple of dozen files in /firmware/image/ which I very much doubt are open source | 13:00 |
r0kk3rz | haha, yeah... android is full of userspace driver blobs | 13:02 |
r0kk3rz | which is a real pain, and they do that to avoid gpl licensing stuff | 13:02 |
r0kk3rz | it may be possible to adapt the kernel so the blobs still work, but i dont think it will be easy | 13:03 |
r0kk3rz | the main one is graphics drivers, but there are others too | 13:04 |
r0kk3rz | you might be able to freedreno it, at the cost of everything else | 13:07 |
Dakon | userspace is an entirely independent thing | 13:08 |
Dakon | you must not bake any firmware files directly into the kernel for licence reasons | 13:08 |
Dakon | have only done this lately to get the Tegra board boot at all and switched to a proper rootfs with /lib/firmware afterwards | 13:09 |
r0kk3rz | sure, but it wont be trivial to port the hacky blob interfaces between kernels | 13:10 |
r0kk3rz | if you want to try, then dont let me stop you | 13:11 |
Dakon | they need some sort of kernel side, no? either a special driver or an existing one | 13:13 |
r0kk3rz | they do yeah, but its not exactly nice | 13:14 |
attah | How do i make a SilicaWebView fake a smaller screen size so that i get mobile-adapted web pages? | 13:16 |
attah | I have tried width, experimental.preferredMinimumContentsWidth, experimental.deviceWidth, _page.width, but no dice | 13:17 |
wdehoog | attah: look at sources of webcat | 13:28 |
wdehoog | attah: See https://github.com/llelectronics/webcat/blob/master/qml/pages/helper/ | 13:28 |
wdehoog | this guy knows a lot of tricks.maybe you can use one of them | 13:28 |
wdehoog | or ask him | 13:28 |
attah | I was looking at WebPirate, but couldn't spot it... i'll see if webcat is easier | 13:29 |
wdehoog | attah: for hutspot I 'borrowed' some stuff to get the content sized correctly | 13:31 |
wdehoog | see https://github.com/sailfish-spotify/hutspot/blob/master/qml/components/WebAuth.qml | 13:32 |
wdehoog | and https://github.com/sailfish-spotify/hutspot/blob/master/qml/components/DevicePixelRatioHack.js | 13:32 |
attah | cool! customLayoutWidth did the trick | 13:33 |
attah | How on earth did you find that? | 13:35 |
attah | Neither WebPirate or WebCat uses that | 13:35 |
wdehoog | really? | 13:35 |
attah | at least according to githun search | 13:35 |
wdehoog | sorry I don't remember | 13:35 |
attah | b | 13:36 |
attah | Nor is it listed here :) https://rschroll.github.io/beru/2013/08/21/qtwebview.experimental.html | 13:36 |
wdehoog | https://github.com/Dax89/WebPirate/issues/3 | 13:37 |
wdehoog | and here: https://github.com/llelectronics/webcat/blob/master/qml/pages/FirstPage.qml | 13:37 |
attah | seems my search-fu is off today | 13:38 |
wdehoog | especially FirstPage.qml is full of stuff | 13:39 |
wdehoog | well have fun. | 13:39 |
attah | Thanks | 13:39 |
attah | I really only want to hook or dig out one string, do another http request and play the media i get a link to there | 13:40 |
attah | How hard could it be? :P | 13:40 |
*** svartoyg_afk is now known as svartoyg | 13:57 | |
juhaj | Cool, 3.0.0.8 running, perfectly smooth install and all | 14:54 |
Malinux | I am running sailfish 3.0.0.8 on intex aqua, trying to install webcat, gives me "Fatal error: Installation aborted by user" https://paste.debian.net/1058883/ | 14:59 |
Malinux | juhaj: does your jolla-store works on 3.0.0.8 ? | 14:59 |
juhaj | Malinux: Will have a look when I'm near the phone again, but as there hasn't been anything worth installing in the store for the last two years or so, I don't know when it worked last | 15:00 |
Malinux | juhaj: I see. I mostly use the storeman myself. Storeman works in 3.0.0.8 but I use to get warnings the upgrade or installation has been aborted by the user. Same message as from the pkcon command line output | 15:02 |
juhaj | Storeman is my choice, too | 15:03 |
juhaj | Or pkcon install :) | 15:03 |
Malinux | cool :) | 15:04 |
Malinux | just don't know what to do with the error :) | 15:05 |
mal | check journalctl to see if there are any relevant errors | 15:08 |
Malinux | mal: http://paste.debian.net/1058885/ This is parts from journalctl. I can post the entire output if that's better. | 15:26 |
Malinux | I see it say I should refresh, and when I do it want's me to install this packages: http://paste.debian.net/1058884/ | 15:26 |
Malinux | eh, update I mean, not refresh | 15:26 |
mal | Malinux: is that converted to jolla c? | 15:28 |
Malinux | nope | 15:30 |
mal | ok | 15:35 |
Malinux | I am not sure if it is safe to upgrade the packages. However. I took a random package with intex in it's name and ran pkcon get-details sailfish-content-browser-intex and the installed version is of lower version number than what it wants to install, so maybe I shouldn't be too afraid too install them? | 15:35 |
Malinux | I have deciede to run the pkcon -vvv update backed up my pictures, and found out how to run the recovery mode if things don't goes well: https://jolla.zendesk.com/hc/en-us/articles/115000663928 Hopefully it just works :) | 16:07 |
Malinux | pkcon -vvv update also gives me the Fatal error: Installation aborted by user | 16:09 |
mal | try version --dup | 16:11 |
Malinux | will do, just waiting for pkcon -vvv refresh to finish :) | 16:17 |
Malinux | started version --dup | 16:25 |
attah | POC done, svtplay app, here i come! | 16:51 |
Malinux | mal: ran version --dup https://paste.debian.net/1058898/ | 16:51 |
Malinux | trying reboot as it says :) | 16:56 |
Malinux | rebooting. crossing fingers :p | 16:56 |
Malinux | it booted :) puh :p :D | 16:58 |
Malinux | runnign a pkcon -vvv refresh and will try an update after | 16:59 |
mal | Malinux: version --dup does same as pkcon up, almost at least | 17:04 |
Malinux | mal: ah. by accident I started version --dup again and hit ctrl + c almost imidently. Maybe thats why the pckon -vvv refresh might be stuck at http://paste.debian.net/1058905/ | 17:05 |
Malinux | there is a progress bar too, with two == going from side to side, but I couldn't copy them from the terminal | 17:06 |
Malinux | guess it's stuck, still running. | 17:10 |
Malinux | not sure what process to kill, so I rebooted again | 17:11 |
Malinux | mal: tried to run pkcon -vvv update after refresh, and still the same "Fatall error: Installation aborted by user" :) | 17:48 |
mal | but you already did version --dup | 17:51 |
mal | which is basically the same thing | 17:51 |
Malinux | mal: ok. It still want's to install packages, and fails with the error http://paste.debian.net/1058884/ the same paste as earlier today | 18:45 |
Malinux | mal: but when I try to install webcat it actually installes it, so something might have been resolved from running version --dup :) | 18:46 |
mal | didn't version --dup install those? | 18:46 |
mal | what did it install if not those? | 18:46 |
Malinux | mal: this is what version --dup did: https://paste.debian.net/1058925/ | 18:49 |
mal | hmm, so there could be some issue with those other packages then | 18:54 |
mal | zypper dup usually tells if there is some dependency issue | 18:54 |
mal | maybe the problem is that afaik aquafish doesn't have actual 3.0.0.8 release? | 18:56 |
mal | or does it? | 18:57 |
Malinux | could absolutely be the reason | 18:57 |
Malinux | no, it has version 2.1 something. Don't remember the point release-number | 18:57 |
Malinux | but something in the 2.1-range | 18:57 |
Malinux | the last before 2.2 I think | 18:57 |
Malinux | mal: https://paste.debian.net/1058928/ Will it continue after a while, or do I have to hit enter? | 19:07 |
Malinux | mal: It did finish after a while and this is the output: https://paste.debian.net/1058930/ | 19:13 |
mal | Malinux: ok, so just as I suspected, it cannot update due to dependency issues | 19:16 |
Malinux | yeah. The sollution then, will be to convert it to jolla C-ish? | 19:17 |
mal | I think that could be the only option if you want to update everything, but at least it works even now so it depends on what you want | 19:18 |
Malinux | that's true. Maybe I just leave it like this for a while and reconsider after another while. I am thinking about getting an xa2 | 19:20 |
tortoisedoc_ | hey | 19:35 |
tortoisedoc_ | my project is set up on obs, but there's no targets | 19:35 |
tortoisedoc_ | https://build.merproject.org/package/show/home:tortoisedoc/gcc | 19:35 |
tortoisedoc_ | what am I missing? | 19:36 |
tortoisedoc_ | ? | 19:37 |
r0kk3rz | targets maybe? | 19:37 |
tortoisedoc_ | r0kk3rz : how do I add them= | 19:37 |
tortoisedoc_ | repos have all bulid flags on? | 19:37 |
tortoisedoc_ | *build | 19:37 |
juhaj | Malinux: jolla store works, just installed something as a test | 21:23 |
Malinux | juhaj: ah, good to hear. On my Intex it dosen't with 3.0.0.8 What phone do you have? :) | 21:25 |
juhaj | AquaFish | 21:26 |
juhaj | But its "settings" just stopped working, it used to work, now it doesn't | 21:26 |
Malinux | weird. To me it won't start. It starts if I startes it from command line, but directs me to account login page or something | 21:27 |
*** kimmoli is now known as Guest4494 | 21:49 | |
*** kimmoli__ is now known as kimmoli | 21:49 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!