[Bug 206] New: -SNAP-20020405: build failures on AIX 3.2.5 with XLC 1.2.1.16

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Apr 6 13:27:42 EST 2002


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.



More information about the openssh-unix-dev mailing list