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-12-20

00:00:02***Saving seen data "./dancer.seen"
00:01:44 Quit dconrad (Ping timeout: 252 seconds)
00:52:04 Quit COMPL_EXE (Quit: HALT)
00:52:53 Join COMPL_EXE [0] (~compl.exe@aosc/dev/origincode)
02:00
02:00:03***Saving seen data "./dancer.seen"
02:34:58 Quit michaelni (Ping timeout: 245 seconds)
02:38:39 Quit chris_s (Quit: Client closed)
03:00
03:34:57 Join advcomp2019_ [0] (~advcomp20@user/advcomp2019)
03:38:27 Quit advcomp2019 (Ping timeout: 276 seconds)
03:55:58 Join advcomp2019__ [0] (~advcomp20@user/advcomp2019)
03:59:14 Quit advcomp2019_ (Ping timeout: 260 seconds)
04:00
04:00:07***Saving seen data "./dancer.seen"
04:49:17rb-bluebotBuild Server message: New build round started. Revision a032611e3e, 345 builds, 9 clients.
04:49:17rb-bluebotconfigure: remove clang warning for darwin host by Christian Soffke
05:00
05:01:34rb-bluebotBuild Server message: Build round completed after 739 seconds.
05:01:36rb-bluebotBuild Server message: Revision a032611e3e result: All green
06:00
06:00:10***No seen item changed, no save performed.
06:05:20 Quit buZz (Read error: Connection reset by peer)
06:05:51 Join buZz [0] (~buzz@192.161.48.59)
06:33:38 Quit troglodito (Ping timeout: 248 seconds)
06:40:04 Join troglodito [0] (~cave@81.4.123.134)
07:00
07:07:46 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
07:17:59 Quit PheralSparky (Quit: Leaving)
08:00
08:00:15***Saving seen data "./dancer.seen"
08:00:44rb-bluebotBuild Server message: New build round started. Revision f179fc1079, 345 builds, 9 clients.
08:00:44rb-bluebotS5L87xx bootloader: Add option for viewing SysCfg in the development bootloader by Vencislav Atanasov
08:12:04rb-bluebotBuild Server message: Build round completed after 681 seconds.
08:12:06rb-bluebotBuild Server message: Revision f179fc1079 result: All green
10:00
10:00:16***No seen item changed, no save performed.
10:31:48rb-bluebotBuild Server message: New build round started. Revision 660fa3ffdc, 345 builds, 9 clients.
10:31:49rb-bluebotscroll engine calculate stringsize only when scroll line updated by William Wilgus
10:49:41rb-bluebotBuild Server message: Build round completed after 1073 seconds.
10:49:43rb-bluebotBuild Server message: Revision 660fa3ffdc result: All green
10:50:33 Join michaelni [0] (~michael@41.66.67.113)
11:00
11:11:37 Quit jj5 (Remote host closed the connection)
11:30:15 Join jj5 [0] (~jj5@100.80.216.139.dynamic.dsl.dv.iprimus.net.au)
11:37:23 Join dconrad [0] (~dconrad@152.117.104.232)
11:41:20 Quit akaWolf (Ping timeout: 252 seconds)
11:48:17 Quit rogeliodh (Quit: The Lounge - https://thelounge.chat)
11:48:40 Join rogeliodh [0] (~rogeliodh@rogeliodh.dev)
11:54:12 Join akaWolf [0] (~akaWolf@akawolf.org)
12:00
12:00:20***Saving seen data "./dancer.seen"
12:02:14 Quit akaWolf (Ping timeout: 252 seconds)
12:09:38rb-bluebotBuild Server message: New build round started. Revision 48811ed4a8, 345 builds, 9 clients.
12:09:38rb-bluebotErosQ Hosted: Fix maximum volume upon plugging in headphones by Dana Conrad
12:17:22 Join akaWolf [0] (~akaWolf@akawolf.org)
12:24:57rb-bluebotBuild Server message: Build round completed after 920 seconds.
12:24:59rb-bluebotBuild Server message: Revision 48811ed4a8 result: All green
12:56:45 Join Classyham [0] (~Classyham@cpc160307-seac29-2-0-cust172.7-2.cable.virginm.net)
13:00
13:06:44 Quit Classyham (Quit: Client closed)
13:06:57 Join Classyham [0] (~Classyham@cpc160307-seac29-2-0-cust172.7-2.cable.virginm.net)
13:07:48ClassyhamHi all, I have a question about compiling Rockbox from source using WSL. I'm getting some errors in the final make (Post configure) to do with SDL. I followed the Windows10CrossCompiler guide to a T while only changing one line in the tools/configure file. Line 30 from "sdl_config=sdl2_config" to "sdl_config=i686-w64-mingw32-sdl-config" The errors
13:07:48ClassyhamI'm getting are in "button-sdl" mentioning unknown type name 'SDL_Keycode, SDL_WindowEvent, SDL_Event' and a few others. Here is a pastebin of the full log from the make command. https://pastebin.com/vEhQECX3 If you need more info from me please let me know and thanks in advance.
13:11:02 Join lebellium [0] (~lebellium@2a01cb0405d07f00d33a0da62bfc2206.ipv6.abo.wanadoo.fr)
13:12:04speachyyou need *SDL2*
13:12:34speachyie 'i686-w64-mingw32-sdl2-config' (assuming that exists)
13:16:02ClassyhamI see, the guide specifically mentions SDL1.2, so I assume it's outdated. I'll try the SDL build steps again with SDL2, is there a specific version I should use or can I just clone the git repository?
13:34:55ClassyhamThank you for the help. That's got me further in, but now I'm getting a different error, stating include <SDL2/_real_SDL_Config.h> I assume I need to set that in a build file somewhere.
13:35:32speachycan't comment; that's internal to SDL
13:48:11ClassyhamOk, no worries, I'll go digging. Thank you for your help though.
14:00
14:00:21***Saving seen data "./dancer.seen"
14:07:15sporkwhat are you trying to compile? is sdl(2) not only needed for simulators ?
14:09:00sporkif you have wsl2 (like on windows 11) you can install ubuntu and compile rockbox like on realy linux
14:09:20sporkmuch easier than cross-compiling
14:15:50ClassyhamUnfortunately I'm still on windows 10. Is it worth me installing wsl2 or just going the vm route? I already have an ubuntu 20.04 vm i can use
14:16:27sporkif you want to compile actual rockbox and not simulators, a vm is fine too
14:21:37sporkif you want simulators on windows, MarcAndersen is compiling those but i forgot where to download them
14:25:17Classyham I'm looking to compile actual rockbox yes.
14:32:33sporkthen you do not need sdl
14:33:00sporka vm will do fine
14:34:30ClassyhamThank you. I'll go that way then. Apologies for my noobish questions
16:00
16:00:22***No seen item changed, no save performed.
16:12:55 Quit Classyham (Quit: Client closed)
17:00
17:11:40 Quit dconrad (Remote host closed the connection)
17:18:28 Quit cstine (Quit: The Lounge - https://thelounge.chat)
17:19:00 Join cstine [0] (~cstine@150.136.136.191)
17:26:33 Join dconrad [0] (~dconrad@152.117.104.232)
17:29:46 Quit lebellium (Quit: Leaving)
17:46:29 Join Classyham [0] (~Classyham@cpc160307-seac29-2-0-cust172.7-2.cable.virginm.net)
17:59:38 Quit dconrad (Remote host closed the connection)
18:00
18:00:06winsim-buildbotNew Windows simulator build round started. Revision 48811ed4a8, ErosQ Hosted: Fix maximum volume upon plugging in headphones by Dana Conrad
18:00:26***Saving seen data "./dancer.seen"
18:33:10 Quit Classyham (Quit: Client closed)
18:41:11 Join massiveH [0] (~massiveH@2600:4040:a982:5400:b1cf:5551:9668:24c7)
18:45:54 Quit jacobk (Ping timeout: 248 seconds)
19:00
19:00:01 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
19:09:36 Join Classyham [0] (~Classyham@cpc160307-seac29-2-0-cust172.7-2.cable.virginm.net)
19:10:22Classyham(not sure if my previous message posted so apologies for the potential dupe. ) Ok so i got everything working in a VM. Now, to deploy to my ipod for testing proper, so i just replace the contents of the .rockbox folder with the output of the "normal" build? Or do i need to use the utility?
19:17:42 Join WebGuest16 [0] (~WebGuest1@2600:1700:4ec0:c500:9c58:cdff:fef3:f223)
19:17:59 Quit WebGuest16 (Client Quit)
19:22:54 Quit jacobk (Ping timeout: 276 seconds)
19:27:06winsim-buildbotBuild round completed after 5221 seconds.
19:31:14ClassyhamSo i hail mary'd it and pushed it to my ipod (after making a backup of my current .rockbox folder) and while it boots, nothing seems to work. It won't play music or anything. Not sure if theres a deployment guide but i can't seem to find it
19:41:21 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
20:00
20:00:27***Saving seen data "./dancer.seen"
20:19:19 Join bilgusph [0] (~bilgusph@107.123.53.72)
20:19:54bilgusphClassyham yes just copy over the. rockbox folder and making a backup is a good IDEA always
20:20:32bilgusphAre you doing make and then make zip?
20:20:45ClassyhamYep, i suppose, how do i get the extra stuff, like plugin data included in my fullzip. Is there somewhere i can download it from or can i put a custom zip into the utility to have it inject the plugin data?
20:20:48bilgusphTry make full zip
20:21:09ClassyhamI have fullzip, but that doesnt come with plugins (which is what i'm looking at making)
20:21:50bilgusphThen unzip to your device extras you can get from rbutIL or download them yourself
20:22:14ClassyhamHow do i download them myself? I couldn't find a link anywhere in the docs
20:22:24bilgusphYes full zip has plugins unless you've set up config not to make plugins
20:22:51bilgusphExtras would be like game file for doom themes fonts
20:23:14ClassyhamAh gotcha, let me try fullzip again. One moment. Thank you for the info :D
20:23:59bilgusphWhen you did tools/configure what did you put? N for normal?
20:24:38bilgusphOr are you trying to get test plugins?
20:25:04Classyhamfor simplicity i just did a normal configure
20:25:37bilgusphIn that case to tools configure press A for advanced and T for test plugins finally N for normal build
20:25:59bilgusphOther than that it should work
20:26:20bilgusphAnd are you building at head?
20:26:41bilgusphGIT pull −−rebase
20:26:48bilgusphLowercase ofc
20:28:17ClassyhamI just cloned the repo today, so i'd assume its at latest.
20:28:46bilgusphEH id do it anyway esp if IM having issues
20:29:44ClassyhamOk, it's working now. Thank you so much :D now for the fun part of trying to port igpsp from ipodlinux to rockbox
20:30:39bilgusphGood luck feel free task we try our best to help but it might take a while to GETA reply
20:31:16bilgusphTo ask rather..
20:31:56bilgusphDo remember no malloc
20:32:42bilgusphYou can emulate it though over your plugin buffer
20:32:51bilgusphTlsf
20:33:03bilgusphIts in plugins lib
20:33:24bilgusphThe RB STRUCT has all the functions provided by core
20:34:42bilgusphWe have most of std lib and plenty more esoteric functions see plugin. h
20:35:38 Quit bilgusph (Quit: Client closed)
20:47:11 Quit Classyham (Quit: Client closed)
22:00
22:00:31***Saving seen data "./dancer.seen"
22:44:16rb-bluebotBuild Server message: New build round started. Revision 774357e722, 345 builds, 9 clients.
22:44:17rb-bluebot[Bugfix] Volume, track starting and track ending no default timeout by William Wilgus
22:56:39rb-bluebotBuild Server message: Build round completed after 743 seconds.
22:56:41rb-bluebotBuild Server message: Revision 774357e722 result: All green
22:58:07_bilgusand even trying to not allow themes above the .rb directory I still managed to allow i because of the damn absolute path thing in path_append
23:00
23:01:19rb-bluebotBuild Server message: New build round started. Revision 9c477e84ff, 345 builds, 9 clients.
23:01:19rb-bluebot[Bugix] %ft has access to the root of the drive using / by William Wilgus
23:04:42 Join stgiga [0] (~stgiga@24.75.127.6)
23:14:15rb-bluebotBuild Server message: Build round completed after 776 seconds.
23:14:17rb-bluebotBuild Server message: Revision 9c477e84ff result: All green

Previous day | Next day