Description of problem: Version-Release number of selected component (if applicable): 1.2.8-8.fc9 How reproducible: Mock rawhide build of wesnoth 1.3.16, not yet in cvs. Actual results: Attaching build.log Expected results: Successful build Additional info:
Created attachment 295502 [details] mock build log
Also, local build on F-8 succeeds, SDL_mixer version 1.2.8-6.
SDL_mixer *does* have ogg support built-in. The wesnoth test for ogg support in it's configure script doesn't work in a chroot env. Remove the test, and it should compile fine. Marking as NOTABUG.
Ok, thanks very much, I'll try that.
Look at the rawhide spec file. There's a patch file there to remove it which should help you.
I had originally removed that since it failed to apply, I assumed (incorrectly) that the issue had been fixed upstream.
(In reply to comment #6) > I had originally removed that since it failed to apply, I assumed (incorrectly) > that the issue had been fixed upstream. Yeah, you'll need to make a new patch, since I'm sure configure.in has changed in the new branch.
Indeed it has. I've remade the patch, and I am doing a local build now, and I will then do a mock test before importing and building in rawhide. Can't believe I missed that. . .