--- Log opened Fri Aug 26 00:00:41 2016 00:58 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 02:23 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Ping timeout: 240 seconds] 02:23 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 05:57 #navit: < alex____> hi there 05:58 #navit: < alex____> KaZeR ok, got it 10:09 #navit: < Basilic> hello all 10:31 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has quit [Remote host closed the connection] 10:38 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has joined #navit 11:30 -!- robertp [584aa8ec@gateway/web/freenode/ip.88.74.168.236] has joined #navit 12:45 -!- circleci-bot [~circleci-@ec2-54-162-55-13.compute-1.amazonaws.com] has joined #navit 12:45 #navit: < circleci-bot> Success: mdankov's build (#1081; push) in navit-gps/navit (trunk) -- https://circleci.com/gh/navit-gps/navit/1081 12:45 -!- circleci-bot [~circleci-@ec2-54-162-55-13.compute-1.amazonaws.com] has quit [Client Quit] 12:48 -!- tryagain [~quassel@178.216.76.200] has joined #navit 12:56 #navit: < KaZeR> hi there 12:58 -!- circleci-bot [~circleci-@ec2-54-90-31-49.compute-1.amazonaws.com] has joined #navit 12:58 #navit: < circleci-bot> Success: pgrandin's build (#1082; push) in navit-gps/navit (master) -- https://circleci.com/gh/navit-gps/navit/1082 12:58 -!- circleci-bot [~circleci-@ec2-54-90-31-49.compute-1.amazonaws.com] has quit [Client Quit] 13:19 #navit: < KaZeR> hey tryagain ! 13:19 #navit: < KaZeR> good to see you! 13:24 #navit: < robertp> hi there, too 13:28 #navit: < KaZeR> hi robertp 13:34 #navit: < robertp> does one know why attr_search(attrs,NULL,attr_type) could fail and cause a segfault? 13:35 #navit: < robertp> http://pastebin.com/39Aiwf1y 13:39 #navit: < tryagain> hey KaZeR & all 13:41 #navit: < robertp> https://github.com/pohlinkzei/navit/tree/service_i2c_plugin 13:41 #navit: < KaZeR> robertp: you can try an interactive debugging and explore the values of the variables 13:43 #navit: < robertp> i have no jtag interface on my VM :D 13:43 #navit: < robertp> how can i setp through the code? 13:48 #navit: < KaZeR> robertp: http://dirac.org/linux/gdb/06-Debugging_A_Running_Process.php and ftp://ftp.gnu.org/old-gnu/Manuals/gdb/html_chapter/gdb_9.html explains it better than i would. let me know if you a 13:48 #navit: < KaZeR> you can setup a breakpoint right before the line that crashes, inspect the variables, and then run step by step 14:00 #navit: < KaZeR> https://www.youtube.com/watch?v=PorfLSr3DDI is also worth watching. Look at the TUI 14:01 #navit: < tryagain> robertp your service_new function is called at xmlconfig.c with new->element_attr.u.data = new->object_func->create(parent_attr, attrs); 14:02 #navit: < tryagain> but it expects arguments in different order service_new(struct attr** attrs, struct attr* parent) 14:05 #navit: < tryagain> so just change its header to service_new( struct attr* parent,struct attr** attrs) 14:05 #navit: < tryagain> like its done in vhehicle_new of vehicle.c 14:13 #navit: < KaZeR> tryagain: i haven't looked at it in quite some time, but we discussed it in the past : do you have more informations about our dns setup? what if we want to move wiki+forums outside of the shell server? 14:17 #navit: < tryagain> KaZeR we can edit dns records as we need 14:22 #navit: < KaZeR> tryagain: directly in pgsql? 14:26 #navit: < tryagain> pgsql? our dns server has text zone file, whichcan be edited with our favourite vim :) 14:27 -!- ColdFyre [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 14:30 #navit: < robertp> tryagain: Thank you, that will help me a lot! 14:32 #navit: < tryagain> robertp you're welcome 14:33 #navit: < KaZeR> tryagain: mmmm 14:34 #navit: < KaZeR> tryagain: ah, found it. thanks 14:34 #navit: < KaZeR> not going to change it today, but it's good to know 14:35 #navit: < KaZeR> the mapsX list could probably use some cleanup too :) 14:37 #navit: < tryagain> actually we'd better populate mapX list with some fresh values... Do you have some? ;) 14:43 #navit: < KaZeR> i don't but we should work on that. I can host a mapserver on the server where I intend to move wiki + forums 14:43 #navit: < KaZeR> i can probably provide a mirror from another place too, but need to confirm 14:51 #navit: < KaZeR> tryagain: i'd like to submit a PR soon to merge what robertp and myself have been working on regarding integrating an audio framework in navit. Any thoughts on the general concept? any question before we work on the PR? 14:53 #navit: < robertp> Kazer, i pledged my niece to paint me some icons. So I might get some at some time. 14:59 #navit: < KaZeR> robertp: awesome! also i forgot to answer your question yesterday. We could also reuse icons from other opensource projects, such as gtk : http://findicons.com/search/gtk 15:00 #navit: < KaZeR> we only need to 1) double check the license, ensuring that it allows reuse, and check if we need to give credit and 2) use SVG only icons 15:01 #navit: < robertp> I know about license and svg stuff. 15:02 #navit: < KaZeR> yeah i wasn't worried, but i figured it wouldn't hurt to be explicit about it :) 15:03 #navit: < robertp> The icons I used for the players menubar are gnu. 15:03 #navit: < robertp> GPL i mean 15:07 #navit: < KaZeR> ok nice. For the spotify gui i used things like https://github.com/pgrandin/navit/blob/audio_framework/navit/xpm/music-green.svg and https://github.com/pgrandin/navit/blob/audio_framework/navit/xpm/playlist.svg 15:08 #navit: < KaZeR> well actually the icon is defined for the internal gui, depending upon the informations provided by the plugin. So they are not really specific to spotify, excepted that we can have states such as "offline" or "downloading" 15:23 #navit: < tryagain> KaZeR I never looked at audio framework code besides a few attempts to answer questions asked here... Maybe a PR itself would be a good starting point for discussion? 15:26 #navit: < KaZeR> indeed. to give you some food for thoughts : the idea is to implement a generic, modular audio framework. plugins provide functionnality (mpd interfacing, spotify would be players, and we have an alsa-output plugin to manage the volume). We want to avoid having seperate interfaces depending upon the plugin 15:27 #navit: < KaZeR> we mostly reused concepts from other plugins/parts of navit. You should be able to enable a player from the ui, or switch to another player. UI code should be plugin-independent 15:28 #navit: < KaZeR> the code that we have is quite close. I'll work with robertp to put that in a branch, merging both our work and will open a PR 15:28 #navit: < KaZeR> off for lunch, back in a moment 16:49 -!- robertp [584aa8ec@gateway/web/freenode/ip.88.74.168.236] has quit [] 17:25 -!- tryagain [~quassel@178.216.76.200] has quit [Remote host closed the connection] 19:21 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 19:57 -!- ColdFyre [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has joined #navit 20:03 -!- ColdFyre [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has quit [Quit: Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x]] 20:04 -!- ColdFyre [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has joined #navit 20:22 -!- ColdFyre_ [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has joined #navit 20:27 -!- ColdFyre__ [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has joined #navit 20:31 -!- ColdFyre [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has quit [Quit: Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x]] 20:31 -!- ColdFyre_ [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has quit [Quit: Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x]] 20:31 -!- ColdFyre__ [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has quit [Client Quit] 20:32 -!- ColdFyre [~lenny@c-71-231-174-131.hsd1.wa.comcast.net] has joined #navit --- Log closed Sat Aug 27 00:00:43 2016