Bug 202048

Summary: audio/jack: libtool:keepla causes build failure for gst-plugins-good in jhbuild
Product: Ports & Packages Reporter: Ting-Wei Lan <lantw44>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: Closed FIXED    
Severity: Affects Only Me CC: kwm
Priority: --- Flags: bugzilla: maintainer-feedback? (multimedia)
Version: Latest   
Hardware: Any   
OS: Any   

Description Ting-Wei Lan 2015-08-03 02:31:34 UTC
jackit port installs .la files in /usr/local/lib. Can we remove them to prevent odd build problems?

libjack.la causes gst-plugins-good to fail to build in jhbuild because wrong version of libpangoft2-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 libjack.la fixes the problem.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-08-03 06:53:40 UTC
A commit references this bug:

Author: kwm
Date: Mon Aug  3 06:53:04 UTC 2015
New revision: 393465
URL: https://svnweb.freebsd.org/changeset/ports/393465

Log:
  Drop :keepla from the libtool USES.

  PR:		202048
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>

Changes:
  head/audio/jack/Makefile
  head/audio/jack/pkg-plist