00:06:53 | | Quit ac_laptop (Ping timeout: 246 seconds) |
00:07:50 | *** | Saving seen data "./dancer.seen" |
01:00 |
01:29:28 | speachy | gitlab auth is still broken (filed a new bug upstream) |
01:30:03 | speachy | and google ... god only knows how long it will take them to re-validate things |
01:31:34 | | Join S|h|a|w|n [0] (~shawn156@unaffiliated/shawn156) |
01:45:12 | | Quit livvy (Remote host closed the connection) |
01:45:25 | | Join livvy [0] (~livvy@gateway/tor-sasl/livvy) |
02:00 |
02:07:52 | *** | Saving seen data "./dancer.seen" |
02:34:50 | | Quit massiveH (Quit: Leaving) |
03:00 |
03:03:34 | | Join prof_wolfff [0] (~prof_wolf@148.red-83-49-157.dynamicip.rima-tde.net) |
03:37:24 | | Quit prof_wolfff (Ping timeout: 256 seconds) |
04:00 |
04:07:55 | *** | Saving seen data "./dancer.seen" |
04:21:46 | braewoods | interesting. found a few minor changes to make to the bootloaders to reduce the size by about 20 bytes. |
04:21:57 | braewoods | maybe helpful later |
04:27:06 | | Join lebellium [0] (~lebellium@89-92-69-66.hfc.dyn.abo.bbox.fr) |
04:52:05 | braewoods | anyway |
04:52:12 | braewoods | seems i found some bugs in the bootloaders |
04:52:19 | braewoods | not sure how i'll patch them just yet |
04:52:27 | braewoods | it's mostly how it checks a few buttons |
04:52:46 | braewoods | but need to figure out how i can restructure it |
05:00 |
05:21:51 | | Quit S|h|a|w|n (Read error: Connection reset by peer) |
05:29:22 | | Join MrZeus__ [0] (MrZeus@gateway/vpn/mullvad/mrzeus) |
06:00 |
06:07:59 | *** | Saving seen data "./dancer.seen" |
06:10:20 | braewoods | well that's the last of the changes i can see to make to the bootloaders for those units |
06:21:06 | | Join dfkt [0] (~dfkt@80-110-110-140.cgn.dynamic.surfer.at) |
06:26:17 | | Quit dfkt (Quit: SIC GORGIAMVS ALLOS SVBJECTATOS NVNC.) |
07:00 |
07:09:19 | _bilgus | braewoods, are you wanting them submitted 3005 3006 3007 |
07:09:41 | braewoods | _bilgus: yes |
07:09:45 | braewoods | they're not WIPs |
07:09:49 | braewoods | that's why i rebased them |
07:10:08 | braewoods | i already tested them. |
07:10:13 | braewoods | still viable BLs |
07:10:43 | braewoods | from here i plan to produce a batch of new BLs and then test them to see if they are viable to replace the previous official bootloaders |
07:11:04 | braewoods | e.g., no obvious issues |
07:11:58 | braewoods | only one i can't test is the H100 but i think it's fair to say they will work if H120 does |
07:12:09 | braewoods | only difference is RAM size between them |
07:12:17 | braewoods | plus they share pretty much the same code |
07:12:25 | braewoods | there's very little differences between them |
07:12:35 | _bilgus | only thing I saw was the possible double init of remote 3006 433 & 457 |
07:13:01 | braewoods | _bilgus: re-read the code path. it only triggers it in one situation. |
07:13:16 | braewoods | if rc_on_button is true |
07:13:19 | braewoods | lcd_remote_init(); |
07:13:23 | braewoods | is run early |
07:13:43 | braewoods | the other one only runs if rc_on_button is false |
07:14:10 | braewoods | so how can it double init? |
07:14:57 | braewoods | basically it runs it early to check the hold button or runs it later |
07:15:09 | braewoods | if the unit was not triggered by the remote |
07:17:51 | _bilgus | ah I missed that ! 2x |
07:18:43 | fs-bluebot | Build Server message: New build round started. Revision 29a20bd, 293 builds, 9 clients. |
07:21:56 | braewoods | _bilgus: this is a new experience for me. considering something other than pure design constructs at a higher level... |
07:22:07 | braewoods | also having to care about the resulting binary size |
07:22:24 | braewoods | on Linux i have so many resources i can usually ignore these considerations |
07:22:35 | braewoods | because no matter what i do they amount of resources are sufficient |
07:22:39 | braewoods | in general |
07:23:02 | braewoods | unless i'm doing something that needs a LOT of ram |
07:23:24 | braewoods | i don't need to think much about allocations in the kilobytes range |
07:24:21 | _bilgus | yeaH a lot of the issues that were important at the start of computing still have a great sway over embedded |
07:25:18 | braewoods | _bilgus: also it's amusing how i shaved about 100 bytes off by moving the hold switch stuff to right before disk boot starts |
07:25:29 | braewoods | i think because i removed some code and also simplified the conditional |
07:25:34 | braewoods | to remove stuff that was no longer relevant |
07:25:37 | _bilgus | the cool thing is the same practices you pick up in embedded are good practice even with near limitless resources |
07:26:32 | braewoods | i now realize that the BOOT_RECOVERY enum value was being used |
07:26:36 | braewoods | just wasn't obvious |
07:26:53 | braewoods | now i'm going to look at the recovery mode stuff in the crt0.S |
07:27:01 | braewoods | i recall it being there |
07:29:49 | braewoods | hm |
07:30:07 | braewoods | it has an emergency boot if the user installed a RB ROM image |
07:30:20 | braewoods | good enough. while we might want to support RB RAM image... |
07:30:34 | braewoods | i don't know m68k well enough to feel like i could modify this file correctly. |
07:30:46 | braewoods | it's good enough to let the bootloader do that. |
07:31:09 | braewoods | the ROM image is a lot easier to boot from ASM anyway |
07:33:35 | fs-bluebot | Build Server message: Build round completed after 892 seconds. |
07:34:19 | fs-bluebot | Build Server message: Revision 29a20bd result: All green |
07:34:22 | fs-bluebot | Build Server message: New build round started. Revision fc5c819, 293 builds, 9 clients. |
07:48:38 | fs-bluebot | Build Server message: Build round completed after 855 seconds. |
07:48:41 | fs-bluebot | Build Server message: Revision fc5c819 result: All green |
07:54:58 | | Join Rower [0] (~Rower@78-73-72-39-no2340.tbcn.telia.com) |
08:00 |
08:01:56 | fs-bluebot | Build Server message: New build round started. Revision 1bc68d5, 293 builds, 9 clients. |
08:08:02 | *** | Saving seen data "./dancer.seen" |
08:15:30 | fs-bluebot | Build Server message: Build round completed after 813 seconds. |
08:15:32 | fs-bluebot | Build Server message: Revision 1bc68d5 result: All green |
08:22:57 | | Quit MrZeus__ (Ping timeout: 260 seconds) |
08:23:59 | | Join MrZeus [0] (MrZeus@gateway/vpn/mullvad/mrzeus) |
08:25:08 | | Join prof_wolfff [0] (~prof_wolf@148.red-83-49-157.dynamicip.rima-tde.net) |
08:38:54 | fs-bluebot | Build Server message: New build round started. Revision 687edc1, 293 builds, 9 clients. |
08:40:52 | _bilgus | awesome the NEW Ui does have a Dark theme \o/ |
08:42:08 | | Quit Misanthropos (Ping timeout: 260 seconds) |
08:46:18 | | Join ac_laptop [0] (~ac_laptop@186.2.247.129) |
08:51:36 | fs-bluebot | Build Server message: Build round completed after 763 seconds. |
08:51:39 | fs-bluebot | Build Server message: Revision 687edc1 result: All green |
08:52:53 | speachy | well, I'm glad you two aren't locked out |
08:59:34 | _bilgus | sarcasm? lol |
08:59:35 | mendel_munkis | great. this plugin implement's it's own pcm mixer fun |
09:00 |
09:00:22 | speachy | not at all.. |
09:00:59 | speachy | if I hadn't added github credentials I'd be locked out too |
09:01:08 | | Join Misanthropos [0] (~Misanthro@91.240.64.197) |
09:01:34 | braewoods | what happened? |
09:01:53 | speachy | google auth on gerrit is currently broken due to a URL mismatch |
09:02:03 | braewoods | oh. |
09:06:15 | speachy | aaand the daily build script it also broken due to an incorrect assumption it made. |
09:13:53 | mendel_munkis | anyone have any thoughts on g#1005 as regards legal? |
09:13:55 | fs-bluebot | Gerrit review #1005 at http://gerrit.rockbox.org/r/1005 : Update patch set 6 by Gerrit User 1000293 |
09:24:59 | speachy | mendel: Nothing wrong with the code but we can't distribute the assets |
09:25:27 | speachy | it's not clear if the original assets work or they had to be transformed into a different format |
09:35:51 | mendel_munkis | it looks like he has made at least some modifications. the question is can we add the asset zip he hosts to SelectiveInstallWidget::installGamefiles? |
09:41:25 | speachy | I'd check with him first as a courtesy but I don't see why not |
09:42:04 | mendel_munkis | alright in that case I'll see if I can bring it up to date. |
09:42:22 | mendel_munkis | (roughly 80% done with that) |
09:46:33 | mendel_munkis | speachy: why does gerrit need to know my github email? |
09:51:15 | speachy | mendel_munkis: gerrit uses the email address as the userid. I think it's also how it attempts to combine multiple external auths together. |
09:52:02 | mendel_munkis | and the fact that I use different emails for gerrit and github isn't an issue? |
09:52:11 | speachy | (it's also used for notification purposes, and to make sure the patches you're submitting are from you) |
09:52:20 | speachy | (you can of course add more email addresses) |
09:55:45 | speachy | I've never used the same email for my patches vs what the external auths use. |
09:56:28 | mendel_munkis | ok just making sure that I wouldn't have an issue now that is asks github for my email. |
09:56:31 | mendel_munkis | thank you |
10:00 |
10:08:06 | *** | Saving seen data "./dancer.seen" |
10:30:14 | | Quit prof_wolfff (Ping timeout: 272 seconds) |
11:00 |
11:09:28 | speachy | hmm. fs#2935 |
11:09:29 | fs-bluebot | http://www.rockbox.org/tracker/task/2935 Ogg Playback problems on H320 (bugs, closed) |
11:09:39 | speachy | g#2935 |
11:09:41 | fs-bluebot | Gerrit review #2935 at http://gerrit.rockbox.org/r/2935 : Create patch set 6 by Gerrit User 1000603 |
11:10:18 | speachy | bluebrother: looks like the gerrit update broke bluebot. it's picking up the latest changeset rather than the topic. |
11:11:07 | speachy | bluebrother: hmm, and instead of http://gerrit.rockbox.org/r/##### it should point at https://gerrit.rockbox.org/r/c/rockbox/+/##### instead |
11:12:00 | blbro[m] | Ok. Will give that a look in a bit. |
11:12:29 | speachy | (just fixed up the IRC log reader/prettifier too) |
11:13:08 | speachy | blbro[m]: did you see my questions about the build-info changes you wanted? |
11:13:53 | blbro[m] | Yes. Wanted to write up an example later. |
11:15:53 | speachy | awesome, thank you. As it turns out the scripts that create and consume the build-info stuff are a bit on the brittle side. |
11:18:10 | speachy | for example if we put quotes around the revision in the [dailies] section the daily changelog generator breaks. |
11:24:37 | | Join lebellium_ [0] (~lebellium@89-92-69-66.hfc.dyn.abo.bbox.fr) |
11:27:45 | | Quit lebellium (Ping timeout: 260 seconds) |
12:00 |
12:08:09 | *** | Saving seen data "./dancer.seen" |
12:11:07 | bluebrother | g#2935 |
12:11:08 | fs-bluebot | Gerrit review #2935 at https://gerrit.rockbox.org/r/c/rockbox/+/2935 : WIP: Add libraries to native MIPS toolchain to enable bluetooth by Solomon Peachy |
12:11:17 | bluebrother | I guess that's better :) |
12:12:10 | bluebrother | also changed the URL to https while at it. |
12:14:05 | speachy | yes, much! thank you! |
12:41:23 | braewoods | i'm currently testing the new bootloader candidates... |
12:41:25 | braewoods | hm |
12:41:32 | braewoods | let me get that guy's list from before of what to test |
13:00 |
13:04:49 | braewoods | ok h120 bootloader passes all his tests |
13:20:32 | | Quit Soap (Ping timeout: 244 seconds) |
13:23:21 | mendel_munkis | Is there any simple way to view a topic based on a blame entry besides for using a local log to find the change-id? |
13:35:00 | mendel_munkis | are plugins allowed to use multiple pcm channels? |
13:53:22 | speachy | if they use the mixer API, they can use however many they want. up to a point anyway |
14:00 |
14:08:12 | *** | Saving seen data "./dancer.seen" |
14:19:37 | | Quit atsampson (Ping timeout: 260 seconds) |
14:19:54 | | Join atsampson [0] (~ats@cartman.offog.org) |
14:20:47 | | Quit Topy44 (Ping timeout: 260 seconds) |
14:23:11 | | Join Topy44 [0] (mh07j18KFy@bellatrix.uberspace.de) |
14:24:27 | braewoods | speachy: i've fully tested the H120 and H300 bootloaders i built as a production candidate. |
14:25:02 | braewoods | speachy: do you want to distribute them to the official mirror or what? i already pushed a commit to allow iriver_flash to recognize them |
14:26:23 | braewoods | i can draft release notice about it and all |
14:26:47 | speachy | sure |
14:27:02 | braewoods | they fix some serious issues in the older bootloaders |
14:27:14 | braewoods | and introduce some new features people wanted (h300 mainly) |
14:28:14 | braewoods | ok. i'll put them on the wiki. |
14:28:17 | | Join prof_wolfff [0] (~prof_wolf@148.red-83-49-157.dynamicip.rima-tde.net) |
14:28:32 | braewoods | uh let's see |
14:28:47 | braewoods | ah |
14:30:13 | speachy | bump the revision, if we're on v7-prewhatever, make it v8 |
14:32:28 | | Join S|h|a|w|n [0] (~shawn156@unaffiliated/shawn156) |
14:38:30 | braewoods | oh |
14:38:36 | braewoods | i already made it 8 |
14:38:38 | braewoods | err |
14:38:40 | braewoods | 7 |
14:38:42 | * | braewoods facepalms |
14:38:48 | braewoods | i'd have to rebuild to change it. |
14:39:11 | braewoods | ok. i'll do it. |
14:39:19 | braewoods | no source changes so they should still be good. |
14:43:38 | braewoods | gimme a sec, need to updat the table again |
14:46:31 | braewoods | done |
14:46:39 | braewoods | g#3008 |
14:46:42 | fs-bluebot | Gerrit review #3008 at https://gerrit.rockbox.org/r/c/rockbox/+/3008 : iriver_flash: add new production bootloaders to known bootloaders by James Buren |
14:50:42 | braewoods | speachy: https://www.rockbox.org/wiki/IriverBoot |
14:51:01 | braewoods | attached to there as zip files. they contain the iriver_flash compatible version and the raw binary rbutil wants |
14:51:47 | braewoods | main difference is one has a header and the other doesn't |
14:51:51 | braewoods | the rest of them is identical |
14:52:27 | braewoods | iriver_flash is the preferred way to upgrade if they already have RB installed though |
15:00 |
15:03:32 | braewoods | there we go |
15:03:37 | braewoods | ready for merge |
15:11:18 | | Quit XDjackieXD (Quit: bye o/) |
15:20:26 | braewoods | speachy: https://dpaste.com/A4Z7AT8M4 my draft |
15:24:56 | speachy | looks good |
15:27:03 | speachy | ... trying to get the themesite in shape to migrate it over to mysql |
15:28:14 | fs-bluebot | Build Server message: New build round started. Revision af766ae, 293 builds, 9 clients. |
15:30:47 | bluebrother | speachy: Gerrit login via Google is broken (as you emailed), tried to log in using Github (not sure if I linked that to my account) and I end up with a "Forbidden" message. So something's up with Github too. |
15:31:52 | speachy | bluebrother: huh.. do you know who is generating the Forbidden message? GH or Gerrit? |
15:32:40 | speachy | bluebrother: just checked; it worked for me |
15:34:00 | bluebrother | seems to be Gerrit. At least it's a Gerrit URL, and it briefly shows some "You are being redirected to the authorized application" (which shows a Github URL) |
15:34:42 | speachy | are you using your google credentials through GH, or a standalone GH login? |
15:34:49 | bluebrother | maybe I didn't link my account to Github and it's trying to create a new Gerrit account for me? Also, my Github account also has my Google mail address. |
15:35:02 | bluebrother | GH is standalone, but linked to my Google email. |
15:35:58 | speachy | bluebrother: "com.google.gerrit.server.account.AccountException: Cannot assign external ID "username:bluebrother" to account 1000706; external ID already in use" |
15:37:02 | bluebrother | ok, so I guess it's because I'm using the same username for both but it tries a new account |
15:37:07 | bluebrother | *to create |
15:37:27 | bluebrother | guess I should have linked it to my existing Google based account some time :) |
15:37:39 | speachy | okay, let me see if I can figure out how to manually slice and dice the new account db. |
15:37:57 | bluebrother | so I'll just wait until Google oauth is working again. It's not that I depend on Gerrit |
15:38:24 | bluebrother | just was wondering if I maybe had GH linked and thus could use that to log in. |
15:38:37 | speachy | FWIW you can do most gerrit things via the cmdline though. |
15:39:14 | speachy | gimme a few. |
15:39:28 | braewoods | does gerrit even support local accounts? |
15:40:46 | fs-bluebot | Build Server message: Build round completed after 752 seconds. |
15:40:55 | fs-bluebot | Build Server message: Revision af766ae result: All green |
15:50:01 | | Join XDjackieXD [0] (~jackie@tureis.comfix.cc) |
15:57:01 | | Quit XDjackieXD (Ping timeout: 260 seconds) |
15:57:24 | fs-bluebot | Build Server message: New build round started. Revision dec5421, 293 builds, 9 clients. |
16:00 |
16:02:26 | | Join XDjackieXD [0] (~jackie@irc.chaosfield.at) |
16:05:24 | | Quit Acou_Bass (Ping timeout: 256 seconds) |
16:08:03 | fs-bluebot | Build Server message: Build round completed after 640 seconds. |
16:08:05 | fs-bluebot | Build Server message: Revision dec5421 result: All green |
16:08:14 | *** | Saving seen data "./dancer.seen" |
16:09:52 | | Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) |
16:16:05 | | Quit t0mato (Quit: Ping timeout (120 seconds)) |
16:19:08 | | Join Oksana [0] (~Wikiwide@Maemo/community/ex-council/Wikiwide) |
16:30:24 | | Quit Acou_Bass (Ping timeout: 265 seconds) |
16:31:56 | | Join t0mato [0] (t0mato@gateway/vpn/mullvad/t0mato) |
16:38:00 | | Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) |
16:42:00 | | Quit Rower (Ping timeout: 265 seconds) |
16:42:12 | speachy | bluebrother: I've been making progress on figuring out how to manipulate the new account db, if you manage to get a login into the system from some other openid provider I can definitely switch it over to your main account so you can get in. |
16:42:59 | speachy | (last couple of gerrit releases moved account/auth info out of an sql db into an internal git repo. same principle as before, just had to figure out how where to poke) |
16:47:30 | | Quit Acou_Bass (Ping timeout: 256 seconds) |
16:53:30 | | Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) |
17:00 |
17:05:23 | speachy | nice... shrunk the themesite db to less than a third of its original size. |
17:45:03 | | Quit lebellium_ (Quit: Leaving) |
17:47:12 | speachy | cleaned out all of the supersceded themes and made a couple of quality-of-life improvements on the admin side |
18:00 |
18:08:16 | *** | Saving seen data "./dancer.seen" |
18:11:49 | | Quit Acou_Bass (Quit: ZNC 1.8.1 - https://znc.in) |
18:14:07 | | Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) |
18:17:15 | mendel_munkis | is it posible to bild rbutil form outside the tree? |
18:17:29 | mendel_munkis | *build rbutil from |
18:26:14 | | Quit ac_laptop (Ping timeout: 246 seconds) |
18:33:14 | | Join petur [0] (~petur@rockbox/developer/petur) |
18:36:16 | speachy | mendel_munkis: yep, qmake /path/to/rbutil/source && make |
18:43:01 | mendel_munkis | oh that does work. I couldnt figure that out from the man pages. thank you |
19:00 |
19:10:04 | | Join _bilgus_ [0] (~bilgus@65.186.35.190) |
19:11:26 | | Quit _bilgus (Ping timeout: 264 seconds) |
19:11:57 | | Quit Acou_Bass (Quit: ZNC 1.8.1 - https://znc.in) |
19:15:20 | | Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) |
19:24:50 | | Join ac_laptop [0] (~ac_laptop@186.2.247.129) |
19:46:54 | | Quit Acou_Bass (Ping timeout: 256 seconds) |
19:47:53 | mendel_munkis | old qmake does not like ccache |
19:56:36 | | Quit petur (Remote host closed the connection) |
19:56:52 | | Join fs-bluebot_ [0] (~fs-bluebo@55d4b9be.access.ecotel.net) |
19:57:00 | | Quit bluebrother (Disconnected by services) |
19:57:04 | | Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother) |
19:59:26 | | Quit fs-bluebot (Ping timeout: 256 seconds) |
20:00 |
20:08:17 | *** | Saving seen data "./dancer.seen" |
20:13:04 | | Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) |
20:25:17 | | Quit Oksana (Remote host closed the connection) |
20:26:49 | | Join Oksana [0] (~Wikiwide@Maemo/community/ex-council/Wikiwide) |
20:32:32 | | Quit Acou_Bass (Ping timeout: 272 seconds) |
20:34:53 | | Quit Oksana (Remote host closed the connection) |
20:38:30 | | Join Oksana [0] (~Wikiwide@Maemo/community/ex-council/Wikiwide) |
20:41:01 | | Quit shrizza (Ping timeout: 264 seconds) |
20:41:21 | | Join shrizza [0] (~shrizza@oki-180-131-209-187.jptransit.net) |
20:42:27 | | Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) |
20:51:10 | | Quit MrZeus (Ping timeout: 256 seconds) |
21:00 |
21:28:56 | | Quit Galois (Remote host closed the connection) |
21:29:21 | | Join Galois [0] (djao@efnet-math.org) |
22:00 |
22:08:21 | *** | Saving seen data "./dancer.seen" |
23:00 |
23:03:24 | | Quit t0mato (Read error: Connection reset by peer) |
23:04:10 | | Join t0mato [0] (t0mato@gateway/vpn/mullvad/t0mato) |
23:17:25 | | Quit ac_laptop (Ping timeout: 240 seconds) |
23:19:25 | | Quit prof_wolfff (Ping timeout: 240 seconds) |
23:19:33 | | Quit t0mato (Quit: Ping timeout (120 seconds)) |
23:28:38 | | Quit _bilgus_ (Remote host closed the connection) |
23:53:29 | | Quit Oksana (Remote host closed the connection) |
23:54:31 | | Join Oksana [0] (~Wikiwide@Maemo/community/ex-council/Wikiwide) |
23:56:17 | | Quit mutax (Ping timeout: 260 seconds) |
23:57:30 | | Quit TheSeven (Disconnected by services) |
23:57:39 | | Join [7] [0] (~quassel@rockbox/developer/TheSeven) |