Bug 225353

Summary: devel/boost-libs: libboost_log_setup.so missing symbols
Product: Ports & Packages Reporter: Pawel Pekala <pawel>
Component: Individual Port(s)Assignee: FreeBSD Office Team <office>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (office)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 225128    

Description Pawel Pekala freebsd_committer freebsd_triage 2018-01-21 11:13:37 UTC
This issue shows on my test machine running 12-CURRENT. During linking phase of ports using boost libs I get this errors:

/usr/local/lib/libboost_log_setup.so: undefined reference to `_ZTIDs'
/usr/local/lib/libboost_log_setup.so: undefined reference to `_ZTIDi'

Building these ports on 10 and 11 in poudriere is just fine.
Comment 1 Jan Beich freebsd_committer freebsd_triage 2018-01-21 20:01:22 UTC
See bug 214864 comment 100. This is LLD_BOOTSTRAP regression.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2018-01-23 16:38:12 UTC
Confirmed. Linking is fixed on system rebuilt with WITHOUT_LLD_BOOTSTRAP.