bugzilla-daemon at mindrot.org
2002-Jun-06 17:27 UTC
[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 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: bugzilla-openssh at thewrittenword.com 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\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/TWWfsw/openssh323/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/TWWfsw/openssh323/libexec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/opt/TWWfsw/openssh323/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c kex.c "monitor.h", line 53.25: 1506-275 (S) Unexpected text ',' encountered. gmake: *** [kex.o] Error 1 A patch is available at: ftp://ftp.thewrittenword.com/outgoing/pub/openssh-3.2.3p1-2.patch ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.