Debian installer for ppc64 and related packages are broken by crashing binaries

2025-03-21 Thread Damien Stewart
ernel: apt-cache[12629]: code: Mar 12 02:10:44 kernel: apt-cache[12629]: code: <7f454c46> 02020100 -- My regards, Damien Stewart.

Re: Updated installation images for Debian Ports (2025-03-16)

2025-04-05 Thread Damien Stewart
k they are within offb. So, IIUC, the kernel fbdev module is expecting "|of-display.0"| from modern OF compatible firmware but Apple OF is providing |"||of-display"|. Am I on track or off? -- My regards, Damien Stewart.

Re: Updated installation images for Debian Ports (2025-03-16)

2025-04-05 Thread Damien Stewart
ar for all these fixup patches. -- My regards, Damien Stewart.

Re: Debian installer for ppc64 and related packages are broken by crashing binaries

2025-03-27 Thread Damien Stewart
he password setup from installer corrupted. But I am able to chroot to it and fix that as well as update and install packages. -- My regards, Damien Stewart.

Re: https://fienixppc.blogspot.com

2025-03-27 Thread Damien Stewart
Hi. Yes, I have it installed been using it the last few years. Unfortunately, the Fienix repo is presently broken so no software can be updated or installed. Trying to fix it with Debian repos temporarily usually ruins it so be good when the repo is working again. :-) -- My regards, Damien

Re: Updated installation images for Debian Ports (2025-03-16)

2025-03-28 Thread Damien Stewart
don't need too. When I read of ppc64le or ppc64el as it's put, I interpret that with my own play on letters, ppc64intel. ;-) The patch is being reverted in Debian's kernel package now. Yes, I just read that before. Thanks for info. -- My regards, Damien Stewart.

Re: Trying to crack the Firefox crashing issue

2025-05-10 Thread Damien Stewart
owerPC backend. Try building with GCC instead. Having read the latest about GCC compile still crashing reveals there is still some issue. Not exactly in the same spot. But soon after that streqci call. -- My regards, Damien Stewart.

Re: Trying to crack the Firefox crashing issue

2025-05-09 Thread Damien Stewart
On 9/5/25 7:12 pm, Ed Robbins wrote: Hello! Nice digging Thanks! On Fri, 9 May 2025 at 08:03, Damien Stewart wrote: The source: static int FASTCALL streqci(const char *s1, const char *s2) { for (;;) { char c1 = *s1++; char c2 = *s2++; if (ASCII_a <= c1 && c1

Re: Trying to crack the Firefox crashing issue

2025-05-09 Thread Damien Stewart
in step debugging through it. If I can get over the way gdb is CLI based. I find a command interface isn't suited for step debugging and makes it awkward. If anyone uses it directly for real debugging. -- My regards, Damien Stewart.

Re: Trying to crack the Firefox crashing issue

2025-05-11 Thread Damien Stewart
get a sharable link. In any case you found the good ones. -- My regards, Damien Stewart.

Re: Bug#1105090: firefox: Please build with gcc and g++ on ppc64

2025-05-11 Thread Damien Stewart
arted working. When I checked the vmlinux 6.12.17-powerpc64 kernel from Debian GNU/Linux 12.0.0 "Sid" - Unofficial ppc64 NETINST 20250316 on the net installer it was ABI2. -- My regards, Damien Stewart.

Re: Firefox 133 test package for ppc64

2025-05-11 Thread Damien Stewart
of a slowdown? I forgot to mention it and it would be known, but developers of TenFourFox, ArticFox and SeaLion would know about these issues. I don't know how they solved them but I do know TFF has a bit of ASM optimizations for endian issues. -- My regards, Damien Stewart.

Re: Trying to crack the Firefox crashing issue

2025-05-11 Thread Damien Stewart
illa.mozilla.org/). Include architecture (PowerPC64), the RLBox call path, and the faulty address. Good luck! GPT :-D Would you like help inspecting the specific value at `addr=2014643200` or guidance on how to reproduce the crash more minimally? Yes. Swap it around. :-) -- My regards, Damien Stewart.

Trying to crack the Firefox crashing issue

2025-05-09 Thread Damien Stewart
Hi guys. So I this is really a follow up to the "What are the current available browser options for debian-ppc64?" thread where it there was a technical discussion on why Firefox was crashing which ended up being rather anti-climatic. But I wanted to check myself since I'm aware the last few

Re: Trying to crack the Firefox crashing issue

2025-05-12 Thread Damien Stewart
ince code these days relies on CPU specific byte order and clean portable code is a relic of the past, such compiler dependent features are looking good to me. -- My regards, Damien Stewart.

Re: Trying to crack the Firefox crashing issue

2025-05-11 Thread Damien Stewart
m.c implying some sort of C source conjured up in between. -- My regards, Damien Stewart.

Re: Trying to crack the Firefox crashing issue

2025-05-11 Thread Damien Stewart
On 11/5/25 1:20 am, Damien Stewart wrote: Comparing with var_p0=var_p0@entry=262000 and var_p1=2016478208 p1 looks corrupted. There could some possibility of endian corruption. I reversed it and got $41578 or 267640 which is within range of 262000 in p0. Why p0 looks fine only p1 doesn

Re: Firefox 133 test package for ppc64

2025-05-12 Thread Damien Stewart
expected LXDE to be better but it may be better to test MATE by the looks of it. I had installed this and others. Just need to switch to it which isn't as easy when you can't chose on login and wrestle with apt. :-) -- My regards, Damien Stewart.

