00:11:58 | | Join mendel_munkis [0] (~mendel_mu@97-127-47-249.mpls.qwest.net) |
00:12:27 | | Quit munkis (Ping timeout: 240 seconds) |
00:32:59 | | Quit mendel_munkis (Remote host closed the connection) |
00:34:09 | | Join munkis [0] (~mendel_mu@97-127-47-249.mpls.qwest.net) |
01:00 |
01:15:37 | *** | Saving seen data "./dancer.seen" |
01:43:47 | | Quit skipwich (*.net *.split) |
01:43:47 | | Quit koniu (*.net *.split) |
01:44:06 | | Join skipwich [0] (~skipwich@user/skipwich) |
01:44:26 | | Join koniu [0] (~koniu@cpc107003-dals23-2-0-cust91.20-2.cable.virginm.net) |
01:48:15 | | Quit prg (*.net *.split) |
01:48:16 | | Quit linuximho[m] (*.net *.split) |
01:48:16 | | Quit TimeWalker[m] (*.net *.split) |
01:48:16 | | Quit kirvesAxe (*.net *.split) |
01:48:16 | | Quit Arsen (*.net *.split) |
01:48:25 | | Join Arsen [0] (arsen@managarm/dev/Arsen) |
01:48:32 | | Join kirvesAxe [0] (kirvesaxe@user/kirvesaxe) |
01:49:53 | | Join TimeWalker[m] [0] (~timewalke@2001:470:69fc:105::d4f) |
01:50:31 | | Join prg [0] (~prg@2001:19f0:5:9c1:1d2f:7937:5cb0:da6f) |
01:50:39 | | Join linuximho[m] [0] (~linuximho@2001:470:69fc:105::1:3ed2) |
03:00 |
03:15:41 | *** | Saving seen data "./dancer.seen" |
03:34:18 | | Join lebellium [0] (~lebellium@2a01cb04012c0900540209f176c0b0aa.ipv6.abo.wanadoo.fr) |
03:40:30 | | Join MyFairJulie [0] (~MyFairJul@p579cd0f6.dip0.t-ipconnect.de) |
04:00 |
04:57:34 | | Quit Quix (Ping timeout: 246 seconds) |
04:58:13 | | Quit munkis (Read error: Connection reset by peer) |
05:00 |
05:15:43 | *** | Saving seen data "./dancer.seen" |
05:17:12 | MyFairJulie | I'm setting up my own VM for building Rockbox. The 2016 Ubuntu VM is giving me too much of a headache. Anyway the rockboxdev script takes veeeeeery long |
05:17:20 | MyFairJulie | time |
05:18:30 | MyFairJulie | I could've just done ARM targets but i wanted to be compatible with every architecture :D |
05:23:28 | MyFairJulie | Me: "I wanna set up the dev environment to support all platforms. How much time do i need?" |
05:23:39 | MyFairJulie | rockboxdev.sh: "Yes." |
05:54:41 | spork | a modern vm or wsl work very well |
05:54:56 | spork | no need to using something ancient |
05:55:36 | spork | and setting up the cross-compiler does take time indeed |
05:59:46 | MyFairJulie | Ubuntu was not only ancient, it was sloooooooow |
06:00 |
06:01:33 | MyFairJulie | The start menu was horribly slow. I attached the terminal to the dock in order to save what felt like few minutes of time. |
06:02:16 | MyFairJulie | Btw, the included browser failed really hard: https://cdn.discordapp.com/attachments/801913110276866088/964811210199531540/unknown.png |
06:04:10 | MyFairJulie | It flipped to the side for some reason and when i closed it, it crashed VirtualBox |
06:18:53 | MyFairJulie | https://imgur.com/j0ByCIw |
06:22:35 | MyFairJulie | My minty fresh development machine |
06:25:07 | | Join munkis [0] (~mendel_mu@97-127-47-249.mpls.qwest.net) |
06:51:24 | braewoods | I wonder if there would be value in officially sanctioned developer sandboxes. |
06:52:34 | braewoods | onces reachable with SSH |
06:52:57 | braewoods | might be easier for people to not have to setup the environment locally |
06:53:38 | braewoods | I'm going to consider that after my rental server upgrade |
06:59:06 | MyFairJulie | You could set up a docker image and using PlayWithDocker you could indeed host a build environment for Rockbox for people |
07:00 |
07:02:08 | braewoods | I have a dedicated server with spare IPv4. I'll see what I can do later. |
07:15:46 | *** | No seen item changed, no save performed. |
08:00 |
08:48:52 | speachy | IMO having generally-available compute resources available isn't wise. If anything we can provide a self-contained VM image for folks to run on their own local systems. |
08:51:07 | MyFairJulie | You mean like that Ubuntu image you did in 2016 that nobody updated afterwards? With the slow Unity shell? |
08:51:29 | MyFairJulie | Your next VM should use Xfce or something similarly light |
08:55:06 | MyFairJulie | Little unrelated question: I ran the rockboxdev script. It ran for about 4 hours until it stopped because it couldn't download some zip thing. I then restarted that script. Does the script build everything again or does it run through every gcc command to realize that the build has already been done? |
08:56:44 | _bilgus | its been a whilen since I used it Ive been transferring things to new machines for a while now but last I remember it should be able to continue where it left off |
08:57:14 | speachy | it'll redo everything you ask it to |
08:57:27 | blbro[m] | These days I'd simply put instructions up on how to setup wsl and install the required packages. |
08:57:30 | MyFairJulie | So no continuing where it left off? |
08:57:48 | _bilgus | but if you built multiple architectures I think you need to remove their letters |
08:57:59 | speachy | if you have (eg) the ARM toolchains succesfully built, it'll rebuild them if you ask. what it won't do is re-download stuff already downloaded. |
08:58:21 | speachy | what probably blew up is the hosted mips toolchain. |
08:58:26 | MyFairJulie | Awwwwwww shit, when i restarted the script i gave it all the letters |
08:58:28 | speachy | (maybe hosted arm too) |
09:00 |
09:03:29 | _bilgus | I'm having a hard time with the get_kbd_ch() generator function I'd like to dynamically do the layout (basically the fn translates between src_width and screen width) but you can ask for arbitrary positions as well so no saving last pos you have to save enough state to rebuild from ;ine position |
09:04:44 | _bilgus | https://gerrit.rockbox.org/r/c/rockbox/+/4480/5/apps/recorder/keyboard.c#487 |
09:04:45 | | Quit speachy (Ping timeout: 250 seconds) |
09:05:23 | _bilgus | I'm thinking I might be better off keeping a linebuffer and do the formatting one level up |
09:05:52 | _bilgus | but that adds translation to every other layer too |
09:06:51 | | Join speachy [0] (~speachy@40.142.4.5) |
09:06:51 | | Quit speachy (Changing host) |
09:06:51 | | Join speachy [0] (~speachy@rockbox/developer/speachy) |
09:06:51 | Mode | "#rockbox +v speachy" by ChanServ (ChanServ@services.libera.chat) |
09:07:51 | rb-bluebot | Build Server message: New build round started. Revision dc67d821c3, 303 builds, 7 clients. |
09:15:48 | *** | Saving seen data "./dancer.seen" |
09:18:04 | | Join amachronic [0] (~amachroni@user/amachronic) |
09:20:20 | speachy | okay, just banned _another_ bot that was murdering the server. sigh. |
09:21:50 | _bilgus | I think I can get the line len each time without much overhead and then do my formatting on the fly and feed the cursor position through the same fn |
09:22:15 | rb-bluebot | Build Server message: New build round started. Revision dc67d821c3, 303 builds, 7 clients. |
09:22:24 | _bilgus | still not optimal but i'm too dumb to do it at the char level |
09:37:11 | amachronic | _bilgus iiuc, you're concerned about get_kbd_ch duplicating a lot of effort? |
09:38:30 | _bilgus | currently it just jumps lines thats not too bad but in order to incorporate formatting I need to add spaces think like align left, right, center |
09:38:49 | rb-bluebot | Build Server message: Build round completed after 993 seconds. |
09:38:53 | rb-bluebot | Build Server message: Revision dc67d821c3 result: All green |
09:39:20 | rb-bluebot | Build Server message: New build round started. Revision b02123d349, 303 builds, 7 clients. |
09:39:43 | amachronic | oh. you mean like aligning different char groups? |
09:39:54 | _bilgus | yeah |
09:40:09 | _bilgus | but later I have to rebuild that to select the right character |
09:40:34 | speachy | phew, unwedged things. bleh. |
09:41:18 | amachronic | wouldn't the picker just jump over spacing? so that spacing would only be needed for drawing? |
09:41:51 | _bilgus | it does currently with the added code up now but I don't really like it |
09:42:06 | _bilgus | its clunky and jarring |
09:48:40 | braewoods | I kinda wonder if we should develop a Docker image for rockbox development. They're cross-platform from what I recall. |
09:49:45 | speachy | IMO the effort is best spent making the toolchain builds as bulletproof as possible. |
09:50:02 | amachronic | reproducibility ftw |
09:50:06 | speachy | (that's one of the earlier contributions I made... nothing built cleanly when I started..) |
09:52:56 | rb-bluebot | Build Server message: Build round completed after 817 seconds. |
09:53:01 | rb-bluebot | Build Server message: Revision b02123d349 result: 6 errors 0 warnings |
09:53:22 | rb-bluebot | Build Server message: New build round started. Revision 4d7327b04d, 303 builds, 8 clients. |
09:54:34 | amachronic | time to merge g#4466? |
09:54:36 | rb-bluebot | Gerrit review #4466 at https://gerrit.rockbox.org/r/c/rockbox/+/4466 : Fix sim build for glibc >=2.34 by Aidan MacDonald |
09:54:42 | speachy | yeah, just did |
09:55:59 | speachy | I could have sworn I'd committed a fix for that a little while back. |
09:56:08 | speachy | but eh, whatevs. :) |
09:56:52 | amachronic | it seems a proper fix is a pita, since some platforms insist on enormous stacks |
10:00 |
10:10:18 | rb-bluebot | Build Server message: Build round completed after 1015 seconds. |
10:10:31 | rb-bluebot | Build Server message: Revision 4d7327b04d result: 64 errors 0 warnings |
10:27:09 | | Quit amachronic (Quit: amachronic) |
10:29:30 | | Quit michaelni (Quit: Leaving) |
10:29:56 | | Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at) |
10:38:56 | speachy | another bot |
10:39:45 | rb-bluebot | Build Server message: New build round started. Revision a234df30df, 303 builds, 8 clients. |
10:40:16 | MyFairJulie | Little problem: The rockboxdev script complains about being unable to download zlib. How can i fix this and how can i resume the script properly? |
10:40:35 | speachy | grab latest git, that should be fixed now. |
10:40:39 | speachy | (as of this morning) |
10:42:05 | MyFairJulie | I checked out the git repo around 7 hours ago |
10:42:17 | speachy | I committed this about 2 hours ago |
10:42:22 | MyFairJulie | Oh i see |
10:44:25 | MyFairJulie | I did the git checkout command. How do i resume the script? |
10:45:42 | MyFairJulie | Oops, i meant git pull |
10:58:45 | rb-bluebot | Build Server message: New build round started. Revision e71a441762, 303 builds, 8 clients. |
11:00 |
11:13:02 | _bilgus | ok I have the centering figured out I just need to walk the buffer to calculate the offset, its NTB but I don't know that I like the cenetered text without auto scrolling to the first char like the previous did |
11:14:02 | _bilgus | in that case it might be better to start from the center of the first line rather than the left |
11:15:50 | *** | Saving seen data "./dancer.seen" |
11:16:52 | _bilgus | MyFairJulie, the script saves state in the ??home folder?? your checkout / pull shouldn't overwrite the existing |
11:17:00 | speachy | this hosted vm is ... crawling. disk I/O is still bringing the whole thing down |
11:18:58 | _bilgus | is this the gifted one? |
11:20:48 | speachy | yeah |
11:21:39 | rb-bluebot | Build Server message: Build round completed after 1375 seconds. |
11:22:09 | rb-bluebot | Build Server message: Revision e71a441762 result: 4 errors 0 warnings |
11:55:05 | | Quit spork (Quit: leaving) |
11:58:09 | | Quit Arsen (Quit: Quit.) |
11:58:27 | | Join Arsen [0] (arsen@managarm/dev/Arsen) |
11:59:49 | | Join spork [0] (topic@31-151-2-135.dynamic.upc.nl) |
12:00 |
12:10:29 | braewoods | i wouldn't be surprised if a container would out-perform it |
12:20:53 | | Join Quix [0] (~Quix@129.210.115.229) |
12:49:39 | | Quit Quix (Ping timeout: 240 seconds) |
12:49:50 | | Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) |
12:49:50 | | Quit pixelma (Quit: .) |
12:50:04 | | Join pixelma [0] (marianne@p200300ea87020000305e95fffec66ff3.dip0.t-ipconnect.de) |
12:50:04 | | Join amiconn [0] (jens@p200300ea87020000305e95fffec66ff3.dip0.t-ipconnect.de) |
12:50:55 | | Quit pixelma (Client Quit) |
12:50:55 | | Quit amiconn (Client Quit) |
12:51:52 | | Join amiconn [0] (jens@p200300ea87020000305e95fffec66ff3.dip0.t-ipconnect.de) |
12:51:53 | | Join pixelma [0] (marianne@p200300ea87020000305e95fffec66ff3.dip0.t-ipconnect.de) |
13:00 |
13:13:07 | | Join Quix [0] (~Quix@129.210.115.12) |
13:15:53 | *** | Saving seen data "./dancer.seen" |
13:36:04 | rb-bluebot | Build Server message: New build round started. Revision 3ed515872c, 303 builds, 8 clients. |
13:51:40 | rb-bluebot | Build Server message: Build round completed after 936 seconds. |
13:51:44 | rb-bluebot | Build Server message: Revision 3ed515872c result: 4 errors 0 warnings |
14:00 |
14:48:19 | | Quit Quix (Ping timeout: 240 seconds) |
15:00 |
15:03:00 | rb-bluebot | Build Server message: New build round started. Revision f8d54d0d1e, 303 builds, 8 clients. |
15:15:55 | *** | Saving seen data "./dancer.seen" |
15:24:20 | rb-bluebot | Build Server message: Build round completed after 1280 seconds. |
15:24:37 | rb-bluebot | Build Server message: Revision f8d54d0d1e result: 4 errors 0 warnings |
15:25:59 | _bilgus | after all that I decided to make the text reflow equally and now I like the left justified version better, sigh this is why gui crap always takes me forever |
15:57:40 | bluebrother | speachy: I've released Rockbox Utility 1.5.1 so we have the most pressing issues fixed. Can you move the files to the download server? Files are here: https://drive.google.com/drive/folders/0B8pPsvGJ3RdKfjEyaERxMUo0UUdqcUFIOVlLSFNMVHcxeVNSV1FNQlZlWERhTkZ4QmQ3aVE?resourcekey=0-PVQz0XDxvZTeFybPeU7bPg&usp=sharing |
16:00 |
16:19:28 | | Quit MyFairJulie (Quit: Connection closed) |
16:39:35 | | Quit speachy (Read error: Connection reset by peer) |
16:45:07 | | Join speachy [0] (~speachy@40.142.4.5) |
16:45:08 | | Quit speachy (Changing host) |
16:45:08 | | Join speachy [0] (~speachy@rockbox/developer/speachy) |
16:45:08 | Mode | "#rockbox +v speachy" by ChanServ (ChanServ@services.libera.chat) |
16:50:39 | speachy | lovely, something in TexLive 2021 is causing the manual html builds to hork. |
16:50:43 | speachy | something/some change/ |
17:00 |
17:00:29 | speachy | bluebrother: all uploaded! |
17:03:20 | | Quit Maxdamantus (Ping timeout: 248 seconds) |
17:12:40 | | Quit munkis (Ping timeout: 250 seconds) |
17:15:57 | *** | Saving seen data "./dancer.seen" |
17:16:05 | | Quit lebellium (Quit: Leaving) |
17:27:32 | Serke | I have a minor problem, not sure if it's a regression or my settings. |
17:27:36 | Serke | Sometimes when bookmarking a track it skips to an earlier position, a couple of seconds back. |
17:28:00 | Serke | It happens before the bookmark is created, so resuming playback or loading the created bookmark makes no difference. |
17:28:49 | Serke | My settings: |
17:29:03 | Serke | rewind before resume: off |
17:29:03 | Serke | rewind on pause: off |
17:29:03 | Serke | bookmark on stop: yes - recent only |
17:29:03 | DBUG | Enqueued KICK Serke |
17:29:03 | Serke | update on stop: no |
17:29:03 | Serke | load last bookmark: no |
17:29:03 | *** | Alert Mode level 1 |
17:29:03 | Serke | maintain a list of recent bookmarks: one per playlist |
17:30:10 | speachy | might be due to seek granularity? just a guess. |
17:34:02 | Serke | If it's due to seek granularity, is there some option I can flip on or off to at least minimize its effects? |
17:34:54 | speachy | does the file type matter? mp3/mp4/flac/etc? |
17:38:01 | Serke | Not sure, all I have right now are a bunch or vbr mp3s I encoded myself. |
17:39:04 | *** | Alert Mode OFF |
17:44:06 | Serke | Can granularity cause a track to skip not just a few frames, but a few seconds of playback? Because that's what happens. |
19:00 |
19:15:59 | *** | Saving seen data "./dancer.seen" |
19:16:47 | | Join Quix [0] (~Quix@129.210.115.230) |
19:55:40 | | Quit spork (Ping timeout: 272 seconds) |
20:00 |
20:36:47 | _bilgus | Serke maybe? I'd try CBR and see if you can repro it |
20:38:42 | _bilgus | likely its unable to seek to the proper position and after your current would be worse than prior |
20:48:37 | _bilgus | well shit my idea for long pressing select to swap charsets won't work on the clips since long press select is already used to save changes and exit :/ |
20:58:19 | | Quit Quix (Ping timeout: 246 seconds) |
21:00 |
21:01:49 | | Join Quix [0] (~Quix@129.210.115.12) |
21:16:00 | *** | Saving seen data "./dancer.seen" |
21:54:35 | | Join munkis [0] (~mendel_mu@97-127-47-249.mpls.qwest.net) |
22:00 |
22:04:13 | | Join spork [0] (topic@31-151-2-135.dynamic.upc.nl) |
22:11:08 | | Quit jackie (Ping timeout: 260 seconds) |
22:13:19 | | Join jackie [0] (~jackie@banana-new.kilobyte22.de) |
22:15:23 | | Join devslash [0] (~devslash@46.232.211.210) |
22:15:34 | devslash | Is anyone around |
22:17:55 | devslash | I removed all of my ipod music under ipod_control/Music and created a new folder on the root of my ipod Classic 6G and copied some music there. I went into settings, selected this folder under database and initiated a scan but Rockbox is still showing my old music library |
22:28:27 | rb-bluebot | Build Server message: New build round started. Revision 1c3f6e063a, 303 builds, 7 clients. |
22:58:39 | | Quit Quix (Ping timeout: 240 seconds) |
22:59:50 | _bilgus | devslash try deleting the database files |
23:00 |
23:00:33 | _bilgus | in rb folder .tcd extension |
23:00:59 | | Quit skipwich (Quit: DISCONNECT) |
23:01:54 | | Join skipwich [0] (~skipwich@user/skipwich) |
23:04:39 | hactar | wish there was a way to edit .fnt files |
23:08:08 | rb-bluebot | Build Server message: New build round started. Revision 002575dbcf, 303 builds, 7 clients. |
23:09:11 | _bilgus | hactar, AFAIU they are just mono bitmaps in an array |
23:10:08 | _bilgus | like minus would be 000 000 111 000 000 (3x5) |
23:11:28 | hactar | feasible, sure. convenient, not really |
23:12:14 | hactar | 08 rockfont is almost perfect for the ipod mini, but there's like a handful of things that drive me up the wall |
23:12:21 | hactar | like the curly tail on the i |
23:16:00 | _bilgus | chris_s logs the wraparound setting will update properly now |
23:16:03 | *** | Saving seen data "./dancer.seen" |
23:17:59 | hactar | i put the custom scrollbar thing aside but might have another go one of these days |
23:18:08 | hactar | i cannot truly rest until i figure that out |
23:20:08 | devslash | thanks ill try that |
23:20:16 | devslash | _bilgus, |
23:27:28 | rb-bluebot | Build Server message: Build round completed after 1160 seconds. |
23:27:37 | rb-bluebot | Build Server message: Revision 002575dbcf result: All green |