[MacPorts] #38352: amarok @2.6.0 Build fails (testamazonalbum)

MacPorts noreply at macports.org
Sun Mar 10 17:36:33 PDT 2013


#38352: amarok @2.6.0 Build fails (testamazonalbum)
-------------------------+--------------------------------
  Reporter:  jferiago@…  |      Owner:  macports-tickets@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.1.3
Resolution:              |   Keywords:
      Port:  amarok      |
-------------------------+--------------------------------
Changes (by ryandesign@…):

 * cc: ryandesign@… (added)


Comment:

 Yes, this is not a compiler-specific problem so that would not help.

 The problem here is that we're trying to dynamically link with a library
 that was compiled using the `-bundle` flag, but that's not possible; it's
 only possible to dynamically link with libraries that were compiled using
 the `-dynamiclib` flag. Looking at the log, it seems
 amarok_service_amazonstore.so is that library.

 Please report this problem to the developers of amarok so that they can
 fix it in the appropriate way. (Only they know whether the appropriate fix
 is to make amarok_service_amazonstore.so a dynamic library that can be
 linked to, or whether it is to make testamazonalbum no longer try to link
 to that library.)

 Possibly this has already been fixed in amarok 2.7.0. We should try
 updating the port to that version first before we file a bug report with
 them.

-- 
Ticket URL: <https://trac.macports.org/ticket/38352#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list