--- Log opened Fri Mar 25 00:00:53 2016 02:20 -!- xenos1984 [~xenos1984@118-166-191-90.dyn.estpak.ee] has joined #navit 06:11 -!- Jorgos [8bb53002@gateway/web/freenode/ip.139.181.48.2] has joined #navit 06:13 #navit: < Jorgos> Hi everyone :) I'd like to ask about performance of Navit and how the screen is rendered. I've got 4 core ARM device clocked 1,4GHz, and i feel that display is not smooth when i move map. I wonder if application is multithread? How about OpenGL support does Navit supports OpenGL (or better: embedded OpenCL) ? 10:47 -!- Jorgos [8bb53002@gateway/web/freenode/ip.139.181.48.2] has quit [Quit: Page closed] 12:21 -!- pini [~pini@bou-fi.pustule.org] has joined #navit 12:31 -!- pini [~pini@bou-fi.pustule.org] has quit [Ping timeout: 244 seconds] 13:18 -!- Jorgos [c100c421@gateway/web/freenode/ip.193.0.196.33] has joined #navit 13:19 #navit: < Jorgos> Hi again. As I mentioned in previous message i changed my hardware to something different. I wanted to build and test navit but i have following issues: 13:20 #navit: < Jorgos> 1) I can't build git sources because of this message ome/odroid/git/navit/navit/graphics/gtk_drawing_area/graphics_gtk_drawing_area.c:612:35: error: ‘CAIRO_ANTIALIAS_GOOD’ undeclared (first use in this function) 13:22 #navit: <@KaZeR> hi Jorgos 13:23 #navit: < Jorgos> 2) I've built svn sources, but i have a crash when i zoom out. I tried to debug it, and i opened it with gdb, callstack doesn't seem to be helpful for me http://pastebin.com/7ra7XqqW 13:23 #navit: < Jorgos> hi KaZeR! 13:24 #navit: <@KaZeR> as of today, we don't have a lot of multithreading. that's the bad part of our legacy :( but it's nothing we can't fix! 13:24 #navit: <@KaZeR> you say you are building from svn sources. are you really? or did you mean git ? 13:24 #navit: < Jorgos> i can't build git because of this error CAIRO... 13:25 #navit: < Jorgos> I'm able to build svn sources but with crash when zooming out 13:26 #navit: < Jorgos> I'm now on Ubuntu 12.04 because it is the most stable release for my platform. I can try it on 14.04 but i preffer this one 13:32 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has quit [Ping timeout: 244 seconds] 13:32 #navit: <@KaZeR> i would advise against using svn, it's outdated :) 13:32 #navit: <@KaZeR> let's fix your cairo issue instead 13:32 #navit: <@KaZeR> what's your cairo version? 13:34 #navit: <@KaZeR> might be related to http://trac.navit-project.org/ticket/66 13:34 #navit: < Jorgos> I'm now updating it... just 3 mins ago I realised that maybe my env is outdated... (I'm second thay on this device, so my system may be not configured properly...) 13:46 -!- Jorgos_ [c100c421@gateway/web/freenode/ip.193.0.196.33] has joined #navit 13:47 #navit: < Jorgos_> Huh... Actually i have installed newest libcairo2-dev, but i have no idea how to check its version... 13:54 -!- Jorgos [c100c421@gateway/web/freenode/ip.193.0.196.33] has quit [Ping timeout: 250 seconds] 13:57 #navit: <@KaZeR> dpkg -s ? 14:11 #navit: < Jorgos_> OK i tried on Ubuntu 14.04 and it works 14:12 #navit: <@KaZeR> ok. is ubuntu 14.04 an option for you? 14:15 #navit: < Jorgos_> I have to do some benchmarks to be sure 14:19 #navit: < Jorgos_> May i have one more question? 14:20 #navit: < Jorgos_> i've just installed my language pack for ubuntu with sudo apt-get install language-pack-pl and run sudo dpkg-reconfigure locales 14:20 #navit: < Jorgos_> still can not switch navit to polish: (process:23764): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. 14:23 #navit: <@KaZeR> grep pl /etc/locale.gen ? 14:27 #navit: < Jorgos_> grep: /etc/locale.gen: No such file or directory 14:28 #navit: <@KaZeR> mmm 14:28 #navit: < Jorgos_> locale -a : C C.UTF-8 pl_PL pl_PL.iso88592 pl_PL.utf8 POSIX 14:29 #navit: <@KaZeR> ah, under ubuntu it's /var/lib/locales/supported.d/local 14:30 #navit: <@KaZeR> so you should be able to use pl_PL.utf8 14:30 #navit: <@KaZeR> how are you trying to switch to polish ? 14:34 #navit: < Jorgos_> LANG=pl_PL ./navit and set locale in .xml 14:36 #navit: <@KaZeR> i wonder if you would not need the utf8 version. can you try export LC_ALL="pl_PL.utf8", locale, and then run navit ? 14:36 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has joined #navit 14:37 #navit: < Jorgos_> yes it works! 14:37 #navit: < Jorgos_> Thank you very much! 14:38 #navit: < Jorgos_> Huh, finally after all this changes i hope I'm ready to write a few lines of code ;) 14:38 #navit: <@KaZeR> cool my pleasure :) 14:38 #navit: <@KaZeR> patches are welcome :D 14:39 #navit: <@KaZeR> do you know already what you would like to work on? 14:39 #navit: < Jorgos_> No, i have some ideas, but nothing special for now. 14:39 #navit: <@KaZeR> ok. feel free to ask if you have any questions 14:40 #navit: < Jorgos_> There is actually one thing that drives me crazy, sometimes i need to go other way (traffic jam, accident) and i have to go on different route that navit tells me, sometimes i need to go 5-6km from last cross to reroute my route 14:41 #navit: <@KaZeR> yeah i agree this one is annoying :) 14:42 #navit: <@KaZeR> Jan is not around today, but he could give some good pointers about how to fix this one i think 14:42 #navit: <@KaZeR> (jandegr) 14:42 #navit: < Jorgos_> and yesterday i was on motorway, and navit wanted me to go on exit and then to go back ;) 14:42 #navit: <@KaZeR> also there is a tweak that can be done in the xml file regarding rerouting : turn_around_penalty 14:42 #navit: <@KaZeR> regarding the motorway : do you know where this happened? 14:43 #navit: <@KaZeR> we can reproduce and fix the issue in this case 14:43 #navit: <@KaZeR> sometimes it's just a mistake in the map 14:43 #navit: < Jorgos_> yes i remember, i will give you details tomorrow, because i have to leave in 5 minutes ;) 14:44 #navit: < Jorgos_> but probably because of easter i won't be active this weekend... who knows :) 14:44 #navit: < Jorgos_> so in case i had no time, happy easter! 14:44 #navit: < Jorgos_> and thank you again 14:44 #navit: <@KaZeR> thanks, you too :) 14:46 #navit: < Jorgos_> okay so it was here: http://www.openstreetmap.org/#map=16/50.2731/19.0731 route S86 (i was going to Katowice) and navit tells me to go on the exit close to TTW 14:46 #navit: < Jorgos_> Sorry I'm not master with this maps... 14:46 #navit: <@KaZeR> ok let me have a look 14:47 #navit: < Jorgos_> have to go now, but i always read irc logs 14:47 #navit: < Jorgos_> Bye! 14:47 -!- Jorgos_ [c100c421@gateway/web/freenode/ip.193.0.196.33] has quit [Quit: Page closed] 14:48 #navit: <@KaZeR> ok then we can discuss it next week :) 15:05 -!- circleci-bot [~circleci-@ec2-54-166-100-212.compute-1.amazonaws.com] has joined #navit 15:05 #navit: < circleci-bot> Fixed: pgrandin's build (#980; retry by mdankov) in navit-gps/navit (trunk) -- https://circleci.com/gh/navit-gps/navit/980 15:05 -!- circleci-bot [~circleci-@ec2-54-166-100-212.compute-1.amazonaws.com] has quit [Client Quit] 15:18 -!- circleci-bot [~circleci-@ec2-54-162-197-78.compute-1.amazonaws.com] has joined #navit 15:18 #navit: < circleci-bot> Success: pgrandin's build (#981; push) in navit-gps/navit (master) -- https://circleci.com/gh/navit-gps/navit/981 15:18 -!- circleci-bot [~circleci-@ec2-54-162-197-78.compute-1.amazonaws.com] has quit [Client Quit] 15:22 -!- tryagain [~quassel@178.216.76.68] has joined #navit 15:24 #navit: <@KaZeR> hey tryagain 15:25 #navit: < tryagain> Hey KaZeR 15:26 #navit: < tryagain> have you seen the message complaining we have no nightly builds and version we have on google play working bad? 15:28 #navit: < tryagain> i also have checked the blue areas issue. I found a couple of places i Europe filled with water due to lake/river islets tagged with natural=coastline. 15:28 #navit: < tryagain> One of them was fixed two days ago, another one i have fixed today. 15:31 #navit: <@KaZeR> i saw it a moment ago. i'll have to check for the nightly builds, but hopefully we can have everything on the new server. 15:31 #navit: < tryagain> But we currently seem to have no ready to use apks in downloads. The ones we have in circleci artifacts are unsigned and can't be used by simply following a download link. 15:32 #navit: <@KaZeR> we do have a signing api running on my own server. i'll move it to the new server today 15:32 #navit: <@KaZeR> i shared credentials with you yesterday. we're almost ready to do the switch, we just need a few tests 15:32 #navit: < tryagain> cool 15:34 #navit: <@KaZeR> how much time do you have today? 15:36 #navit: < tryagain> not very much... but let's try to do something useful :) 15:37 #navit: <@KaZeR> ok cool. 1st : any questions regarding blackbox ? 15:38 #navit: < tryagain> what the hell is it and how am i supposed to use it? :) 15:39 #navit: <@KaZeR> haha. the purpose is to be able to version and share sensitive content. like informations about our infrastructure 15:40 #navit: <@KaZeR> a good primer : https://github.com/StackExchange/blackbox 15:40 #navit: <@KaZeR> in a nutshell : clone the blackbox report, update your path to include the blackbox/bin 15:41 #navit: <@KaZeR> then clone the navit infrastructure repo, and try "blackbox_decrypt_all_files" 15:41 #navit: <@KaZeR> the files from "webserver" should now be readable 15:57 #navit: < tryagain> looks like it worked for me. then i commit it and have secret keys published and compromised? :) 15:59 #navit: <@KaZeR> haha, just be careful :) 15:59 #navit: <@KaZeR> but the point of this tool is that it should be easy to update stuffs. key compromised? we generate a new one and update the repo 16:00 #navit: <@KaZeR> if you use the blackbox wrapper it's quite difficult to make mistakes 16:00 #navit: <@KaZeR> cause it should not commit un-encrypted content 16:01 #navit: <@KaZeR> so, step 1 i want to finish the new webserver and do the move. i purchased an extra IP address and i setup a virtual machine on my own server. you'll get access via the credentials i shared 16:02 #navit: <@KaZeR> so this is wiki, forum and trac. i'll need your insights on updating the DNS records once we feel that it's ready 16:02 #navit: <@KaZeR> then i'll move the apk signing api and update the circleci->playstore workflow 16:03 #navit: <@KaZeR> one thing that might be difficult to update (not required now, but trying to think about all the dependencies) will be to have access to the domain settings to update the NS if needed 16:03 #navit: <@KaZeR> do you have access to that already? 16:05 #navit: < tryagain> i can update dns records for wiki/trac/forum etc servers. We cannot move dns itself to a different server though. I think we do not need it tho. 16:07 #navit: <@KaZeR> i agree that we do not need it today, but it's more of a "what happens if the shell server goes down" 17:03 -!- tryagain [~quassel@178.216.76.68] has quit [Remote host closed the connection] 17:52 -!- robertp [584aa53b@gateway/web/freenode/ip.88.74.165.59] has joined #navit 18:12 #navit: <@KaZeR> hey robertp 18:12 #navit: < robertp> hello 18:31 -!- robertp [584aa53b@gateway/web/freenode/ip.88.74.165.59] has quit [Quit: Page closed] 20:08 -!- xenos1984 [~xenos1984@118-166-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 20:48 #navit: < Navit> The following compiles failed: http://download.navit-project.org/logs/navit/android_armv5te/svn/navit-svn-6638.failed http://download.navit-project.org/logs/navit/src/svn/navit-svn-6638.failed http://download.navit-project.org/logs/navit/openmoko/svn/navit-svn-6638.failed http://download.navit-project.org/logs/navit/win32/svn/navit-svn-6638.failed http://download.navit-project.org/logs/navit/n800/svn/navit-svn-6638.failed http://download.navit-project 20:48 #navit: < Navit> it-svn-6638.failed http://download.navit-project.org/logs/navit/android_x86/svn/navit-svn-6638.failed http://download.navit-project.org/logs/navit/tomtom/svn/navit-svn-6638.failed 20:48 #navit: < Navit> See compile results history at http://download.navit-project.org/logs/navit/stats.html --- Log closed Sat Mar 26 00:00:54 2016