[Bug 1386] OpenSSH 4.7p1 compile error in atomicio.c under Tru64 4.0f

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Nov 2 03:31:17 EST 2007


https://bugzilla.mindrot.org/show_bug.cgi?id=1386





--- Comment #6 from Scott McAskill <mcaskill.scott at epa.gov>  2007-11-02 03:31:15 ---
Applied the patch (Add readv() declarations to configure and
openbsd-compat), but received new error (full output attached):

.
.
.
cc -std -g -DHAVE_DECL_READV=0  -I. -I. -I/usr/local/ssl/include 
-DSSHDIR=\"/usr/local/etc\"  -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
 -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" 
-D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" 
-D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" 
-D_PATH_SSH_PIDDIR=\"/var/run\" 
-D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" 
-DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\"
-DHAVE_CONFIG_H -c moduli.c
cc: Error: openbsd-compat/openbsd-compat.h, line 137: In this
declaration, the type of "readv" is not compatible with the type of a
previous declaration of "readv" at line number 141 in file
/usr/include/sys/uio.h. (notcompat)
int readv(int, struct iovec *, int);
----^
*** Exit 1
Stop.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list