Bug 202028 - graphics/lcms2: libtool:keepla causes build failure for colord-gtk and eog in jhbuild
Summary: graphics/lcms2: libtool:keepla causes build failure for colord-gtk and eog in...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL: https://reviews.freebsd.org/D3270
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-01 17:22 UTC by Ting-Wei Lan
Modified: 2015-08-26 15:49 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.