bugzilla-daemon at mindrot.org
2002-Oct-02 01:36 UTC
[Bug 407] New: Build openssh-3.1p1 fails, Mac OS X v1.2
http://bugzilla.mindrot.org/show_bug.cgi?id=407
Summary: Build openssh-3.1p1 fails, Mac OS X v1.2
Product: Portable OpenSSH
Version: 3.1p1
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: sshears at world.std.com
Build 3.1p1 fails on Mac OS X Server v 1.2 (a.k.a. "Rhapsody") with
this error in make:
cc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
-I/usr/local/ssl/include -DSSHDIR=\"/private/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\"
-D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\"
-D_PATH_SSH_PIDDIR=\"/var/run\"
-DSSH_RAND_HELPER=\"/usr/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c
ssh-agent.c
ssh-agent.c:135: illegal statement, missing `;' after `)'
ssh-agent.c:162: illegal statement, missing `;' after `)'
make: *** [ssh-agent.o] Error 1
The code at ssh-agent.c line 135 is:
TAILQ_FOREACH(id, &tab->idlist, next) {
if (key_equal(key, id->key))
return (id);
}
This is with the virgin 3.1p1; same error in make if I apply the patch
openssh-3.1p1-adv.token.patch
-- Sally
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- [Bug 406] New: Build openssh-3.4p1 fails, Mac OS X v1.2
- [Bug 155] New: OpenSSH 3.1p1 fails to compile on BSDi 4.0
- [Bug 174] New: compile error on BSDi 4.0.1
- [PATCH] ssh-agent: Add support to load additional certificates
- Attempts to connect to Axway SFTP server result in publickey auth loopin
