[00:00:59] what sailfish still lacks i think is a proper voice [00:11:17] nice work ilovekiruna ! [00:11:27] yeah i can still check today. i'm around for a couple more hours [00:11:49] am now preparing an issue to discuss things and the PR [00:12:12] actually thinking again, why not discuss everything in the PR directly????? [00:13:11] yep sure [00:13:57] btw: should we first crunch down all the stupid commit messages to one? [00:15:00] i usually do that when merging the pr, via a squash and merge [00:15:11] if you're ashamed of your commits you can do it before, it's up to you :) [00:15:35] ok :) [00:15:56] I would say would be good if first metalstrolch also gives his opinion before merging [00:16:18] maybe better as he also did that packaging before [00:17:00] yeah, just add him as a reviewer [00:17:27] you are slower than me, already did before ;-) [00:17:31] :-D [00:17:58] btw: is there an issue with PR directly from my repo? [00:18:08] I didnt push it first to the main repo [00:20:43] > you are slower than me, already did before ;-) [00:20:45] haha [00:20:53] > btw: is there an issue with PR directly from my repo? [00:21:22] nop, excepted that others can't easily contribute back to your repo. so it's really up to you. you can use your fork or a branch in the main repo, as you prefer [00:21:53] generally, before I first pushed my branch to the main repo [00:21:59] just forgot this time ;-) [00:22:04] ha ok [00:22:20] do you always intentionally switch letters? [00:22:25] >ha ok [01:07:55] KaZeR: will turn in now, can you please have a look on the branch flat_Dockerfile? Have i done it right? [01:43:06] ilovekiruna: ah seems to be european where ha is american [01:43:14] ilovekiruna: yep will do [07:00:47] *** Joins: xenos1984 (~xenos1984@193.185.150.2) [07:00:47] *** ChanServ sets mode: +v xenos1984 [07:01:59] *** Quits: xenos1984 (~xenos1984@193.185.150.2) (Client Quit) [08:20:44] *** Joins: xenos1984 (~xenos1984@dyn231-156.eduroam.net.utu.fi) [08:20:44] *** ChanServ sets mode: +v xenos1984 [08:22:21] *** Joins: naggety (~naggety@168.red-81-47-76.dynamicip.rima-tde.net) [09:35:33] *** Quits: xenos1984 (~xenos1984@dyn231-156.eduroam.net.utu.fi) (Ping timeout: 252 seconds) [10:11:33] *** Joins: xenos1984 (~xenos1984@dyn231-156.eduroam.net.utu.fi) [10:11:33] *** ChanServ sets mode: +v xenos1984 [11:25:04] *** Quits: xenos1984 (~xenos1984@dyn231-156.eduroam.net.utu.fi) (Ping timeout: 240 seconds) [12:07:59] *** Quits: aerostitch (~aerostitc@c-24-23-228-135.hsd1.ca.comcast.net) (Read error: No route to host) [12:51:26] *** Joins: xenos1984 (~xenos1984@dyn231-156.eduroam.net.utu.fi) [12:51:26] *** ChanServ sets mode: +v xenos1984 [14:37:51] *** Quits: naggety (~naggety@168.red-81-47-76.dynamicip.rima-tde.net) (Ping timeout: 252 seconds) [15:27:51] *** Quits: xenos1984 (~xenos1984@dyn231-156.eduroam.net.utu.fi) (Quit: Leaving.) [15:57:19] *** Joins: xenos1984 (~xenos1984@193.185.150.2) [15:57:19] *** ChanServ sets mode: +v xenos1984 [17:29:55] *** Joins: aerostitch (~aerostitc@136.25.161.62) [17:37:12] ;;;;;;6;1 [18:01:26] hi KaZeR; you saw the PRs? [18:16:24] ha looks like my cat said hi [18:18:15] wow, you speak catish???? [18:19:08] haha [18:19:14] years of practice :) [18:19:32] i responded to one of metalstrolch's comment. We need to address the other 2 [18:19:34] have you seen my flat dockerfile? [18:19:42] which PR? [18:22:05] how would you continue with the build errors on that PR? [18:22:28] with the changes by genesis it builds, however, didnt want to just pull his changes in my PR ;-) [18:22:42] or what is your opinion? [18:23:54] *** Quits: xenos1984 (~xenos1984@193.185.150.2) (Ping timeout: 252 seconds) [18:34:31] i was talking about https://github.com/navit-gps/navit/pull/680 [18:38:47] are you a bit free, or when would you be? [18:53:40] KaZeR: where do i need to add the speech command? [18:57:30] should I do it by a sed command in the build_wince.sh script? [19:02:53] ilovekiruna: remind me of the speech command you want to use? [19:03:02] i think that it could just be a config entry like espeak no? [19:06:44] https://stackoverflow.com/questions/1040655/ms-speech-from-command-line [19:07:09] so should we than change it in the standard navit.xml for wince? [19:07:37] PowerShell -Command "Add-Type ?AssemblyName System.Speech; (New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak('hello');" [19:13:05] > so should we than change it in the standard navit.xml for wince? [19:13:38] we probably should. the current default navit.xml doesn't work on wince because it's too big. I was able to reproduce that issue with aerostitch's device. We need a trimmed down version with less layers [19:25:54] can you point me where I need to make the changes? [19:27:03] sure. so in the end we want to transform that line during the windows build : https://github.com/navit-gps/navit/blob/trunk/navit/navit_shipped.xml#L380 [19:27:38] are you familiar with xslt? here's a random example : https://github.com/navit-gps/navit/blob/trunk/navit/xslt/iphone.xslt [19:28:08] hey actually we have a xslt for windows https://github.com/navit-gps/navit/blob/trunk/navit/xslt/windows.xslt [19:28:13] and another one for wince [19:28:47] great [19:28:59] so we just need to change the xslt for wince then? [19:30:56] yes. and probably for windows too, so that it uses the speech from cmd line you shared [19:34:09] sorry, ofc i meant the one for windows [19:34:19] we didnt mean to change wince for speech [19:34:21] was confused [19:35:51] no worries :) [20:10:31] KaZeR: I guess i need some help on xslt [20:13:36] sure [20:20:46] any specific question? :) [20:27:15] am totaly clueless [20:27:30] plus what annoys me is that apparently my sfos build is failing again [20:27:43] once I was moving out of the build script [20:33:49] ok which one do you want to focus on first? xslt of sfos? [20:34:19] with you xslt [20:38:22] do i then need to replace in windows.xslt the espeak by cmdline [20:38:38] and then add another line where i replace data and type and then add my string to run? [20:57:25] sounds about right yes [20:58:02] *** Joins: xenos1984 (~xenos1984@193.185.150.2) [20:58:02] *** ChanServ sets mode: +v xenos1984 [21:03:32] https://github.com/navit-gps/navit/blob/trunk/navit/xslt/windows.xslt#L7-L8 is probably a good example [21:03:54] line 7 defines where to look for the xml node and line 8 defines what to replace that node with [21:10:17] *** KaZeR sets mode: -r [21:10:42] KaZeR: looks like here: https://gist.github.com/hoehnp/af952da69947d78c8772df9799d7f442 [21:10:47] fyi i just removed +r from the channel (require user registration) as the spam issue should be over, and this prevents users from joining the channel via the webchat [21:11:44] honestly the whole file is copied from speech_espeak.xslt [21:12:15] *** Joins: Tu13esfw (~Tu13es@95.78.87.41) [21:12:18] conjugate in my mind is something that belongs to the same conjugacy class of the group action [21:12:19] there 2.0 was used, no clue why [21:12:24] 「PNG image data, 1337 x 118, 8-bit/color RGB, non-interlaced」 [21:12:28] shit spammers are back [21:12:32] I am and have been using it as well, fanboy. [21:12:35] *** KaZeR sets mode: +r [21:12:42] *** Tu13esfw was kicked by KaZeR (#navit) [21:12:44] so annoying :-( [21:13:01] it's been years since i've kicked someone from an irc channel! [21:13:03] still got it :D [21:13:12] :-D [21:13:55] also you can change the config on a per-property basis like that, or you can replace the whole line as in the example i paster [21:14:03] in your case, this might make it more legible [21:15:05] where? [21:15:40] 12:03:32 @KaZeR | https://github.com/navit-gps/navit/blob/trunk/navit/xslt/windows.xslt#L7-L8 is probably a good example │ [21:15:41] 12:03:54 @KaZeR | line 7 defines where to look for the xml node and line 8 defines what to replace that node with [21:16:13] *** KaZeR sets mode: +si [21:16:34] ah, you meant that [21:17:37] *** KaZeR sets mode: -i [21:17:41] *** KaZeR sets mode: -s [21:20:01] *** ChanServ sets mode: +v aerostitch [21:22:56] so more like that? https://gist.github.com/hoehnp/af952da69947d78c8772df9799d7f442 [21:25:15] looking good, but you'll probably need to escape the " within [21:25:58] which backslash? [21:26:30] \" should work yeah [21:27:08] otherwise " is the usual replacement for xml [21:27:56] then maybe i use that directly [21:28:53] looks like we've used ' elswhere but i don't know if this would work to pass the arguments to your windows command [21:30:30] pushed now a new branch [21:30:35] we will see if it even builds [21:35:14] xsltproc navit_shipped.xml > new.xml :) [21:39:16] cool [21:39:39] btw: can you explain me what sanity_check doesnt like? [21:40:15] again merge conflict? [21:45:55] https://circleci.com/gh/navit-gps/navit/11584 ? [21:46:01] it's odd you have an indentation issue [21:46:24] did you pull that file from another branch? or is your branch a bit old and using an older, non fixed version of that file? [21:52:49] maybe because i copied the speech_win32.xslt file from gist.github. [21:53:38] I was just pulling trunk again, just in case [22:02:54] KaZeR: generally win32 builds, we would just need somebody to test it :-S [22:04:40] i have a virtual machine [22:04:51] ha there's no sound though [22:04:57] i'll have to look into it [22:04:57] lol [22:15:18] *** Quits: xenos1984 (~xenos1984@193.185.150.2) (Ping timeout: 250 seconds) [23:20:07] KaZeR: It is really strange the same commands in bash file and separately give a different results [23:22:06] just by now restarting the job with ssh it seems to work better [23:24:15] and in my container it runs perfectly [23:29:13] circleci doesnt find a relevant task for vehicle_qt5.cpp while my own container has it [23:29:18] quite confused [23:59:21] strangely even a manual build after I connect via ssh seems to work on circleci, at least it doesnt stop anywhere in between