[Bug 1013] openssh > 3.8p1 make failure
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Apr 12 19:40:19 EST 2005
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.
More information about the openssh-bugs
mailing list