Displaying 1 result from an estimated 1 matches for "crocky".
Did you mean:
rocky
2010 May 12
8
[Bug 1770] New: circular dependencies prevent building on platforms without strlcpy, vasprintf
...ld returned 1 exit status
The problem here seems to be circular dependencies between libssh and
libopenbsd-compat
(because the latter depends on xstrdup which is defined in the former).
The link succeeds if I add another instance of -lopenbsd-compat at the
end of the command. That's a pretty crocky workaround though. Maybe
xstrdup ought to be moved to libopenbsd-compat?
FWIW, openssh 4.6p1 built successfully on this platform, so the
problem's been introduced since then. Another possibly useful
datapoint is that ssh-pkcs11-helper is the only executable that
exhibits a problem.
--
Conf...