[00:23] GitHub176 (GitHub176@gateway/service/github.com/x-gmvbcbowgjhehvrs) joined #scummvm. [00:23] [scummvm-web] Mataniko opened pull request #68: Update SCI games to reflect 2.0 support (master...master) https://git.io/vb6uR [00:23] GitHub176 (GitHub176@gateway/service/github.com/x-gmvbcbowgjhehvrs) left #scummvm. [00:52] ah, hm. thats an html viewer, the document is supposed to be html. [00:53] (the updater) [00:54] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [00:55] snover? [00:55] Mataniko: hey, thats me! [00:56] i thought you were referring to the PR [00:56] but nm [00:57] oh, no. sorry, i realised later that i did that thing i do sometimes and forgot to give the correct context for my thought. :) [00:58] _sev (~sev@scummvm/undead/sev) joined #scummvm. [00:58] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [00:58] you get a pass for all the work on sci32 :) [01:00] GitHub15 (GitHub15@gateway/service/github.com/x-mbujcuyafbtrxytk) joined #scummvm. [01:00] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vb6g2 [01:00] scummvm/master 6921ba7 Paul Gilbert: XEEN: Close cast spell dialog only after a spell is successfully cast [01:00] GitHub15 (GitHub15@gateway/service/github.com/x-mbujcuyafbtrxytk) left #scummvm. [01:05] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) left irc: Remote host closed the connection [01:20] Any reason why theres no PSP version on the official download page? [01:20] I was under the impression that the buildbot has been building fine psp versions for a while. [01:21] buildbot doesnt generate release builds right now. [01:22] Oh I see. I thought there was at least a 1.9.0 release version for PSP already in existence but maybe that was a buildbot version. [01:24] there is a 1.9.0 psp release, yes. [01:24] Shouldnt it be included in the old unsupported list then? [01:25] The one below he 2.0.0 download list? [01:26] I just checked I got 1.9.0 on my PSP. It works phenomenal on the PSP. Until 2.0.0 is built it would be great to have it in that secondary list. [01:56] SylvainTV (~SylvainTV@LFbn-LIL-1-593-180.w81-254.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [02:07] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 260 seconds [02:08] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [02:30] snw (~snow_bcks@ganon.dot-server.net) left irc: Quit: User was destroyed by a weapon of mass destruction. [02:30] snw (~snow_bcks@ganon.dot-server.net) joined #scummvm. [03:05] GitHub154 (GitHub154@gateway/service/github.com/x-koflcnxhwjjfxydr) joined #scummvm. [03:05] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vb6rZ [03:05] scummvm/master 9bcbf63 Paul Gilbert: XEEN: Fixes for the Repear cutscene [03:05] GitHub154 (GitHub154@gateway/service/github.com/x-koflcnxhwjjfxydr) left #scummvm. [03:14] i wonder how much of the trouble people are having with the forums is because sometimes its forum.scummvm.org and sometimes its forums.scummvm.org and theres no redirect set up to make sure this works correctly [03:14] so if the links are sending people to subdomain A and the cookies are on subdomain B then there will be all sorts of confusing access control failures [03:22] GitHub4 (GitHub4@gateway/service/github.com/x-zvtycvgsyipvjleq) joined #scummvm. [03:22] [scummvm] Mataniko opened pull request #1089: A collection of tickets requesting to add md5 hashes for various games (master...hashes) https://git.io/vb6rb [03:22] GitHub4 (GitHub4@gateway/service/github.com/x-zvtycvgsyipvjleq) left #scummvm. [03:29] ccawley2011 (6d927ef2@gateway/web/freenode/ip.109.146.126.242) left irc: Quit: Page closed [03:35] GitHub182 (GitHub182@gateway/service/github.com/x-ntmsugeklpcyquay) joined #scummvm. [03:35] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vb6oq [03:35] scummvm/master 32d34c3 Paul Gilbert: XEEN: Fixes for the Golem cutscene [03:35] GitHub182 (GitHub182@gateway/service/github.com/x-ntmsugeklpcyquay) left #scummvm. [03:43] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 265 seconds [03:47] dreammaster (~dreammast@c-73-149-116-247.hsd1.ma.comcast.net) left irc: [03:57] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [04:03] Endy (ender@sand.enderboi.com) left irc: Ping timeout: 248 seconds [04:03] LeChuck (scummvm@sand.enderboi.com) left irc: Ping timeout: 240 seconds [04:04] LeChuck joined #scummvm. [04:05] Endy (ender@sand.enderboi.com) joined #scummvm. [04:20] snover (~snover@unaffiliated/snover) left irc: Ping timeout: 265 seconds [04:26] snover (~snover@unaffiliated/snover) joined #scummvm. [04:26] #scummvm: mode change '+o snover' by ChanServ!ChanServ@services. [04:27] tsoliman: oh man. so that difference between c++ and clang++ is pretty important! clang++ defines __ANDROID_API__ which is critical for compilation since they changed some APIs from being inline to not, like& atof. [04:28] Why are they both there? [04:29] i couldnt tell you for sure. [04:29] "It came that way" seems to be the reason [04:29] c++ is the real compiler so it has to exist somewhere [04:30] Ah ok. Yeah I remember one being a shell script. [04:33] Time to rebuild the docker image maybe? [04:34] mmhmm. [04:34] and changing compile-libraries.sh to prefer clang/clang++ over cc/c++ [04:36] luckily i already rebuilt stuff earlier because i needed to get fluidsynth in this image [04:36] so i only need to rebuild the library layers. [04:40] Building GCC from scratch sucks. It takes forever just to fail in the end if I did something wrong. [04:48] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 272 seconds [04:52] yeah it does. [05:01] Yup. :( [05:17] i didnt read a whole book while waiting for compilation because i am a slow reader :) [05:22] tsoliman: good news! the compiler works now that it is actually using the correct& wrapper& [05:33] Yay! All engines on? [05:33] Like check configure output [05:39] yes. [05:50] phew. ok, the new image is pushed for you. [05:54] Yay! Thanks for this snover! [05:55] you bet. apologies for the brokenness. wjp definitely had the right idea about validating that the builders are doing what they are supposed to be doing and finding the correct dependencies. [06:03] Joefish (~Joefish@p200300764F0FC1001466FED23EE19591.dip0.t-ipconnect.de) joined #scummvm. [06:03] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [06:21] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [07:11] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) joined #scummvm. [07:12] GitHub92 (GitHub92@gateway/service/github.com/x-xhchprkuqxyrrzti) joined #scummvm. [07:12] [scummvm-web] rootfather pushed 1 new commit to master: https://git.io/vb6M9 [07:12] scummvm-web/master ee0a52c Matan Bareket: Update SCI games to reflect 2.0 support [07:12] GitHub92 (GitHub92@gateway/service/github.com/x-xhchprkuqxyrrzti) left #scummvm. [07:12] GitHub75 (GitHub75@gateway/service/github.com/x-favbjhrqukltzyhw) joined #scummvm. [07:12] [scummvm-web] rootfather closed pull request #68: Update SCI games to reflect 2.0 support (master...master) https://git.io/vb6uR [07:12] GitHub75 (GitHub75@gateway/service/github.com/x-favbjhrqukltzyhw) left #scummvm. [07:12] Nick change: antlarr2 -> antlarr [07:15] Begas_VBox (~Begasus@84.195.200.194) joined #scummvm. [07:36] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [07:45] _sev (~sev@scummvm/undead/sev) joined #scummvm. [07:45] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [07:56] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) joined #scummvm. [07:56] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [07:57] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [07:58] LittleToonCat (~littlecat@sydnns0115w-156-57-12-94.dhcp-dynamic.fibreop.ns.bellaliant.net) left irc: Remote host closed the connection [08:05] dimo (57d64ce5@gateway/web/freenode/ip.87.214.76.229) joined #scummvm. [08:05] _sev (~sev@scummvm/undead/sev) joined #scummvm. [08:05] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [08:06] hey congrats for the 2.0 release of scummvm [08:06] sorry to nag,but I am an ubuntu user and was wondering if there is going to be a 2.0 version for it [08:10] hey dimo [08:10] I'm not involved in release managing or packaging, but I'm pretty pretty sure that there will be Ubuntu packages [08:12] nice thanks rootfather! it's awesome ayways, will keep myself busy with the 1.9 games and be patient:) [08:17] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 255 seconds [08:18] criezy (~criezy@host31-51-181-83.range31-51.btcentralplus.com) joined #scummvm. [08:18] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [08:19] hi criezy [08:19] Hi rootfather [08:26] macdude22 (~macdude22@173-24-25-150.client.mchsi.com) left irc: Ping timeout: 248 seconds [08:29] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) joined #scummvm. [08:38] Mataniko (uid14218@gateway/web/irccloud.com/x-dcyxipbwtruicltf) left irc: Quit: Connection closed for inactivity [08:43] rootfather: Could you check if the release note for the automatic update on Windows look OK now? [09:01] GitHub75 (GitHub75@gateway/service/github.com/x-mhoqnuollaikyusf) joined #scummvm. [09:01] [scummvm-web] criezy pushed 3 new commits to master: https://git.io/vb67i [09:01] scummvm-web/master c752a06 Thierry Crozat: WEB: Add 1.9.0 PSP donwload to old binaries section [09:01] scummvm-web/master 4f69b7c Thierry Crozat: WEB: Use Strangerke's real name in 2.0.0 release news as per his request [09:01] scummvm-web/master 62c1c38 Thierry Crozat: WEB: Add for Android 2.0.0 package [09:01] GitHub75 (GitHub75@gateway/service/github.com/x-mhoqnuollaikyusf) left #scummvm. [09:03] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [09:04] let me check [09:05] GitHub6 (GitHub6@gateway/service/github.com/x-qmidritfvhseyatt) joined #scummvm. [09:05] [scummvm-web] criezy pushed 1 new commit to master: https://git.io/vb67x [09:05] scummvm-web/master 0a3d40f Thierry Crozat: WEB: Fix typo in download page [09:05] GitHub6 (GitHub6@gateway/service/github.com/x-qmidritfvhseyatt) left #scummvm. [09:05] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 264 seconds [09:05] Nick change: Strangerke_ -> Strangerke [09:06] yep updater looks fine now [09:08] Great. [09:09] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 255 seconds [09:10] GitHub127 (GitHub127@gateway/service/github.com/x-lnntoggyepcwfkjq) joined #scummvm. [09:10] [scummvm] criezy pushed 1 new commit to master: https://git.io/vb65R [09:10] scummvm/master 7fe75a0 Thierry Crozat: DISTS: Use html release notes for appcast... [09:10] GitHub127 (GitHub127@gateway/service/github.com/x-lnntoggyepcwfkjq) left #scummvm. [09:15] cousin_luigi (shellful@unaffiliated/cousinluigi/x-395723) joined #scummvm. [09:15] Greetings. [09:16] Hi cousin_luigi [09:17] I couldn't find any trac reference to CVE-2017-17528, just the #7aaac1d commit: should I consider the matter closed? [09:18] Is Colin Snover here? [09:19] Is in the US, so probably sleeping. [09:19] This commit looks like it should fix CVE-2017-17528. [09:19] Yes, but like I said I couldn't find any reference to it on trac.scummvm.org [09:20] criezy: Do you happen to know Colin's nick? [09:20] snover [09:20] Yes, that bug was not reported to us on our tracker. I think a team member found it by chance and reported it here on IRS and it was fixed immediately. [09:20] *on IRC [09:21] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) joined #scummvm. [09:23] cousin_luigi: we found it too late for the 2.0.0 release though. So the vulnerability is still there in that release. [09:23] it's rather theoretical though [09:23] criezy: Do you think I need to backport anything else for it to be effective? [09:25] As wjp wrote, this vulnerability is not really an issue for us currently as we only use this code with hardcoded URL in the software for that release. [09:25] Aha. [09:26] Also it has already been backported to our 2.0 release branch. So if we do a 2.0.1 release this will be included. [09:26] scummvm has a CVE? I'm so proud [09:27] theoretically you could create a patch for a SCI game that would use a custom URL [09:33] Oh right. I forgot it was used in the SCI engine as well. [09:33] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [09:34] Ok, submitted it. I suppose it's all well now. [09:36] criezy (~criezy@host31-51-181-83.range31-51.btcentralplus.com) left irc: Quit: criezy [09:41] (for the Dutch/Belgian people here) looks like our new release is on the tweakers.net front page [09:41] Do you think 1.8.1 was also affected? #1f2a50b mangled things a bit [09:47] it's even more theoretical before 2.0 [09:47] basically all code that could pass URLs to this function is disabled in releases [09:48] (except for a few hardcoded ones) [09:48] in 2.0 one path to it was added from game script data [09:49] It would have been nice to have this conversation in a bug report:) [09:59] is it usual for the person who finds the security issue not to contact the upstream software team? [10:01] not really, no [10:01] but then we don't have a security contact AFAIK either [10:05] wjp: meanwhile germans can find out about the new release on reddit.com/r/de ... [10:38] dimo (57d64ce5@gateway/web/freenode/ip.87.214.76.229) left irc: Quit: Page closed [10:43] TMM (~Hein-Piet@185.5.121.222) joined #scummvm. [10:43] TMM (~Hein-Piet@185.5.121.222) left irc: Changing host [10:43] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) joined #scummvm. [10:43] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [11:07] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 272 seconds [11:18] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) joined #scummvm. [11:30] Strangerke_ (~Strangerk@85.28.84.13) joined #scummvm. [11:32] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 248 seconds [11:32] Nick change: Strangerke_ -> Strangerke [11:47] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [11:50] Strangerke (~Strangerk@85.28.84.13) left irc: Ping timeout: 256 seconds [11:50] Nick change: Strangerke_ -> Strangerke [12:07] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 264 seconds [12:09] :) [12:29] Lightkey (~Darklock@p200300F693C9182722CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 265 seconds [12:41] Lightkey (~Darklock@p200300F693C9188322CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [12:55] jamm (~jam@unaffiliated/jamm) joined #scummvm. [13:06] cousin_luigi (shellful@unaffiliated/cousinluigi/x-395723) left irc: Ping timeout: 255 seconds [13:20] GitHub198 (GitHub198@gateway/service/github.com/x-cqbevkfiqweacnoz) joined #scummvm. [13:20] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vbi3k [13:20] scummvm/master da8c9a7 Paul Gilbert: XEEN: Fixes for Sphinx cutscene [13:20] GitHub198 (GitHub198@gateway/service/github.com/x-cqbevkfiqweacnoz) left #scummvm. [13:39] ST (~ScottT@119-18-4-180.cust.aussiebb.net) left irc: Ping timeout: 264 seconds [13:49] SylvainTV (~SylvainTV@LFbn-LIL-1-593-180.w81-254.abo.wanadoo.fr) joined #scummvm. [13:49] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [13:55] ST (~ScottT@119-18-4-180.cust.aussiebb.net) joined #scummvm. [13:55] #scummvm: mode change '+o ST' by ChanServ!ChanServ@services. [13:56] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [14:01] Littleboy (~littleboy@pool-108-49-17-47.bstnma.fios.verizon.net) joined #scummvm. [14:01] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [14:14] ScummBot (~ScummBot@vm2.scummvm.org) left irc: Quit: buildmaster reconfigured: bot disconnecting [14:18] _sev|work (~sev@5.57.21.50) joined #scummvm. [14:18] _sev|work (~sev@5.57.21.50) left irc: Changing host [14:18] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [14:18] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [14:19] _sev|work (~sev@scummvm/undead/sev) left irc: Client Quit [14:20] ScummBot (~ScummBot@vm2.scummvm.org) joined #scummvm. [14:45] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 240 seconds [14:57] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) joined #scummvm. [14:59] Joefish (~Joefish@p200300764F0FC1001466FED23EE19591.dip0.t-ipconnect.de) left irc: Ping timeout: 255 seconds [15:03] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 240 seconds [15:15] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) joined #scummvm. [15:27] Mataniko (uid14218@gateway/web/irccloud.com/x-cjhuhaodndvdusgi) joined #scummvm. [15:28] girafe (~girafe@LFbn-1-8034-9.w90-112.abo.wanadoo.fr) joined #scummvm. [15:34] Farmboy0 (~quassel@p4FD3415A.dip0.t-ipconnect.de) joined #scummvm. [15:34] Farmboy0 (~quassel@p4FD3415A.dip0.t-ipconnect.de) left irc: Changing host [15:34] Farmboy0 (~quassel@xoreos/farmboy0) joined #scummvm. [15:39] ccawley2011 (6d927ef2@gateway/web/freenode/ip.109.146.126.242) joined #scummvm. [15:47] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 265 seconds [16:15] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) joined #scummvm. [16:50] kurtwr (~kurtwr@c-73-116-30-72.hsd1.ca.comcast.net) joined #scummvm. [16:51] kurtwr2 (~kurtwr@c-73-116-30-72.hsd1.ca.comcast.net) left irc: Ping timeout: 248 seconds [17:01] GitHub98 (GitHub98@gateway/service/github.com/x-qhwnrictjmhuetca) joined #scummvm. [17:01] [scummvm] criezy pushed 1 new commit to master: https://git.io/vbiSc [17:01] scummvm/master 9664dc7 Paolo Bossi: I18N: Update translation (Italian)... [17:01] GitHub98 (GitHub98@gateway/service/github.com/x-qhwnrictjmhuetca) left #scummvm. [17:02] ny00123 (~ny00123@2a02:ed0:5290:1900::2) joined #scummvm. [17:03] LittleToonCat (~littlecat@sydnns0115w-156-57-12-94.dhcp-dynamic.fibreop.ns.bellaliant.net) joined #scummvm. [18:01] Farmboy0 (~quassel@xoreos/farmboy0) left irc: Remote host closed the connection [18:12] t0by (~t0by@host232-245-dynamic.244-95-r.retail.telecomitalia.it) joined #scummvm. [18:12] t0by (~t0by@host232-245-dynamic.244-95-r.retail.telecomitalia.it) left irc: Changing host [18:12] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [18:12] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [18:29] criezy (~criezy@host31-51-181-83.range31-51.btcentralplus.com) joined #scummvm. [18:29] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [18:34] t0by (~t0by@unaffiliated/t0by) left irc: Quit: t0by [18:55] GitHub157 (GitHub157@gateway/service/github.com/x-aeqclyljfwvvnkrz) joined #scummvm. [18:55] [scummvm-web] criezy pushed 1 new commit to master: https://git.io/vbihz [18:55] scummvm-web/master b31560e Thierry Crozat: WEB: Clarify supported architecture for Android 2.0.0 package [18:55] GitHub157 (GitHub157@gateway/service/github.com/x-aeqclyljfwvvnkrz) left #scummvm. [19:01] t0by (~t0by@95.244.245.232) joined #scummvm. [19:01] t0by (~t0by@95.244.245.232) left irc: Changing host [19:01] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [19:01] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [19:01] t0by (~t0by@unaffiliated/t0by) left irc: Remote host closed the connection [19:26] |Cable| (~cable@249.137.117.91.dynamic.reverse-mundo-r.com) left irc: Ping timeout: 264 seconds [19:30] how does everyone feel about a website refresh? [19:32] either just making it responsive [19:32] ajax16384 (~User@109.60.130.33) joined #scummvm. [19:32] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [19:32] or getting rid of gradients & making it more flat [19:32] to modernize it [19:34] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 273 seconds [19:40] |Cable| (~cable@249.137.117.91.dynamic.reverse-mundo-r.com) joined #scummvm. [19:41] Mataniko: id like to see some improvements, i dont know that gradients are really the problem though. [19:46] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) joined #scummvm. [19:48] they're not a problem [19:48] stuff like rounded corners on menu containers have to be redone to work in responsive, etc [19:49] thats what i mean by modernizing, not specifically the gradients [19:56] yeah, id say definitely flesh out a proposal or proof of concept showing your thoughts so we can figure out out what makes sense and the best approach on implementation. [20:03] anything that's been discussed before? [20:04] snover: I can't seem to pull that docker image .. "Error response from daemon: pull access denied for buildbot-android, repository does not exist or may require 'docker login'" [20:04] scummvm/buildbot-android [20:04] derp .. thanks [20:09] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [20:14] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [20:23] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [20:38] snover: kyra and sherlock are still failing to link with the new image :( .. https://pastebin.com/9n08qfVS [20:38] yes, only in debug mode though. i think its a split-dwarf problem. [20:40] s/mode/build [20:41] androiddistdebug = debug build .. how do I turn off debug? [20:41] ajax16384 (~User@109.60.130.33) left irc: Quit: Leaving [20:42] oh .. --disable-debug? [20:48] TMM (~Hein-Piet@92-110-172-3.cable.dynamic.v4.ziggo.nl) joined #scummvm. [20:48] TMM (~Hein-Piet@92-110-172-3.cable.dynamic.v4.ziggo.nl) left irc: Changing host [20:48] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) joined #scummvm. [20:48] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [20:48] bazaar_ (~bazaar@unaffiliated/bazaar) left irc: Quit: Reconnecting [20:49] tsoliman: sorry. --enable-optimizations [20:49] bazaar (~bazaar@unaffiliated/bazaar) joined #scummvm. [20:51] everyone wants to make websites (and other UIs) "flat" and ugly :( [21:19] _sev (~sev@scummvm/undead/sev) joined #scummvm. [21:19] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [21:20] ccawley2011 (6d927ef2@gateway/web/freenode/ip.109.146.126.242) left irc: Ping timeout: 260 seconds [21:23] <_sev> we have the disk added [21:23] <_sev> but I cannot figure out how to connect it [21:24] cool [21:24] let me check [21:24] ah, rebooted I see [21:24] <_sev> yes, I rebooted it [21:24] <_sev> still not detected [21:24] <_sev> I can see them in the ILO [21:26] I see a new scsi raid device. Let me see why it's not getting a block device [21:28] <_sev> maybe because we need to init the raid? [21:30] yeah, possibly [21:31] apparently this can either be done during boot during raid controller init, or online using some hp tool. Looking [21:33] <_sev> for some reason I cannot run the Java console here [21:34] I'm adding the relevant HP apt repository to sources [21:34] <_sev> kk [21:35] (this machine has _how many_ sources?) [21:36] <_sev> no idea, never checked [21:39] Begasus (~begasus@ptr-4p6jpip06rvwgey2t38.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 240 seconds [21:40] Begas_VBox (~Begasus@84.195.200.194) left irc: Ping timeout: 256 seconds [21:43] ccawley2011 (6d927ef2@gateway/web/freenode/ip.109.146.126.242) joined #scummvm. [21:45] if it's a DELL on a standard raid controller you have to setup a jbod device before it'll show up to the OS [21:45] <_sev> it is a HP [21:45] oh, right, 'ilo' [21:45] sorry [21:45] I was confused with idrac [21:46] Joefish (~Joefish@p200300764F0FC1001466FED23EE19591.dip0.t-ipconnect.de) joined #scummvm. [21:46] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [21:46] may still be the same though, but I'm not sure about hp servers [21:48] <_sev> looking at console now [21:48] ok, getting somewhere [21:48] we can set this up from the command line [21:48] I see two assigned and two unassigned disks [21:48] <_sev> ah, good [21:50] creating a raid1 logical drive from them [21:50] this is the hpacucli tool, with command "ctrl slot=0 create type=ld drives=1I:1:3,1I:1:4 raid=1" [21:50] GitHub143 (GitHub143@gateway/service/github.com/x-mwcaxvajhvwalnyo) joined #scummvm. [21:51] [scummvm-web] criezy pushed 1 new commit to master: https://git.io/vbPWn [21:51] scummvm-web/master c2e2a39 Thierry Crozat: WEB: Add Raspberry Pi 2.0.0 package to download page [21:51] GitHub143 (GitHub143@gateway/service/github.com/x-mwcaxvajhvwalnyo) left #scummvm. [21:51] there is now a device sdb [21:55] ok [21:56] any preference for mount point? [21:56] <_sev> /.0 [21:56] <_sev> and then we symlink [21:59] hrm, ok [22:00] <_sev> ? bad suggestion? [22:00] <_sev> I'd recommend to move whole buildbot there [22:00] mount point created and added to fstab [22:01] it's an ext4 fs with default options [22:02] <_sev> niice! thanks a lot! [22:02] I couldn't quite figure out how to get the right apt source added, so I ended up manually downloading and installing the .deb from hpe.com [22:02] you're welcome [22:03] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) left irc: Quit: ERR_SHUTDOWN [22:04] Yeah! New disks! [22:04] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [22:05] <_sev> ok, any objections of me stopping the buildbot and moving it to the new disks? [22:06] GitHub80 (GitHub80@gateway/service/github.com/x-kowbpwgqlmuaddak) joined #scummvm. [22:06] [scummvm-web] criezy pushed 1 new commit to master: https://git.io/vbP88 [22:06] scummvm-web/master d2dbfbb Thierry Crozat: WEB: Fix invalid character on download page [22:06] GitHub80 (GitHub80@gateway/service/github.com/x-kowbpwgqlmuaddak) left #scummvm. [22:06] ScummBot (~ScummBot@vm2.scummvm.org) left irc: Quit: buildmaster reconfigured: bot disconnecting [22:07] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 265 seconds [22:07] Nick change: Strangerke_ -> Strangerke [22:07] what are your thoughts on snover's ideas on docker and ansible? [22:07] <_sev> haven't read it [22:07] <_sev> thanks for the reminder [22:07] <_sev> doing it now [22:15] <_sev> wjp: I like the idea [22:16] me too [22:39] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) joined #scummvm. [22:39] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [22:44] tsoliman (~tsoliman@unaffiliated/tsoliman) left irc: Changing host [22:44] tsoliman (~tsoliman@scummvm/undead/tsoliman) joined #scummvm. [22:44] #scummvm: mode change '+o tsoliman' by adams.freenode.net [22:47] I have to remember not to delete `.android` so that I can upgrade in-place [23:02] girafe (~girafe@LFbn-1-8034-9.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [23:08] criezy (~criezy@host31-51-181-83.range31-51.btcentralplus.com) left irc: Quit: criezy [23:08] Farmboy0 (~quassel@p4FD34E32.dip0.t-ipconnect.de) joined #scummvm. [23:08] Farmboy0 (~quassel@p4FD34E32.dip0.t-ipconnect.de) left irc: Changing host [23:08] Farmboy0 (~quassel@xoreos/farmboy0) joined #scummvm. [23:11] GitHub114 (GitHub114@gateway/service/github.com/x-dqaqbypztzrzguas) joined #scummvm. [23:11] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vbPzJ [23:11] scummvm/master 46b0101 Paul Gilbert: XEEN: Cleanup, formatting, and comments for scripts.cpp [23:11] GitHub114 (GitHub114@gateway/service/github.com/x-dqaqbypztzrzguas) left #scummvm. [23:11] ny00123 (~ny00123@2a02:ed0:5290:1900::2) left irc: Quit: Leaving [23:29] <_sev> snover: I stopped the buildbot, moving its working directories [23:29] <_sev> takes surprisingly long time, I'll re-enable it in a few hours from now [23:29] _sev: great news, thank you for taking care of that! [23:36] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 248 seconds [23:40] Farmboy0 (~quassel@xoreos/farmboy0) left irc: Remote host closed the connection [23:41] edheldil_ (~edheldil@2001:1488:fffe:1:890e:94a0:ada0:e86c) left irc: Ping timeout: 250 seconds [23:48] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) left irc: Remote host closed the connection [23:49] http://store.steampowered.com/app/529890/Maniac_Mansion/ When did this happen? [23:50] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [23:51] _sev (~sev@scummvm/undead/sev) joined #scummvm. [23:51] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [23:53] edheldil_ (~edheldil@2001:1488:fffe:1:4156:878b:29ed:37f7) joined #scummvm. [23:53] _sev (~sev@scummvm/undead/sev) left irc: Client Quit [23:56] _sev (~sev@scummvm/undead/sev) joined #scummvm. [23:56] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [00:00] --- Tue Dec 19 2017