--- Log for 17.11.119 Server: card.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 7 days and 9 hours ago 00.00.29 # seems that they left after a few minutes, which is a bummer 00.00.41 # I was about to post a solution to the problem but my net cut out 00.07.39 # <__builtin> Mmh, I thought I built a static rbutil... 00.10.49 Join Rower [0] (husvagn@d83-183-134-99.cust.tele2.se) 00.15.58 Join advcomp2019 [0] (~advcomp20@63-229-188-215.sxct.qwest.net) 00.15.58 Quit advcomp2019 (Changing host) 00.15.58 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019) 00.20.32 Join terminalator [0] (~terminala@unaffiliated/terminalator) 00.30.10 Quit dys (Ping timeout: 276 seconds) 00.42.28 Quit lebellium (Quit: Leaving) 00.51.11 Quit PimpiN8 (Quit: My MacBook has gone to sleep. ZZZzzz…) 00.56.35 *** Saving seen data "./dancer.seen" 01.02.18 Quit terminalator (Quit: terminalator) 01.32.39 Join krabador [0] (~krabador@unaffiliated/krabador) 01.33.16 Quit krabador (Remote host closed the connection) 01.34.03 Quit eevan (Quit: Gateway shutdown) 01.55.40 Quit petur (Remote host closed the connection) 02.00.35 Quit Jinx (Ping timeout: 240 seconds) 02.10.29 Join Jinx [0] (~Jinx@unaffiliated/jinx) 02.12.52 Quit brasello (Ping timeout: 250 seconds) 02.18.24 Quit Ruhan (Quit: Connection closed for inactivity) 02.25.07 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-fitkrochusrbsihy) 02.56.38 *** Saving seen data "./dancer.seen" 03.12.07 Quit MrZeus (Ping timeout: 246 seconds) 03.29.53 Join massiveH [0] (~massiveH@ool-18e4eaeb.dyn.optonline.net) 04.14.54 Join MrZeus [0] (~MrZeus@88.144.74.107) 04.40.31 Quit MrZeus (Ping timeout: 252 seconds) 04.56.41 *** Saving seen data "./dancer.seen" 05.41.32 Quit TheSeven (Ping timeout: 245 seconds) 05.42.05 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 06.08.08 Join brasello [0] (~brasello@anon-44-176.vpn.ipredator.se) 06.48.25 Quit Ruhan (Quit: Connection closed for inactivity) 06.56.46 *** Saving seen data "./dancer.seen" 07.16.55 Quit massiveH (Quit: Leaving) 08.52.11 Join Rower- [0] (~husvagn@212.7.217.17) 08.54.56 Quit Rower (Ping timeout: 240 seconds) 08.56.49 *** Saving seen data "./dancer.seen" 08.56.50 Quit bzed (Ping timeout: 240 seconds) 09.03.50 Join bzed [0] (~bzed@shell.bzed.at) 10.09.58 Quit bzed (Ping timeout: 276 seconds) 10.25.50 Quit yosafbridge` (Quit: Leaving) 10.27.00 # __builtin: I'm a bit puzzles about 3083abeb95e95dd1d12e78f1973546d93c3e12ab -- checking the distributed binaries there are in fact lots of DLLs linked that should have been found. And since f is the iterator over programfiles (and the list programfiles contains at least one entry) that check shouldn't be necessary. 10.27.23 # doesn't break anything though, but is somewhat pointless. I'm wondering how that change could fix an issue for you. 10.27.57 # <__builtin> It was breaking MXE builds on linux 10.32.53 # that's rather strange. Looking at the code it shouldn't make a difference. 10.34.33 # I did build using mxe and that script in the past, though I didn't use mxe for release binaries. Though it's been a while :) 10.37.33 Join yosafbridge [0] (~yosafbrid@static.38.6.217.95.clients.your-server.de) 10.56.53 *** Saving seen data "./dancer.seen" 11.00.10 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator) 11.01.25 Join Bilgus [0] (~Bilgus@unaffiliated/bilgus) 11.04.19 Quit _Bilgus (Ping timeout: 265 seconds) 11.06.31 Join lebellium [0] (~lebellium@89-92-253-148.hfc.dyn.abo.bbox.fr) 11.15.27 Join PimpiN8 [0] (~textual@2001:1c04:3305:b700:b0db:5a0e:f41:ebc7) 11.15.35 Join dys [0] (~dys@tmo-123-47.customers.d1-online.com) 11.20.44 # __builtin: I hate to say but that's not the problem. 11.22.07 # The actual problem is that we try to add dlls to the zip, and for that we query the exe. We'll get a lot of system dlls we can't (and won't) ship. Since we need to know about those there's a list with the ones we know about -- systemdlls. With the new Qt version we got new dlls that are system dlls, but those were missing from that list. 11.22.50 # as a result which() couldn't find them, we didn't recognize them, and thus which() returned an empty path. That way programfiles contained empty entries. So that change doesn't fix the actual issue, it just ignores it. 11.23.19 # though there is an indication: the build output states stuff like "which: could not find crypt32.dll" 11.23.27 # I'm going to update that ... 11.28.50 Quit terminalator (Ping timeout: 250 seconds) 11.33.00 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator) 11.36.47 # I think I've asked this before but I don't remember the answer, is there an effort to port rbutil to qt 5? right now it runs and compiles, but still uses outdated mechanisms, eg for connect 11.37.32 # there isn't really development on Rockbox Utility going on. mks5lboot was sitting in gerrit for quite a while. 11.38.21 # and currently it still compiles on Qt4, so changing that would break Qt4. Though this might not be that much of an issue these days. 11.39.20 # Though that would mean dropping support for OS X ppc (i.e. 10.4 and 10.5). Otoh, who's still using such an old system? And for current macOS we need to move to 64bit, which in turn means dropping ppc. 11.39.59 # I don't see a problem with using old Qt mechanisms though :) 11.40.21 Quit terminalator (Ping timeout: 252 seconds) 11.44.20 Join terminalator [0] (~terminala@unaffiliated/terminalator) 11.59.10 Quit terminalator (Ping timeout: 276 seconds) 12.02.21 # bluebrother^: they're, in theory, slower, and more fragile, relying on dynamic checks and string comparisons, but they do work 12.17.00 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator) 12.30.22 Quit terminalator (Quit: terminalator) 12.33.55 Quit dys (Ping timeout: 240 seconds) 12.38.31 Join MrZeus [0] (~MrZeus@88.144.74.107) 12.56.56 *** Saving seen data "./dancer.seen" 13.51.04 Join Nonameman [0] (~jerry@2408:84e1:ed:edb9:95f7:687:f4b1:cff1) 13.54.39 Join Rower [0] (~husvagn@212.7.217.17) 13.56.38 Quit Rower- (Read error: Connection reset by peer) 14.12.28 Quit Nonameman (Read error: Connection reset by peer) 14.34.31 Quit PimpiN8 (Quit: My MacBook has gone to sleep. ZZZzzz…) 14.47.15 Quit Jinx (Ping timeout: 240 seconds) 14.55.45 Join Rower- [0] (~husvagn@212.7.217.17) 14.56.59 *** Saving seen data "./dancer.seen" 14.58.10 Join Jinx [0] (~Jinx@unaffiliated/jinx) 14.59.00 Quit Rower (Ping timeout: 250 seconds) 15.35.08 Quit Moarc (Read error: Connection reset by peer) 15.37.07 Join _Bilgus [0] (~Bilgus@unaffiliated/bilgus) 15.40.49 Quit Bilgus (Ping timeout: 240 seconds) 15.52.23 Quit MrZeus (Ping timeout: 265 seconds) 15.52.31 Quit tchan (Ping timeout: 276 seconds) 15.53.04 Join tchan [0] (~tchan@lunar-linux/developer/tchan) 15.56.10 Join Moarc [0] (~chujko@a105.net128.okay.pl) 15.57.04 Join Rower [0] (~husvagn@212.7.217.17) 16.00.58 Quit Rower- (Ping timeout: 276 seconds) 16.54.19 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator) 16.56.29 Join krabador [0] (~krabador@unaffiliated/krabador) 16.57.01 *** Saving seen data "./dancer.seen" 17.02.29 Join MrZeus [0] (~MrZeus@88.144.74.107) 17.03.50 Quit krabador (Quit: Leaving) 17.04.53 Quit terminalator (Ping timeout: 265 seconds) 17.06.07 Quit pixelma (Quit: .) 17.06.07 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 17.09.13 Join pixelma [0] (marianne@rockbox/staff/pixelma) 17.09.13 Join amiconn [0] (jens@rockbox/developer/amiconn) 17.23.14 Join bzed [0] (~bzed@shell.bzed.at) 17.25.16 Quit bzed (Read error: Connection reset by peer) 17.26.37 Join bzed [0] (~bzed@shell.bzed.at) 17.36.46 Quit MrZeus (Read error: Connection reset by peer) 17.41.52 Join MrZeus [0] (~MrZeus@88.144.74.107) 17.59.25 Join Rower- [0] (~husvagn@212.7.219.109) 17.59.42 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator) 18.02.15 Quit Rower (Ping timeout: 240 seconds) 18.14.28 Join krabador [0] (~krabador@unaffiliated/krabador) 18.53.42 # hmm. Seems gerrit forgot my username, and I cannot set it again? 18.57.02 *** Saving seen data "./dancer.seen" 19.00.07 # * bluebrother^ wonders who's admin these days 19.46.30 Join PimpiN8 [0] (~textual@2001:1c04:3305:b700:b0db:5a0e:f41:ebc7) 19.51.56 Quit terminalator (Ping timeout: 245 seconds) 19.55.44 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator) 20.01.04 Join Rower [0] (~husvagn@212.7.219.109) 20.01.10 Quit krabador (Ping timeout: 246 seconds) 20.04.25 Quit Rower- (Ping timeout: 240 seconds) 20.39.47 Quit PimpiN8 (Quit: Textual IRC Client: www.textualapp.com) 20.40.19 Join PimpiN8 [0] (~textual@2001:1c04:3305:b700:b0db:5a0e:f41:ebc7) 20.57.04 *** Saving seen data "./dancer.seen" 21.05.10 Quit terminalator (Ping timeout: 276 seconds) 21.08.59 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator) 21.15.51 # IMO, anyone using PPC OSX nowadays is probably the type of person who would be fine with manual Rockbox installation. 21.27.35 # <__builtin> bluebrother^: ah, I didn't realize that 21.30.25 Quit PimpiN8 (Quit: Textual IRC Client: www.textualapp.com) 21.30.57 Join PimpiN8 [0] (~textual@2001:1c04:3305:b700:b0db:5a0e:f41:ebc7) 21.41.41 # no problem. Fixed that, and also made it work with Python3. I just can't push right now, need to get my gerrit account back into place first :) 22.51.54 Quit SherbetS (Ping timeout: 265 seconds) 22.52.15 Join SherbetS [0] (~Thunderbi@97.86.63.168) 22.57.07 *** Saving seen data "./dancer.seen" 23.01.50 Quit PimpiN8 (Quit: My MacBook has gone to sleep. ZZZzzz…) 23.13.37 Quit lebellium (Quit: Leaving) 23.14.26 Quit bzed (Remote host closed the connection) 23.14.40 Join bzed [0] (~bzed@shell.bzed.at) 23.17.20 Quit fs-bluebot_ (Quit: connection lost?) 23.17.23 Quit terminalator (Quit: terminalator) 23.17.28 Join fs-bluebot [0] (~fs-bluebo@port-92-193-99-138.dynamic.qsc.de)