--- Log opened Sat Sep 01 00:00:34 2018 03:56 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 03:56 -!- mode/#navit [+v xenos1984] by ChanServ 05:55 #navit: <+jkoan> aerostitch: perfect (y) and thx to take care of this 06:02 #navit: < aerostitch> np 06:03 #navit: < aerostitch> There's been a lot of spam those last few days on the wiki. 06:03 #navit: < aerostitch> Even the main page was defaced 06:03 #navit: < aerostitch> But a lot of pages got created too 06:03 #navit: < aerostitch> we'll need to clean that up 06:04 #navit: < aerostitch> I'm out this coming week 06:04 #navit: < aerostitch> so I can't have a look 07:13 #navit: <+jkoan> I try to clean up the wiki on today's afternoon 11:00 #navit: < genesis> $ navit -v 11:00 #navit: < genesis> setting 'NAVIT_PREFIX' to '/home/genesis/.nix-profile' 11:00 #navit: < genesis> navit 0.5.3+git:xdevxgitxnotxfound- 11:00 #navit: < genesis> would be fine to not have this behaviour on release. 11:03 #navit: < genesis> ( with -DCMAKE_BUILD_TYPE=Release ) 11:05 #navit: <+jkoan> genesis: probably you need to install git or this is broken in current releases 11:05 #navit: <+jkoan> I will take a look at it soon 11:06 #navit: <+jkoan> But if you want to look first: cmake/version.cmake 11:25 #navit: < genesis> i've to fix regression on freetype lib detection 12:13 #navit: < genesis> btw 0.5.3 has been merge in nixos. 12:41 #navit: <+jkoan> nice 12:48 #navit: < genesis> i'm trying to remove protobuf-c from sources 12:49 #navit: < genesis> -CHECK_INCLUDE_FILES(libspeechd.h HAVE_LIBSPEECHD) 12:49 #navit: < genesis> +CHECK_INCLUDE_FILES(speech-dispatcher/libspeechd.h HAVE_LIBSPEECHD) 12:49 #navit: < genesis> i have to do that too. 12:56 #navit: < genesis> i don't see anyscript generating navit/maptool/generated-code 13:24 #navit: <+jkoan> genesis: these files where generated from navit/maptool/{fileformat,osmformat}.proto but you are right that we should embedd the updateing in our release process 13:24 #navit: < genesis> yes i'm doing it 13:25 #navit: < genesis> jkoan http://pasteall.org/1149399 13:26 #navit: <+jkoan> do want to make a PR for that? 13:28 #navit: < genesis> yes, when i've finished. 13:28 #navit: < genesis> clean code makes me happy. 13:30 #navit: <+jkoan> us also :) 13:31 #navit: <+jkoan> we need to think about a solution how to get the release versioncode right when we have a release tarball. Currently it relys on git to get the last hash and so on 14:51 #navit: < genesis> i don't get why it silently doing nothing when i call compile_protobuf_module() :/ 14:58 #navit: <+jkoan> genesis: want that I look in the files? 15:06 #navit: < genesis> http://nixpaste.lbr.uno/raw/8pIH2hKV i did something like that for the moment 15:12 #navit: <+jkoan> did you delete the current generated code? 15:13 #navit: <+jkoan> also you probably need to add generated to the source files? 15:19 #navit: < genesis> i don't remove yet but change path in the header 15:23 #navit: <+jkoan> in the header? as far as i know cmake does not analyse the headers 15:29 #navit: < genesis> you mean that if the files are not needed, it won't execute compile_protobuf_module() ? 15:32 #navit: <+jkoan> if you run your funtion you just add the command, but nothis depends on this command so it wont get run 15:33 #navit: < genesis> oki 15:34 #navit: < genesis> cmake_minimum_required(VERSION 2.6 FATAL_ERROR) perharps i need to upgrade that old version to newer with better findPackages. 15:36 #navit: <+jkoan> to which version? 15:36 #navit: <+jkoan> i also thought about that btw 15:40 #navit: < genesis> 2.8.5 seems to introduce protobuf 15:48 #navit: <+jkoan> i'm okay with this 15:49 #navit: <+jkoan> what do you think about the "support" things inside the navit source? 15:49 #navit: < genesis> perharps a later version, like debian stable one. 15:51 #navit: < genesis> i don't like include 3rd party. 15:51 #navit: <+jkoan> ubuntu has 3.10 for cmake 15:51 #navit: <+jkoan> i also, in my oppinion this is broken by design 15:53 #navit: < genesis> for FindProtobuf i need 3.0.2 15:54 #navit: < genesis> i think 3.10 would be fine. 15:59 #navit: <+jkoan> i am okay with that, but we need to ask the rest of the team 16:00 #navit: <+jkoan> proabaly also a bit older to support LTS 16:03 #navit: < genesis> 3.7.2 on strech (stable) 16:04 #navit: <+jkoan> then this would be better 16:04 -!- aerostitch [~aerostitc@136.25.161.62] has quit [Quit: Leaving] 16:20 #navit: < genesis> [ 6%] Building C object navit/maptool/CMakeFiles/MAPTOOL_SOURCE.dir/fileformat.pb-c.c.o 16:20 #navit: < genesis> [ 6%] Building C object navit/maptool/CMakeFiles/MAPTOOL_SOURCE.dir/osmformat.pb-c.c.o 16:20 #navit: < genesis> smells good :) 16:21 #navit: < genesis> erf no. 16:23 #navit: < genesis> [ 6%] Generating osmformat.pb-c.c, osmformat.pb-c.h 16:23 #navit: < genesis> [ 6%] Generating fileformat.pb-c.c, fileformat.pb-c.h 16:23 #navit: < genesis> just a path pb, fine fine :) 16:27 #navit: <+jkoan> what was the mistake which made it failing before? 16:28 #navit: < genesis> as you said, i was not add_library (MAPTOOL_SOURCE fileformat.pb-c.c osmformat.pb-c.c) 16:29 #navit: <+jkoan> :D 16:30 #navit: <+jkoan> did the build succeed? 16:36 #navit: < genesis> nop 16:36 #navit: <+jkoan> why? ^^ 16:38 #navit: < genesis> still put in ./source/build/navit/maptool/osmformat.pb-c.h 16:41 #navit: <+jkoan> And it should be in output? 16:42 #navit: < genesis> unless i keep generated in build 16:43 #navit: < genesis> and add the librarie to check here, i prefere in source because we could let them for workaround 17:02 #navit: < genesis> https://cmake.org/cmake/help/v3.0/manual/cmake-language.7.html#quoted-argument 17:16 #navit: < genesis> https://groups.google.com/forum/#!topic/protobuf-c/0GZqHvOrH7E 17:18 #navit: < genesis> needs to fix files :') 17:21 #navit: < genesis> so we use protobug < 1.0.0 :] 17:21 #navit: < genesis> protobuf 17:24 #navit: < genesis> https://github.com/protobuf-c/protobuf-c/blob/713a748e6202ee257702580df531d741b73f44f8/ChangeLog#L121 17:46 -!- Netsplit *.net <-> *.split quits: Millesimus 17:47 -!- Millesimus [~Millesimu@178.63.77.55] has joined #navit 17:51 #navit: <+jkoan> Do you want to update navit to the new protobuf version? ;) 18:05 #navit: < genesis> no, i've better thing to do 18:05 #navit: < genesis> i don't get simple thing like choose a destination 18:05 #navit: < genesis> it takes first even when i select another in the list. 18:06 #navit: < genesis> i just clean a bit 3rd party because here we are, instead of fixing time to time, we have stucked old version and much works to do. 18:10 #navit: < genesis> and there are a lot of compiler warning message to fix too 18:10 #navit: < genesis> we shouldn't accept that in the process. 18:50 #navit: < genesis> http://nixpaste.lbr.uno/raw/nV1ccQux stills get this linker issue . 20:49 -!- Beggar [~WilliamWS@191.254.110.80] has joined #navit 20:49 #navit: < Beggar> hi 21:06 #navit: < genesis> hi Beggar 21:10 #navit: < genesis> this linkage makes me crazy. 21:23 #navit: < Beggar> Make a fork of navit and name it navidad, and you will have no problem with linkages anymore because it will be aways Christmas. 21:23 #navit: < Beggar> Sorry for the terrible joke, I did not resisted... 21:45 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 23:30 #navit: < genesis> fixed, i was long way from what i should do 23:31 #navit: < genesis> anyway, now we'll see if maptool works fine. --- Log closed Sun Sep 02 00:00:35 2018