Hi Helmut, On 23.10.2016 21:25, Helmut Grohne wrote: > Control: affects -1 = src:pulseaudio > > On Sun, Oct 23, 2016 at 09:03:46PM +0200, Andreas Cadhalpun wrote: >> Are you sure this affects ffmpeg? > > Actually, no. I only managed to reproduce it for pulseaudio now, though > I vaguely remember another practical reproducer. > >> As far as I can tell its build doesn't execute orcc. >> The cross-build currently fails due to: >> ERROR: tesseract not found using pkg-config > > Yes, that's #841845.
I see. With the patch from that bug it still doesn't work, because tesseract.pc requires lept.pc, which is also not in the multi-arch location. I've filed #841968 about that. With both these fixed, ffmpeg can be cross-built successfully, so it is definitely not affected by #841827. By the way, thanks for all your work on cross-build support! Best regards, Andreas

