Bug 202028

Summary: graphics/lcms2: libtool:keepla causes build failure for colord-gtk and eog in jhbuild
Product: Ports & Packages Reporter: Ting-Wei Lan <lantw44>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: kwm
Priority: --- Flags: bugzilla: maintainer-feedback? (sunpoet)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D3270

Description Ting-Wei Lan 2015-08-01 17:22:03 UTC
lcms2 port installs .la files. Can we remove it to prevent odd build problems?

liblcms2.la causes colord-gtk and eog to fail to build in jhbuild because wrong version of libpango-1.0.so.0 is found during linking:
/home/lantw44/gnome/devinstall/lib/libgtk-3.so: undefined reference to `pango_fc_font_map_config_changed'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Remove liblcms2.la fixes the problem.
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-08-26 15:49:05 UTC
lib/liblcms2.la was removed in r395121. Thanks.