| Summary: | SDL_ConvertSurface not works on ppc64le | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Andrei Karas <akaras> |
| Component: | main | Assignee: | Sam Lantinga <slouken> |
| Status: | WAITING --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | 1.2.15 | ||
| Hardware: | PowerPC | ||
| OS: | Linux | ||
|
Description
Andrei Karas
2017-12-24 17:37:09 UTC
Do you have a patch? I don't have access to a ppc64el machine for debugging. sadly no. I not sure what and where to change. Can you debug on the system? I can walk you through it, if you want. I can use qemu. it slow. But can try to follow some instructions. Maybe you can instead give me instructions on setting up qemu to reproduce this? I did install long ago, can forgot something. But here steps: 1. create disk for vm. I using 10GB qcow2 format 2. download iso http://d-i.debian.org/daily-images/ppc64el/daily/netboot/mini.iso 3. run qemu with this command (using 4 cores): qemu-system-ppc64 \ -smp cores=4,threads=1,sockets=1 \ -m 2048 \ -balloon virtio \ -hda /path/disk.qcow2 \ -cdrom /path//mini.iso \ -netdev user,id=user.0 -device e1000,netdev=user.0 4. install debian. I installed with DE/WM but all work did in console. Using env variable: SDL_VIDEODRIVER=dummy If something not works, i can try upload my image. Is this, by any chance, RedHat/Fedora bug #1392465 ? https://bugzilla.redhat.com/show_bug.cgi?id=1392465 https://src.fedoraproject.org/cgit/rpms/SDL.git/tree/SDL-1.2.15-vec_perm-ppc64le.patch No, this patch not fixed SDL_ConvertSufrace. Probably it may fix other issues, but my tests stopped at SDL_ConvertSufrace. |