Displaying 20 results from an estimated 35 matches for "__va_copy".
2006 Jun 13
1
R-2.3.1 does not install on FreeBSD 4.11-RELEASE (PR#8971)
Full_Name: Kenji Rikitake
Version: 2.3.1
OS: FreeBSD 4.11-RELEASE-p18
Submission from: (NULL) (220.157.163.221)
After doing
./configure --disable-mbcs
(as default in FreeBSD 4.x)
and
make
the compilation stops at src/main/printutils.c as:
printutils.c: In function `Rvprintf':
printutils.c:582: `va_start' used in function with fixed args
printutils.c:591: syntax error before `}'
the
2014 Nov 14
10
[Bug 2315] New: OpenSSH 6.7p1 on AIX 7.1 compile issue
...lib 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...
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?
2008 Feb 15
4
Revised flags patch
...Feb 15 19:33:09 2008
@@ -551,7 +551,7 @@ AC_CHECK_FUNCS(waitpid wait4 getcwd strd
memmove lchown vsnprintf snprintf vasprintf asprintf setsid glob strpbrk \
strlcat strlcpy strtol mallinfo getgroups setgroups geteuid getegid \
setlocale setmode open64 lseek64 mkstemp64 mtrace va_copy __va_copy \
- strerror putenv iconv_open locale_charset nl_langinfo getxattr \
+ chflags strerror putenv iconv_open locale_charset nl_langinfo getxattr \
extattr_get_link sigaction sigprocmask setattrlist)
dnl cygwin iconv.h defines iconv_open as libiconv_open
diff -brpu rsync-3.0.0pre9/configu...
2008 Mar 04
1
Several changes missing from [HEAD] fileflags.diff
...k link utime utimes
> lutimes strftime \
> memmove lchown vsnprintf snprintf vasprintf asprintf setsid
> glob strpbrk \
> strlcat strlcpy strtol mallinfo getgroups setgroups geteuid
> getegid \
> setlocale setmode open64 lseek64 mkstemp64 mtrace va_copy
> __va_copy \
> - strerror putenv iconv_open locale_charset nl_langinfo getxattr \
> + chflags strerror putenv iconv_open locale_charset nl_langinfo
> getxattr \
> extattr_get_link sigaction sigprocmask setattrlist
> do
> as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr...
2002 Dec 25
1
Trouble installing samba
...dev macro... no
> checking for unsigned char... no
> checking for sin_len in sock... no
> checking whether seekdir returns void... yes
> checking for __FILE__ macro... yes
> checking for __FUNCTION__ macro... yes
> checking if gettimeofday takes tz argument... no
> checking for __va_copy... no
> checking for C99 vsnprintf... no
> checking for broken readdir... no
> checking for utimbuf... yes
> checking for pututline... no
> checking for pututxline... no
> checking for updwtmp... no
> checking for updwtmpx... no
> checking for getutmpx... no
> checking fo...
2002 Oct 21
1
compilation probs...
...minor macro... no
checking for makedev macro... no
checking for unsigned char... no
checking for sin_len in sock... no
checking whether seekdir returns void... yes
checking for __FILE__ macro... yes
checking for __FUNCTION__ macro... yes
checking if gettimeofday takes tz argument... no
checking for __va_copy... no
checking for C99 vsnprintf... no
checking for broken readdir... no
checking for utimbuf... yes
checking for pututline... no
checking for pututxline... no
checking for updwtmp... no
checking for updwtmpx... no
checking for getutmpx... no
checking for ut_name in utmp... yes
checking for ut_user...
2002 Oct 29
1
Problem running ./configure
...minor macro... no
checking for makedev macro... no
checking for unsigned char... no
checking for sin_len in sock... no
checking whether seekdir returns void... yes
checking for __FILE__ macro... yes
checking for __FUNCTION__ macro... yes
checking if gettimeofday takes tz argument... no
checking for __va_copy... no
checking for C99 vsnprintf... no
checking for broken readdir... no
checking for utimbuf... yes
checking for pututline... no
checking for pututxline... no
checking for updwtmp... no
checking for updwtmpx... no
checking for getutmpx... no
checking for ut_name in utmp... yes
checking for ut_user...
2008 May 10
1
Failed to create rounding.h!
...yes
checking for setgroups... yes
checking for geteuid... yes
checking for getegid... yes
checking for setlocale... yes
checking for setmode... no
checking for open64... yes
checking for lseek64... yes
checking for mkstemp64... yes
checking for mtrace... yes
checking for va_copy... no
checking for __va_copy... no
checking for strerror... yes
checking for putenv... yes
checking for iconv_open... yes
checking for locale_charset... no
checking for nl_langinfo... yes
checking for getxattr... yes
checking for extattr_get_link... no
checking for sigaction... yes
checking for sigprocmask... yes
checking for...
2003 Jun 02
2
./configure --with-pam fails allways
...ng for unsigned char
configure:9528: checking for sin_len in sock
configure:9564: checking whether seekdir returns void
configure:9600: checking for __FILE__ macro
configure:9634: checking for __FUNCTION__ macro
configure:9668: checking if gettimeofday takes tz argument
configure:9707: checking for __va_copy
configure:9742: checking for C99 vsnprintf
configure:9801: checking for broken readdir
configure:9841: checking for utimbuf
configure:9879: checking for pututline
configure:9879: checking for pututxline
configure:9879: checking for updwtmp
configure:9879: checking for updwtmpx
configure:9879: check...
2002 Nov 21
0
please can someone help me?
...minor macro... no
checking for makedev macro... no
checking for unsigned char... no
checking for sin_len in sock... no
checking whether seekdir returns void... no
checking for __FILE__ macro... yes
checking for __FUNCTION__ macro... no
checking if gettimeofday takes tz argument... yes
checking for __va_copy... no
checking for C99 vsnprintf... no
checking for broken readdir... no
checking for utimbuf... yes
checking for pututline... yes
checking for pututxline... yes
checking for updwtmp... no
checking for updwtmpx... no
checking for getutmpx... no
checking for ut_name in utmp... yes
checking for ut_us...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello,
I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting
the error that Samba can't
find the unicode_map.xxx file. Well, I notice that all I have in
/usr/local/samba/lib/codepages
is codepage type files, not unicode. Why do the binaries not include a
compiled make_unicodemap?
I did download the source and found the .c file for the command. When I try
to run
2004 Dec 13
0
samba4 configure error
...struct dirent64... yes
checking for major macro... no
checking for minor macro... no
checking for unsigned char... no
checking for sin_len in sock... no
checking whether seekdir returns void... yes
checking for __FUNCTION__ macro... yes
checking if gettimeofday takes tz argument... yes
checking for __va_copy... yes
checking for C99 vsnprintf... yes
checking for broken readdir... no
checking for utimbuf... yes
checking for Linux kernel oplocks... no
checking for kernel change notify support... no
checking for kernel share modes... no
checking for IRIX kernel oplock type definitions... no
checking for ir...
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
...or msg_accrights field in struct msghdr... no
checking for msg_control field in struct msghdr... yes
checking if libc defines __progname... yes
checking whether gcc implements __FUNCTION__... yes
checking whether gcc implements __func__... yes
checking whether va_copy exists... yes
checking whether __va_copy exists... yes
checking whether getopt has optreset support... yes
checking if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking for library containing getrrsetbyname... no
checking for library containing res_query... none required
checking for library containing dn_e...
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...cking for unsigned char... (cached) no
checking for sin_len in sock... (cached) no
checking whether seekdir returns void... (cached) no
checking for __FILE__ macro... (cached) yes
checking for __FUNCTION__ macro... (cached) yes
checking if gettimeofday takes tz argument... (cached) yes
checking for __va_copy... (cached) yes
checking for C99 vsnprintf... (cached) no
checking for broken readdir... (cached) no
checking for utimbuf... (cached) yes
checking for pututline... (cached) yes
checking for pututxline... (cached) yes
checking for updwtmp... (cached) no
checking for updwtmpx... (cached) no
checking...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...for msg_accrights field in struct msghdr... no
checking for msg_control field in struct msghdr... yes
checking if libc defines __progname... yes
checking whether gcc implements __FUNCTION__... yes
checking whether gcc implements __func__... yes
checking whether va_copy exists... no
checking whether __va_copy exists... no
checking whether getopt has optreset support... no
checking if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking for library containing getrrsetbyname... no
checking for library containing res_query... none required
checking for library containing dn_exp...
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have
it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but
not with compliling (sorry, no C compliler on system) and installing
2002 Jul 01
5
./configure --with-pam
...king for unsigned char... (cached) no
checking for sin_len in sock... (cached) no
checking whether seekdir returns void... (cached) yes
checking for __FILE__ macro... (cached) yes
checking for __FUNCTION__ macro... (cached) yes
checking if gettimeofday takes tz argument... (cached) yes
checking for __va_copy... (cached) yes
checking for C99 vsnprintf... (cached) yes
checking for broken readdir... (cached) no
checking for utimbuf... (cached) yes
checking for pututline... (cached) yes
checking for pututxline... (cached) yes
checking for updwtmp... (cached) yes
checking for updwtmpx... (cached) yes
checki...
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...sid is integral type... yes
checking for msg_control field in struct msghdr... yes
checking if libc defines __progname... yes
checking whether ntoarmv7-gcc implements __FUNCTION__... yes
checking whether ntoarmv7-gcc implements __func__... yes
checking whether va_copy exists... yes
checking whether __va_copy exists... no
checking whether getopt has optreset support... no
checking if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking for library containing getrrsetbyname... no
checking for library containing res_query... none required
checking for library containing dn_exp...
2004 Jan 15
2
Installation Problem !!!
...ruct dirent64... yes
checking for major macro... yes
checking for minor macro... yes
checking for unsigned char... no
checking for sin_len in sock... no
checking whether seekdir returns void... yes
checking for __FUNCTION__ macro... yes
checking if gettimeofday takes tz argument... yes
checking for __va_copy... yes
checking for C99 vsnprintf... yes
checking for broken readdir... no
checking for utimbuf... yes
checking for pututline... yes
checking for pututxline... yes
checking for updwtmp... yes
checking for updwtmpx... yes
checking for getutmpx... yes
checking for ut_name in utmp... yes
checking for...