[Bug 276] New: openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jun 14 18:11:38 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=276

           Summary: openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS
                    undefined
           Product: Portable OpenSSH
           Version: -current
          Platform: MIPS
        OS/Version: IRIX
            Status: NEW
          Severity: major
          Priority: P2
         Component: Build system
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: Al.Smith at gold.net


SCM_RIGHTS not defined in monitor_fdpass.c.

% uname -aR
IRIX64 foo 6.5 6.5.16m 04101930 IP27
% gzip -dc openssh-3.2.3p1.tar.gz | tar xf -
% cd openssh-3.2.3p1
% ./configure --with-ssl-dir=/usr/local
[snip]
checking for msg_accrights field in struct msghdr... yes
checking for msg_control field in struct msghdr... yes
[snip]
% make
[snip]
        gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
-I/sys/inet/ssl/include  -I/usr/local/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_PIDDIR=\"/usr/local/etc\" 
-D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" 
-DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c
monitor_fdpass.c
monitor_fdpass.c: In function `mm_send_fd':
monitor_fdpass.c:58: `SCM_RIGHTS' undeclared (first use in this function)
monitor_fdpass.c:58: (Each undeclared identifier is reported only once
monitor_fdpass.c:58: for each function it appears in.)
monitor_fdpass.c: In function `mm_receive_fd':
monitor_fdpass.c:117: `SCM_RIGHTS' undeclared (first use in this function)
*** Error code 1 (bu21)
%



------- 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