Hi Stuart and Ted, Stuart Henderson wrote on Thu, Feb 06, 2014 at 11:43:48AM +0000: > On 2014/02/06 00:35, Ted Unangst wrote:
>> While building vim-no_x11 on arm, I observe: >> >> ===> Building for groff-1.22.2p4 >> configure: WARNING: unrecognized options: --without-libiconv-prefix, >> --without-gs, --without-x, --with-awk, --disable-silent-rules >> configure: loading site script /home/tedu/ports/pobj/groff-1.22.2/config.site > I don't see how that can happen.. The warning about --disable-silent-rules > is expected, but the other options are supported by groff's configure > script. Is the configure script in the build directory correct? The groff build system is weird in so far as it contains *two* configure scripts, one for groff itself and one for gnulib: ischwarze@isnote $ pwd /usr/ports/pobj/groff-1.22.2 ischwarze@isnote $ find . -name configure ./groff-1.22.2/configure ./groff-1.22.2/src/libs/gnulib/configure I think the warning tedu@ is seeing comes from the gnulib configure script. Note that it's below the "===> Building" header, not below the "===> Configuring" header. Not sure whether anything should be fixed there. In the end, correct binaries and packages result from the build. Yours, Ingo