Hi, Christian Biesinger wrote: > I tried to use the time_r module with GDB (using Gnulib > revision 38237baf99386101934cd93278023aa4ae523ec0) > > However, I found that it does not compile, see logs at: > https://gdb-buildbot.osci.io/#/builders/23/builds/934
It is hard for me to do guesswork, based on a large set of sources such as gdb and a log file that shows mixed output from two parallel processes (the revenge of "make -j2"). Can you please provide a simple test case? Or at least help the investigation by showing the values of GNULIB_TIME_R REPLACE_LOCALTIME_R HAVE_DECL_LOCALTIME_R that you find in config.status? Also we would need to know whether the gdb build defines GNULIB_NAMESPACE and whether the source file (amd64.c) starts with '#include <config.h>'. Bruno