DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75
rm -f lib/getopt.h-t lib/getopt.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_GETOPT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
< ../time-1.9/lib/getopt.in.h; \
} > lib/getopt.h-t && \
mv -f lib/getopt.h-t lib/getopt.h
rm -f lib/getopt-cdefs.h-t lib/getopt-cdefs.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \
< ../time-1.9/lib/getopt-cdefs.in.h; \
} > lib/getopt-cdefs.h-t && \
mv -f lib/getopt-cdefs.h-t lib/getopt-cdefs.h
rm -f lib/inttypes.h-t lib/inttypes.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
-e 's/@''PRI_MACROS_BROKEN''@/0/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''PRIPTR_PREFIX''@/"l"/g' \
-e 's/@''GNULIB_IMAXABS''@/0/g' \
-e 's/@''GNULIB_IMAXDIV''@/0/g' \
-e 's/@''GNULIB_STRTOIMAX''@/0/g' \
-e 's/@''GNULIB_STRTOUMAX''@/0/g' \
-e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
-e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
-e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
-e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
-e 's/@''REPLACE_STRTOIMAX''@/0/g' \
-e 's/@''REPLACE_STRTOUMAX''@/0/g' \
-e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
-e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h' \
< ../time-1.9/lib/inttypes.in.h; \
} > lib/inttypes.h-t && \
mv lib/inttypes.h-t lib/inttypes.h
rm -f lib/limits.h-t lib/limits.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
< ../time-1.9/lib/limits.in.h; \
} > lib/limits.h-t && \
mv lib/limits.h-t lib/limits.h
rm -f lib/signal.h-t lib/signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
-e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \
-e 's/@''GNULIB_RAISE''@/0/g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/0/g' \
-e 's/@''GNULIB_SIGACTION''@/0/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''REPLACE_RAISE''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h' \
< ../time-1.9/lib/signal.in.h; \
} > lib/signal.h-t && \
mv lib/signal.h-t lib/signal.h
rm -f lib/stdbool.h-t lib/stdbool.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE__BOOL''@/1/g' < ../time-1.9/lib/stdbool.in.h; \
} > lib/stdbool.h-t && \
mv lib/stdbool.h-t lib/stdbool.h
rm -f lib/stdio.h-t lib/stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
-e 's/@''GNULIB_DPRINTF''@/0/g' \
-e 's/@''GNULIB_FCLOSE''@/0/g' \
-e 's/@''GNULIB_FDOPEN''@/0/g' \
-e 's/@''GNULIB_FFLUSH''@/0/g' \
-e 's/@''GNULIB_FGETC''@/1/g' \
-e 's/@''GNULIB_FGETS''@/1/g' \
-e 's/@''GNULIB_FOPEN''@/0/g' \
-e 's/@''GNULIB_FPRINTF''@/1/g' \
-e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_FPURGE''@/0/g' \
-e 's/@''GNULIB_FPUTC''@/1/g' \
-e 's/@''GNULIB_FPUTS''@/1/g' \
-e 's/@''GNULIB_FREAD''@/1/g' \
-e 's/@''GNULIB_FREOPEN''@/0/g' \
-e 's/@''GNULIB_FSCANF''@/1/g' \
-e 's/@''GNULIB_FSEEK''@/0/g' \
-e 's/@''GNULIB_FSEEKO''@/0/g' \
-e 's/@''GNULIB_FTELL''@/0/g' \
-e 's/@''GNULIB_FTELLO''@/0/g' \
-e 's/@''GNULIB_FWRITE''@/1/g' \
-e 's/@''GNULIB_GETC''@/1/g' \
-e 's/@''GNULIB_GETCHAR''@/1/g' \
-e 's/@''GNULIB_GETDELIM''@/0/g' \
-e 's/@''GNULIB_GETLINE''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PCLOSE''@/0/g' \
-e 's/@''GNULIB_PERROR''@/0/g' \
-e 's/@''GNULIB_POPEN''@/0/g' \
-e 's/@''GNULIB_PRINTF''@/1/g' \
-e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PUTC''@/1/g' \
-e 's/@''GNULIB_PUTCHAR''@/1/g' \
-e 's/@''GNULIB_PUTS''@/1/g' \
-e 's/@''GNULIB_REMOVE''@/0/g' \
-e 's/@''GNULIB_RENAME''@/0/g' \
-e 's/@''GNULIB_RENAMEAT''@/0/g' \
-e 's/@''GNULIB_SCANF''@/1/g' \
-e 's/@''GNULIB_SNPRINTF''@/0/g' \
-e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_TMPFILE''@/0/g' \
-e 's/@''GNULIB_VASPRINTF''@/0/g' \
-e 's/@''GNULIB_VDPRINTF''@/0/g' \
-e 's/@''GNULIB_VFPRINTF''@/1/g' \
-e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VFSCANF''@/0/g' \
-e 's/@''GNULIB_VSCANF''@/0/g' \
-e 's/@''GNULIB_VPRINTF''@/1/g' \
-e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VSNPRINTF''@/0/g' \
-e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
< ../time-1.9/lib/stdio.in.h | \
sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
-e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
-e 's|@''HAVE_DECL_FTELLO''@|1|g' \
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
-e 's|@''HAVE_DPRINTF''@|1|g' \
-e 's|@''HAVE_FSEEKO''@|1|g' \
-e 's|@''HAVE_FTELLO''@|1|g' \
-e 's|@''HAVE_PCLOSE''@|1|g' \
-e 's|@''HAVE_POPEN''@|1|g' \
-e 's|@''HAVE_RENAMEAT''@|1|g' \
-e 's|@''HAVE_VASPRINTF''@|1|g' \
-e 's|@''HAVE_VDPRINTF''@|1|g' \
-e 's|@''REPLACE_DPRINTF''@|0|g' \
-e 's|@''REPLACE_FCLOSE''@|0|g' \
-e 's|@''REPLACE_FDOPEN''@|0|g' \
-e 's|@''REPLACE_FFLUSH''@|0|g' \
-e 's|@''REPLACE_FOPEN''@|0|g' \
-e 's|@''REPLACE_FPRINTF''@|0|g' \
-e 's|@''REPLACE_FPURGE''@|0|g' \
-e 's|@''REPLACE_FREOPEN''@|0|g' \
-e 's|@''REPLACE_FSEEK''@|0|g' \
-e 's|@''REPLACE_FSEEKO''@|0|g' \
-e 's|@''REPLACE_FTELL''@|0|g' \
-e 's|@''REPLACE_FTELLO''@|0|g' \
-e 's|@''REPLACE_GETDELIM''@|0|g' \
-e 's|@''REPLACE_GETLINE''@|0|g' \
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
-e 's|@''REPLACE_PERROR''@|0|g' \
-e 's|@''REPLACE_POPEN''@|0|g' \
-e 's|@''REPLACE_PRINTF''@|0|g' \
-e 's|@''REPLACE_REMOVE''@|0|g' \
-e 's|@''REPLACE_RENAME''@|0|g' \
-e 's|@''REPLACE_RENAMEAT''@|0|g' \
-e 's|@''REPLACE_SNPRINTF''@|0|g' \
-e 's|@''REPLACE_SPRINTF''@|0|g' \
-e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
-e 's|@''REPLACE_TMPFILE''@|0|g' \
-e 's|@''REPLACE_VASPRINTF''@|0|g' \
-e 's|@''REPLACE_VDPRINTF''@|0|g' \
-e 's|@''REPLACE_VFPRINTF''@|0|g' \
-e 's|@''REPLACE_VPRINTF''@|0|g' \
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \
-e 's|@''REPLACE_VSPRINTF''@|0|g' \
-e 's|@''ASM_SYMBOL_PREFIX''@||g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h'; \
} > lib/stdio.h-t && \
mv lib/stdio.h-t lib/stdio.h
rm -f lib/stdlib.h-t lib/stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
-e 's/@''GNULIB__EXIT''@/0/g' \
-e 's/@''GNULIB_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
-e 's/@''GNULIB_GETLOADAVG''@/0/g' \
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \
-e 's/@''GNULIB_GRANTPT''@/0/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_MBTOWC''@/0/g' \
-e 's/@''GNULIB_MKDTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
-e 's/@''GNULIB_MKSTEMP''@/0/g' \
-e 's/@''GNULIB_MKSTEMPS''@/0/g' \
-e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
-e 's/@''GNULIB_PTSNAME''@/0/g' \
-e 's/@''GNULIB_PTSNAME_R''@/0/g' \
-e 's/@''GNULIB_PUTENV''@/0/g' \
-e 's/@''GNULIB_QSORT_R''@/0/g' \
-e 's/@''GNULIB_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_REALLOCARRAY''@/0/g' \
-e 's/@''GNULIB_REALPATH''@/0/g' \
-e 's/@''GNULIB_RPMATCH''@/0/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
-e 's/@''GNULIB_SETENV''@/0/g' \
-e 's/@''GNULIB_STRTOD''@/0/g' \
-e 's/@''GNULIB_STRTOLL''@/0/g' \
-e 's/@''GNULIB_STRTOULL''@/0/g' \
-e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
-e 's/@''GNULIB_UNLOCKPT''@/0/g' \
-e 's/@''GNULIB_UNSETENV''@/0/g' \
-e 's/@''GNULIB_WCTOMB''@/0/g' \
< ../time-1.9/lib/stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|1|g' \
-e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
-e 's|@''HAVE_MKDTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \
-e 's|@''HAVE_MKSTEMP''@|1|g' \
-e 's|@''HAVE_MKSTEMPS''@|1|g' \
-e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_R''@|1|g' \
-e 's|@''HAVE_QSORT_R''@|1|g' \
-e 's|@''HAVE_RANDOM''@|1|g' \
-e 's|@''HAVE_RANDOM_H''@|1|g' \
-e 's|@''HAVE_RANDOM_R''@|1|g' \
-e 's|@''HAVE_REALLOCARRAY''@|1|g' \
-e 's|@''HAVE_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_SECURE_GETENV''@|1|g' \
-e 's|@''HAVE_DECL_SETENV''@|1|g' \
-e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
-e 's|@''HAVE_STRTOD''@|1|g' \
-e 's|@''HAVE_STRTOLL''@|1|g' \
-e 's|@''HAVE_STRTOULL''@|1|g' \
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
-e 's|@''HAVE_UNLOCKPT''@|1|g' \
-e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
-e 's|@''REPLACE_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|0|g' \
-e 's|@''REPLACE_QSORT_R''@|0|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|0|g' \
-e 's|@''REPLACE_SETENV''@|0|g' \
-e 's|@''REPLACE_STRTOD''@|0|g' \
-e 's|@''REPLACE_UNSETENV''@|0|g' \
-e 's|@''REPLACE_WCTOMB''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _Noreturn/r ../time-1.9/lib/_Noreturn.h' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h'; \
} > lib/stdlib.h-t && \
mv lib/stdlib.h-t lib/stdlib.h
rm -f lib/string.h-t lib/string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \
-e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \
-e 's/@''GNULIB_FFSL''@/0/g' \
-e 's/@''GNULIB_FFSLL''@/0/g' \
-e 's/@''GNULIB_MBSLEN''@/0/g' \
-e 's/@''GNULIB_MBSNLEN''@/0/g' \
-e 's/@''GNULIB_MBSCHR''@/0/g' \
-e 's/@''GNULIB_MBSRCHR''@/0/g' \
-e 's/@''GNULIB_MBSSTR''@/0/g' \
-e 's/@''GNULIB_MBSCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSCASESTR''@/0/g' \
-e 's/@''GNULIB_MBSCSPN''@/0/g' \
-e 's/@''GNULIB_MBSPBRK''@/0/g' \
-e 's/@''GNULIB_MBSSPN''@/0/g' \
-e 's/@''GNULIB_MBSSEP''@/0/g' \
-e 's/@''GNULIB_MBSTOK_R''@/0/g' \
-e 's/@''GNULIB_MEMCHR''@/0/g' \
-e 's/@''GNULIB_MEMMEM''@/0/g' \
-e 's/@''GNULIB_MEMPCPY''@/0/g' \
-e 's/@''GNULIB_MEMRCHR''@/0/g' \
-e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
-e 's/@''GNULIB_STPCPY''@/0/g' \
-e 's/@''GNULIB_STPNCPY''@/0/g' \
-e 's/@''GNULIB_STRCHRNUL''@/0/g' \
-e 's/@''GNULIB_STRDUP''@/0/g' \
-e 's/@''GNULIB_STRNCAT''@/0/g' \
-e 's/@''GNULIB_STRNDUP''@/0/g' \
-e 's/@''GNULIB_STRNLEN''@/0/g' \
-e 's/@''GNULIB_STRPBRK''@/0/g' \
-e 's/@''GNULIB_STRSEP''@/0/g' \
-e 's/@''GNULIB_STRSTR''@/0/g' \
-e 's/@''GNULIB_STRCASESTR''@/0/g' \
-e 's/@''GNULIB_STRTOK_R''@/0/g' \
-e 's/@''GNULIB_STRERROR''@/1/g' \
-e 's/@''GNULIB_STRERROR_R''@/0/g' \
-e 's/@''GNULIB_STRSIGNAL''@/0/g' \
-e 's/@''GNULIB_STRVERSCMP''@/0/g' \
< ../time-1.9/lib/string.in.h | \
sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
-e 's|@''HAVE_FFSL''@|1|g' \
-e 's|@''HAVE_FFSLL''@|1|g' \
-e 's|@''HAVE_MBSLEN''@|0|g' \
-e 's|@''HAVE_MEMCHR''@|1|g' \
-e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
-e 's|@''HAVE_MEMPCPY''@|1|g' \
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \
-e 's|@''HAVE_STPCPY''@|1|g' \
-e 's|@''HAVE_STPNCPY''@|1|g' \
-e 's|@''HAVE_STRCHRNUL''@|1|g' \
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
-e 's|@''HAVE_STRPBRK''@|1|g' \
-e 's|@''HAVE_STRSEP''@|1|g' \
-e 's|@''HAVE_STRCASESTR''@|1|g' \
-e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
-e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
-e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
-e 's|@''HAVE_STRVERSCMP''@|1|g' \
-e 's|@''REPLACE_MEMCHR''@|0|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STPNCPY''@|0|g' \
-e 's|@''REPLACE_STRCHRNUL''@|0|g' \
-e 's|@''REPLACE_STRDUP''@|0|g' \
-e 's|@''REPLACE_STRNCAT''@|0|g' \
-e 's|@''REPLACE_STRNDUP''@|0|g' \
-e 's|@''REPLACE_STRNLEN''@|0|g' \
-e 's|@''REPLACE_STRSTR''@|0|g' \
-e 's|@''REPLACE_STRCASESTR''@|0|g' \
-e 's|@''REPLACE_STRTOK_R''@|0|g' \
-e 's|@''REPLACE_STRERROR''@|0|g' \
-e 's|@''REPLACE_STRERROR_R''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \
-e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h'; \
< ../time-1.9/lib/string.in.h; \
} > lib/string.h-t && \
mv lib/string.h-t lib/string.h
TOPDIR/tmp/hosttools/mkdir -p lib/sys
TOPDIR/tmp/hosttools/mkdir -p lib/sys
TOPDIR/tmp/hosttools/mkdir -p lib/sys
TOPDIR/tmp/hosttools/mkdir -p lib/sys
rm -f lib/time.h-t lib/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_TIME_H''@|<time.h>|g' \
-e 's/@''GNULIB_CTIME''@/0/g' \
-e 's/@''GNULIB_LOCALTIME''@/0/g' \
-e 's/@''GNULIB_MKTIME''@/0/g' \
-e 's/@''GNULIB_NANOSLEEP''@/0/g' \
-e 's/@''GNULIB_STRFTIME''@/0/g' \
-e 's/@''GNULIB_STRPTIME''@/0/g' \
-e 's/@''GNULIB_TIMEGM''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/0/g' \
-e 's/@''GNULIB_TIME_RZ''@/0/g' \
-e 's/@''GNULIB_TZSET''@/0/g' \
-e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
-e 's|@''HAVE_NANOSLEEP''@|1|g' \
-e 's|@''HAVE_STRPTIME''@|1|g' \
-e 's|@''HAVE_TIMEGM''@|1|g' \
-e 's|@''HAVE_TIMEZONE_T''@|0|g' \
-e 's|@''HAVE_TZSET''@|1|g' \
-e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_GMTIME''@|0|g' \
-e 's|@''REPLACE_LOCALTIME''@|0|g' \
-e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TZSET''@|GNULIB_PORTCHECK|g' \
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
-e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h' \
< ../time-1.9/lib/time.in.h; \
} > lib/time.h-t && \
mv lib/time.h-t lib/time.h
rm -f lib/sys/resource.h-t lib/sys/resource.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_RESOURCE_H''@|<sys/resource.h>|g' \
-e 's|@''HAVE_SYS_RESOURCE_H''@|1|g' \
-e 's/@''GNULIB_GETRUSAGE''@/1/g' \
-e 's/@''HAVE_GETRUSAGE''@/1/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h' \
< ../time-1.9/lib/sys_resource.in.h; \
} > lib/sys/resource.h-t && \
mv -f lib/sys/resource.h-t lib/sys/resource.h
rm -f lib/sys/time.h-t lib/sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_TIME_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
-e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h' \
< ../time-1.9/lib/sys_time.in.h; \
} > lib/sys/time.h-t && \
mv lib/sys/time.h-t lib/sys/time.h
rm -f lib/unistd.h-t lib/unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_UNISTD_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
-e 's/@''GNULIB_CHDIR''@/0/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/0/g' \
-e 's/@''GNULIB_DUP''@/0/g' \
-e 's/@''GNULIB_DUP2''@/0/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/0/g' \
-e 's/@''GNULIB_EUIDACCESS''@/0/g' \
-e 's/@''GNULIB_FACCESSAT''@/0/g' \
-e 's/@''GNULIB_FCHDIR''@/0/g' \
-e 's/@''GNULIB_FCHOWNAT''@/0/g' \
-e 's/@''GNULIB_FDATASYNC''@/0/g' \
-e 's/@''GNULIB_FSYNC''@/0/g' \
-e 's/@''GNULIB_FTRUNCATE''@/0/g' \
-e 's/@''GNULIB_GETCWD''@/0/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
-e 's/@''GNULIB_GETGROUPS''@/0/g' \
-e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_GETLOGIN''@/0/g' \
-e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
-e 's/@''GNULIB_GETPAGESIZE''@/1/g' \
-e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
-e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
-e 's/@''GNULIB_ISATTY''@/0/g' \
-e 's/@''GNULIB_LCHOWN''@/0/g' \
-e 's/@''GNULIB_LINK''@/0/g' \
-e 's/@''GNULIB_LINKAT''@/0/g' \
-e 's/@''GNULIB_LSEEK''@/0/g' \
-e 's/@''GNULIB_PIPE''@/0/g' \
-e 's/@''GNULIB_PIPE2''@/0/g' \
-e 's/@''GNULIB_PREAD''@/0/g' \
-e 's/@''GNULIB_PWRITE''@/0/g' \
-e 's/@''GNULIB_READ''@/0/g' \
-e 's/@''GNULIB_READLINK''@/0/g' \
-e 's/@''GNULIB_READLINKAT''@/0/g' \
-e 's/@''GNULIB_RMDIR''@/0/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/0/g' \
-e 's/@''GNULIB_SYMLINK''@/0/g' \
-e 's/@''GNULIB_SYMLINKAT''@/0/g' \
-e 's/@''GNULIB_TRUNCATE''@/0/g' \
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_UNLINK''@/0/g' \
-e 's/@''GNULIB_UNLINKAT''@/0/g' \
-e 's/@''GNULIB_USLEEP''@/0/g' \
-e 's/@''GNULIB_WRITE''@/0/g' \
< ../time-1.9/lib/unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|1|g' \
-e 's|@''HAVE_FACCESSAT''@|1|g' \
-e 's|@''HAVE_FCHDIR''@|1|g' \
-e 's|@''HAVE_FCHOWNAT''@|1|g' \
-e 's|@''HAVE_FDATASYNC''@|1|g' \
-e 's|@''HAVE_FSYNC''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
-e 's|@''HAVE_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
-e 's|@''HAVE_LCHOWN''@|1|g' \
-e 's|@''HAVE_LINK''@|1|g' \
-e 's|@''HAVE_LINKAT''@|1|g' \
-e 's|@''HAVE_PIPE''@|1|g' \
-e 's|@''HAVE_PIPE2''@|1|g' \
-e 's|@''HAVE_PREAD''@|1|g' \
-e 's|@''HAVE_PWRITE''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_READLINKAT''@|1|g' \
-e 's|@''HAVE_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_SYMLINK''@|1|g' \
-e 's|@''HAVE_SYMLINKAT''@|1|g' \
-e 's|@''HAVE_TRUNCATE''@|1|g' \
-e 's|@''HAVE_UNLINKAT''@|1|g' \
-e 's|@''HAVE_USLEEP''@|1|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
-e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
-e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
-e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -e 's|@''REPLACE_CHOWN''@|0|g' \
-e 's|@''REPLACE_CLOSE''@|0|g' \
-e 's|@''REPLACE_DUP''@|0|g' \
-e 's|@''REPLACE_DUP2''@|0|g' \
-e 's|@''REPLACE_FACCESSAT''@|0|g' \
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
-e 's|@''REPLACE_ISATTY''@|0|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LINK''@|0|g' \
-e 's|@''REPLACE_LINKAT''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
-e 's|@''REPLACE_PREAD''@|0|g' \
-e 's|@''REPLACE_PWRITE''@|0|g' \
-e 's|@''REPLACE_READ''@|0|g' \
-e 's|@''REPLACE_READLINK''@|0|g' \
-e 's|@''REPLACE_READLINKAT''@|0|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|0|g' \
-e 's|@''REPLACE_SYMLINKAT''@|0|g' \
-e 's|@''REPLACE_TRUNCATE''@|0|g' \
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \
-e 's|@''REPLACE_UNLINK''@|0|g' \
-e 's|@''REPLACE_UNLINKAT''@|0|g' \
-e 's|@''REPLACE_USLEEP''@|0|g' \
-e 's|@''REPLACE_WRITE''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ../time-1.9/lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h'; \
} > lib/unistd.h-t && \
mv lib/unistd.h-t lib/unistd.h
rm -f lib/sys/types.h-t lib/sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
-e 's|@''WINDOWS_STAT_INODES''@|0|g' \
< ../time-1.9/lib/sys_types.in.h; \
} > lib/sys/types.h-t && \
mv lib/sys/types.h-t lib/sys/types.h
rm -f lib/sys/wait.h-t lib/sys/wait.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
-e 's/@''GNULIB_WAITPID''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ../time-1.9/lib/c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r ../time-1.9/lib/warn-on-use.h' \
< ../time-1.9/lib/sys_wait.in.h; \
} > lib/sys/wait.h-t && \
mv lib/sys/wait.h-t lib/sys/wait.h
make all-am
make[1]: Entering directory 'TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build'
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/getopt.o ../time-1.9/lib/getopt.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/getopt1.o ../time-1.9/lib/getopt1.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/localtime-buffer.o ../time-1.9/lib/localtime-buffer.c
make[2]: Entering directory 'TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build'
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -funit-at-a-time -Wmissing-format-attribute -Wstrict-overflow -Wsuggest-attribute=const -Wsuggest-attribute=pure -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o src/time-time.o `test -f 'src/time.c' || echo '../time-1.9/'`src/time.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -funit-at-a-time -Wmissing-format-attribute -Wstrict-overflow -Wsuggest-attribute=const -Wsuggest-attribute=pure -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o src/time-resuse.o `test -f 'src/resuse.c' || echo '../time-1.9/'`src/resuse.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -funit-at-a-time -Wmissing-format-attribute -Wstrict-overflow -Wsuggest-attribute=const -Wsuggest-attribute=pure -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o src/time-rusage-kb.o `test -f 'src/rusage-kb.c' || echo '../time-1.9/'`src/rusage-kb.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -I../time-1.9/lib/ -I./lib -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/libtime_a-dirname-lgpl.o `test -f 'lib/dirname-lgpl.c' || echo '../time-1.9/'`lib/dirname-lgpl.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -I../time-1.9/lib/ -I./lib -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/libtime_a-basename-lgpl.o `test -f 'lib/basename-lgpl.c' || echo '../time-1.9/'`lib/basename-lgpl.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -I../time-1.9/lib/ -I./lib -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/libtime_a-stripslash.o `test -f 'lib/stripslash.c' || echo '../time-1.9/'`lib/stripslash.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -I../time-1.9/lib/ -I./lib -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/libtime_a-getprogname.o `test -f 'lib/getprogname.c' || echo '../time-1.9/'`lib/getprogname.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -I../time-1.9/lib/ -I./lib -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/libtime_a-progname.o `test -f 'lib/progname.c' || echo '../time-1.9/'`lib/progname.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -I../time-1.9/lib/ -I./lib -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/libtime_a-unistd.o `test -f 'lib/unistd.c' || echo '../time-1.9/'`lib/unistd.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -I../time-1.9/lib/ -I./lib -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/libtime_a-version-etc.o `test -f 'lib/version-etc.c' || echo '../time-1.9/'`lib/version-etc.c
x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot -DHAVE_CONFIG_H -I. -I../time-1.9 -Ilib -I../time-1.9/lib -I./lib -Isrc -I../time-1.9/src -I../time-1.9/lib/ -I./lib -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/time-1.9=/usr/src/debug/time/1.9 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build=/usr/src/debug/time/1.9 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot-native= -pipe -c -o lib/libtime_a-version-etc-fsf.o `test -f 'lib/version-etc-fsf.c' || echo '../time-1.9/'`lib/version-etc-fsf.c
make[2]: Leaving directory 'TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build'
Updating ../time-1.9/doc/version.texi
../time-1.9/src/resuse.c: In function 'resuse_start':
../time-1.9/src/resuse.c:51:1: warning: old-style function definition [-Wold-style-definition]
51 | resuse_start (resp)
| ^~~~~~~~~~~~
../time-1.9/src/time.c: In function 'fprintargv':
../time-1.9/src/time.c:318:1: warning: old-style function definition [-Wold-style-definition]
318 | fprintargv (fp, argv, filler)
| ^~~~~~~~~~
../time-1.9/src/time.c: In function 'linear_argv':
../time-1.9/src/time.c:344:1: warning: old-style function definition [-Wold-style-definition]
344 | linear_argv (argv)
| ^~~~~~~~~~~
../time-1.9/src/time.c: In function 'summarize':
../time-1.9/src/time.c:424:1: warning: old-style function definition [-Wold-style-definition]
424 | summarize (fp, fmt, command, resp)
| ^~~~~~~~~
../time-1.9/src/time.c: In function 'getargs':
../time-1.9/src/time.c:640:1: warning: old-style function definition [-Wold-style-definition]
640 | getargs (argc, argv)
| ^~~~~~~
../time-1.9/src/time.c: In function 'run_command':
../time-1.9/src/time.c:726:1: warning: old-style function definition [-Wold-style-definition]
726 | run_command (cmd, resp)
| ^~~~~~~~~~~
../time-1.9/src/time.c:750:20: error: assignment to 'sighandler' {aka 'void (*)(void)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types]
750 | interrupt_signal = signal (SIGINT, SIG_IGN);
| ^
../time-1.9/src/time.c:79:22: note: 'sighandler' declared here
79 | typedef RETSIGTYPE (*sighandler) ();
| ^~~~~~~~~~
In file included from lib/signal.h:52,
from TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot/usr/include/sys/wait.h:36,
from lib/sys/wait.h:28,
from ../time-1.9/src/time.c:27:
TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
../time-1.9/src/time.c:751:15: error: assignment to 'sighandler' {aka 'void (*)(void)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types]
751 | quit_signal = signal (SIGQUIT, SIG_IGN);
| ^
../time-1.9/src/time.c:79:22: note: 'sighandler' declared here
79 | typedef RETSIGTYPE (*sighandler) ();
| ^~~~~~~~~~
TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
../time-1.9/src/time.c:757:19: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
757 | signal (SIGINT, interrupt_signal);
| ^~~~~~~~~~~~~~~~
| |
| sighandler {aka void (*)(void)}
TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot/usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'sighandler' {aka 'void (*)(void)'}
88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
| ~~~~~~~~~~~~~~~^~~~~~~~~
TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
../time-1.9/src/time.c:79:22: note: 'sighandler' declared here
79 | typedef RETSIGTYPE (*sighandler) ();
| ^~~~~~~~~~
../time-1.9/src/time.c:758:20: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
758 | signal (SIGQUIT, quit_signal);
| ^~~~~~~~~~~
| |
| sighandler {aka void (*)(void)}
TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot/usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'sighandler' {aka 'void (*)(void)'}
88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
| ~~~~~~~~~~~~~~~^~~~~~~~~
TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/recipe-sysroot/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
../time-1.9/src/time.c:79:22: note: 'sighandler' declared here
79 | typedef RETSIGTYPE (*sighandler) ();
| ^~~~~~~~~~
../time-1.9/src/time.c: In function 'main':
../time-1.9/src/time.c:762:1: warning: old-style function definition [-Wold-style-definition]
762 | main (argc, argv)
| ^~~~
make[1]: *** [Makefile:1910: src/time-time.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory 'TOPDIR/tmp/work/core2-64-poky-linux/time/1.9/build'
make: *** [Makefile:1374: all] Error 2
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.