00:05:22 buc Funny bug day. Archiving newsgroup messages seem to lock the folder. Already in 2.49.5 and also in TB 78. Seems to be in shared coded and needs a restart to unblock it. Might be related if something is not coming to an end. Anyway tomorrow is another day. Nighty night. 05:59:30 * IanN_Away briefly looks round 06:00:03 * IanN[m] looks back 07:00:46 * njsg looks 19:23:58 Google thinks 2.49.5 is a bot now, too often prompting me to answer I am not a robot :( 19:26:03 NVM 19:26:10 wrong tab 19:26:19 Google thinks 2.49.5 is a bot now, too often prompting me to answer I am not a robot :( 19:27:29 I thought Google believed that Seamonkey was now a cellphone... 19:27:51 haven't bothered resetting my UA override for Google since I'm on a Real Computerâ„¢ 19:29:26 https://gettr.com produces nothing but white in the viewport. 19:30:24 > SyntaxError: expected expression, got keyword 'import' 2.8d189ded.chunk.js:2:3102817 19:32:49 found a clue here: https://github.com/zadam/trilium/issues/648 19:34:22 apparently there is a name collision somewhere in their sea of Javascript vomit with an actual keyword, but that's supposed to work on "modern"/Chrome browsers 19:35:50 something similar: https://forum.palemoon.org/viewtopic.php?t=24899 19:36:13 so yeah, it's some newfangled Javascript module thing 19:39:12 it's this: https://developer.mozilla.org/es/docs/Web/JavaScript/Guide/Modules 19:40:32 more precisely, dynamic module loading, aka import('more/javascript/vomit.js') 19:45:26 so it turns out checking for CPU_TYPE being arm in the media/webrtc/trunk/moz.build was definitely incorrect CPU_TYPE=arm implies a 32-bit arm processor and for 64 bit th3e CPU_TYPE is aarch64 19:46:33 \was wondering if you could test the patch at https://www.wg9s.com/comm-253-de/patches/WIP-9999999-aarch64-support.patch and see if building with that works. I would try witch both --enable-webrtc and --disable-webrtc 19:47:13 I am still unable to get cross-compiles to work properly so can;t do my own testing here 19:51:55 https://webcompat.com/issues/79283 19:57:36 tomman: actually checking for a bot more often probably means you don't allow cookies for the site. I bet if you enabled cookies it would only ask this once and then next time would not ask because a cookie would say you already did this. 20:07:52 frg_Away: have you looked into the autoconf thing to determine how it is supposed to work? seems to me it is chicken and egg issue won;t have a builtin autoconf working untill after build step which is dependent on configure step which is dependent on a working autoconf 20:08:03 oops wrong channel 20:13:21 so perhaps for building on aarch64 still needs the scops patch 20:13:34 perhaps I should jusrt land all 3 changes 20:14:42 1 is for building under aarch64 and two for building with target of aarch64 so perhaps split into two patches?