Hello there, the recent change to "lib/argp-fmtstream.h" is breaking the possibility of building GNU inetutils on an i386 system running Debian testing. The cause is multiple definitions of argp_fmtstream_*, as can be inferred from the error text reproduced below.
Resetting the source to gnulib-baaadca1 avoids the present issue, i.e., undoing gnulib-b7298256. Best regards, Mats Erik Andersson, on behalf of GNU Inetutils make: Entering directory `/tmp/bygg/src' CCLD hostname ../lib/libgnu.a(argp-fmtstream.o): In function `argp_fmtstream_write': argp-fmtstream.c:(.text+0x0): multiple definition of `argp_fmtstream_write' ../lib/libgnu.a(argp-help.o):argp-help.c:(.text+0x0): first defined here ../lib/libgnu.a(argp-fmtstream.o): In function `argp_fmtstream_puts': argp-fmtstream.c:(.text+0x6a): multiple definition of `argp_fmtstream_puts' ../lib/libgnu.a(argp-help.o):argp-help.c:(.text+0x6a): first defined here ../lib/libgnu.a(argp-fmtstream.o): In function `argp_fmtstream_putc': argp-fmtstream.c:(.text+0xbd): multiple definition of `argp_fmtstream_putc' ../lib/libgnu.a(argp-help.o):argp-help.c:(.text+0xbd): first defined here ../lib/libgnu.a(argp-fs-xinl.o): In function `argp_fmtstream_write': argp-fs-xinl.c:(.text+0x0): multiple definition of `argp_fmtstream_write' ../lib/libgnu.a(argp-help.o):argp-help.c:(.text+0x0): first defined here ../lib/libgnu.a(argp-fs-xinl.o): In function `argp_fmtstream_puts': argp-fs-xinl.c:(.text+0x6a): multiple definition of `argp_fmtstream_puts' ../lib/libgnu.a(argp-help.o):argp-help.c:(.text+0x6a): first defined here ../lib/libgnu.a(argp-fs-xinl.o): In function `argp_fmtstream_putc': argp-fs-xinl.c:(.text+0xbd): multiple definition of `argp_fmtstream_putc' ../lib/libgnu.a(argp-help.o):argp-help.c:(.text+0xbd): first defined here collect2: error: ld returned 1 exit status make: *** [hostname] Fel 1 make: Leaving directory `/tmp/bygg/src'