Am Montag, den 11.04.2016, 21:39 +0100 schrieb Steven Chamberlain: > Tobias Frost wrote: > > Now I cannot reproduce the compile problem... > > Did you build again from the same tree?
I recycled the unpackaged tree, but did not build twice from the same tree (Don't try that for mental sanity; I saw it complaining about a missing assembler when I did that yesterday) > There is a circular dependency of: > > * autoreconf generates configure from configure.ac > * configure generates Makefile from Makefile.am > * Makefile has a configure.ac rule to rebuild configure.ac from > (patched) configure.proto > > So if you build a second time, autoreconf takes the configure.ac > now derived from (patched) configure.proto > > I've attached a patch for this particular madness. That, in > combination > with Andreas' patch set, seems to get this building reliably on > kfreebsd. Thanks! > > (There is still other madness, such as sub-makes seemingly hiding > stdout, only showing stderr and not the actual commands run). *ouch* > Regards,