[Bug 407] New: Build openssh-3.1p1 fails, Mac OS X v1.2

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Oct 2 11:36:09 EST 2002


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.



More information about the openssh-unix-dev mailing list