search for: have_mkdtemp

Displaying 20 results from an estimated 24 matches for "have_mkdtemp".

2005 Jun 01
0
[LLVMdev] [Cygwin] 'make tools-only' configuration error
...t the list) and I'll take a look. Please also do > >this: > > > >make reconfigure > > > >and send me the "configure.out" file that gets generated as well as > >"config.log". > Okay, the configure script did *not* find mkdtemp therefore HAVE_MKDTEMP should not have been set. That is confirmed by your config.log. I think you might just be dealing with a stale or corrupt build directory? Have you tried starting from scratch (do "make spotless")? > Okay. > > These are from the older Cygwin installation that used to work. I c...
2005 May 31
7
[LLVMdev] [Cygwin] 'make tools-only' configuration error
...ystem/Unix/Path.inc:93: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [/usr/build/llvm/lib/System/Debug/Path.o] Error 1 make[1]: Leaving directory `/usr/build/llvm/lib/System' make: *** [all] Error 1 On commenting out the "#define HAVE_MKDTEMP 1" this error is bypassed, but what is leading to this error ? This happens on a new fresh install of Cygwin, GCC 3.4.3, binutils 2.15, and fresh llvm from CVS ! And it is repeatable. Either I am doing something basic wrong or there is an issue here, what I do not understand is why I did not...
2008 Jan 07
0
[PATCH] Replaced int with mode_t as requested
...nbsd-compat.h 25 Jun 2007 12:15:13 -0000 1.43 +++ openssh/openbsd-compat/openbsd-compat.h 7 Jan 2008 06:58:54 -0000 @@ -84,7 +84,7 @@ int setenv(register const char *name, re #endif #ifndef HAVE_STRMODE -void strmode(int mode, char *p); +void strmode(mode_t mode, char *p); #endif #if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP) Index: openssh/openbsd-compat/strmode.c =================================================================== RCS file: /cvs/openssh/openbsd-compat/strmode.c,v retrieving revision 1.7 diff -u -p -r1.7 strmode.c --- openssh/openbsd-compat/strmode.c 10 Nov 2005 05:38:54...
2014 Mar 25
0
openssh-6.6p1 on Solaris 10 - 'make tests' fails, sshd won't start
...h -Q cipher-auth') instead of the newly build version (which does have it).] After a 'make install', the new 'sshd' would not start: ld.so.1: sshd: fatal: relocation error: file /opt/local/sbin/sshd: symbol mkdtemp: referenced symbol not found Killed I see that '#define HAVE_MKDTEMP 1' is set in 'config.h', but Solaris does not have that function. I rebuilt with that commented out; 'make tests' still fails, but 'sshd' now starts. Any ideas what is missing in 'configure', or how the 'make tests' didn't catch that 'sshd'...
2005 Oct 15
1
Hiccup in installing R 2.2.0
Yesterday I downloaded R-2.2.0.tar.gz, gunzipped and untarred, and did the usual ./configure and make. Everything seemed to go smoothly until it got to the bit about installing recommended packages. It got past ``spatial'' but turned up a fatal error in respect of the ``boot'' package. Here is some of what appeared on the screen:
2007 Sep 24
2
Where is the tdbsam password database file?
...HAVE_LISTXATTR HAVE_LLISTXATTR HAVE_LLSEEK HAVE_LONGLONG HAVE_LONG_LONG HAVE_LREMOVEXATTR HAVE_LSEEK64 HAVE_LSETXATTR HAVE_LSTAT HAVE_LSTAT64 HAVE_MAGIC_IN_KRB5_ADDRESS HAVE_MAKEDEV HAVE_MEMALIGN HAVE_MEMCPY HAVE_MEMMOVE HAVE_MEMSET HAVE_MKDIR_MODE HAVE_MKDTEMP HAVE_MKNOD HAVE_MKTIME HAVE_MLOCK HAVE_MLOCKALL HAVE_MMAP HAVE_MUNLOCK HAVE_MUNLOCKALL HAVE_NANOSLEEP HAVE_NATIVE_ICONV HAVE_NEW_LIBREADLINE HAVE_NL_LANGINFO HAVE_NO_AIO HAVE_OPEN64 HAVE_PAM_GET_DATA HAVE_PAM_VSYSLOG HAVE_PATHCONF HAVE_PEERCRED...
1999 Dec 21
0
Problem with UTMP recording
...NG_LONG_INT 8 /* The number of bytes in a short int. */ #define SIZEOF_SHORT_INT 2 /* Define if you have the _getpty function. */ /* #undef HAVE__GETPTY */ /* Define if you have the arc4random function. */ /* #undef HAVE_ARC4RANDOM */ /* Define if you have the mkdtemp function. */ /* #undef HAVE_MKDTEMP */ /* Define if you have the openpty function. */ /* #undef HAVE_OPENPTY */ /* Define if you have the setenv function. */ #define HAVE_SETENV 1 /* Define if you have the setlogin function. */ /* #undef HAVE_SETLOGIN */ /* Define if you have the setproctitle function. */ /* #undef HAVE_SETPR...
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...LICE HAVE_LINUX_XFS_QUOTAS HAVE_LISTXATTR HAVE_LLISTXATTR HAVE_LLSEEK HAVE_LONG_LONG HAVE_LREMOVEXATTR HAVE_LSEEK64 HAVE_LSETXATTR HAVE_LSTAT HAVE_LSTAT64 HAVE_MAGIC_IN_KRB5_ADDRESS HAVE_MEMALIGN HAVE_MEMCPY HAVE_MEMMOVE HAVE_MEMSET HAVE_MKDIR_MODE HAVE_MKDTEMP HAVE_MKNOD HAVE_MKTIME HAVE_MLOCK HAVE_MLOCKALL HAVE_MMAP HAVE_MSGHDR_MSG_CONTROL HAVE_MUNLOCK HAVE_MUNLOCKALL HAVE_NANOSLEEP HAVE_NATIVE_ICONV HAVE_NL_LANGINFO HAVE_OPEN64 HAVE_PAM_GET_DATA HAVE_PAM_RADIO_TYPE HAVE_PAM_VSYSLOG HAVE_PATHCONF HAVE_P...
2007 Jun 05
1
Samba unable to connect to ldap
...HAVE_LISTXATTR HAVE_LLISTXATTR HAVE_LLSEEK HAVE_LONGLONG HAVE_LONG_LONG HAVE_LREMOVEXATTR HAVE_LSEEK64 HAVE_LSETXATTR HAVE_LSTAT HAVE_LSTAT64 HAVE_MAGIC_IN_KRB5_ADDRESS HAVE_MAKEDEV HAVE_MEMALIGN HAVE_MEMCPY HAVE_MEMMOVE HAVE_MEMSET HAVE_MKDIR_MODE HAVE_MKDTEMP HAVE_MKNOD HAVE_MKTIME HAVE_MLOCK HAVE_MLOCKALL HAVE_MMAP HAVE_MUNLOCK HAVE_MUNLOCKALL HAVE_NANOSLEEP HAVE_NATIVE_ICONV HAVE_NEW_LIBREADLINE HAVE_NL_LANGINFO HAVE_NO_ACLS HAVE_NO_AIO HAVE_OPEN64 HAVE_PATHCONF HAVE_PEERCRED HAVE_PIPE HAVE_POLL...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...XNET */ #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 /* #undef HAVE_LOGIN_CAP_H */ /* #undef HAVE_LOGIN_GETCAPBOOL */ /* #undef HAVE_LOGIN_H */ #define HAVE_LOGOUT 1 #define HAVE_LOGWTMP 1 /* #undef HAVE_MAILLOCK_H */ /* #undef HAVE_MD5_CRYPT */ #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MKDTEMP 1 #define HAVE_MMAP 1 /* #undef HAVE_NDIR_H */ #define HAVE_NETDB_H 1 /* #undef HAVE_NETGROUP_H */ #define HAVE_NETINET_IN_SYSTM_H 1 /* #undef HAVE_NGETADDRINFO */ /* #undef HAVE_NSLEEP */ /* #undef HAVE_OGETADDRINFO */ /* #undef HAVE_OPENLOG_R */ #define HAVE_OPENPTY 1 /* #undef HAVE_PAM_GETENVLIS...
2019 Oct 29
0
auth logging or auditing
...LITTLE_ENDIAN ?? HAVE_LLSEEK ?? HAVE_LMDB ?? HAVE_LOFF_T ?? HAVE_LONGJMP ?? HAVE_LONG_LONG ?? HAVE_LSEEK_HOLE_DATA ?? HAVE_LSTAT ?? HAVE_LUTIMES ?? HAVE_MAKEDEV ?? HAVE_MD5INIT ?? HAVE_MDB_ENV_CREATE ?? HAVE_MEMALIGN ?? HAVE_MEMCPY ?? HAVE_MEMMEM ?? HAVE_MEMMOVE ?? HAVE_MEMSET ?? HAVE_MKDIR_MODE ?? HAVE_MKDTEMP ?? HAVE_MKNOD ?? HAVE_MKTIME ?? HAVE_MLOCK ?? HAVE_MLOCKALL ?? HAVE_MMAP ?? HAVE_MREMAP ?? HAVE_MUNLOCK ?? HAVE_MUNLOCKALL ?? HAVE_NANOSLEEP ?? HAVE_NATIVE_ICONV ?? HAVE_NCURSES ?? HAVE_NETGROUP ?? HAVE_NEW_FIELD ?? HAVE_NEW_FORM ?? HAVE_NEW_PANEL ?? HAVE_NFS_QUOTAS ?? HAVE_NFTW ?? HAVE_OFD_LOCKS ?...
2017 Jun 08
2
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
On Thu, 2017-06-08 at 10:09 +0200, awl1 via samba wrote: > Hello again, Samba experts, > > sorry for being such a pain in your necks, but I really need to get a > recent Samba version to compile, and it looks like I definitely need > your help with this. > > In the meantime, I have found that the huge number of "conflicting > types" errors for rpc_*_init(...)
2013 May 14
3
frequent tdb corruption
...LIBGSSAPI HAVE_LIBKRB5 HAVE_LIBLBER HAVE_LIBLDAP HAVE_LIBPAM HAVE_LIBREADLINE HAVE_LIBROKEN HAVE_LIBZ HAVE_LINK HAVE_LONGLONG HAVE_LONG_LONG HAVE_LSTAT HAVE_LUTIMES HAVE_MAKEDEV HAVE_MEMCPY HAVE_MEMMEM HAVE_MEMMOVE HAVE_MEMSET HAVE_MKDIR_MODE HAVE_MKDTEMP HAVE_MKNOD HAVE_MKTIME HAVE_MLOCK HAVE_MLOCKALL HAVE_MMAP HAVE_MSGHDR_MSG_CONTROL HAVE_MUNLOCK HAVE_MUNLOCKALL HAVE_NANOSLEEP HAVE_NATIVE_ICONV HAVE_NEW_LIBREADLINE HAVE_NL_LANGINFO HAVE_NO_AIO HAVE_PAM_GET_DATA HAVE_PAM_RHOST HAVE_PAM_TTY HAVE_PAT...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...INT64_T 1 #define HAVE_INTXX_T 1 #define HAVE_IN_ADDR_T 1 #define HAVE_LASTLOG_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 #define HAVE_LOGIN 1 #define HAVE_LOGOUT 1 #define HAVE_LOGWTMP 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_LONG_LONG 1 #define HAVE_MEMMOVE 1 #define HAVE_MKDTEMP 1 #define HAVE_MMAP 1 #define HAVE_MODE_T 1 #define HAVE_NANOSLEEP 1 #define HAVE_NETDB_H 1 #define HAVE_OPENPTY 1 #define HAVE_OPENSSL 1 #define HAVE_PATHS_H 1 #define HAVE_PID_IN_UTMP 1 #define HAVE_PID_T 1 #define HAVE_PROC_PID 1 #define HAVE_PTY_H 1 #define HAVE_PUTUTLINE 1 #define HAVE_PUTUTXL...
2015 Feb 19
34
Call for testing: OpenSSH 6.8
Hi, OpenSSH 6.8 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem: /dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered) It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality. What can be the cause of this problem? Thanks. [2020/05/27 18:24:35.795379, 8]
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...ITTLE_ENDIAN HAVE_LLSEEK HAVE_LMDB HAVE_LOFF_T HAVE_LONGJMP HAVE_LONG_LONG HAVE_LSEEK_HOLE_DATA HAVE_LSTAT HAVE_LUTIMES HAVE_MAKEDEV HAVE_MALLINFO HAVE_MDB_ENV_CREATE HAVE_MEMALIGN HAVE_MEMCPY HAVE_MEMMEM HAVE_MEMMOVE HAVE_MEMSET HAVE_MKDIR_MODE HAVE_MKDTEMP HAVE_MKNOD HAVE_MKNODAT HAVE_MKTIME HAVE_MLOCK HAVE_MLOCKALL HAVE_MMAP HAVE_MREMAP HAVE_MUNLOCK HAVE_MUNLOCKALL HAVE_NATIVE_ICONV HAVE_NCURSES HAVE_NETGROUP HAVE_NEW_FIELD HAVE_NEW_FORM HAVE_NEW_LIBREADLINE HAVE_NEW_PANEL HAVE_NFS_QUOTAS HAVE_NF...
2010 Jul 21
0
Samba install on AIX
...OSIX''@|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_MALLOC_POSIX''@|1|g' -e 's|@''HAVE_MKDTEMP''@|1|g' -e 's|@''HAVE_MKOSTEMP''@|1|g' -e 's|@''HAVE_MKOSTEMPS''@|1|g' -e 's|@''HAVE_MKSTEMPS''@|1|g' -e 's|@''HAVE_RANDOM_H''@|0|g' -e 's|@''HAVE_RANDOM_R''@|1|g&...
2007 Jun 22
0
Samba Guest Accout Issue
...HAVE_LISTXATTR HAVE_LLISTXATTR HAVE_LLSEEK HAVE_LONGLONG HAVE_LONG_LONG HAVE_LREMOVEXATTR HAVE_LSEEK64 HAVE_LSETXATTR HAVE_LSTAT HAVE_LSTAT64 HAVE_MAGIC_IN_KRB5_ADDRESS HAVE_MAKEDEV HAVE_MEMALIGN HAVE_MEMCPY HAVE_MEMMOVE HAVE_MEMSET HAVE_MKDIR_MODE HAVE_MKDTEMP HAVE_MKNOD HAVE_MKTIME HAVE_MLOCK HAVE_MLOCKALL HAVE_MMAP HAVE_MUNLOCK HAVE_MUNLOCKALL HAVE_NANOSLEEP HAVE_NATIVE_ICONV HAVE_NEW_LIBREADLINE HAVE_NL_LANGINFO HAVE_NO_ACLS HAVE_NO_AIO HAVE_OPEN64 HAVE_PATHCONF HAVE_PEERCRED HAVE_PIPE HAVE_POLL...
2008 Oct 15
2
SMBD panic with INTERNAL ERROR: Signal 6 for ARM 922T
...VE_LIBRESOLV HAVE_LINK HAVE_LINUX_READAHEAD HAVE_LINUX_XFS_QUOTAS HAVE_LISTXATTR HAVE_LLISTXATTR HAVE_LONG_LONG HAVE_LREMOVEXATTR HAVE_LSEEK64 HAVE_LSETXATTR HAVE_LSTAT HAVE_LSTAT64 HAVE_MEMALIGN HAVE_MEMCPY HAVE_MEMMOVE HAVE_MEMSET HAVE_MKDIR_MODE HAVE_MKDTEMP HAVE_MKNOD HAVE_MKTIME HAVE_MLOCK HAVE_MLOCKALL HAVE_MMAP HAVE_MUNLOCK HAVE_MUNLOCKALL HAVE_NANOSLEEP HAVE_NL_LANGINFO HAVE_NO_ACLS HAVE_NO_AIO HAVE_OPEN64 HAVE_PATHCONF HAVE_PEERCRED HAVE_PIPE HAVE_POLL HAVE_POSIX_FADVISE HAVE_POSIX_MEMALIGN...