--- Log opened Wed Aug 30 00:00:07 2017 00:08 -!- pini [~pini@bou-fi.pustule.org] has quit [Ping timeout: 276 seconds] 00:37 -!- pmckinley [~Peter_McK@88-110-220-76.dynamic.dsl.as9105.com] has quit [Quit: Leaving.] 02:48 -!- noradtux_ [~noradtux@2a02:2028:742:1501::1] has joined #navit 02:48 -!- noradtux [~noradtux@port-34142.pppoe.wtnet.de] has quit [Ping timeout: 276 seconds] 02:48 -!- noradtux_ is now known as noradtux 06:21 -!- pmckinley [~Peter_McK@88-110-214-90.dynamic.dsl.as9105.com] has joined #navit 11:57 -!- pini [~pini@bou-fi.pustule.org] has joined #navit 12:07 -!- Netsplit *.net <-> *.split quits: @Horwitz 12:22 -!- Netsplit over, joins: @Horwitz 15:18 -!- gernot_ [d9e521e8@gateway/web/freenode/ip.217.229.33.232] has joined #navit 15:20 #navit: < gernot_> KaZeR: I added the packages in tomtom_ci navit/ci/setup_tomtom_requirements.sh 15:21 #navit: < gernot_> Im not sure that this is the right place because build_tomtom_minimal.sh is different in circleci. 15:22 #navit: < gernot_> With this settings the first build run wors till cd ~/navit 15:23 #navit: < gernot_> The crect navit path is ~/project/navit 15:23 #navit: < gernot_> crect=correct 15:24 #navit: < gernot_> after this cmake fails. I dont know much about this part. 15:25 #navit: < gernot_> If you rerun the build remove rm -f /opt/tomtom-sdk/gcc-3.3.4_glibc-2.3.2/arm-linux/sys-root/bin//glib-genmarshal 15:26 #navit: < gernot_> This file is created in one run and blocks a second build. 15:50 #navit: < gernot_> found the right place.... 15:51 #navit: < gernot_> . 15:51 #navit: < gernot_> . 15:51 #navit: < gernot_> https://circleci.com/gh/navit-gps/navit/2333 15:52 #navit: < gernot_> navit cmake fail... 16:12 -!- noradtux [~noradtux@2a02:2028:742:1501::1] has quit [Ping timeout: 264 seconds] 16:15 -!- noradtux [~noradtux@port-3676.pppoe.wtnet.de] has joined #navit 17:05 #navit: <@KaZeR> thanks gernot_ i'll have a look 17:05 #navit: <@KaZeR> feel free to push updates to the ci_v2 branch btw 17:06 #navit: <@KaZeR> the tomtom deps are so verbose that maybe we should put them in a seperate step, it'll help troubleshooting 17:06 #navit: < gernot_> yes i think so. 17:07 #navit: <@KaZeR> which one should be the easier to build? plugin or minimal? or is there no real difference? 17:08 #navit: < gernot_> I only modified minimal because none of my two TT support plugin. 17:09 #navit: < gernot_> TT changed the interface at one of the last updates 17:20 #navit: <@KaZeR> ok thanks. so we should focus on this one first :) 17:51 #navit: < gernot_> KaZeR: i think the export statmets are missed in the new build_tomtom_minimal . 17:55 #navit: <@KaZeR> probably yeah, thanks 17:55 #navit: <@KaZeR> gernot_: if you are running linux i can show you how to troubleshoot locally using docker. It's actually quite easy 17:57 #navit: < gernot_> ok. 17:57 #navit: < gernot_> debug via ssh work well, but i dont understand cmake 18:00 #navit: <@KaZeR> your call :) debugging locally has the advantage of not hogging one of the 4 containers we get on circleci.. but it's not a big deal 18:02 #navit: < gernot_> Ok 18:03 -!- jandegr [5bb61135@gateway/web/freenode/ip.91.182.17.53] has joined #navit 18:05 #navit: < gernot_> work docker on a box with 2G ram? 18:06 #navit: <@KaZeR> yep, it's really lightweigth 18:06 #navit: <@KaZeR> hey jandegr 18:08 #navit: <@KaZeR> sed -i "s|set ( TOMTOM_SDK_DIR /opt/tomtom-sdk )|set ( TOMTOM_SDK_DIR $TOMTOM_SDK_DIR )|g" /tmp/$ARCH.cmake 18:08 #navit: <@KaZeR> this is actually useless for our builds 18:13 #navit: < gernot_> yust read about docker... is it right that i need a 64 bit debian? I use 32 bit 18:14 #navit: <@KaZeR> ah, i'm not sure about that. haven't used 32 bits OS in quite some time 18:14 #navit: < gernot_> also my kernel ist toold (3.2 /3.10) 18:15 #navit: < gernot_> I use it for some old drivers 18:15 #navit: <@KaZeR> yeah that could be more problematic as you'd need some specific features 18:15 #navit: <@KaZeR> bummer :) 18:16 #navit: < gernot_> I have a 64 bit debian in a virtualbox... 18:16 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 18:16 #navit: < gernot_> and can use virtualbox images to debig 18:17 #navit: <@KaZeR> oh, then you can use docker there 18:22 #navit: < gernot_> cp: cannot stat '/root/navit/navit/fonts/*.ttf': No such file or directory 18:22 #navit: < gernot_> look good, but this is the old path 18:26 #navit: <@KaZeR> yeah this one should be fixed now. Let me push my wip. 18:26 #navit: <@KaZeR> next will be the missing pngs 18:27 #navit: <@KaZeR> https://circleci.com/gh/navit-gps/navit/2357 18:27 #navit: < gernot_> Disabled sdl ( FreeType library not found ) this also a problem 18:27 #navit: <@KaZeR> indeed 18:41 #navit: < gernot_> freetype is build with this prefix: /opt/tomtom-sdk/gcc-3.3.4_glibc-2.3.2/arm-linux/sys-root 19:04 -!- jandegr [5bb61135@gateway/web/freenode/ip.91.182.17.53] has quit [Quit: Page closed] 19:33 #navit: < gernot_> need we an image converter? 19:33 #navit: < gernot_> CMake Warning at CMakeLists.txt:746 (message): No SVG2PNG converter found. Please install one of the following tools: rsvg-convert;ksvgtopng;ksvgtopng4;inkscape, or imagemagick with svg support 19:36 #navit: <@KaZeR> yep exactly 20:07 #navit: < gernot_> by 20:07 -!- gernot_ [d9e521e8@gateway/web/freenode/ip.217.229.33.232] has quit [] 20:34 #navit: < ilovekiruna> HI Kazer 20:42 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 20:50 #navit: <@KaZeR> hey ilovekiruna 20:51 #navit: < ilovekiruna> was wondering how familiar u r with the request-pull command of the git client 20:59 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has quit [Remote host closed the connection] 21:00 #navit: <@KaZeR> not really familiar. Are you talking about github's extensions to git? 21:05 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has joined #navit 23:09 #navit: < ilovekiruna> I talk about this 23:09 #navit: < ilovekiruna> https://git-scm.com/docs/git-request-pull 23:10 #navit: < ilovekiruna> because still wondering if I can direct make a pull-request without a new branch 23:26 #navit: <@KaZeR> well it really looks like what the "Create pull request" button on github does 23:26 #navit: <@KaZeR> what's the concern with a new branch? branches are central to git 23:39 -!- Horwitz [~mich1@p200300800E00F000022268FFFE64E7C4.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 23:52 -!- Horwitz [~mich1@p200300800E00ED00022268FFFE64E7C4.dip0.t-ipconnect.de] has joined #navit 23:52 -!- mode/#navit [+o Horwitz] by ChanServ --- Log closed Thu Aug 31 00:00:09 2017