Re: Firefox 133 test package for ppc64

2025-05-13 Thread Damien Stewart
th a null modem link plugged in. -- My regards, Damien Stewart.

Re: Firefox 133 test package for ppc64

2025-05-13 Thread Damien Stewart
e the old way as you need a modern USB null modem cable now. :-) -- My regards, Damien Stewart.

Re: Firefox 133 test package for ppc64

2025-05-13 Thread Damien Stewart
's not as bad as the Ubuntu Bionic PPC I managed to get going where I did something to break the desktop and it just loops around on the login screen. -- My regards, Damien Stewart.

Re: Firefox 133 test package for ppc64

2025-05-17 Thread Damien Stewart
transcoder not byte swapping when reading scala data offsets it uses to generate C code. -- My regards, Damien Stewart.

Update on rlbox wasm sandbox crashes

2025-07-09 Thread Damien Stewart
oad_data(void* dest, const void* src, size_t n) {   if (!n) {     return;   }   size_t i = 0;   u8* dest_chars = dest;   wasm_rt_memcpy(dest, src, n);   for (i = 0; i < (n >> 1); i++) {     u8 cursor = dest_chars[i];     dest_chars[i] = dest_chars[n - i - 1];     dest_chars[n - i - 1] = cursor;   } } -- My regards, Damien Stewart.

Re: u-boot

2025-07-09 Thread Damien Stewart
h GRUB and yaboot. Another possibility is using the Mac method with a bootable volume you can chose from the GUI boot menu. But I'm not aware of anyone coding a way for Linux to do that. Although I had expected it to be used before I found how PPC Linux boots on a Mac. -- My regards, Damien Stewart.

Re: u-boot

2025-07-09 Thread Damien Stewart
It does have the device tree support now. But that really only helps a developer. Less so an end user. -- My regards, Damien Stewart.

Re: Update on rlbox wasm sandbox crashes

2025-07-12 Thread Damien Stewart
fully converted with knowledge of each scalar size. Or table reference routines need to swap on the spot. That's what I'm thinking. If the endian issues are isolated to this table and wasm2c knows what's in it this will be a lot easier to fix. :-) -- My regards, Damien Stewart.

Re: Firefox 133 test package for ppc64

2025-07-22 Thread Damien Stewart
ight on your desktop. One caveat is downloads will go to the mounted volume. But if you have a shared home setup it will make it easier. It's possible it could be automated with a nice desktop icon and script or even package, but I was to lazy to do that yet. :-D -- My regards, Damien Stewart.

Re: Firefox 133 test package for ppc64

2025-07-25 Thread Damien Stewart
re. I don't quite understand embedding Lua into it. It's just that I imagine a browser running interpretive scripts would slow it down. Even though that's been happening for years now. -- My regards, Damien Stewart.