Displaying 20 results from an estimated 1000 matches similar to: "[Bug 280] New: make failed on IRIX - SCM_RIGHTS unknown"
2002 May 29
2
OpenSSH 3.2.3p1 won't compile under IRIX 6.5.14
Previously 3.2.2 would not compile under Solaris, then 3.2.3
came out with a bug fix for the problem.
Now 3.2.3 won't compile under IRIX 6.5.14. I've tried using
both gcc 3.0.1 and the IRIX MIPSpro 7.1 compilers. I've been
compiling previous versions of OpenSSH for years using these
same compilers (we haven't updated the MIPSpro compiler for 3
years, and I've been using it on
2002 May 28
1
Build problem on IRIX 6.5.16m
I had a problem building OpenSSH 3.2.3p1 on IRIX 6.5.16m.
The configure command I used was:
env CC=cc ./configure --prefix=/usr --sysconfdir=/etc/ssh
--libexecdir=/usr/lib \
--mandir=/usr/share/man/u_man --with-catman=man --without-rsh \
--with-xauth=/usr/bin/X11/xauth --with-ssl-
dir=../openssl-0.9.6d \
--with-prngd-socket=/dev/egd-pool
The errors during make are:
2002 Jun 14
0
[Bug 276] New: openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
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:
2003 Apr 19
4
[Bug 544] sshd w/privsep fails on Linux 2.0, mm_receive_fd: expected type 1 got 1074276337
http://bugzilla.mindrot.org/show_bug.cgi?id=544
Summary: sshd w/privsep fails on Linux 2.0, mm_receive_fd:
expected type 1 got 1074276337
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
2006 Nov 01
0
No subject
HAVE_SENDMSG = 1
HAVE_ACCRIGHTS_IN_MSGHDR - not defined
HAVE_CONTROL_IN_MSGHDR = 1
> void
> mm_send_fd(int socket, int fd)
> {
> #if defined(HAVE_SENDMSG) && (defined(HAVE_ACCRIGHTS_IN_MSGHDR) || defined(HAVE_CONTROL_IN_MSGHDR))
> struct msghdr msg;
> struct iovec vec;
> char ch = '\0';
> int n;
> #ifndef HAVE_ACCRIGHTS_IN_MSGHDR
2015 Feb 26
4
Call for testing: OpenSSH 6.8
On Thu, 26 Feb 2015, Damien Miller wrote:
> > Yes I saw that later.
> >
> > The testsuite build fails on Solaris 2.6 thusly:
> [...]
> > regress/netcat.c:1037: error: 'struct msghdr' has no member named
> > 'msg_control'
>
> ah, looks like we need to copy some bits from monitor_fdpass.c
Perhaps like this:
diff --git regress/netcat.c
2002 Jun 27
0
[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:
2002 Jun 15
4
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276
------- Additional Comments From stevesk at pobox.com 2002-06-15 14:26 -------
this is what i asked in a message a while back; can an IRIX
expert help here?
"should we be using a UNIX95 (or whatever) namespace for IRIX?
what happens with D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
------- You are receiving this
2002 Jun 06
0
[Bug 266] New: Trailing comma in enum for 3.2.3p1
http://bugzilla.mindrot.org/show_bug.cgi?id=266
Summary: Trailing comma in enum for 3.2.3p1
Product: Portable OpenSSH
Version: -current
Platform: PPC
URL: ftp://ftp.thewrittenword.com/outgoing/pub/openssh-
3.2.3p1-2.patch
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
2002 May 20
6
3.2.2p1 build problem on Irix6.5
On Irix 6.5.15m with version 7.3 of the development tools,
monitor_fdpass.c won't compile after a normal configure because
SCM_RIGHTS isn't defined. In sys/socket.h it's protected by
#ifdef _XOPEN_SOURCE but if I define _XOPEN_SOURCE, I get a storm of
IPV6-related errors. Defining SCM_RIGHTS explicitly does allow it to
build. I can't immediately figure out how to fix this
2002 Jun 06
0
[Bug 267] New: Build problems with 3.2.3p1 under Tru64 UNIX 4.0D
http://bugzilla.mindrot.org/show_bug.cgi?id=267
Summary: Build problems with 3.2.3p1 under Tru64 UNIX 4.0D
Product: Portable OpenSSH
Version: -current
Platform: Alpha
URL: ftp://ftp.thewrittenword.com/outgoing/pub/openssh-
3.2.3p1-3.patch
OS/Version: OSF/1
Status: NEW
Severity: normal
2002 Jun 06
0
[Bug 265] New: Build problems with 3.2.3p1 under AIX 4.3.2
http://bugzilla.mindrot.org/show_bug.cgi?id=265
Summary: Build problems with 3.2.3p1 under AIX 4.3.2
Product: Portable OpenSSH
Version: -current
Platform: PPC
URL: ftp://ftp.thewrittenword.com/outgoing/pub/openssh-
3.2.3p1-1.patch
OS/Version: AIX
Status: NEW
Severity: normal
2008 Feb 20
1
alignment problem in monitor_fdpass.c
Hi,
After FreeBSD changed from using -O2 to using -O on their ARM port, I
found that sshd stopped working. (gcc version 4.2.1 20070719 [FreeBSD])
I have downloaded openssh-SNAP-20080220.tar.gz and the code still look
the same.
Anyway looking into it, I found that the problem is in monitor_fdpass.c
in the functions mm_send_fd and mm_receive_fd. Using -O2 used to align
the tmp array on a 4 byte
2002 Jun 05
0
Build problems with 3.2.3p1 under Tru64 UNIX 4.0D
Tru64 UNIX 4.0D, with the DTK (Desktop Toolkit), includes int64_t in
/usr/include.dtk/stdint.h.
$ gmake
...
(cd openbsd-compat && gmake)
gmake[1]: Entering directory
`/opt/build/openssh-3.2.3p1/openbsd-compat'
cc -O2 -std -I/opt/TWWfsw/tcpwrap/include -I. -I.. -I. -I./..
-I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include
-DHAVE_CONFIG_H -c bsd-arc4random.c
cc: Error:
2006 Oct 15
1
v4.4p1: compile fix
Hello,
I've attached a small unified diff fixing a compilation problem
under linux v2.0.35:
? monitor_fdpass.c:
<sys/un.h> need to be included in order to get the structures
fro cmsg... defined.
? --with-mantype=man
I would prefer this to be the default, but YMMV.
THX for listening.
CU Tom.
(Thomas M.Ott)
Germany
-------------- next part --------------
---
2002 Jun 05
1
Trailing comma in enum for 3.2.3p1
A trailing comma in an enum generates an error with the IBM C
compiler, xlc, on AIX 4.3.2:
$ gmake
...
xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I.
-I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include
-DSSHDIR=\"/etc/opt/TWWfsw/openssh323\"
-D_PATH_SSH_PROGRAM=\"/opt/TWWfsw/openssh323/bin/ssh\"
2002 Jun 04
1
Build problems with 3.2.3p1 under AIX 4.3.2
xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I..
-I. -I./.. -I/opt/TWWfsw/libopenssl09s/include
-I/opt/TWWfsw/zlib11s/include -DHAVE_CONFIG_H -c glob.c
"glob.c", line 100.9: 1506-213 (S) Macro name TILDE cannot be redefined.
"glob.c", line 100.9: 1506-358 (I) "TILDE" is defined on line 250 of
/usr/include/sys/ioctl.h.
gmake[1]: *** [glob.o] Error
2002 Jun 25
0
[Bug 280] make failed on IRIX - SCM_RIGHTS unknown
http://bugzilla.mindrot.org/show_bug.cgi?id=280
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mouring at eviladmin.org
2003 Sep 18
1
Problem building OpenSSH on Cobalt Raq2i running standard Linux
Hi everyone,
I'm trying to build OpenSSH on my Cobalt Raq2i box which is running the
standard Linux installation with all patches installed.
I had no problems building OpenSSL v0.9.7b and it installed without
problems as well.
However, the OpenSSH build keeps failing at a certain point:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
-I/usr/local/ssl/include
2023 Feb 16
0
[RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
On Mon, Feb 06, 2023 at 07:06:32AM +0000, Arseniy Krasnov wrote:
>To use this option pass '--zc' parameter:
--zerocopy or --zero-copy maybe better follow what we did with the other
parameters :-)
>
>./vsock_perf --zc --sender <cid> --port <port> --bytes <bytes to send>
>
>With this option MSG_ZEROCOPY flag will be passed to the 'send()' call.