--- Log opened Sun Oct 21 00:00:30 2018 00:53 #navit: <@KaZeR> merged, thanks. Next step will probably be to update the sfos build script to use the navit image now 00:59 #navit: <+ilovekiruna> what would be the name of the navit image then? 01:05 #navit: <+ilovekiruna> is that built automatically? 01:05 #navit: <+ilovekiruna> KaZeR: to be also to update the Dockerfile when a new release arrives, I would also like to have merge rights for Dockerfiles 01:06 #navit: <@KaZeR> navit/sfos or something like that 01:06 #navit: <@KaZeR> ilovekiruna: sure granting it right now 01:07 #navit: <@KaZeR> ilovekiruna: you should have access now 01:08 #navit: <+ilovekiruna> KaZeR: great 01:08 #navit: <+ilovekiruna> can you build the image and add it to hub.docker.com? 01:08 #navit: <+ilovekiruna> I would then make the changes to travis config file 01:22 #navit: <@KaZeR> yep 01:24 #navit: <+ilovekiruna> I will now go for navit/sfos and send a PR 01:38 #navit: <+ilovekiruna> please also tag it with version 2.2.1.18 01:40 #navit: <+ilovekiruna> I just notice for .travis.yml, I still should fix uploading 01:40 #navit: <+ilovekiruna> will do that tomorrow 01:40 #navit: <+ilovekiruna> good night 01:40 #navit: <@KaZeR> ++ 05:54 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 05:54 -!- mode/#navit [+v xenos1984] by ChanServ 12:53 #navit: < genesis> hi 12:53 #navit: < genesis> who's leading windows build ? 14:07 #navit: < genesis> aerostitch curl -sSL https://cmake.org/files/v3.5/cmake-3.5.2-Linux-x86_64.tar.gz | sudo tar -xzC /opt 14:08 #navit: < genesis> or later in wince dockerfile if you have some minutes to try, 3.2 is still old and bugged :) 14:51 #navit: < genesis> or : 14:51 #navit: < genesis> sudo wget https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh -P /usr/ 14:51 #navit: < genesis> sudo chmod 755 /usr/cmake-3.8.2-Linux-x86_64.sh 14:51 #navit: < genesis> sudo ./cmake-3.8.2-Linux-x86_64.sh 15:08 #navit: <+ilovekiruna> KaZeR: Could you please have a look on the answer to our forum entry 15:08 #navit: <+ilovekiruna> I am not sure if the person answering understood the point 15:19 #navit: < genesis> i rebase #702 but it should be OK 15:19 #navit: < genesis> now we can have 3.x on all plateform i guess. 15:31 #navit: < genesis> i wait this to be merged, see you later. 15:38 #navit: < genesis> KaZeR : about wince there is a weird linker but i see bug in cmake (double call of toolchain cmakefile, when it didn't happens on higher version) 17:47 #navit: <+Navit> @KaZeR why are all tags back?! 17:49 #navit: < genesis> back 17:55 #navit: <@KaZeR> jkoan: we probably merged from a fork that still had it or something like that. I'll remove them i have a script 18:02 #navit: <@KaZeR> ilovekiruna: since #679 has been approved you might want to push new changes to a new PR 18:03 #navit: <@KaZeR> otherwise we need to review this one again, and it'll make it bigger and bigger 18:07 #navit: <@KaZeR> c 18:09 #navit: <@KaZeR> ilovekiruna: merged. we can work on the artifacts via another branch now. nice work! 18:24 #navit: <+ilovekiruna> KaZeR: i already pushed sth, hope you cherry picked it out 18:25 #navit: <+ilovekiruna> the last commit didnt work on travis anymore 18:32 #navit: <+ilovekiruna> KaZeR: have you added the docker image to the navit org on docker hub? 19:38 #navit: <+ilovekiruna> KaZeR: have you added the docker image to the navit org on docker hub? 22:13 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 22:38 #navit: <+Navit> Howdy. 22:40 #navit: <+Navit> Getting an interesting error running cmake: Enabled XSL_PROCESSING ( default ) Processing XSLT files: NONE See navit/xslt for available XSLT files, and put them into cache variable 'XSLTS' (without extension .xslt). To configure your build use 'cmake -L' to find changeable variables and run cmake again with 'cmake -D = ...'. -- Could NOT find PROTOBUF_C (missing: 22:40 #navit: <+Navit> PROTOBUF_C_LIBRARY PROTOBUF_C_INCLUDE_DIR) CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: PROTOBUF_C_LIBRARY (ADVANCED) linked by target "maptool_core" in directory /home/charles/versioned/navit/navit/maptool -- Configuring incomplete, errors occurred! See also 22:40 #navit: <+Navit> "/home/charles/versioned/navit-build/CMakeFiles/CMakeOutput.log". See also "/home/charles/versioned/navit-build/CMakeFiles/CMakeError.log". Thoughts? 22:48 #navit: < genesis> you need to install protobuf-c , which distro ? 22:48 #navit: <+Navit> Debian stable. 22:49 #navit: < genesis> libprotobuf-c-dev protobuf-c-compiler 22:49 #navit: < genesis> apt-get that. 22:49 #navit: < genesis> (ubuntu naming, but that's the idea) 22:50 #navit: <+Navit> Also works on debian. Now to run again... 22:51 #navit: <+Navit> Much better. Thx. 22:51 #navit: < genesis> :) 22:51 #navit: < genesis> my patch ;p 22:51 #navit: <+Navit> OK. Can you add a patch to scons stuff to make it a little clearer, like "Please install ... " Thx. 22:52 #navit: < genesis> hum, which scons stuff ? 22:52 #navit: < genesis> you want to say cmake ? 22:52 #navit: <+Navit> Sorry, wrong project. Cmake it is. 22:53 #navit: < genesis> no i don't , Could NOT find PROTOBUF_C seems enough . 22:53 #navit: <+Navit> No. Not clear enough. I have no idea what PROTOBUF_C is. 22:54 #navit: < genesis> so you're not capable to build software, not our fault. 22:54 #navit: <+Navit> I was getting ready to start googling when I found the Discord stuff, signed up & aske here. 22:55 #navit: < genesis> which sentence would have been more explicit for you ? 22:57 #navit: < genesis> (btw very bad to complexify build system with useless such thing) 22:57 #navit: <+Navit> Something like "Could NOT find PROTOBUF_C. Please install packages libprotobuf-c-dev protobuf-c-compiler or your distribution's equivalent. 22:58 #navit: < genesis> oki but that's what "Could NOT find PROTOBUF_C" means already , dispite i don't use ubuntu or debian based distro since it sucks 22:59 #navit: < genesis> and it's irrelevant and give no more information for most user 23:00 #navit: < genesis> i understand your point, i hope you'll understand mine :) 23:01 #navit: < genesis> it's not a world where debian based package name is as a norm as english speaking, meanwhile north folk try to invade my land reguliary :D 23:01 #navit: <+Navit> Fair enough. Having worked in commercial software, I take the attitude that every customer support phone call we could have avoided with an explicit error message for the complete dummy is money wasted. So I try to make my error messages as clear as possible. 23:02 #navit: <+Navit> It's what you're used to, I guess. 23:02 #navit: < genesis> i understand but you know what ? as a software developper, i've also worked in commercial software 23:03 #navit: < genesis> because it's not a separate world between , work as a benevolant on navit, and be anything else that a software developer forced to work on commercial stuff to live ;) 23:04 #navit: < genesis> and btw , there is really very few people trying to build their stuff themselve 23:05 #navit: < genesis> and we're pleased to help, but i think it doesn't worth the cost to put such explicit message instead of learn people how to understand build failure. 23:05 #navit: <+Navit> I know most people expect to install packages. But people who want to contribute need to be able to build. The easier that is, the more folks who will be willing to contribute. 23:06 #navit: < genesis> yes and it's why i fix navit since 2 months ;) 23:06 #navit: <+Navit> Not disagreeing with you, jst sort of amplifying my thought here. 23:07 #navit: < genesis> it's a point of view , honestly ,who cares about contribution of people who doesn't understand "Could NOT find PROTOBUF_C" ? 23:08 #navit: <+Navit> Well, obviously I do, since I asked. 23:08 #navit: < genesis> oki i hope you build it fine now :) 23:08 #navit: < genesis> btw , you're using a bot on discord that translate to irc channel 23:09 #navit: <+Navit> Seem to be working fine now, thanks. 23:09 #navit: <+Navit> I figured out about the discord <> IRC bot. Either one works for me. 23:10 #navit: < genesis> yes but i wonder if it's clear when u use it , or it's a bit masked 23:10 #navit: < genesis> i'm on irc freenode since years , and discord only for politics concern i don't mix both reality 23:11 #navit: <+Navit> Yes. You are showing up as "IRC Gateway BOT" and then at the beginning of each line. 23:11 #navit: <+Navit> Ah, OK. Good to know. 23:11 #navit: < genesis> fine, thanx . 23:11 #navit: <+Navit> Thank you. 23:13 #navit: < genesis> and for information, i use nixos linux distribution ;) --- Log closed Mon Oct 22 00:00:31 2018