tomahawk 0.7 plugin loading broken

Bug #1287163 reported by Harald Sitter
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tomahawk (Ubuntu)
Fix Released
High
Unassigned

Bug Description

the 0.7 package installs plugins to a multiarch directory:
tomahawk: /usr/lib/x86_64-linux-gnu/libtomahawk_account_google.so

however the plugin loader cannot handle multiarch apparently and consequently no binary plugins are loaded making tomahawk nigh useless.

linking the objects back into /usr/lib makes plugin loading work again:

cd /usr/lib
foreach f in /usr/lib/x86_64-linux-gnu/libtomahawk*; do sudo ln -s $f `basename $f`; done

two options to resolve this:
a) find out why it installs to multiarch and prevent that
b) patch path resolution to support multiarch (depending on a) this might be necessary either way)

Tags: kubuntu
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package tomahawk - 0.7.0+dfsg1-0ubuntu5

---------------
tomahawk (0.7.0+dfsg1-0ubuntu5) trusty; urgency=medium

  * Fix install files even harder for armhf (add arm specific file)
  * Set WITH_BREAKPAD to OFF for arm variants so maybe arm64 will build
 -- Scott Kitterman <email address hidden> Sat, 22 Mar 2014 22:59:27 -0400

Changed in tomahawk (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.