Some packages actually coreutils-8.{4,5}, gzip-1.4, m4-1.4.14 print a
spurious
"%n in writable segment detected" message during configure when glibc is
compiled with _FORTIFY_SOURCE=2This result in gl_cv_func_printf_directive_n=no. If we want to be able to control where the message is printed, we need to add to the configure command LIBC_FATAL_STDERR_=1 ./configure That way, the message is redirected to stderr as usual. http://sourceware.org/bugzilla/show_bug.cgi?id=9854 Gilles -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
