*** kimmoli_ is now known as kimmoli | 05:32 | |
*** kimmoli is now known as Guest50425 | 05:33 | |
*** kimmoli__ is now known as kimmoli | 05:33 | |
dcaliste | hello chriadam, I wish you a happy new year. Tomorrow, I'll be at a meeting at the time of our IRC meeting. Sorry, I won't be able to attend. | 07:48 |
---|---|---|
chriadam | dcaliste: hi, no problem | 07:50 |
chriadam | I hope you had a nice christmas and new year also | 07:50 |
tortoisedoc | can someone help me understand how comes my obs gcc project has no build targets (but enable drepositories ) | 08:25 |
tortoisedoc | https://build.merproject.org/package/show/home:tortoisedoc/gcc | 08:25 |
tortoisedoc | mal : any idea? | 08:34 |
mal | tortoisedoc: you are using a parent target that is not built | 10:12 |
mal | afaik it should be mer:core not mer:devel | 10:12 |
tortoisedoc | mal : ok | 10:12 |
tortoisedoc | so maybe its better to create a fresh project + package | 10:13 |
mal | no | 10:13 |
mal | just change it here https://build.merproject.org/project/meta/home:tortoisedoc | 10:13 |
tortoisedoc | thanks | 10:14 |
Malinux | mal: After running commands yesterday, volume buttons don't work and i don't get audio from spotiy and videos and camera is black, but the android-cam I installed, works, so today I decided to convert it to Jolla C. not finished yet with converting process, but work in progress :) | 15:30 |
mal | Malinux: ok | 15:48 |
*** frinring_ is now known as frinring | 17:25 | |
tortoisedoc_ | hey ho | 18:56 |
tortoisedoc_ | thanks to mal, I have a build of gcc 4.9 | 18:56 |
tortoisedoc_ | can I replace the 4.8 in my target as a drop-in? | 18:56 |
r0kk3rz | put it in the same project? | 18:57 |
attah | bleh, installing webcat made it the default browser, and uninstalling it didn't reset to stock... any ideas how to fix? | 19:39 |
tortoisedoc_ | r0kk3rz : you mean gcc4.8? sorry I was sloppy, I want to replace the 4.8 gcc of the target with the one I just built (4.9) | 20:56 |
tortoisedoc_ | needless to say, *everything* links against libgcc_s | 20:56 |
r0kk3rz | well, if you want to build all the things, you'll have to fork all the things | 20:59 |
Dakon | isn't the libgcc_s compatilble? I know from incompatibilities only from libstdc++ | 21:01 |
mal | tortoisedoc_: what exactly are you trying to fix with newer compiler? | 21:02 |
tortoisedoc_ | mal : compiling servo | 21:02 |
tortoisedoc_ | mal : bottom line, can I just force-rpm -e libgcc, gcc et all, install the 4.9 counterparts with --force --nodeps? | 21:03 |
mal | tortoisedoc_: what error do you get when compiling? | 21:03 |
tortoisedoc_ | compiler not supported | 21:04 |
mal | ok | 21:04 |
tortoisedoc_ | one sec | 21:04 |
tortoisedoc_ | heh | 21:07 |
tortoisedoc_ | broke my target | 21:07 |
r0kk3rz | keep hitting it until it builds, and then you'll have your answer | 21:09 |
tortoisedoc_ | r0kk3rz : not the obs one :) | 21:10 |
tortoisedoc_ | mal : the specific error is this | 21:24 |
tortoisedoc_ | ERROR: Only GCC 4.9 or newer is supported (found version 4.8.3). | 21:24 |
tortoisedoc_ | mal : the test which leads up to the error is this one | 21:25 |
tortoisedoc_ | https://pastebin.com/xuQ01nny | 21:25 |
mal | ok | 21:26 |
mal | I had some issues with our old compiler or libc when building opencv, it needs some odd patch | 21:27 |
tortoisedoc_ | hmm | 21:29 |
tortoisedoc_ | i could try to patch the check script, true | 21:29 |
tortoisedoc_ | though that would be quite darign | 21:29 |
tortoisedoc_ | *daring | 21:30 |
attah | [nemo@Sailfish ~]$ xdg-settings get default-web-browser | 22:04 |
attah | which: no sailfish-browser in (./invoker -s --type=browser -G /usr/bin) | 22:04 |
tortoisedoc_ | attah :did the xdg-settings run the which? | 22:09 |
attah | apparently | 22:09 |
tortoisedoc_ | interesting | 22:09 |
attah | [nemo@Sailfish ~]$ xdg-settings set default-web-browser sailfish-browser.desktop | 22:10 |
attah | xdg-settings: $BROWSER is set and can't be changed with xdg-settings | 22:10 |
attah | [nemo@Sailfish ~]$ echo $BROWSER | 22:10 |
attah | invoker -s --type=browser -G /usr/bin/sailfish-browser | 22:10 |
attah | devel-su update-desktop-database | 22:11 |
attah | xdg-settings get default-web-browser | 22:12 |
attah | which: no sailfish-browser in (./invoker -s --type=browser -G /usr/bin) | 22:12 |
attah | harbour-webcat-open-url.desktop | 22:12 |
attah | found said file, removed it, updated, and it's still the handler | 22:14 |
tortoisedoc_ | well this means that xdg-settings things sailfish-browser is the default browser | 22:19 |
tortoisedoc_ | attah : do you have sfos browser installed? | 22:19 |
attah | of course i do :) | 22:20 |
tortoisedoc_ | reinstall it+ | 22:20 |
tortoisedoc_ | ? | 22:20 |
attah | well, it thinks the exec string there is the handler... but since it doesn't contain "sailfish-browser" in the whatever many first chars it falls back to something i don't have | 22:23 |
attah | won't i lose history and stuff? | 22:23 |
tortoisedoc_ | attah : true, you might | 22:25 |
tortoisedoc_ | the question is, where is the ./invoker etc coming from | 22:25 |
tortoisedoc_ | as in which .desktop entry | 22:25 |
attah | that exec | 22:25 |
tortoisedoc_ | of which .desktop :) | 22:26 |
attah | sailfish-browser | 22:26 |
tortoisedoc_ | so it's resolving the right item | 22:26 |
tortoisedoc_ | unfortunately, it doesnt understand the exe | 22:27 |
tortoisedoc_ | I guess due to the invoker | 22:27 |
attah | but truncating it, and then doing some ridiculous check | 22:27 |
* tortoisedoc_ goes to check on sfos | 22:27 | |
attah | i should be in bed now :/ | 22:27 |
attah | thanks for helping, perhaps i'll come back to whine tomorrow | 22:28 |
tortoisedoc_ | hm | 22:28 |
tortoisedoc_ | have you tried xdg-query | 22:28 |
tortoisedoc_ | (it might have the same issue) | 22:28 |
tortoisedoc_ | ah here we go | 22:29 |
tortoisedoc_ | attah your exec is fault | 22:29 |
tortoisedoc_ | *faulty | 22:29 |
tortoisedoc_ | mines is | 22:29 |
tortoisedoc_ | Exec=invoker -s --type=browser -G /usr/bin/sailfish-browser %U | 22:30 |
attah | mine too | 22:30 |
tortoisedoc_ | aah ok | 22:30 |
tortoisedoc_ | now I got what you meant with the "many first chars") | 22:30 |
tortoisedoc_ | its late | 22:30 |
tortoisedoc_ | :| | 22:30 |
tortoisedoc_ | xdg has been a mess on MER since day one fwiw | 22:31 |
tortoisedoc_ | back in the quickbar days I had to fight with it quite alot | 22:31 |
tortoisedoc_ | its badly cluttered | 22:31 |
tortoisedoc_ | then again, you could say xdg is a mess everywhere :D | 22:31 |
tortoisedoc_ | but also MER drops the lca tool on top of it | 22:32 |
tortoisedoc_ | AND libcontentaction | 22:32 |
tortoisedoc_ | AND exposes it to qml | 22:32 |
attah | i unset my $BROWSER, which lets me run the set command | 22:32 |
tortoisedoc_ | ah | 22:32 |
tortoisedoc_ | solved? :) | 22:32 |
attah | yes, but will it survive reboot? | 22:32 |
attah | well, i don't see why not | 22:33 |
tortoisedoc_ | xdg-settings writes to mime settings iirc | 22:33 |
attah | so if i have the same issue with truncation, at least it should fall back to the right .desktop now i guess | 22:33 |
attah | xdg-settings get default-web-browser | 22:34 |
attah | which: no sailfish-browser in (./invoker -s --type=browser -G /usr/bin) | 22:34 |
attah | sailfish-browser.desktop | 22:34 |
attah | exactly as i thought | 22:34 |
attah | kludgealicious | 22:34 |
tortoisedoc_ | schrödringer's xdg | 22:34 |
tortoisedoc_ | it works, but it doesnt | 22:34 |
attah | hahaha | 22:34 |
tortoisedoc_ | now its time to go to sleep | 22:34 |
attah | i'm just happy this is on a real os and not some arbitrarily walled garden | 22:35 |
attah | indeed | 22:35 |
attah | g'night | 22:35 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!