bugzilla-daemon at mindrot.org
2005-Apr-12 09:40 UTC
[Bug 1013] openssh > 3.8p1 make failure
http://bugzilla.mindrot.org/show_bug.cgi?id=1013 Summary: openssh > 3.8p1 make failure Product: Portable OpenSSH Version: 4.0p1 Platform: All OS/Version: Solaris Status: NEW Severity: critical Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: sigmunds at iu.hio.no make fails with: [...] In file included from bsd-arc4random.c:18: ../log.h: In function `fatal': ../log.h:56: warning: empty declaration ../log.h:65: error: parse error before "volatile" ../log.h:65: error: old-style parameter declarations in prototyped function definition ../log.h:56: error: parameter name omitted bsd-arc4random.c:20: error: `rcsid' undeclared (first use in this function) bsd-arc4random.c:20: error: (Each undeclared identifier is reported only once bsd-arc4random.c:20: error: for each function it appears in.) bsd-arc4random.c:20: warning: left-hand operand of comma expression has no effect bsd-arc4random.c:20: error: parse error before '}' token make[1]: *** [bsd-arc4random.o] Error 1 make[1]: Leaving directory `/usr/src/openssh-4.0p1/openbsd-compat' make: *** [openbsd-compat/libopenbsd-compat.a] Error 2 If log.h is reverted to the 3.8p1 version, it builds ok. The problem seems to be the inclusion of __dead in two declarations in that file. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-12 09:43 UTC
[Bug 1013] openssh > 3.8p1 make failure
http://bugzilla.mindrot.org/show_bug.cgi?id=1013 ------- Additional Comments From djm at mindrot.org 2005-04-12 19:43 ------- Created an attachment (id=871) --> (http://bugzilla.mindrot.org/attachment.cgi?id=871&action=view) Attempted fix Does this patch help? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-12 09:47 UTC
[Bug 1013] openssh > 3.8p1 make failure
http://bugzilla.mindrot.org/show_bug.cgi?id=1013 ------- Additional Comments From sigmunds at iu.hio.no 2005-04-12 19:47 ------- Created an attachment (id=872) --> (http://bugzilla.mindrot.org/attachment.cgi?id=872&action=view) config.h ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-12 09:48 UTC
[Bug 1013] openssh > 3.8p1 make failure
http://bugzilla.mindrot.org/show_bug.cgi?id=1013 ------- Additional Comments From sigmunds at iu.hio.no 2005-04-12 19:48 ------- Created an attachment (id=873) --> (http://bugzilla.mindrot.org/attachment.cgi?id=873&action=view) config.log ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.