Bug 209942 - skein.o is in two libraries
Summary: skein.o is in two libraries
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-01 17:25 UTC by Rafael Avila de Espindola
Modified: 2016-06-03 17:53 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Avila de Espindola 2016-06-01 17:25:12 UTC
It is in libcrypt.a and libmd.a. This means a build can fail with duplicate symbols depending on the order these libraries are used.

It currently causes rescue to fail to build with lld.
Comment 1 Allan Jude freebsd_committer freebsd_triage 2016-06-03 02:53:04 UTC
This was fixed in r301168

but, it does not fail with the linker included in base.
Comment 2 Rafael Avila de Espindola 2016-06-03 17:53:56 UTC
Thanks!