Hi, i just had a lang/php/7.2 build fail with something like sh: re2c: not found (sorry, already nuked the log file and the dpb lock file). Porbably not important, but it seems like php's configure detects wether re2c is installed and then tries to use it. In fact, it had been installed and later (during the php build) removed on my build machine:
Apr 12 21:28:34 knecht pkg_add: Added re2c-1.1.1p0 Apr 12 23:29:34 knecht pkg_delete: Removed re2c-1.1.1p0 So, this may be something to look at after unlock -- either add it as build dependency or try to disable the usage of it in the php build. Ciao, Kili