! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
undefined symbol: taglib_file_free
Status:
RESOLVED: INVALID
Product:
Thunar-media-tags-plugin
Component:
General

Comments

Description Roberto Neri 2012-10-09 17:34:17 CEST
Created attachment 4651 
Build log

Hi,
I've built thunar-media-tags-plugin 0.2.0 from source on a Slackware Linux 14.0, which provides taglib 1.7.2.
Build process has been successful (see attached log), but after installation of the resulting package I get this error

(xfdesktop:2136): thunarx-WARNING **: Failed to load plugin `thunar-media-tags-plugin.so': /usr/lib/thunarx-2/thunar-media-tags-plugin.so: undefined symbol: taglib_file_free

I have noticed that this symbol "taglib_file_free" is provided by library /usr/lib/libtag_c.so.0.0.0, which is installed, and I've also noticed this line in the output of the ./configure step (see attached log, line 211)

checking for taglib_file_new in -ltag_c... no

Since taglib_file_new is also provided by the same library /usr/lib/libtag_c.so.0.0.0, I have the impression that the test in the ./configure script (see lines 14397-14451) may be incorrect, resulting in incomplete LIBS options passed to the compiler

Also the following line in the log (212)

./configure: line 14450: -lm: command not found

makes me think of an incorrect syntax of the same test.

Could you please have a look at it?
Thanks
Comment 1 Andre Miranda editbugs 2018-02-14 21:26:07 CET
Sorry for the long time to reply, but I think it's not the case anymore after all this time.
Please, let me know if we can close this bug.
Comment 2 Roberto Neri 2018-02-15 17:34:54 CET
I agree, spending time looking into this, after more than 5 years, would be just a waste.
Thanks anyway
Comment 3 Andre Miranda editbugs 2018-02-16 00:58:52 CET
Ok then, thanks for replying.

Bug #9362

Reported by:
Roberto Neri
Reported on: 2012-10-09
Last modified on: 2018-02-16

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Attachments

Build log (28.38 KB, application/octet-stream)
2012-10-09 17:34 CEST , Roberto Neri
no flags

Additional information