On Tue, Oct 29, 2019 at 11:37:17AM +0100, Branko Čibej wrote: > Our .tar.bz2 and .tar.gz packages contain source files generated by > Swig. A packager /can/ decide to regenerate them; I don't know why they > would want to, but they can.
I had to do just that for quite some time in the OpenBSD package because swig versions were out of sync with those used by Subversion's release manager at the time, which led to problems during the build. I don't remember the details but regenerating those files with the installed version of swig fixed things.