Displaying 19 results from an estimated 19 matches for "have_strerror_r".
Did you mean:
have_strerror
2010 Jan 22
2
[LLVMdev] Compiling LLVM under vista with msdev 2008 gives a few errors
...just started with LLVM so I'm not sure who's responsible for
portability. Anyways, I found the following problems trying to compile
llvm rev 94074 with the solution generated using cmake 2.8 (including
the clang front end) on 32bit vista:
lib/system
Errno.cpp : had to add "#undef HAVE_STRERROR_R"
raw_ostream.cpp: had to add "#undef HAVE_UNISTD_H"
(apparently config.h was not generated correctly)
lib/support
IsNan.cpp : had to add "#define isnan _isnan #include <float.h>"
IsInf.cpp : had to add "#define isinf !_finite #include <float....
2015 Feb 11
2
Re: [PATCH 2/5] macosx: Add definition of program_name for gnulib
On Wed, Feb 11, 2015 at 09:52:59PM +0000, Margaret Lewicka wrote:
> On 11 February 2015 at 19:23, Richard W.M. Jones <rjones@redhat.com> wrote:
> > On Wed, Feb 11, 2015 at 07:20:33PM +0000, Margaret Lewicka wrote:
> [...]
> >> Proposing a patch to gnulib, even should they accept it, does not fix
> >> the underlying issue, which is, essentially, that gnulib
2010 Jan 22
0
[LLVMdev] Compiling LLVM under vista with msdev 2008 gives a few errors
...m not sure who's responsible for
> portability. Anyways, I found the following problems trying to compile
> llvm rev 94074 with the solution generated using cmake 2.8 (including
> the clang front end) on 32bit vista:
>
> lib/system
>
> Errno.cpp : had to add "#undef HAVE_STRERROR_R"
> raw_ostream.cpp: had to add "#undef HAVE_UNISTD_H"
> (apparently config.h was not generated correctly)
>
> lib/support
>
> IsNan.cpp : had to add "#define isnan _isnan #include <float.h>"
> IsInf.cpp : had to add "#define isinf...
2015 Feb 12
0
[PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
...t strerror_r ();
# endif
# endif
+#if defined __APPLE__ && defined __MACH__
+#define program_name (((char **)*_NSGetArgv())[0])
+#else
/* The calling program should define program_name and set it to the
name of the executing program. */
extern char *program_name;
+#endif
# if HAVE_STRERROR_R || defined strerror_r
# define __strerror_r strerror_r
--
1.9.3
2015 Feb 12
2
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
...if defined __APPLE__ && defined __MACH__
> +#define program_name (((char **)*_NSGetArgv())[0])
> +#else
> /* The calling program should define program_name and set it to the
> name of the executing program. */
> extern char *program_name;
> +#endif
>
> # if HAVE_STRERROR_R || defined strerror_r
> # define __strerror_r strerror_r
>
We import gnulib as git submodule from the upstream gnulib.git, so
this should be sent to its mailing list; see also
https://www.gnu.org/software/gnulib/
(Personally, I'm not sure that the above patch would help, but I'...
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_ERRNO_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_VALGRIND_MEMCHECK_H 1
#define HAVE_VALGRIND 1
#define HAVE_HSTRERROR 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define STRERROR_R_CHAR_P 1
#define HAVE_DECL_SYS_ERRLIST 1
#define HAVE_DECL__SYS_ERRLIST 1
#define HAVE_DECL_SYS_NERR 1
#define HAVE_DECL__SYS_NERR 1
#define SNPRINTF_ISO snprintf
#define SNPRINTF snprintf
#define HAVE_ZLIB_H 1
#define HAVE_UUID_UUID_H 1
#define HAVE_UUID_UNPARSE_LOWER 1
#defin...
2015 Feb 03
2
Fwd: Waiting for Reply regarding "TestCases Failure"
---------- Forwarded message ----------
From: Saad Ahmed <ch.saad.ahmed at gmail.com>
Date: 3 February 2015 at 21:10
Subject: Waiting for Reply regarding "TestCases Failure"
To: Xapian Development <xapian-devel at lists.xapian.org>
I have been waiting for reply regarding any further steps to take.
Following are the outputs of commands that you asked me to run. All these
2019 Oct 29
0
auth logging or auditing
...DOM
?? HAVE_SSIZE_T
?? HAVE_SS_FAMILY
?? HAVE_STATFS_F_FSID
?? HAVE_STATVFS
?? HAVE_STATVFS_F_FLAG
?? HAVE_STAT_HIRES_TIMESTAMPS
?? HAVE_STAT_ST_BLKSIZE
?? HAVE_STAT_ST_BLOCKS
?? HAVE_STAT_TV_NSEC
?? HAVE_STRCASECMP
?? HAVE_STRCASESTR
?? HAVE_STRCHR
?? HAVE_STRCPY
?? HAVE_STRDUP
?? HAVE_STRERROR
?? HAVE_STRERROR_R
?? HAVE_STRFTIME
?? HAVE_STRLCAT
?? HAVE_STRLCPY
?? HAVE_STRNCASECMP
?? HAVE_STRNCPY
?? HAVE_STRNDUP
?? HAVE_STRNLEN
?? HAVE_STRPBRK
?? HAVE_STRPTIME
?? HAVE_STRSEP
?? HAVE_STRSIGNAL
?? HAVE_STRTOK_R
?? HAVE_STRTOL
?? HAVE_STRTOLL
?? HAVE_STRTOQ
?? HAVE_STRTOULL
?? HAVE_STRTOUQ
?? HAVE_STRUCT_ADDRI...
2013 May 14
3
frequent tdb corruption
...IR
HAVE_SOCKLEN_T
HAVE_SOCK_SIN_LEN
HAVE_SRAND
HAVE_SRANDOM
HAVE_SS_FAMILY
HAVE_STATVFS_F_FLAG
HAVE_STAT_HIRES_TIMESTAMPS
HAVE_STAT_ST_BLKSIZE
HAVE_STAT_ST_BLOCKS
HAVE_STAT_ST_FLAGS
HAVE_STRCASECMP
HAVE_STRCASESTR
HAVE_STRCHR
HAVE_STRDUP
HAVE_STRERROR
HAVE_STRERROR_R
HAVE_STRFTIME
HAVE_STRLCAT
HAVE_STRLCPY
HAVE_STRNDUP
HAVE_STRNLEN
HAVE_STRPBRK
HAVE_STRSIGNAL
HAVE_STRTOK_R
HAVE_STRTOL
HAVE_STRTOLL
HAVE_STRTOQ
HAVE_STRTOULL
HAVE_STRTOUQ
HAVE_STRUCT_ADDRINFO
HAVE_STRUCT_IFADDRS
HAVE_STRUCT_SIGEVENT
HAVE_STRUCT_SI...
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]
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...OL_H 1
>
> /* Define to 1 if you have the <stdint.h> header file. */
> #define HAVE_STDINT_H 1
>
> /* Define to 1 if you have the <stdlib.h> header file. */
> #define HAVE_STDLIB_H 1
>
> /* Define to 1 if you have the `strerror_r' function. */
> /* #define HAVE_STRERROR_R 1 */
>
> /* Define to 1 if you have the <strings.h> header file. */
> /* #define HAVE_STRINGS_H 1 */
>
> /* Define to 1 if you have the <string.h> header file. */
> #define HAVE_STRING_H 1
>
> /* Define to 1 if you have the `strlcat' function. */
> /* #und...
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...DOM
HAVE_SSIZE_T
HAVE_SS_FAMILY
HAVE_STATFS_F_FSID
HAVE_STATVFS
HAVE_STATVFS_F_FLAG
HAVE_STAT_HIRES_TIMESTAMPS
HAVE_STAT_ST_BLKSIZE
HAVE_STAT_ST_BLOCKS
HAVE_STAT_TV_NSEC
HAVE_STRCASECMP
HAVE_STRCASESTR
HAVE_STRCHR
HAVE_STRCPY
HAVE_STRDUP
HAVE_STRERROR
HAVE_STRERROR_R
HAVE_STRFTIME
HAVE_STRLCAT
HAVE_STRLCPY
HAVE_STRNCASECMP
HAVE_STRNCPY
HAVE_STRNDUP
HAVE_STRNLEN
HAVE_STRPBRK
HAVE_STRPTIME
HAVE_STRSEP
HAVE_STRSIGNAL
HAVE_STRTOK_R
HAVE_STRTOL
HAVE_STRTOLL
HAVE_STRTOQ
HAVE_STRTOULL
HAVE_STRTOUQ
HAVE_STRUCT_ADDRI...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote:
> One way to do this is to add a "cut down" version of the app to the
> test suite.
I disabled optional features in clamav-config.h
>
>> 2. GPL license. Chris?
>
> Any open source license that allows unrestricted redistribution is
> fine in llvm-test
Ok, I have created a script that automatically checks out ClamAV
0.92-stable source code
2012 Apr 17
0
samba 3.6.4 smbd dies on solaris 10 sparc64
..._SNPRINTF
HAVE_SOCKETPAIR
HAVE_SOCKLEN_T
HAVE_SOLARIS_ACLS
HAVE_SRAND
HAVE_SRANDOM
HAVE_SS_FAMILY
HAVE_STAT64
HAVE_STATVFS_F_FLAG
HAVE_STAT_HIRES_TIMESTAMPS
HAVE_STAT_ST_BLKSIZE
HAVE_STAT_ST_BLOCKS
HAVE_STRCASECMP
HAVE_STRCHR
HAVE_STRDUP
HAVE_STRERROR
HAVE_STRERROR_R
HAVE_STRFTIME
HAVE_STRLCAT
HAVE_STRLCPY
HAVE_STRPBRK
HAVE_STRSIGNAL
HAVE_STRTOK_R
HAVE_STRTOL
HAVE_STRTOLL
HAVE_STRTOULL
HAVE_STRUCT_ADDRINFO
HAVE_STRUCT_FLOCK64
HAVE_STRUCT_SIGEVENT
HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR
HAVE_STRUCT_SOCKADDR
HAVE_ST...
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote:
> We always welcome more tests. But it looks like there are two issues
> here.
>
> 1. The autoconf requirement. Is it possible to get one configuration
> working without the need for autoconf?
One way to do this is to add a "cut down" version of the app to the test
suite.
> 2. GPL license. Chris?
Any open source license that
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote:
[ brutal-snip ]
...
> [ TODO#S: Before doing a 2nd build (and in a 3rd run using more
> optimized binaries) ]
>
> How do I anable LTO via CMAKE?
>
>
> LLVM_ENALBLE_LTO=On
>
[ v4 of my build-script attached ]
Hi Chris,
thanks for the response!
That seems to work (see below).
$ cd
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a
/lot/ of errors like this (strangely I hit none of these in check-llvm,
only in check-clang):
Any ideas?
==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes
at address 0x631000014800
==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...v
HAVE_SETENV:INTERNAL=1
//Have symbol setrlimit
HAVE_SETRLIMIT:INTERNAL=1
//Have symbol sigaltstack
HAVE_SIGALTSTACK:INTERNAL=1
//Have include signal.h
HAVE_SIGNAL_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have symbol strerror
HAVE_STRERROR:INTERNAL=1
//Have symbol strerror_r
HAVE_STRERROR_R:INTERNAL=1
//Have symbol strtoll
HAVE_STRTOLL:INTERNAL=1
//Have symbol sysconf
HAVE_SYSCONF:INTERNAL=1
//Have include sys/dir.h
HAVE_SYS_DIR_H:INTERNAL=1
//Have include sys/ioctl.h
HAVE_SYS_IOCTL_H:INTERNAL=1
//Have include sys/mman.h
HAVE_SYS_MMAN_H:INTERNAL=1
//Have include sys/ndir.h
HAVE_SYS_ND...
2016 Aug 18
5
[PATCH v2 0/4] New getprogname module
Hi,
as discussed in [1], this series adds a new getprogname module.
All it does is providing a getprogname function, much like what is
found on e.g. *BSD systems, and using it in gnulib instead of progname.
Also, using it explicitly by modules avoids gnulib users the need of
either use the progname module (GPL), or to provide program_name (and
call set_program_name manually, which is not always