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 2024-06-30

00:07:06 Quit massiveH (Quit: Leaving)
00:48:15 Quit paulk-bis (Read error: Connection reset by peer)
00:48:21 Join paulk [0] (~paulk@about/aquilenet/user/paulk)
01:00
01:32:30***Saving seen data "./dancer.seen"
02:00
02:09:42rb-bluebotBuild Server message: New build round started. Revision dc7486c7de, 305 builds, 9 clients.
02:09:43rb-bluebot[Feature] onplay.c show file progress by William Wilgus
02:22:29rb-bluebotBuild Server message: Build round completed after 767 seconds.
02:22:31rb-bluebotBuild Server message: Revision dc7486c7de result: All green
03:00
03:32:32***No seen item changed, no save performed.
04:00
04:55:35 Quit sam_d (Quit: Bye)
05:00
05:15:17 Join sam_d [0] (~sam@user/sam-d/x-8933526)
05:32:35***Saving seen data "./dancer.seen"
07:00
07:32:38***No seen item changed, no save performed.
08:00
08:44:43 Join Moriar [0] (~moriar@107-200-193-159.lightspeed.stlsmo.sbcglobal.net)
09:00
09:12:07 Join decky [0] (~decky_@69.9.139.14)
09:14:39 Quit decky_e (Ping timeout: 264 seconds)
09:17:32TonuxCan someone please add to https://www.rockbox.org/wiki/SonyNWLinuxPort.html#How_to_go_back_to_the_bootloader_screen_or_Rockbox_after_using_the_OF_63 that going "SD Card Settings" -> "Insert/Remove SD Card", and then "Back" to exit will also return the user to the bootloader screen?
09:32:40***Saving seen data "./dancer.seen"
10:00
10:39:42 Quit jj5 (Ping timeout: 268 seconds)
11:00
11:32:41***Saving seen data "./dancer.seen"
12:00
12:20:15 Quit Maxdamantus (Ping timeout: 260 seconds)
12:20:57 Join Maxdamantus [0] (~Maxdamant@user/maxdamantus)
12:38:24 Join lebellium [0] (~lebellium@2a01cb0405d07f0061e075470fc51eb6.ipv6.abo.wanadoo.fr)
13:00
13:32:43***Saving seen data "./dancer.seen"
13:54:52 Quit LjL (Read error: Connection reset by peer)
13:55:43 Join LjL [0] (~ljl@user/ljl)
14:00
14:06:11 Quit armin (Ping timeout: 260 seconds)
14:08:01 Join armin [0] (~armin@zero.m2m.pm)
14:34:56 Join decky_e [0] (~decky_@69.9.139.14)
14:36:47 Quit decky (Ping timeout: 256 seconds)
14:38:03 Join Maxdaman1us [0] (~Maxdamant@user/maxdamantus)
14:39:35 Quit Maxdamantus (Ping timeout: 264 seconds)
15:00
15:05:19rb-bluebotBuild Server message: New build round started. Revision 67dc833e46, 305 builds, 10 clients.
15:05:19rb-bluebotToolchains: Update to GCC 8.5.0 by Solomon Peachy
15:08:29MarcAndersenWow that was a fast revert
15:12:50speachyyeah, hadn't intended to push that.
15:15:42rb-bluebotBuild Server message: Build round completed after 625 seconds.
15:15:43rb-bluebotBuild Server message: Revision 67dc833e46 result: All green
15:15:47rb-bluebotBuild Server message: New build round started. Revision 1c3f77eccd, 305 builds, 10 clients.
15:15:47rb-bluebotRevert "Toolchains: Update to GCC 8.5.0" by Solomon Peachy
15:17:59speachyalas we're likely forever stuck on GCC 4.9.4 for the various hosted targets.
15:22:22MarcAndersenWhy?
15:26:18speachyessentially because we're stuck running on top of what the platform vendor shipped
15:26:58rb-bluebotBuild Server message: Build round completed after 671 seconds.
15:26:59rb-bluebotBuild Server message: Revision 1c3f77eccd result: All green
15:27:03speachythat reverted 8.5.0 patch did pull in all of the non-android hosted targets, though I was only able to test out the MIPS stuff.
15:27:44speachyandroid (which includes the ibasso targets) switched to llvm instead
15:29:28speachyand I don't personally care enough to tackle and stabilize that port (we rely on a lot of gcc/binutils-isms)
15:30:51MarcAndersenAre you going to remove some of these hifi and sony ones from builds.pm so my script doesn't try to build them each time?
15:32:18speachythe infra stuff uses what's in tools/builds.pm
15:32:45***Saving seen data "./dancer.seen"
15:33:00speachyin this context it would use the 'usablebuilds' list.
15:33:40MarcAndersenBut how do i get ryd of them so it doesn't always try to build them? It's a waste of time.
15:33:42speachyhmm, probably should annotate that further to indicate if there's a simulator or not
15:34:54MarcAndersenI also need to split my sims script so you can get all the non ftp and irc stuff
15:35:02speachybut first, I have more non-computer stuff to take care of today.
15:35:09MarcAndersenSure
15:54:14 Join jj5 [0] (~jj5@100.80.216.139.dynamic.dsl.dv.iprimus.net.au)
16:00
16:27:26rb-bluebotBuild Server message: New build round started. Revision 6f1e67e5e3, 305 builds, 10 clients.
16:27:27rb-bluebotbuilds: Add an explicit 'simbuilds' list by Solomon Peachy
16:34:41rb-bluebotBuild Server message: Build round completed after 436 seconds.
16:34:42rb-bluebotBuild Server message: Revision 6f1e67e5e3 result: All green
16:46:22MarcAndersenWould it be safe just to change if ($builds{$b}{status} > 0 && $builds{$b}{status} >= 2) to if ($builds{$b}{sim} > 0?
16:52:45MarcAndersenOh I didn't see sims.pl was updated. Sorry.
17:00
17:14:31 Join jacobk [0] (~quassel@2600:1700:9e1e:7800:6c:fff2:2f4c:4383)
17:16:37 Quit lebellium (Quit: Leaving)
17:29:59rb-bluebotBuild Server message: New build round started. Revision 102c374248, 305 builds, 9 clients.
17:29:59rb-bluebotadded xrick game by Sebastian Leonhardt
17:32:48***Saving seen data "./dancer.seen"
17:38:57rb-bluebotBuild Server message: Build round completed after 538 seconds.
17:38:58rb-bluebotBuild Server message: Revision 102c374248 result: 54 errors 478 warnings
17:39:25MarcAndersenSeams now is not the right time to build sims
18:00
18:09:19 Quit jacobk (Ping timeout: 260 seconds)
18:45:41rb-bluebotBuild Server message: New build round started. Revision 423350ec4d, 305 builds, 9 clients.
18:45:41rb-bluebotxrick: Fix various errors/warnings by Solomon Peachy
18:53:11rb-bluebotBuild Server message: Build round completed after 451 seconds.
18:53:12rb-bluebotBuild Server message: Revision 423350ec4d result: 55 errors 4 warnings
19:00
19:32:49***Saving seen data "./dancer.seen"
19:34:22 Join massiveH [0] (~massiveH@pool-173-63-97-164.nwrknj.fios.verizon.net)
20:00
20:30:01 Join othello7 [0] (~Thunderbi@pool-108-52-11-147.phlapa.fios.verizon.net)
20:31:46rb-bluebotBuild Server message: New build round started. Revision eacb4daa2d, 305 builds, 9 clients.
20:31:47rb-bluebotMore xrick-related cleanups by Solomon Peachy
20:41:07rb-bluebotBuild Server message: Build round completed after 562 seconds.
20:41:08rb-bluebotBuild Server message: Revision eacb4daa2d result: 22 errors 0 warnings
20:41:12rb-bluebotBuild Server message: New build round started. Revision 9b8cfd1bb3, 305 builds, 8 clients.
20:41:12rb-bluebotFS #10959: Fix multiple bugs in brickmania (Matteo Italia) by Solomon Peachy
20:44:29speachynot quite yet. Guess I should have checked those last few before assuming they were the same failure.
20:49:26rb-bluebotBuild Server message: Build round completed after 493 seconds.
20:49:27rb-bluebotBuild Server message: Revision 9b8cfd1bb3 result: 21 errors 0 warnings
20:58:22rb-bluebotBuild Server message: New build round started. Revision 311f27606c, 305 builds, 9 clients.
20:58:22rb-bluebotxrick: Fix build on RGB888 targets by Solomon Peachy
21:00
21:02:29 Quit othello7 (Quit: othello7)
21:05:57rb-bluebotBuild Server message: Build round completed after 454 seconds.
21:05:58rb-bluebotBuild Server message: Revision 311f27606c result: All green
21:32:50***Saving seen data "./dancer.seen"
22:00
22:26:07 Quit Moriar (Ping timeout: 256 seconds)
22:59:02 Quit massiveH (Quit: Leaving)
23:00
23:32:53***Saving seen data "./dancer.seen"

Previous day | Next day