On Thu, Apr 27, 2017 at 09:27:41AM +0200, Petter Reinholdtsen wrote: > [Chris Lamb] > > info: Copy Ogg Vorbis file using oggJoin. > > + «BUILDDIR»/obj-x86_64-linux-gnu/src/binaries/oggJoin out.ogv > > /usr/lib/python*/dist-packages/pygame/examples/data/house_lo.ogg > > FileRepository::open failed: No such file or directory > > Warning: can not open file > > </usr/lib/python*/dist-packages/pygame/examples/data/house_lo.ogg> > > for reading > > Hm, I guess our dependency changed the file layout. :( > > The file is just a random ogg file used for self testing during build. > Any ogg file will do. Can we figure a better source for a random ogg > file?
If it's a self-test, then it should probably just include an explicitly known one for that purpose, rather than hoping something random from another source will remain suitable. Then you can test that the output is actually what would be expected rather than that it just doesn't completely explode in flames trying. And won't need to B-D on odd packages just for a data file in them. Cheers, Ron