--- Log opened Tue Jul 21 00:00:43 2015 00:07 -!- gernot_ [54969350@gateway/web/freenode/ip.84.150.147.80] has joined #navit 00:09 #navit: < gernot_> KaZeR: Just checked the tomtom log. cp: cannot stat `navit/libnavit_core.so': No such file or directory 00:11 #navit: < gernot_> KaZeR: I think with the configure statement this lib is linked hard to navit. I dont have the file on my working system 00:12 #navit: < gernot_> KaZeR: is the missed filename in the build script? 00:13 -!- gernot_ [54969350@gateway/web/freenode/ip.84.150.147.80] has quit [] 00:59 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has joined #navit 01:20 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 01:20 -!- mode/#navit [+o KaZeR] by ChanServ 01:27 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has quit [Ping timeout: 256 seconds] 01:35 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 01:35 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 01:36 -!- mode/#navit [+o KaZeR] by ChanServ 01:40 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Ping timeout: 246 seconds] 02:09 -!- jjelen [jjelen@nat/redhat/x-bbtrgexnnaejmoek] has joined #navit 02:45 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has joined #navit 02:48 -!- robertp [bc5c2133@gateway/web/freenode/ip.188.92.33.51] has joined #navit 02:53 -!- xenos1984 [~xenos1984@127-166-191-90.dyn.estpak.ee] has joined #navit 03:47 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has joined #navit 03:52 #navit: < robertp> hi 03:53 #navit: < robertp> are here some raspberry-pros? 03:56 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has quit [Ping timeout: 246 seconds] 04:00 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 04:06 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #navit 04:59 #navit: < rcorello> define "pro" :) 05:00 #navit: < rcorello> robertp: btw. KaZeR told me you were working on a solution for controlling navit using rotary encoders as well? 05:01 #navit: < robertp> no. 05:01 #navit: < robertp> i planned to do so 05:01 #navit: < robertp> because my hardware has a rotary, i wanted to use it 05:02 #navit: < robertp> first i got to integrate my music player into navit 05:02 #navit: < rcorello> i see. maybe you wanna have a look at my patches then. 05:02 #navit: < robertp> i did. 05:02 #navit: < rcorello> oh, cool. 05:02 #navit: < robertp> it seems very usable 05:03 #navit: < robertp> i think i can try it next week 05:03 #navit: < rcorello> i did a few tests during the last days and so far it's ok. sometimes the order in which the menu items are selected is not very intuitive. but other than that, is seems to work. 05:04 #navit: < robertp> how do you send the rotary information to navit? 05:04 #navit: < rcorello> in my setup i'm using xdotool 05:05 #navit: < robertp> akf for lunch 05:05 #navit: < rcorello> cu around. 05:53 #navit: < robertp> i expect it runs on raspbian. does it? 05:58 #navit: < robertp> xdotool seems also very useful for my music player task 06:23 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has joined #navit 06:26 #navit: < xenos1984> robertp: i have a working build of navit on rpi, but i wouldn't call myself an rpi-pro 06:26 #navit: < xenos1984> on raspbian, in particular 06:26 #navit: < robertp> my problem with navit on rpi is, that i cant get my gps working 06:27 #navit: < robertp> i use a navilock usb gps antenna 06:27 #navit: < robertp> which should work out of the box 06:32 #navit: < xenos1984> are you using gpsd? 06:33 #navit: < robertp> it doesnt work with gpsd or directly 06:34 #navit: < robertp> with windows i can see the datastream in terminal - so the device works# 06:35 #navit: < robertp> once it worked with navit from apt-get but with self compiled navit it never worked 06:36 #navit: < xenos1984> does raspbian find the device (show a /dev/ttyUSB...something device and say something about it in dmesg)? 06:38 #navit: < robertp> yes, i can read the datastream too, but forgot how to do this 06:39 #navit: < xenos1984> hm... strange 06:39 #navit: < xenos1984> hard to say what could be the problem 06:40 #navit: < robertp> is there a receipe which i could use to get it started? 06:40 #navit: < rcorello> robertp: just to make sure: the device (/dev/ttyUSB*) is there? 06:40 #navit: < robertp> yes 06:40 #navit: < robertp> ist ttyUSB0 06:40 #navit: < rcorello> ok. how did you invoke gpsd? 06:40 #navit: < robertp> its 06:42 #navit: < rcorello> just to make sure gpsd is using the right device, you could try: sudo pkill gpsd ; sudo gpsd /dev/ttyUSB0 06:42 #navit: < robertp> ok 06:42 #navit: < rcorello> and then try cgps to see if you can get any data 06:43 #navit: < robertp> ty 06:43 #navit: < xenos1984> i would try to run gpsd from the command line, tell it not to go into daemon mode, open the gps device immediately and set a high debug level 06:43 #navit: < xenos1984> there are command line options for all this (i don't know them by heart) 06:44 #navit: < robertp> ok ill check it out 06:44 #navit: < robertp> ty 06:45 #navit: < xenos1984> gpsd -n -N -D 2 /dev/ttyUSB0 06:45 #navit: < xenos1984> probably 07:11 -!- robertp [bc5c2133@gateway/web/freenode/ip.188.92.33.51] has quit [Quit: Page closed] 07:48 -!- robertp [b20c6bbc@gateway/web/freenode/ip.178.12.107.188] has joined #navit 08:35 -!- robertp [b20c6bbc@gateway/web/freenode/ip.178.12.107.188] has quit [Ping timeout: 246 seconds] 10:11 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has joined #navit 10:38 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 10:54 -!- KaZeR [~KaZeR@64.201.252.132] has joined #navit 10:54 -!- mode/#navit [+o KaZeR] by ChanServ 11:04 #navit: <@KaZeR> hi there 11:07 -!- gernot_ [54968b1c@gateway/web/freenode/ip.84.150.139.28] has joined #navit 11:07 #navit: < gernot_> hi 11:09 -!- Netsplit *.net <-> *.split quits: xenoxaos 11:13 -!- jjelen [jjelen@nat/redhat/x-bbtrgexnnaejmoek] has quit [Ping timeout: 256 seconds] 11:22 #navit: < rcorello> hi KaZeR and gernot_ 11:22 #navit: < gernot_> hi 11:31 #navit: <@KaZeR> how are you guys doing ? 11:34 #navit: < gernot_> its hot :-) 11:38 #navit: <@KaZeR> haha :) It's summer :) 11:40 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has quit [Ping timeout: 246 seconds] 11:58 -!- jandegr [4dcb2596@gateway/web/freenode/ip.77.203.37.150] has joined #navit 12:32 #navit: <@KaZeR> gernot_: you said that you were able to run navit + sdl without freetype, right ? 12:35 #navit: < gernot_> yes 12:35 #navit: < gernot_> it look like the last built worked 12:35 #navit: <@KaZeR> the last built ? 12:35 #navit: < gernot_> but then tried the build script to vopy libnavit 12:36 #navit: < gernot_> i check the log... 12:37 #navit: < gernot_> https://circleci.com/gh/navit-gps/navit/356 12:38 #navit: <@KaZeR> crap i missed that one :) 12:38 #navit: < gernot_> I think with the configure command libnavit is linked static 12:39 #navit: <@KaZeR> mmm interesting 12:39 #navit: < gernot_> its hot :-) 12:40 #navit: <@KaZeR> let's see how #360 goes... 12:47 -!- circleci-bot [~circleci-@ec2-54-145-176-22.compute-1.amazonaws.com] has joined #navit 12:47 #navit: < circleci-bot> No tests: pgrandin's build (#359; push) in navit-gps/navit (tomtom) -- https://circleci.com/gh/navit-gps/navit/359 12:47 -!- circleci-bot [~circleci-@ec2-54-145-176-22.compute-1.amazonaws.com] has quit [Client Quit] 12:50 #navit: < gernot_> Disabled sdl ( Required library not found ) sdl failed 12:51 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Leaving] 12:53 -!- circleci-bot [~circleci-@ec2-54-237-0-92.compute-1.amazonaws.com] has joined #navit 12:53 #navit: < circleci-bot> Failed: pgrandin's build (#360; push) in navit-gps/navit (tomtom) -- https://circleci.com/gh/navit-gps/navit/360 12:53 -!- circleci-bot [~circleci-@ec2-54-237-0-92.compute-1.amazonaws.com] has quit [Client Quit] 12:55 #navit: < gernot_> 360 is built with sdl but then 12:55 #navit: < gernot_> cp: cannot stat `/home/ubuntu/tomtom-sdk/gcc-3.3.4_glibc-2.3.2/arm-linux/sys-root/lib/libnavit_core.so' 12:55 #navit: < gernot_> check that libnavit_core.so in not hard in the build script. 12:57 #navit: <@KaZeR> i did remove that cp, looks like i missed one :) https://github.com/navit-gps/navit/commit/5a961889bfd9a02a15ebc41b54dc38dd9a80d395 12:58 #navit: <@KaZeR> oh indeed 13:02 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has joined #navit 13:10 -!- circleci-bot [~circleci-@ec2-54-81-1-236.compute-1.amazonaws.com] has joined #navit 13:10 #navit: < circleci-bot> Failed: pgrandin's build (#361; push) in navit-gps/navit (tomtom) -- https://circleci.com/gh/navit-gps/navit/361 13:10 -!- circleci-bot [~circleci-@ec2-54-81-1-236.compute-1.amazonaws.com] has quit [Client Quit] 13:13 #navit: < gernot_> now the libs ok, The config disable the demo map... 13:13 #navit: < gernot_> home/ubuntu/navit/tomtom-build/navit/maps/osm_bbox_11.3,47.9,11.7,48.2.bin': No such file or directory 13:13 #navit: < gernot_> never ending story :-) no it go forward 13:15 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has quit [Ping timeout: 256 seconds] 13:15 #navit: < gernot_> for later... NLS Support: no (system gettext support) 13:16 #navit: < gernot_> but sdl: yes (sdl present) :-) 13:27 #navit: <@KaZeR> thanks for reporting :) 13:28 #navit: <@KaZeR> i'll add a small map just for the tests. fixing gettext should be easy too 13:32 #navit: <@KaZeR> gernot_: do you have a github account ? 13:32 #navit: < gernot_> no, only sf 13:33 #navit: < gernot_> yust remove the map disable instriction from the configure command 13:34 #navit: <@KaZeR> yep, it's already building :) 13:35 #navit: < gernot_> --disable-samplemap 13:36 #navit: < gernot_> maybe removing --disable-nls work in this environment. . opentom don't use nls 13:37 #navit: <@KaZeR> ok good to know thanks 13:43 -!- circleci-bot [~circleci-@ec2-107-20-123-137.compute-1.amazonaws.com] has joined #navit 13:43 #navit: < circleci-bot> Failed: pgrandin's build (#362; push) in navit-gps/navit (tomtom) -- https://circleci.com/gh/navit-gps/navit/362 13:43 -!- circleci-bot [~circleci-@ec2-107-20-123-137.compute-1.amazonaws.com] has quit [Client Quit] 13:47 #navit: <@KaZeR> damn it 13:52 #navit: < gernot_> zu spät geändert? 13:52 #navit: < gernot_> changed to late? 13:59 -!- circleci-bot [~circleci-@ec2-54-196-20-56.compute-1.amazonaws.com] has joined #navit 13:59 #navit: < circleci-bot> Failed: pgrandin's build (#363; push) in navit-gps/navit (tomtom) -- https://circleci.com/gh/navit-gps/navit/363 13:59 -!- circleci-bot [~circleci-@ec2-54-196-20-56.compute-1.amazonaws.com] has quit [Client Quit] 14:03 #navit: < gernot_> hmmmm 14:09 -!- robertp [b20c6bbc@gateway/web/freenode/ip.178.12.107.188] has joined #navit 14:11 #navit: < gernot_> it is hard 14:11 #navit: < rcorello> KaZeR: i just sent a PR on github containing a small bugfix for a segfault (happens when sample_dir is not readable) 14:12 #navit: <@KaZeR> oh cool thanks 14:12 #navit: <@KaZeR> btw : i sent a poll to all the devs who have svn access. i got ~10% of replies so far, all in favor of switching to git/github 14:13 -!- xenoxaos [xenoxaos@2600:3c02::f03c:91ff:feae:2da1] has joined #navit 14:13 #navit: < rcorello> :) 14:13 #navit: <@KaZeR> "Samplemap: no (not supported for cross compiling)" meh. 14:13 #navit: < xenos1984> hi KaZeR 14:13 #navit: <@KaZeR> hey xenos1984 14:14 #navit: < xenos1984> you can count me in as well for switching to git 14:14 #navit: < xenos1984> i also forwarded your mail to the forums, so that there will be some more opinions: https://forum.navit-project.org/viewtopic.php?f=19&t=573 14:15 #navit: < xenos1984> and it may be easier to discuss and find solutions if someone sees problems with switching 14:16 #navit: <@KaZeR> ha, good idea, thanks xenos1984 14:16 #navit: < gernot_> Hi 14:16 #navit: < xenos1984> you're welcome! 14:16 #navit: <@KaZeR> afk 15 minutes 14:16 #navit: <@KaZeR> started a new build for you, gernot_ :) 14:16 #navit: < gernot_> without the demo map copy? 14:16 #navit: < gernot_> Hi 14:17 #navit: < xenos1984> hi gernot_ 14:23 -!- circleci-bot [~circleci-@ec2-54-92-193-240.compute-1.amazonaws.com] has joined #navit 14:23 #navit: < circleci-bot> Success: greg42's build (#364; push) in navit-gps/navit (pull/6) -- https://circleci.com/gh/navit-gps/navit/364 14:23 -!- circleci-bot [~circleci-@ec2-54-92-193-240.compute-1.amazonaws.com] has quit [Client Quit] 14:24 #navit: < gernot_> thaz is an other build :-) 14:26 #navit: < rcorello> yep, that's the bugfix i mentioned. 14:31 -!- circleci-bot [~circleci-@ec2-107-20-13-25.compute-1.amazonaws.com] has joined #navit 14:31 #navit: < circleci-bot> No tests: pgrandin's build (#365; push) in navit-gps/navit (tomtom) -- https://circleci.com/gh/navit-gps/navit/365 14:31 -!- circleci-bot [~circleci-@ec2-107-20-13-25.compute-1.amazonaws.com] has quit [Client Quit] 14:34 #navit: < gernot_> look very good. sdl is active 14:35 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has joined #navit 14:52 #navit: < rcorello> KaZeR: and another one for the lagging issue i mentioned the other day. i've tested it for a couple of 100km now and it seems to fix the problem. 14:59 #navit: < gernot_> rcorello: draining old gps data help also for my setup a lot. 15:00 #navit: < rcorello> gernot_: yeah, you mentioned that. 15:01 #navit: <@KaZeR> gernot_: can you please test https://circle-artifacts.com/gh/navit-gps/navit/365/artifacts/0/tmp/circle-artifacts.AfY8ljw/tomtom_sdcard.tgz ? 15:01 #navit: < gernot_> i test... 15:02 #navit: <@KaZeR> thanks 15:02 #navit: <@KaZeR> rcorello: i can't merge your PR right now because SF is still down, but will do it asap 15:03 #navit: < rcorello> KaZeR: no worries 15:03 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has quit [Ping timeout: 244 seconds] 15:04 #navit: < gernot_> double gzip.no problem... 15:04 #navit: <@KaZeR> gernot_: gzip.no ? 15:04 #navit: < gernot_> the file ist .tgz.gz 15:05 #navit: < gernot_> two time gzip 15:05 #navit: <@KaZeR> damn i should stop trying to do two things at a time. i really suck at that :) 15:05 #navit: < gernot_> :-) 15:05 #navit: < rcorello> KaZeR: two gzip processes? ;) 15:05 #navit: < rcorello> scnr 15:08 -!- circleci-bot [~circleci-@ec2-54-160-218-108.compute-1.amazonaws.com] has joined #navit 15:08 #navit: < circleci-bot> Success: greg42's build (#366; push) in navit-gps/navit (pull/7) -- https://circleci.com/gh/navit-gps/navit/366 15:08 -!- circleci-bot [~circleci-@ec2-54-160-218-108.compute-1.amazonaws.com] has quit [Client Quit] 15:11 #navit: <@KaZeR> rcorello: i see a slight indentation issue in your patch : https://github.com/greg42/navit/commit/05da68faa2ff4b275ca1a5951f2814178d834778 15:15 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has joined #navit 15:22 #navit: < gernot_> my opentom system has a sdl problem. Now try on tomtom card 15:23 #navit: < robertp> rcorello: i just tried your rotary gui, its very cool 15:27 #navit: < rcorello> robertp: glad you like it :) 15:29 #navit: < gernot_> Tomtom boot, start display calibration and is now dark... 15:31 #navit: < rcorello> KaZeR: oh. sig. just a second. 15:31 #navit: < rcorello> sigh 15:32 #navit: < gernot_> Reset.... 15:33 #navit: < rcorello> KaZeR: eh.. which line are you refering to? 15:35 #navit: <@KaZeR> rcorello: the while block seems to be missing one soft tab 15:37 #navit: < rcorello> oh, i see 15:38 #navit: < gernot_> @KaZeR: Navit is mow in the Tomtom menu, but seem to crash. view the log... 15:40 #navit: < gernot_> error while loading shared libraries: libgthread-2.0.so.0: take it from my card 15:43 -!- _rd_ [~rd@p4FD1DB7C.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 15:43 #navit: <@KaZeR> thanks gernot_ 15:45 #navit: < gernot_> need also to copy my map 15:47 #navit: <@KaZeR> gernot_: you do have libgthread-2.0.so but not libgthread-2.0.so.0, correct 15:47 #navit: <@KaZeR> ? 15:47 #navit: < gernot_> good idea. not checked 15:50 -!- jandegr [4dcb2596@gateway/web/freenode/ip.77.203.37.150] has quit [Ping timeout: 246 seconds] 15:50 #navit: < gernot_> is here 15:50 #navit: < gernot_> booting 15:52 #navit: < gernot_> freeze some time, then TT again. Check log 15:53 #navit: < gernot_> libfreetype.so.6: cannot open shared object file: 15:54 #navit: < gernot_> not on card 15:54 -!- jandegr [4dcb2596@gateway/web/freenode/ip.77.203.37.150] has joined #navit 16:00 -!- _rd_ [~rd@pD9E7D603.dip0.t-ipconnect.de] has joined #navit 16:01 #navit: < gernot_> tt with my libfreetype.so.6 ftozen. check log 16:03 #navit: < gernot_> error:graphics_sdl:graphics_sdl_new:SDL_SetVideoMode failed 16:03 -!- circleci-bot [~circleci-@ec2-54-158-213-207.compute-1.amazonaws.com] has joined #navit 16:03 #navit: < circleci-bot> Success: greg42's build (#367; push) in navit-gps/navit (pull/7) -- https://circleci.com/gh/navit-gps/navit/367 16:03 -!- circleci-bot [~circleci-@ec2-54-158-213-207.compute-1.amazonaws.com] has quit [Client Quit] 16:04 #navit: < rcorello> KaZeR: should be fixed 16:05 #navit: <@KaZeR> gernot_: yeah i would not expect mixing .so from another source to work :) 16:05 #navit: <@KaZeR> i'll have a look 16:05 #navit: <@KaZeR> thanks rcorello 16:06 #navit: < gernot_> This file should be in build... 16:06 #navit: <@KaZeR> "tt with my libfreetype.so.6 ftozen" 16:07 #navit: <@KaZeR> libfreetype.so.6 -> libfreetype.so.6.10.2 in the build log 16:07 #navit: < gernot_> it was not frozen. Just TT-navigator run navit, no output 16:08 #navit: <@KaZeR> but "cp $PREFIX/lib/libfreetype.so.6 lib" is commented in my build script. that would be it. fixing it 16:09 #navit: < gernot_> navit run without graphical ouput 16:19 -!- circleci-bot [~circleci-@ec2-54-162-138-23.compute-1.amazonaws.com] has joined #navit 16:19 #navit: < circleci-bot> No tests: pgrandin's build (#368; push) in navit-gps/navit (tomtom) -- https://circleci.com/gh/navit-gps/navit/368 16:19 -!- circleci-bot [~circleci-@ec2-54-162-138-23.compute-1.amazonaws.com] has quit [Client Quit] 16:21 -!- _rd_ [~rd@pD9E7D603.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 16:24 -!- jandegr [4dcb2596@gateway/web/freenode/ip.77.203.37.150] has quit [Ping timeout: 246 seconds] 16:25 #navit: <@KaZeR> gernot_: can you please try https://circle-artifacts.com/gh/navit-gps/navit/368/artifacts/0/tmp/circle-artifacts.CBPBJUG/tomtom_sdcard.tgz ? ( the double gz has not been addressed in this one :) ) 16:25 #navit: < gernot_> downloading... 16:27 #navit: <@KaZeR> thanks! 16:31 #navit: < gernot_> on device... 16:34 #navit: < gernot_> with TomTom ttsysten error:graphics_sdl:graphics_sdl_new:SDL_SetVideoMode failed 16:34 #navit: < gernot_> now try navit ttsystem 16:40 #navit: < gernot_> same error. 16:41 #navit: < gernot_> mor tests tomorrow... 16:47 #navit: < gernot_> one idea. in navit.xml contain small display setting... 16:49 #navit: < rcorello> alright gentlemen. my car now talks to me. that's enough for one evening, cu tomorrow. 16:50 #navit: < gernot_> ro: by 16:50 #navit: < gernot_> rc:by 16:50 #navit: < rcorello> hehe :) have a nice evening, gernot_ 16:50 #navit: < gernot_> thanks 16:56 #navit: < gernot_> That was part one 16:57 #navit: < gernot_> Now i have a lightbrown screen with a fix mousepointer upper left. 16:58 #navit: < gernot_> now screen turn black 16:58 #navit: < gernot_> view log... 17:00 #navit: < gernot_> log is clean 17:00 #navit: < gernot_> hmmmm 17:06 #navit: < gernot_> KaZeR: Navit work :-) :-) with navit-ttsystem. Tomorrow check gps,, audio, speach. 17:07 #navit: < gernot_> there are many questions... 17:07 #navit: < gernot_> going sleep 17:07 -!- gernot_ [54968b1c@gateway/web/freenode/ip.84.150.139.28] has quit [] 17:12 -!- robertp [b20c6bbc@gateway/web/freenode/ip.178.12.107.188] has quit [Quit: Page closed] 17:38 -!- henning [~henning@f053001027.adsl.alicedsl.de] has joined #navit 17:38 -!- henning is now known as woglinde 18:45 -!- woglinde [~henning@f053001027.adsl.alicedsl.de] has quit [Ping timeout: 264 seconds] 19:32 -!- xenos1984 [~xenos1984@127-166-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 20:19 #navit: < Navit> See compile results history at http://download.navit-project.org/logs/navit/stats.html 20:19 #navit: < Navit> See compile results history at http://download.navit-project.org/logs/navit/stats.html 21:05 -!- circleci-bot [~circleci-@ec2-54-237-91-177.compute-1.amazonaws.com] has joined #navit 21:05 #navit: < circleci-bot> No tests: pgrandin's build (#369; push) in navit-gps/navit (gh-pages) -- https://circleci.com/gh/navit-gps/navit/369 21:05 -!- circleci-bot [~circleci-@ec2-54-237-91-177.compute-1.amazonaws.com] has quit [Client Quit] 21:12 -!- circleci-bot [~circleci-@ec2-54-144-75-171.compute-1.amazonaws.com] has joined #navit 21:12 #navit: < circleci-bot> No tests: pgrandin's build (#370; push) in navit-gps/navit (gh-pages) -- https://circleci.com/gh/navit-gps/navit/370 21:12 -!- circleci-bot [~circleci-@ec2-54-144-75-171.compute-1.amazonaws.com] has quit [Client Quit] 21:16 -!- circleci-bot [~circleci-@ec2-54-83-89-103.compute-1.amazonaws.com] has joined #navit 21:16 #navit: < circleci-bot> No tests: pgrandin's build (#371; push) in navit-gps/navit (gh-pages) -- https://circleci.com/gh/navit-gps/navit/371 21:16 -!- circleci-bot [~circleci-@ec2-54-83-89-103.compute-1.amazonaws.com] has quit [Client Quit] 21:17 -!- KaZeR [~KaZeR@64.201.252.132] has quit [Remote host closed the connection] 21:17 -!- KaZeR [~KaZeR@64.201.252.132] has joined #navit 21:17 -!- mode/#navit [+o KaZeR] by ChanServ 21:18 #navit: < Navit> See compile results history at http://download.navit-project.org/logs/navit/stats.html 21:22 -!- KaZeR [~KaZeR@64.201.252.132] has quit [Ping timeout: 244 seconds] 22:02 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 22:02 -!- mode/#navit [+o KaZeR] by ChanServ 22:35 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 22:36 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 22:36 -!- mode/#navit [+o KaZeR] by ChanServ 22:40 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Ping timeout: 256 seconds] 23:17 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 23:17 -!- mode/#navit [+o KaZeR] by ChanServ 23:21 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 23:21 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 23:21 -!- mode/#navit [+o KaZeR] by ChanServ 23:24 -!- KaZeR_ [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 23:26 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Ping timeout: 255 seconds] 23:37 -!- KaZeR_ [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 23:38 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 23:38 -!- mode/#navit [+o KaZeR] by ChanServ 23:42 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] --- Log closed Wed Jul 22 00:00:44 2015