--- Log for 29.10.124 Server: osmium.libera.chat Channel: #rockbox --- Nick: rb-logbot Version: Dancer V4.16 Started: 2 months and 6 days ago 01.54.07 *** No seen item changed, no save performed. 03.54.09 *** No seen item changed, no save performed. 04.38.32 Quit hactar|ant (Ping timeout: 255 seconds) 04.41.06 Join hactar|ant [0] (~zem@97-115-77-115.ptld.qwest.net) 05.04.19 Quit jacobk (Ping timeout: 260 seconds) 05.04.41 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net) 05.46.56 Join _bilgus_ [0] (~bilgus@syn-162-154-213-134.res.spectrum.com) 05.48.34 Quit _bilgus (Ping timeout: 248 seconds) 05.54.11 *** Saving seen data "./dancer.seen" 07.54.13 *** No seen item changed, no save performed. 08.24.27 # Build Server message: 3New build round started. Revision 914a56f34c, 345 builds, 10 clients. 08.24.28 # 3imageviewer: fix segfault when album art fails to load by Roman Artiukhin 08.30.44 # dook: ask them to try the 10-15, 10-16, and 10-18 dailies. 08.31.21 # Since we know 10-14 "works" that will help pinpoint what broke. Because I'm having a very hard time seeing this as related to the ATA driver changes. 08.31.39 # (10-15 will get dropped tonight fwiw) 08.35.11 # (after 10-18, no changes until 10-21, see https://www.rockbox.org/dl.cgi?bin=ipod6g ) 08.35.46 # the idea being that this will pinpoint the 24h period, which makes this easier to sort out. 08.37.50 # hmm... "Fatal build error: Command not found. Blocking vm1-b0hoon." 08.38.19 # Build Server message: 3Build round completed after 833 seconds. 08.38.21 # Build Server message: 3Revision 914a56f34c result: All green 08.39.42 # I think the "reassign overdue builds" logic isn't taking into account target support. 08.45.24 # ok, fixed, I think. 08.45.39 # the "reassign abandoned builds" logic was also missing a validity check. 09.09.27 Quit speachy (Quit: WeeChat 4.4.2) 09.14.06 Join speachy [0] (~speachy@rockbox/developer/speachy) 09.14.06 Mode "#rockbox +v speachy" by ChanServ (ChanServ@services.libera.chat) 09.54.14 *** Saving seen data "./dancer.seen" 10.36.15 Join IPG [0] (~InvoxiPla@94.4.117.11) 11.42.37 Join WebGuest89 [0] (~WebGuest8@63.224.144.210) 11.47.09 Quit WebGuest89 (Client Quit) 11.48.41 Join WebGuest89 [0] (~WebGuest8@63.224.144.210) 11.54.17 *** Saving seen data "./dancer.seen" 12.01.04 Quit IPG (Read error: Connection reset by peer) 12.04.07 Quit WebGuest89 (Quit: Client closed) 13.41.45 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net) 13.54.18 *** Saving seen data "./dancer.seen" 14.20.03 Join WebGuest89 [0] (~WebGuest8@63.224.144.210) 15.33.33 Quit WebGuest89 (Ping timeout: 256 seconds) 15.37.01 Join Everything [0] (~Everythin@178-133-213-22.mobile.vf-ua.net) 15.52.19 Join WebGuest31 [0] (~WebGuest3@c-85-229-112-73.bbcust.telenor.se) 15.52.55 Quit paulk (Ping timeout: 264 seconds) 15.53.17 # Hi! i tried to install rockbox on my iPod classic 120gb and now it will not turn on no matter what I try and itunes wont recognize the device 15.53.39 # did I brick my iPod? :'( 15.53.55 # please help 15.54.22 *** Saving seen data "./dancer.seen" 15.55.21 Join paulk [0] (~paulk@vpn-0-22.aquilenet.fr) 15.55.21 Quit paulk (Changing host) 15.55.21 Join paulk [0] (~paulk@about/aquilenet/user/paulk) 15.55.28 # ?? 15.55.34 # can anyone help me 15.57.42 Quit WebGuest31 (Quit: Client closed) 16.40.49 Quit jacobk (Ping timeout: 260 seconds) 16.58.39 # <_bilgus_> WebGuest31 its not bricked likely just hung 17.24.08 # speachy: the ipod6g-exp2 build has the disk drive size and partition sizes very wrong 17.24.41 # vs the current daily? 17.25.28 # in general, i can try the daily too 17.26.41 # https://i.imgur.com/Ney76Nb.jpeg 17.26.43 # https://i.imgur.com/AeY4pEg.jpeg 17.27.37 # it's a 120 GB HDD 17.27.53 # If you plug it into USB, it comes out correct? 17.28.19 # (98% sure waht you're seeing is a problem with vsprintf being handed a 64-bit value) 17.28.51 # this is going to be broken in the dailies too 17.30.44 # ah, i see 17.30.44 # does it report a line for DMA mode? (or DMA not enabled, or CE-ATA mode) 17.31.03 # also FS#13505 happened with your build, too 17.31.04 # https://www.rockbox.org/tracker/task/13505 3Crash on iPod Classic when connecting USB (bugs, unconfirmed) 17.31.48 # DMA mode: UDMA 2 17.32.06 # UDMA modes: 0 1 2 3 4 17.32.12 # that's what I expected. 17.33.57 # is there a case when the size in MB does not fit into 32-bit integer? 17.34.16 # and can the value be downcasted before passing to vsprintf? 17.34.44 # the point is that we _don't_ want it downcasted if the goal is to support >2TB volumes. 17.35.05 # (well, >2TB drives I should say) 17.35.11 # ah, so vsprintf needs to be fixed instead 17.35.21 # yeah, I thought I fixed it but clearly not. 17.35.33 # basically the 'll' modifier isn't doing the right thing 17.48.04 # ok, so the bug was there all the time, but very few 64-bit values have been formatted 17.48.41 # * user890104 is wondering why there are separate format() implementations for the firmware and the bootloaders 17.53.30 # sizes in the daily build are still messed up, but the mode is UDMA 4 17.54.26 *** Saving seen data "./dancer.seen" 17.56.42 # yep, that build of mine has a change that forces UDMA2 as a possible fix for data corruption. 17.57.22 # (mainly for one person in particular. same storage combo works reliably in a 5.5g but goes kaboom in a 6g) 18.54.13 Quit CH23 (Quit: Ping timeout (120 seconds)) 18.54.19 Quit rb-bluebot (Ping timeout: 265 seconds) 18.54.27 Join rb-bluebot [0] (~rb-bluebo@rockbox/bot/utility) 18.56.28 # speachy, i found a new use for the C99 FAM, flexible array member. You can use it with static but variably sized instances of a struct, so heap allocation isn't always a requirement. I wonder if that would be useful in Rockbox anywhere... 19.01.22 Join CH23 [0] (CH23@revspace/participant/ch23) 19.01.35 Quit Everything (Quit: leaving) 19.04.28 # it's "just" syntactic sugar. doesn't change the fundamental fact that our stack space is limited 19.05.09 Quit Nezumi-sama (Ping timeout: 246 seconds) 19.06.46 Quit b0 (Quit: Ping timeout (120 seconds)) 19.07.00 Join b0 [0] (~b0@user/b0) 19.13.33 Join Nezumi-sama [0] (~narf@syn-067-053-148-069.biz.spectrum.com) 19.23.25 Join Moriar [0] (~moriar@107-200-193-159.lightspeed.stlsmo.sbcglobal.net) 19.28.17 Join JanC_ [0] (~janc@user/janc) 19.28.17 Nick JanC is now known as Guest5025 (~janc@user/janc) 19.28.17 Quit Guest5025 (Killed (lead.libera.chat (Nickname regained by services))) 19.28.17 Nick JanC_ is now known as JanC (~janc@user/janc) 19.51.46 Join massiveH [0] (~massiveH@108.50.181.86) 19.54.27 *** Saving seen data "./dancer.seen" 19.54.53 Join JanC_ [0] (~janc@user/janc) 19.54.53 Nick JanC is now known as Guest4724 (~janc@user/janc) 19.54.53 Quit Guest4724 (Killed (silver.libera.chat (Nickname regained by services))) 19.54.53 Nick JanC_ is now known as JanC (~janc@user/janc) 20.32.17 Join jacobk [0] (~quassel@2603:8080:b200:7b02::b71) 21.05.57 Join _bilgus__ [0] (~bilgus@syn-162-154-213-134.res.spectrum.com) 21.09.14 Quit _bilgus_ (Ping timeout: 252 seconds) 21.27.14 Quit Natch (Ping timeout: 260 seconds) 21.27.49 Quit jacobk (Ping timeout: 260 seconds) 21.30.33 Join Natch [0] (~natch@c-92-34-7-158.bbcust.telenor.se) 21.41.12 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net) 21.54.31 *** Saving seen data "./dancer.seen" 22.27.26 Quit Moriar (Quit: Leaving.) 23.12.58 Quit massiveH (Quit: Leaving) 23.54.35 *** Saving seen data "./dancer.seen"