[Bug 1770] circular dependencies prevent building on platforms without strlcpy, vasprintf

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Thu May 13 00:14:43 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1770

Tom Lane <tgl at sss.pgh.pa.us> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #4 from Tom Lane <tgl at sss.pgh.pa.us>  ---
Sorry, that proposed patch does *not* fix it.  When I do that I get

/usr/ccs/bin/ld: Unsatisfied symbols:
   xstrdup (code)

You really do have a circular dependency here, and the only way to make
it work with just rejiggering the link line is to mention both
libraries twice.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list