[Martin Steghöfer] > Well, I'm sure there are endianness issues with your test case, too. But > the particular error reported in the bug only shows when using a .ogg > audio file. The whole "oggSlideshow" business isn't actually necessary > to reproduce the problem.
Aha. I picked a ogg file included in python-pygame, and got the test failing on powerpc now. > Also, please note that the existence of "out.ogv" is no indicator for > the presence of the problem. The file will be created in any case, > albeit empty. But you can check the exit code of "oggJoin". It will > indicate the problem by returning a non-zero exit code. The 'set -e' make sure any non-zero exit codes will trigger a test failure, so the check for out.ogv was just to be extra careful. Now the latest git source fail to build on powerpc, and will stay that way until the binary actually work. :) Next step is uploading, asking ftpmasters to drop all archs where the build fail, and try to fix the bug in the code to get the build working again. -- Happy hacking Petter Reinholdtsen

