bugzilla-daemon at mindrot.org
2002-Apr-06 03:27 UTC
[Bug 206] New: -SNAP-20020405: build failures on AIX 3.2.5 with XLC 1.2.1.16
http://bugzilla.mindrot.org/show_bug.cgi?id=206
Summary: -SNAP-20020405: build failures on AIX 3.2.5 with XLC
1.2.1.16
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: Matthew_Clarke at mindlink.bc.ca
This compiler doesn't seem to like monitor_fdpass.c.
Configured as:
./configure --with-prngd-socket=/usr/local/var/run/egd-pool --with-mantype=man
Compiler complaint, on several lines of monitor_fdpass.c:
"monitor_fdpass.c", line 42.36: 1506-043 (S) Sizeof operator cannot be
used with
functions, void, bit-fields, incomplete types, or arrays of unknown size.
monitor_fdpass.c line 42:
char tmp[CMSG_SPACE(sizeof(int))];
CMSG_SPACE is being picked up from defines.h, line 464:
#define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) +
__CMSG_ALIGN(len))
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Apparently Analagous Threads
- [Bug 206] -SNAP-20020405: build failures on AIX 3.2.5 with XLC 1.2.1.16
- [Bug 206] -SNAP-20020409: build failures on AIX 3.2.5 with XLC 1.2.1.16
- [Bug 213] New: -SNAP-20020410 fails to compile under AIX 4.3.3
- openssh-3.2.2p1 on Linux 2.0
- openssh-SNAP-20020412 and AIX ...
