> Could you try re-building git with the > NO_THREAD_SAFE_PREAD build variable set? Yeah! It works!!! --- evil/Makefile +++ good/Makefile @@ -957,6 +957,7 @@ HAVE_PATHS_H = YesPlease LIBC_CONTAINS_LIBINTL = YesPlease HAVE_DEV_TTY = YesPlease + NO_THREAD_SAFE_PREAD = YesPlease endif ifeq ($(uname_S),GNU/kFreeBSD) NO_STRLCPY = YesPlease With this, I do have correctly working git clone. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html