Bug 202048 - audio/jack: libtool:keepla causes build failure for gst-plugins-good in jhbuild
Summary: audio/jack: libtool:keepla causes build failure for gst-plugins-good in jhbuild
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: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-03 02:31 UTC by Ting-Wei Lan
Modified: 2015-08-03 06:54 UTC (History)
1 user (show)

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


Attachments

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