Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2019-11-04

00:03:11Strife89If there isn't a string defined in /apps/lang/$LANGUAGE.lang for a string referenced by a plugin, what gets shown
00:04:02__builtinmendelmunkis: oh, AI?
00:04:18__builtinit helps to have it easily disabled if necessary
00:04:58 Quit Ruhan (Quit: Connection closed for inactivity)
00:05:09mendelmunkisgood point. I was just working on it and wondered why they where still there.
00:17:54 Join Strife1989 [0] (~quassel@adsl-74-250-143-42.ags.bellsouth.net)
00:18:23 Join cockroach [0] (~blattodea@pdpc/supporter/active/cockroach)
00:18:30Strife89join ##lynn
00:19:48Strife89FFS keyboard
00:23:56cockroachhi there. i'm currently trying to get the cross-compiler up and running but there seems to be an issue compiling gcc (see https://pastebin.com/LiKURJYt). is this a known issue?
00:27:12__builtincockroach: yes
00:27:26cockroach__builtin: any easy workarounds?
00:27:54__builtinI can upload a zip of prebuilt toolchains
00:28:08__builtinthere's probably a patch floating around somewhere, but I can't recall where
00:28:49__builtinls
00:28:54__builtinargh, sorry
00:29:27cockroach:)
00:30:01__builtinI've got arm-elf, arm-linux, m68k, mips, and sh binaries
00:30:49cockroachI'll see whether I can find the patch (I'd rather build it myself to be honest) but if I can't, that would be very nice
00:32:05__builtinah, yes: g#2273
00:32:06fs-bluebot_Gerrit review #2273 at http://gerrit.rockbox.org/r/2273 : rockboxdev.sh updated for newer versions of gcc host (don't push yet) by William Wilgus
00:32:23__builtinit might not fix that exact issue, though
00:34:48__builtinheh, trying to upload the zip is causing my wifi driver to lag intermittently :::::::::::::::::))))))))))
00:34:57cockroach:)
00:35:21__builtinand my keyboard to stick, apparently
00:36:38__builtin(my network is too fast, so it's probably over/underfilling some DMA buffer somewhere)
00:38:31cockroach__builtin: that link does seem to help. the patch they post there alone isn't enough, but it seems to contain the information i need. i.e., it's compiling again, at least for now :)
00:38:35cockroachthank you
00:41:28***Saving seen data "./dancer.seen"
00:46:54 Quit ZincAlloy (Quit: Leaving.)
00:50:32cockroachexcellent, that did the trick
01:00
01:07:39__builtinwhat did you do exactly
01:08:12__builtin? (can't type, sorry)
01:10:09__builtin(managed to upload toolchains, btw: http://fwei.tk/pub/rbtoolchains.zip)
01:10:47cockroachbasically, changed a few version checks to exlude gcc 9.2
01:11:04__builtinah, I remember something to that effect
01:11:19cockroachheh
01:11:37cockroachwould this be something that might be useful to others?
01:11:46__builtinyes, definitely
01:11:57__builtindid you do something like this? https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90677#c5
01:12:00cockroachaye, I'll try to turn it into a patch then
01:12:07__builtinthanks!
01:12:14cockroachyes, that's where I got the inspiration from :)
01:12:17cockroachno problem
01:12:40cockroachit will be a while though since my gcc build directory has gone, should be easy enough to reproduce
01:13:04__builtinI ran into this exact same problem a while back, but I never found the motivation to actually fix it :)
01:13:17cockroach:)
01:14:23cockroachbtw, would you happen to know if rockbox include everything that is needed to boot an ipod or if it is strictly neccessary to have *some* of the original software on the disk?
01:14:27cockroachincludes*
01:15:16__builtinwhich ipod?
01:15:19cockroachvideo
01:15:43*__builtin is only slightly knowledgeable about the ipod6g's early boot process
01:15:46cockroachit *is* running rockbox at the moment but I would like to swap disks and I don't like the idea of installing windows somewhere just to run itunes :)
01:16:01cockroachi see
01:16:14__builtinbut on ipod6g you don't need itunes at all to install rockbox
01:16:22cockroachthat sounds promising
01:16:32cockroacheven on a blank disk?
01:16:43__builtinyou just put it in DFU mode (which is burned into the bootrom or something), flash the bootloader, and install rockbox on-disk
01:16:51cockroachah nice
01:17:00__builtinyes, I recently replaced the hard drive completely −− bootloader remained intact
01:17:56__builtinthe bootloader on ipod6g is in NOR flash
01:18:59cockroachah, that makes sense then
01:19:16__builtinwait −− it might be different on ipod video
01:20:18__builtinfrom bootloader/ipod.c: "The bootloader is started from the OSOS image on the firmware partition."
01:20:55cockroachinteresting
01:21:36cockroachI think I have compiled a bootloader image for it, just not sure where to put it exactly :)
01:22:23*__builtin doesn't know enough about the video to tell you :)
01:22:51cockroachI'll just try a few things, see what happens :)
01:40:01 Quit PimpiN8 (Quit: My MacBook has gone to sleep. ZZZzzz…)
02:00
02:30:13 Quit michaelni (Read error: Connection reset by peer)
02:41:32***Saving seen data "./dancer.seen"
02:46:46 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at)
02:47:10mendelmunkis__builtin: do you mind reviewing g#2291?
02:47:12fs-bluebot_Gerrit review #2291 at http://gerrit.rockbox.org/r/2291 : Pacbox AI Improvements by Moshe Piekarski
03:00
03:16:38Strife89__builtin: https://pastecode.xyz/view/5e087acd Not yet tested
03:22:17Strife89Maybe later on, I'll replace all the menu items with strings for multilingual support (as it is in Wormlet). But for now, Solitaire is the only one that has the problem I originally wanted to address
03:22:20 Quit ufdm (Quit: Leaving)
03:22:40Strife89Anyway, compiling on my end as I type, just in case
03:26:56 Quit Strife1989 (Remote host closed the connection)
03:29:48 Join Strife1989 [0] (~quassel@adsl-74-250-143-42.ags.bellsouth.net)
03:30:12__builtinmendelmunkis: I'll take a look
03:31:59__builtinStrife89: right, translating (and voice-enabling) plugins is a big task
03:33:00Strife89Indeed, and the actual translation bit is something I'm not equipped to do for *any* language besides English.
03:33:30Strife89But I'm willing to try to chip away at the main menus
03:33:52__builtineven preparing the plugins to be translatable is a not-insignificant task
03:34:14Strife89s/language besides English/language/
03:37:09 Join ufdm [0] (~ufdm@c-75-72-10-216.hsd1.mn.comcast.net)
03:41:36fs-bluebot_Build Server message: New build round started. Revision 85a4377, 281 builds, 12 clients.
03:55:07cockroach__builtin: I added a patch to flyspray, if I find some time I'll see whether I can properly integrate it into the build system, but now I should get some sleep. Thanks for the help.
04:00
04:11:14fs-bluebot_Build Server message: Build round completed after 1779 seconds.
04:11:15fs-bluebot_Build Server message: Revision 85a4377 result: All green
04:11:16fs-bluebot_Build Server message: New build round started. Revision 05dd439, 281 builds, 12 clients.
04:13:01__builtincockroach: thanks.
04:14:31__builtinour rockboxdev.sh is made to work with patches already, so it should just be a matter of formatting the paths and uploading it to rockbox.org/gcc
04:26:49 Quit ufdm (Ping timeout: 268 seconds)
04:32:17fs-bluebot_Build Server message: Build round completed after 1262 seconds.
04:32:18fs-bluebot_Build Server message: Revision 05dd439 result: All green
04:41:36***Saving seen data "./dancer.seen"
04:46:10Strife89__builtin: Thanks
04:47:43Strife89My second commit(-by-proxy), ever \o/
04:57:26 Quit Strife1989 (Remote host closed the connection)
05:00
05:09:41 Quit [7] (Ping timeout: 250 seconds)
05:10:06 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:53:19 Join advcomp2019_ [0] (~advcomp20@65-131-163-242.sxct.qwest.net)
05:53:19 Quit advcomp2019_ (Changing host)
05:53:19 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019)
05:56:51 Quit advcomp2019 (Ping timeout: 268 seconds)
06:00
06:03:01 Quit Rower (Ping timeout: 268 seconds)
06:41:16 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
06:41:16 Quit pixelma (Quit: .)
06:41:39***Saving seen data "./dancer.seen"
06:43:01 Join amiconn [0] (jens@rockbox/developer/amiconn)
06:43:01 Join pixelma [0] (marianne@rockbox/staff/pixelma)
06:56:46 Join ufdm [0] (~ufdm@c-75-72-10-216.hsd1.mn.comcast.net)
07:00
07:12:27 Join ZincAlloy [0] (~Adium@2a02:8108:9440:dfc:e8e7:3495:723:40e6)
07:16:55 Quit ZincAlloy (Ping timeout: 252 seconds)
07:39:26 Quit ufdm (Ping timeout: 246 seconds)
07:54:26 Join ZincAlloy [0] (~Adium@ip5f5acea4.dynamic.kabel-deutschland.de)
07:59:20 Quit ZincAlloy (Ping timeout: 276 seconds)
08:00
08:13:14 Join deevious [0] (~Thunderbi@193.226.142.214)
08:32:27 Quit dys (Ping timeout: 264 seconds)
08:41:43***Saving seen data "./dancer.seen"
08:59:22 Join TheSphinX_ [0] (~briehl@srv001.nosupamu.de)
09:00
09:02:22 Quit TheSphinX^ (Ping timeout: 276 seconds)
09:02:23 Nick TheSphinX_ is now known as TheSphinX^ (~briehl@srv001.nosupamu.de)
10:00
10:02:39 Join petur [0] (~petur@80.169.83.226)
10:02:39 Quit petur (Changing host)
10:02:39 Join petur [0] (~petur@rockbox/developer/petur)
10:41:31 Join dys [0] (~dys@2003:5b:203b:100:a64c:c8ff:fef4:13a6)
10:41:47***Saving seen data "./dancer.seen"
10:47:17 Quit petur (Quit: Connection reset by beer)
11:00
11:08:09 Join petur [0] (~petur@rockbox/developer/petur)
11:54:58 Join ZincAlloy [0] (~Adium@ip5f5acea4.dynamic.kabel-deutschland.de)
11:59:14 Quit ZincAlloy (Ping timeout: 240 seconds)
12:00
12:10:06 Join ufdm [0] (~ufdm@c-75-72-10-216.hsd1.mn.comcast.net)
12:41:49***Saving seen data "./dancer.seen"
12:50:52 Quit petur (Quit: Connection reset by beer)
13:00
13:19:29***Invited to #hpi-bs1-2019-live by EightSQ!~EightSQ@unaffiliated/eightsq
13:38:20 Join _Bilgus [0] (~Bilgus@unaffiliated/bilgus)
13:38:32 Join vmx [0] (~vmx@ip5f5ac62a.dynamic.kabel-deutschland.de)
13:38:56 Quit Bilgus (Ping timeout: 240 seconds)
14:00
14:11:30 Join massiveH [0] (~massiveH@ool-18e4eaeb.dyn.optonline.net)
14:25:42 Join Rower [0] (~husvagn@m83-185-80-174.cust.tele2.se)
14:41:53***Saving seen data "./dancer.seen"
14:45:53 Join petur [0] (~petur@80.169.83.226)
14:45:53 Quit petur (Changing host)
14:45:53 Join petur [0] (~petur@rockbox/developer/petur)
15:00
15:41:04 Quit deevious (Quit: deevious)
15:48:12 Quit massiveH (Quit: Leaving)
15:55:47 Join ZincAlloy [0] (~Adium@ip5f5acea4.dynamic.kabel-deutschland.de)
15:59:56 Quit ZincAlloy (Ping timeout: 246 seconds)
16:00
16:12:30 Join deevious [0] (~Thunderbi@193.226.142.214)
16:12:42 Quit petur (Ping timeout: 265 seconds)
16:25:43 Join Golder [0] (05cbe111@5-203-225-17.mobile.nym.cosmote.net)
16:28:05GolderNickServ Setpass Golder mcke12345
16:28:20mendelmunkishunter1
16:28:33mendelmunkisGolder: you forgot /msg
16:29:19GolderNickserv Identify Golder mcke12345
16:32:25GolderHello all.
16:40:30GolderI've updated and attached the latest strings for Greek here:
16:40:36Golderhttps://www.rockbox.org/tracker/task/13179
16:41:47GolderI hope you'll include it soon so it will go into the release. Have a nice week.
16:41:57***Saving seen data "./dancer.seen"
16:42:58 Quit Golder (Remote host closed the connection)
16:50:35fs-bluebot_Build Server message: New build round started. Revision 1925d04, 281 builds, 12 clients.
16:51:52gevaerts__builtin: will you still update the 3.15 branch with?
16:52:01gevaertss/with// :)
16:53:06gevaertsI mean, some of the changes in master after the branch look like things that should be in the branch
16:55:26gevaertsBy the way, if people need a patch from flyspray and you get an incomplete file, try:
16:55:33gevaertscurl −−http1.0 -OJ −−ignore-content-length https://www.rockbox.org/tracker/task/13179?getfile=25113
16:56:11gevaertsThat will still have the junk at the start, but for patches that seems to be harmless. It does get the complete file though, which is what counts
17:00
17:10:40fs-bluebot_Build Server message: Build round completed after 1204 seconds.
17:10:41fs-bluebot_Build Server message: Revision 1925d04 result: All green
18:00
18:10:36 Join PimpiN8 [0] (~textual@2001:1c04:3305:b700:4865:a0f8:e6b8:f45e)
18:15:02 Quit PimpiN8 (Ping timeout: 264 seconds)
18:35:17 Quit lagfra (Ping timeout: 265 seconds)
18:41:59***Saving seen data "./dancer.seen"
18:55:19 Join ZincAlloy [0] (~Adium@2a02:8108:9440:dfc:f838:a4a3:b51e:7df5)
19:00
19:23:17 Join TheLemonMan [0] (~lemonboy@irssi/staff/TheLemonMan)
19:35:36 Join lebellium [0] (~lebellium@89-92-69-72.hfc.dyn.abo.bbox.fr)
19:49:00 Join brasello [0] (~brasello@anon-36-28.vpn.ipredator.se)
20:00
20:04:08 Quit brasello (Ping timeout: 268 seconds)
20:05:19 Join brasello [0] (~brasello@anon-42-180.vpn.ipredator.se)
20:24:01 Quit vmx (Ping timeout: 240 seconds)
20:25:44 Quit dys (Ping timeout: 250 seconds)
20:42:00***Saving seen data "./dancer.seen"
21:00
21:03:12 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.")
21:27:45__builtingevaerts: yeah, I'll merge in the new stuff
21:48:03 Join vmx [0] (~vmx@ip5f5ac62a.dynamic.kabel-deutschland.de)
21:57:10cockroach__builtin: so euhm, is there an official way to get a patch uploaded to rockbox.org/gcc?
21:57:30cockroachas in, some crazy complicated process? or just poke someone on irc? :)
22:00
22:04:33 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
22:09:31 Quit mc2739 (Ping timeout: 276 seconds)
22:21:00 Nick SovietShaman is now known as CommunistWitchDr (quassel@24-217-39-226.dhcp.stls.mo.charter.com)
22:42:03***Saving seen data "./dancer.seen"
22:46:48__builtinpoke one of the swedes
22:46:57__builtinzagor[m] or bagder
22:46:59__builtinor email them
22:56:11cockroachaye
23:00
23:02:44 Join dys [0] (~dys@tmo-103-36.customers.d1-online.com)
23:17:30 Quit lebellium (Quit: Leaving)
23:30:08 Quit St3ak (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net)
23:30:09 Quit pystar89 (Remote host closed the connection)
23:38:15 Join St3ak [0] (~st3ak@st3ak3000.powered.by.lunarbnc.net)
23:43:37 Quit jdarnley (Ping timeout: 240 seconds)
23:43:38 Join J_Darnley [0] (~J_Darnley@d51a44418.access.telenet.be)
23:45:00 Join pystar89 [0] (~pystar89@ip5f590085.dynamic.kabel-deutschland.de)
23:45:21 Quit vmx (Remote host closed the connection)
23:45:27 Quit pystar89 (Remote host closed the connection)
23:52:08 Quit ZincAlloy (Quit: Leaving.)
23:57:55 Quit J_Darnley (Ping timeout: 240 seconds)
23:58:17 Join J_Darnley [0] (~J_Darnley@d51a44418.access.telenet.be)

Previous day | Next day