Displaying 8 results from an estimated 8 matches for "have___va_copy".
2004 Oct 23
1
Issues with compiling wine
..._FTGLYPH_H 1
| #define HAVE_FREETYPE_TTTABLES_H 1
| #define HAVE_FREETYPE_FTSNAMES_H 1
| #define HAVE_FREETYPE_TTNAMEID_H 1
| #define HAVE_FREETYPE_FTOUTLN_H 1
| #define HAVE_FREETYPE_INTERNAL_SFNT_H 1
| #define HAVE_FREETYPE_FTTRIGON_H 1
| #define HAVE_FREETYPE 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_PTHREAD_RWLOCK_T 1
| #define HAVE_PTHREAD_RWLOCKATTR_T 1
| /* end confdefs.h. */
| /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np.
| For example, HP-UX 11i <limits.h> declares gettimeof...
2014 Nov 14
10
[Bug 2315] New: OpenSSH 6.7p1 on AIX 7.1 compile issue
...and zlib 1.2.8
with this procedure without issue.
I've found that by adding this in sshbuf-getput-basic.c and by
replacing every occurence of va_copy by VA_COPY, I'm now able to
compile it.
#ifndef VA_COPY
# ifdef HAVE_VA_COPY
# define VA_COPY(dest, src) va_copy(dest, src)
# else
# ifdef HAVE___VA_COPY
# define VA_COPY(dest, src) __va_copy(dest, src)
# else
# define VA_COPY(dest, src) (dest) = (src)
# endif
# endif
#endif
This fix/workaround is inspired by openbsd-compat/bsd-snprintf.c
Do you believe it would be the right fix to apply?
If so, could it be done in master so that next releas...
2005 Oct 11
0
[Bug 3159] New: VA_COPY() brokenness
...;
cc: acomp failed for lib/snprintf.c
*** Error code 2
make: Fatal error: Command failed for target `lib/snprintf.o'
----(end snip)----
The system is using the fallback definition of VA_COPY(), i.e. "(dest) =
(src)", instead of the va_copy() function. Neither HAVE_VA_COPY nor
HAVE___VA_COPY is defined. Why not? Because they are defined as macros in the
system headers, and rsync's configure script looks for them via AC_CHECK_FUNCS.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact...
2005 May 18
1
Samba Comple Problem on Solaris 2.8
..._LLSEEK
HAVE__LSEEK
HAVE__LSTAT
HAVE__LSTAT64
HAVE__OPEN
HAVE__OPEN64
HAVE__OPENDIR
HAVE__PREAD
HAVE__PREAD64
HAVE__PWRITE
HAVE__PWRITE64
HAVE__READ
HAVE__READDIR
HAVE__READDIR64
HAVE__SEEKDIR
HAVE__STAT
HAVE__STAT64
HAVE__TELLDIR
HAVE__WRITE
HAVE___VA_COPY
--with Options:
WITH_ADS
WITH_SENDFILE
WITH_UTMP
WITH_WINBIND
Build Options:
BROKEN_GETGRNAM
COMPILER_SUPPORTS_LL
DEFAULT_DISPLAY_CHARSET
DEFAULT_DOS_CHARSET
DEFAULT_UNIX_CHARSET
KRB5_PRINC_REALM_RETURNS_REALM
LDAP_SET_REBIND_PROC_ARGS
PACKAGE_BUGREPORT
PA...
2006 Jul 02
1
snprintf.c:(.text+0x14): undefined reference to `VA_COPY'
Trying to compile Samba 2.2.8a on Solaris 10.
Changing Samba versions is not an option. Too many
production systems hanging off that PDC.
Samba 2.2.8a
SunOS smb244-1 5.10 Generic sun4u sparc SUNW,Sun-Fire-V210
Tried gcc 3.3.2 and 2.95.3.
Everything compiles but when it tries to link I get
the following error. I searched the archives but
didn't find any answer for this. How do I fix this?
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
..._func_unsetenv=yes
ac_cv_func_updwtmp=yes
ac_cv_func_updwtmpx=no
ac_cv_func_utimes=yes
ac_cv_func_utmpname=yes
ac_cv_func_utmpxname=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vhangup=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_waitpid=yes
ac_cv_func_yp_match=no
ac_cv_have___ss_family_in_struct_ss=no
ac_cv_have___va_copy=yes
ac_cv_have_accrights_in_msghdr=no
ac_cv_have_clock_t=yes
ac_cv_have_control_in_msghdr=yes
ac_cv_have_decl_LLONG_MAX=yes
ac_cv_have_decl__getlong=no
ac_cv_have_decl__getshort=no
ac_cv_have_decl_getrusage=no
ac_cv_have_decl_h_errno=yes
ac_cv_have_decl_strsep=yes
ac_cv_have_decl_tcsendbreak=yes
ac...
2016 Aug 02
6
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
With this change built ok.
But patch must be quite different on my platform (see attached) for
portable version.
And, of course, after autoreconf run.
02.08.2016 10:55, Darren Tucker ?????:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -754,6 +754,9 @@ main() { if (NSVersionOfRunTimeLibrary("System")
>= (60 << 16))
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