bugzilla-daemon at mindrot.org
2002-Jun-27 22:29 UTC
[Bug 311] New: Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311 Summary: Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared Product: Portable OpenSSH Version: -current Platform: MIPS OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: matt at primefactor.com I'm using Linux kernel 2.0.34C52_SK on a Cobalt Raq2 (a MIPS based machine). I'm attempting to compile OpenSSH 3.4p1. When I run make, it compiles quite a bit but fails here: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -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 monitor_fdpass.c monitor_fdpass.c: In function `mm_send_fd': monitor_fdpass.c:57: `SCM_RIGHTS' undeclared (first use this function) monitor_fdpass.c:57: (Each undeclared identifier is reported only once monitor_fdpass.c:57: for each function it appears in.) monitor_fdpass.c: In function `mm_receive_fd': monitor_fdpass.c:115: `SCM_RIGHTS' undeclared (first use this function) make: *** [monitor_fdpass.o] Error 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
- SCM_RIGHTS problem with openssh-3.8p1 build on Cobalt Raq2
- Problem building OpenSSH on Cobalt Raq2i running standard Linux
- [Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
- [Bug 276] New: openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined