00:04:54 | | Quit IPG (Ping timeout: 268 seconds) |
00:52:51 | | Quit massiveH (Quit: Leaving) |
01:00 |
01:28:13 | *** | Saving seen data "./dancer.seen" |
03:00 |
03:10:36 | | Quit _bilgus_ (Remote host closed the connection) |
03:11:43 | | Join _bilgus_ [0] (~bilgus@syn-162-154-213-134.res.spectrum.com) |
03:14:32 | | Join lebellium [0] (~lebellium@2a01cb0405d07f0060513d2d9a344dab.ipv6.abo.wanadoo.fr) |
03:28:16 | *** | Saving seen data "./dancer.seen" |
04:00 |
04:03:33 | | Quit Bobathan (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in) |
04:03:51 | | Join Bobathan [0] (~admin@syn-065-029-248-157.res.spectrum.com) |
04:44:18 | | Join Ckat [0] (~Ckat@xn--z7x.xn--6frz82g) |
05:00 |
05:28:17 | *** | Saving seen data "./dancer.seen" |
07:00 |
07:00:31 | | Quit danwellby (Quit: Watch out For sysops carrying carpet and quicklime) |
07:08:58 | | Join Bubblegumdrop [0] (~znc@user/Bubblegumdrop) |
07:09:10 | | Quit Bubblegumdrop_ (Ping timeout: 255 seconds) |
07:28:21 | *** | Saving seen data "./dancer.seen" |
09:00 |
09:08:37 | | Join decky_e [0] (~decky_@69.9.139.14) |
09:11:03 | | Quit decky (Ping timeout: 264 seconds) |
09:28:25 | *** | Saving seen data "./dancer.seen" |
09:40:00 | speachy | MarcAndersen: All of those build successfully for Linux, so there's something specific about 'em that's failing for the Windows sim builds |
09:40:21 | speachy | will need a full log of one of those failed builds to figure it out |
09:40:51 | MarcAndersen | Ok, I will try to do some logging the next build round. |
09:42:41 | MarcAndersen | Do you see any reason to build each day if there are no new commits? |
09:43:49 | MarcAndersen | And the speed has increased by the way, now it tkes just over a minute for each. |
09:44:47 | speachy | that's probably a combination of ccache and stuff being loaded into the system filesystem cache |
09:44:53 | speachy | and no, probably no point |
09:45:20 | MarcAndersen | Ok. I will send a log next time it builds. |
09:45:31 | speachy | the nightly rockbox binaries are just the most recent output of the per-commit builds with a new filename |
09:45:55 | speachy | voices and manuals are regenerated regardless though. I should probably change that.. |
09:46:54 | MarcAndersen | Just make sure that the voice is built at least once after the last commit so it doesn't get invalid. |
09:47:23 | speachy | I wonder if it would be worth rolling these windows sim builds into what's generated after every commit? ie adding a winsim target to the build client? |
09:48:11 | MarcAndersen | It would be cool |
09:49:34 | speachy | What all did you have to set up for this to work? The last time I tried to set up some cross-compiled windows sim builds it went pretty badly. |
09:49:45 | MarcAndersen | The only thing I changed was a few more lines to configure like v for voice, e for espeak and 13 for english, and make voice of course. All the irc stuff is my own |
09:52:18 | MarcAndersen | Hmm, this os has been installed for way too long, I installed lots of stuff, it's messed up, Combination of apt and brew packages... og my |
09:53:35 | MarcAndersen | I can try to make a debian system from scratch and go from there and see if I can get it going. |
09:53:59 | speachy | hmm, it goes boom with mikmod still. dllimport stuff. |
09:54:25 | MarcAndersen | Not anymore, I'm not doing M builds as you see |
09:55:09 | MarcAndersen | I was in the past by deleting mikmod.make and editing calculator.c and rockaux.c. |
09:56:09 | speachy | ...with i686-w64-mingw32-gcc 14.1.1, it goes boom. |
09:57:32 | MarcAndersen | I have version 12 of i686-w64-mingw32-gcc here |
09:59:10 | MarcAndersen | Wow, take a look at my uptime 15:58:44 up 318 days, 4:55, 1 user, load average: 0.10, 0.15, 0.21 |
09:59:36 | MarcAndersen | Maybe time for a reboot? |
10:00 |
10:03:29 | rb-bluebot | Build Server message: New build round started. Revision 231797dfa8, 304 builds, 10 clients. |
10:03:29 | rb-bluebot | mikmod: use -DMIKMOD_STATIC to make building under windows happier by Solomon Peachy |
10:03:41 | MarcAndersen | Wow |
10:03:58 | speachy | now it's going boom in lua.. |
10:04:07 | MarcAndersen | rockaux.c? |
10:04:38 | speachy | yeah |
10:04:59 | MarcAndersen | I deleted a few lines regarding time or something, then it builds. |
10:05:11 | speachy | yeah. |
10:08:12 | MarcAndersen | Here is what I wrote back then: commented out gmtime in rockaux.c because of another build error. |
10:08:51 | speachy | yeah, wrapped that with an #ifdef |
10:09:22 | MarcAndersen | Sorry speachy, you were already on it |
10:10:21 | speachy | what's left are some warnings. Granted this was an X3 sim build which has a much smaller subset of plugins than some of the others |
10:10:24 | MarcAndersen | Then we might be able to get real (official) builds, and I can let my server do something else? |
10:11:26 | MarcAndersen | Either way I learned some perl in the meantime... Perl is hard! |
10:11:37 | rb-bluebot | Build Server message: Build round completed after 488 seconds. |
10:11:38 | rb-bluebot | Build Server message: Revision 231797dfa8 result: All green |
10:11:41 | rb-bluebot | Build Server message: New build round started. Revision a1c526f35f, 304 builds, 10 clients. |
10:11:42 | rb-bluebot | lua: Fix Windows Simulator build. by Solomon Peachy |
10:12:36 | MarcAndersen | I like lua a lot, I'm using it for many of my own stuff |
10:14:31 | speachy | more work to be done; need to solve the various non-fatal warnings, update the builder client to define what's needed, and then convince other folks to install it |
10:15:08 | MarcAndersen | What would you like me to do, continue building them or stop? |
10:15:09 | speachy | oh, and then there's what's needed for voice generation |
10:15:20 | speachy | please continue for now. |
10:15:56 | | Join Burak_ [0] (~Burak@185.25.123.34) |
10:16:01 | MarcAndersen | Cool, a new round starts at midnight. Then I will make a log of each make. As I said before make -j always fails. |
10:16:20 | | Nick Burak_ is now known as Guest2697 (~Burak@185.25.123.34) |
10:18:38 | | Quit sebagala (Ping timeout: 252 seconds) |
10:20:41 | | Quit speachy (Quit: WeeChat 4.3.0) |
10:21:02 | rb-bluebot | Build Server message: Build round completed after 562 seconds. |
10:21:03 | rb-bluebot | Build Server message: Revision a1c526f35f result: All green |
10:46:08 | | Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net) |
11:00 |
11:22:21 | | Join IPG [0] (~InvoxiPla@2.122.6.66) |
11:28:27 | *** | Saving seen data "./dancer.seen" |
11:39:57 | | Join danwellby [0] (~danwellby@cynthiajndevey.plus.com) |
11:42:35 | | Join jacobk [0] (~quassel@2600:1700:9e1e:7800:c501:186:b0fc:52ef) |
12:00 |
12:31:39 | | Join kix [0] (~kix@c-73-243-15-228.hsd1.co.comcast.net) |
12:34:05 | kix | so gonna assume its been brought up, but checked through the irc logs for today and didn't see anything, the https://www.rockbox.org/download/ download page is throwing a 500 |
12:35:44 | kix | it looks like most folks just use daily builds anyways, but was kinda hype to just be a lil lazy and use the gui |
13:00 |
13:28:28 | *** | No seen item changed, no save performed. |
13:42:47 | _bilgus_ | filetol would be my guess |
13:45:04 | _bilgus_ | oh sorry had it scrolled up, MarcAndersen have you tried out our lua implementation? |
13:46:01 | MarcAndersen | What do you mean? I don't think it can do me any good, isn't it all visual? |
13:46:50 | MarcAndersen | Where can I find documentation for all the available tables? |
14:00 |
14:00:54 | _bilgus_ | there is a script that prints all the available functions in the lua_scripts directory under Demos 'print_lua_func' and it spits out a file in the root directory called 'rb-lua_functions.txt' |
14:02:10 | _bilgus_ | there are a few that aren't available without uncommenting the imports in the script like the ones for manipulating rb settings |
14:05:03 | _bilgus_ | in the file it lists all available functions, tables, constants most functions usually match the plugin.h functions though some are lua-fied |
14:05:40 | _bilgus_ | (made into generators, altered to fit luas available data types etc.) |
14:06:29 | MarcAndersen | I don't get the file when I do it in the windows simulator |
14:07:02 | _bilgus_ | it should be in / root |
14:09:10 | MarcAndersen | In simdisk? It's not there |
14:09:32 | _bilgus_ | hmm yeah I think so let me double check |
14:10:00 | MarcAndersen | Maybe lua is broken in those windows sims I make |
14:10:21 | MarcAndersen | If so it's not good |
14:11:01 | _bilgus_ | i'll try to get a windows machine, it works here in linux |
14:11:18 | MarcAndersen | With one of my simulators? |
14:11:24 | _bilgus_ | yeah |
14:12:08 | _bilgus_ | I think I have one of the kids laptops with win10 or 11 on it |
14:12:27 | _bilgus_ | maybe. |
14:12:31 | MarcAndersen | Oh they are not built with speachy's fixes, maybe that's the problem. They will be built tonight |
14:13:11 | _bilgus_ | it'll probably take me longer than that to find a windows machine so I guess we'll check tomorrow |
14:13:23 | MarcAndersen | But it would be nice if you tried anyway so we can find out if it's me that is stupid |
14:13:47 | _bilgus_ | likely not you, no matter what the IRC stats say! |
14:13:52 | MarcAndersen | Ok. I will try with a new build when it's done |
14:14:54 | MarcAndersen | I think I will wipe everything before this one. |
14:16:10 | MarcAndersen | If they are not moved into the main builder I think about making a docker image for it but I'm not sure it's worth it |
14:17:16 | MarcAndersen | Actually I will activate the build now, I want to try it. |
14:24:14 | _bilgus_ | ok |
14:36:08 | _bilgus_ | onplay.c has remove_dir, delete_file and rename_file, I think I'm going to make there more generic and put them in misc.c |
14:37:10 | _bilgus_ | sorry make these* I almost typed there again |
14:44:14 | MarcAndersen | This build actually creates the file. I will run through the perl script one more time and make the whole round |
14:47:21 | MarcAndersen | Let's hope this works... |
14:47:55 | | Join winsim-buildbot [0] (~buildbot@85.218.172.116) |
14:47:55 | winsim-buildbot | New build round started. Revision a1c526f35f, lua: Fix Windows Simulator build. by Solomon Peachy |
15:00 |
15:02:27 | | Quit jacobk (Ping timeout: 268 seconds) |
15:25:50 | kix | any thoughts on who to bother to maybe try to get some of the erroring resolved? can't download a bootloader file with the launcher, just spits out an SSL error |
15:26:02 | kix | I love that the link says to bother root@localhost lol |
15:28:32 | *** | Saving seen data "./dancer.seen" |
16:00 |
16:35:26 | winsim-buildbot | Build round completed in 6464 seconds. |
16:37:30 | | Quit winsim-buildbot (Write error: Connection reset by peer) |
17:00 |
17:19:09 | | Quit kix (Quit: Connection closed) |
17:25:47 | | Quit Maxdamantus (Ping timeout: 260 seconds) |
17:28:36 | *** | Saving seen data "./dancer.seen" |
17:31:16 | | Join Maxdamantus [0] (~Maxdamant@user/maxdamantus) |
18:00 |
18:35:51 | | Quit lebellium (Quit: Leaving) |
18:46:10 | | Join massiveH [0] (~massiveH@2600:4040:a982:c800:64ae:b161:9d87:5e8d) |
19:00 |
19:28:38 | *** | Saving seen data "./dancer.seen" |
20:00 |
20:32:08 | | Join PheralSparky [0] (~Shawn@user/shawn/x-4432647) |
21:00 |
21:16:27 | | Quit baltazar (Ping timeout: 264 seconds) |
21:18:14 | | Join baltazar [0] (~baltazar@user/baltazar) |
21:28:41 | *** | Saving seen data "./dancer.seen" |
23:00 |
23:28:43 | *** | No seen item changed, no save performed. |