--- Log opened Mon Jun 12 00:00:42 2017 01:48 -!- noradtux [~noradtux@port-4525.pppoe.wtnet.de] has quit [Ping timeout: 240 seconds] 01:49 -!- noradtux [~noradtux@2a02:2028:861:b101:4dac:3b79:9f12:a24b] has joined #navit 05:50 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has joined #navit 06:55 -!- jjelen [jjelen@nat/redhat/x-rsxeqkaomdriuwpl] has joined #navit 07:13 -!- Navit [~Navit@www.v6.navit-project.org] has quit [Ping timeout: 258 seconds] 07:23 -!- Navit [~Navit@www.v6.navit-project.org] has joined #navit 09:28 -!- ZeroOne [~ZeroOne@91.114.11.118] has joined #navit 10:06 -!- ZeroOne [~ZeroOne@91.114.11.118] has quit [Ping timeout: 240 seconds] 13:44 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has quit [Quit: Leaving.] 14:37 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 15:00 -!- jjelen [jjelen@nat/redhat/x-rsxeqkaomdriuwpl] has quit [Ping timeout: 255 seconds] 15:04 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Ping timeout: 245 seconds] 15:15 #navit: < kazer> jkoan: nice work! 15:16 #navit: < kazer> jkoan: what's your exact version of debian? i am going to reproduce your compilation issue : if a component was missing we should catch it during the cmake phase to avoid this kind of problems 16:19 #navit: < jkoan> Currently for testing I use my normal Ubuntu system 16:21 #navit: < jkoan> @kazer I also have really strange compiling errors related to qt5 espeak system (or so, currently not on pc) 16:32 -!- zintor [5b5902d7@gateway/web/freenode/ip.91.89.2.215] has joined #navit 16:33 #navit: < zintor> hi @all 16:35 #navit: < jkoan> Hi zintor 16:36 #navit: < zintor> how is it going? 16:37 #navit: < jkoan> my work related to cmake? 16:38 #navit: < zintor> i do not know, on what you are working ;) 16:38 #navit: < jkoan> read the logs :P 16:38 #navit: < zintor> hehe 16:39 #navit: < zintor> okay, you are working on cmake and you male some progress. nice 16:39 #navit: < zintor> I try to get navit with qml running on a fresh debian 16:40 #navit: < jkoan> yes, packageing for rpm and deb with cmake 16:40 #navit: < jkoan> i use ubuntu so hopefully this also helps me 16:47 #navit: < jkoan> i also have another really strange problem about compiling qt5_espeak do you want to see zintor? 16:48 #navit: < zintor> well...some qt packages are not found with the qt installer 16:48 #navit: < zintor> let me know about the problem 16:48 #navit: < jkoan> https://pastebin.com/i70jpAMy 16:49 #navit: < jkoan> say if this is not enough 16:50 #navit: < zintor> this occurs when you build navit with cmake? 16:50 #navit: < jkoan> yes with cmake of cause 16:51 #navit: < jkoan> if i disable the qt5_espeak component everything is fine 16:51 #navit: < kazer> hi zintor 16:51 #navit: < zintor> ok...if I get it compiling, I let you know 16:51 #navit: < jkoan> hi kazer 16:52 #navit: < zintor> hi kazer 16:52 #navit: < zintor> is the wiki page "qml2" for running navit and not compiling with qt5, or? 16:52 #navit: < kazer> ah, i haven't tested qt5_espeak yet. This is worth a ticket in trac i think :) 16:53 #navit: < zintor> if so, wiki page for compiling is needed ;) 16:54 #navit: < zintor> I am right? 16:55 #navit: < jkoan> repairing qt5_espeak is not my focus for now ;) i want to make cmake and packages better :D 17:12 #navit: < jkoan> kazer and zintor what are you think about an initial map downloader includet in the nsis installer (Windows setup)? 17:16 #navit: < zintor> this is good for "I want to start right after installation"-users 17:16 #navit: < zintor> will be a country selection available? 17:16 #navit: < jkoan> yes exactly 17:16 #navit: < jkoan> i dont know 17:16 #navit: < jkoan> i even dont know if it is possible, but i think it should 17:17 #navit: < zintor> selection should be available like in the planet extractor 17:18 #navit: < jkoan> yes, but we should make a api to get a json file that will be passed so this is not static :X 17:25 #navit: < kazer> zintor: you are somewhat right, although the wiki page should cover both (you can use qt5 without qml2, but you can't use qml2 without qt5) 17:26 #navit: < kazer> jkoan: take a look at this branch : https://github.com/navit-gps/navit/tree/curl_download 17:26 #navit: < kazer> we have a poc of a map downloader that works with gui_internal 17:27 #navit: < jkoan> yes i know :D 17:27 #navit: < kazer> and yes, we really need an api, statically maintaining the list is bad 17:27 #navit: < kazer> ah cool :) 17:27 #navit: < zintor> I was able to compile with qt5, now qtquick is missing while starting navit 17:28 #navit: < kazer> and cmake said that qml2 was enabled? 17:30 #navit: < kazer> jkoan: regarding downloading map with the installer, i think it would be better to do it via a first run wizard. Otherwise we have to do the work twice, and the way it'll be done for the nsis installer is probably going to be really specific 17:30 #navit: < jkoan> i think yes: https://pastebin.com/EN97796C 17:31 #navit: < zintor> I do not see qml2 in the summary, but i.e. in gui: qt5_qml enabled 17:32 #navit: < kazer> yep that's the one. I think we should rename it to qml2 17:32 #navit: < kazer> zintor: do you want to fix the issue? 17:33 #navit: < zintor> how I could fix it? in cmakelist.txt as required package? 17:34 #navit: < zintor> but: find_package(Qt5Quick) 17:34 #navit: < zintor> it is there 17:35 #navit: < zintor> "qtquick.window" is not installed 17:36 #navit: < zintor> navit complain 17:36 #navit: < jkoan> kazer: could we provite a commandline option to start with an setup/tutorial? probably configure navit, download map and so? 17:38 #navit: < kazer> zintor: what package did you have to install exactly? 17:38 #navit: < kazer> jkoan: a setup/tutorial? like an assistant that shows you things? 17:39 #navit: < jkoan> right 17:39 #navit: < zintor> I let you know. one moment 17:39 #navit: < jkoan> but not for not, first in 0.6.0 17:47 #navit: < kazer> jkoan: it's a really good idea but that might be a lot of work 17:48 #navit: < jkoan> hm okay, then probably not 0.6 17:48 #navit: < kazer> :) 17:49 #navit: < kazer> in the meantime we can rework our documentation. Maybe publish an organized guide on readthedocs for example 17:49 #navit: < kazer> the wiki is nice but it gets messy 17:50 #navit: < zintor> installed qml-module-qtquick-controls and qml-module-qtquick-window2 and navit starts...but in white.... 17:50 #navit: < zintor> "cmake --version" doesn't show qt version 17:50 #navit: < zintor> argh! 18:08 #navit: < kazer> ah, someone had this "white" issue last week - mayb even jkoan? 18:08 #navit: < zintor> I had it 18:08 #navit: < jkoan> i dont know a white issue :X 18:09 #navit: < zintor> but with cmake --version I got an old qt version 18:09 #navit: < zintor> but today...fresh install debian xfce...no qt version 18:10 #navit: < zintor> grr...on thursday I have a 6hr-trip on the train without internet...I need it running! ;) 18:11 #navit: < kazer> zintor: we can definitely get it running today. tomorrow at worst :) 18:12 #navit: < zintor> what does your scheduler says today? ;) 18:12 #navit: < kazer> my scheduler ? 18:12 #navit: < zintor> any time span for my issue? 18:12 #navit: < zintor> ;) 18:12 #navit: < kazer> yep 18:12 #navit: < kazer> can you enable debug logs for the qml gui? 18:12 #navit: < zintor> ight now? I would like to plan my diner... :D 18:13 #navit: < zintor> but it could wait 18:13 #navit: < zintor> but be aware of my stomach! 18:13 #navit: < zintor> I forgot the debug xml entry 18:13 #navit: < zintor> what should I write in navit.xml? 18:15 #navit: < zintor> maybe got it...it writes: 18:18 #navit: < zintor> https://pastebin.com/5fFxurcG 18:18 #navit: < jkoan> btw, nsis is scriptable and has a finction to download files :D 18:25 #navit: < kazer> zintor: go enjoy your dinner, i don't want you to starve :) 18:25 #navit: < kazer> jkoan: cool. then it could be a good option then 18:25 #navit: < kazer> having the prompt that fetch the list of maps might be the trickiest part then 18:26 #navit: < jkoan> yes, but today i will not fokus on the nsis thing 19:17 #navit: < zintor> kazer: let us start 19:21 #navit: < zintor> I found in the summary: 19:21 #navit: < zintor> of cmake 19:21 #navit: < zintor> disabled: qt_qpainter 19:22 -!- ilovekiruna [~ilovekiru@ip2505a0ef.dynamic.kabel-deutschland.de] has joined #navit 19:22 #navit: < zintor> is it needed? 19:22 #navit: < zintor> hi ilovekiruna 19:27 #navit: < jkoan> guys? :D 19:28 #navit: < jkoan> i have something really nice to show 19:28 #navit: < kazer> zintor: qt_painter is the graphics driver for qt4 - so it's not a problem 19:28 #navit: < kazer> jkoan: ah?? :) 19:29 #navit: < jkoan> https://pastebin.com/az21Nr8Z 19:29 #navit: < jkoan> names are not the last but its working 19:33 #navit: < jkoan> so tomorrow build the real logic for package builds, cleaning up the names and on Wednesday i make a really nice installer for windows (but can only test if with wine. But thats working) 19:34 #navit: < kazer> jkoan: nice! we'll have to push that to our ci! 19:34 #navit: < kazer> jkoan: you can also test the windows installer using a qemu machine - i can show you how 19:35 #navit: < kazer> have to run an errand, back in ~1h 19:35 #navit: < jkoan> wine is also fine, it even runs navit perfect 19:37 #navit: < jkoan> ci will also come ;) thats no problem its only "cmake ${PATH_TO_SOURCE} && make && make package" 19:38 #navit: < jkoan> kazer: what do you think, should we provide an own debian/ubuntu repo for nightly? 20:17 #navit: < ilovekiruna> Hi zintor 20:17 #navit: < ilovekiruna> what is needed? 20:18 #navit: < ilovekiruna> sorry, lost track, as I didnt hv proper internet the previous days 20:27 #navit: < zintor> i only need support on qt5 issue...i am waiting for kazer 20:27 #navit: < zintor> thx for pay attention anyway 20:46 #navit: < ilovekiruna> no problem 21:03 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 21:34 #navit: < zintor> hmm...seems, that kazer have a long list 21:39 #navit: < kazer> i'm back :) 21:40 #navit: < ilovekiruna> :) 21:40 #navit: < kazer> all right. zintor, i'm setting up a virtual machine to reproduce your issue. give me a moment 21:41 #navit: < zintor> :) 21:41 #navit: < kazer> latest debian? 21:41 #navit: < zintor> yep 21:41 #navit: < zintor> https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.8.0-amd64-xfce-CD-1.iso 21:41 #navit: < zintor> i used this one 21:41 #navit: < kazer> ok 21:41 #navit: < zintor> btw: internal gui works fine 21:44 #navit: < zintor> I installed: 21:44 #navit: < zintor> gcc cmake zlib1g-dev libpng12-dev libgtk2.0-dev librsvg2-bin libgps-dev qtbase5-dev libqt5svg5-de qtdeclarative5-dev qtpositioning5-dev qt5multimedia5-dev libqt5sensors5-dev qml-module-qtquick-controls qml-module-qtquick-window2 21:44 #navit: < zintor> libqt5svg5-dev ("v" was missing) 21:48 #navit: < zintor> let me know what you have installed, when you got it running 22:07 #navit: < kazer> yep, debian is installing right now. thanks for the package list that's helpful 22:35 #navit: < kazer> good news zintor, i can reproduce your issue 22:35 #navit: < zintor> ok...good and not good ;) 22:36 #navit: < kazer> well it's good because it'll make troubleshooting easier :) 22:36 #navit: < kazer> for example i'm quite sure that it's a graphics issue, not a gui issue 22:37 #navit: < kazer> because running gui_internal on the qt5 graphics also gives a white screen 22:37 #navit: < kazer> so i'm thinking that it's because of the qt version 22:37 #navit: < zintor> do you get a version of qt with "cmake --version"? 22:40 #navit: < kazer> ha, i forgot to try that. i just removed all components to try with 5.7, will try after 22:43 #navit: < zintor> how do you install 5.7? 22:44 #navit: < kazer> i am currently trying with the unified installer, linked in the wiki page 22:44 #navit: < kazer> using this you can choose any qt version between 5 and 5.9 22:50 #navit: < zintor> I installed qt 5.9 with it...this was not working...didn't try 5.7 22:51 #navit: < kazer> ok thanks that's useful. If it works with 5.7 it should work with 5.9 22:52 #navit: < kazer> the thing is that i know for a fact that the code works with 5.7 so i'll start from there 23:01 #navit: < kazer> odd, after install Qt via the unified installer navit does not detect qt anymoe 23:03 #navit: < zintor> :| 23:03 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 23:04 #navit: < zintor> now, I leave you alone with that...need sleep now 23:05 #navit: < zintor> tomorrow I will be late joining 23:05 #navit: < zintor> but will read the logs 23:05 #navit: < zintor> if you have any news for me 23:06 #navit: < zintor> btw: metalstrolch brought navit to openrepos https://openrepos.net/content/metalstrolch/navit 23:06 #navit: < zintor> I also installed it with success 23:07 #navit: < zintor> gn8 all 23:07 -!- zintor [5b5902d7@gateway/web/freenode/ip.91.89.2.215] has quit [Quit: Page closed] 23:32 -!- Horwitz [~mich1@p200300800E766800022268FFFE64E7C4.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 23:46 -!- Horwitz [~mich1@p200300800E70B900022268FFFE64E7C4.dip0.t-ipconnect.de] has joined #navit 23:46 -!- mode/#navit [+o Horwitz] by ChanServ --- Log closed Tue Jun 13 00:00:44 2017