[Bug 200166] audio/tagtool

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 13 09:54:42 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200166

            Bug ID: 200166
           Summary: audio/tagtool
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: valery at vslash.com

Created attachment 156744
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156744&action=edit
patch to src/Makefile.in

Env : 10.1-STABLE FreeBSD 10.1-STABLE #0 r278590 amd64 
PORTNAME=       tagtool
PORTVERSION=    0.12.3
PORTREVISION=   12

* Desc : since a long time, tagtool doesn't work anymore due to libglade dynl
problem ; running tagtool lead to these errors : 
==>
(tagtool:6899): libglade-WARNING **: could not find signal handler
'cb_file_refresh'.
(tagtool:6899): libglade-WARNING **: could not find signal handler
'cb_vor_comment_row_activated'.
(tagtool:6899): libglade-WARNING **: could not find signal handler
'cb_vor_view_button'.
//...//
<==
This way, callbacks never do what they must do, app is completely useless.
Ok.

* Solution : 
adding -rdynamic to ld solve the trouble.
So, applying the attached patch ("patch-src_Makefile.in") solve the problem.
Copy patch-src_Makefile.in to audio/tagtool/files/., make extract && make patch
&& make.

* Note : at final stage, you'll see a ld warning : 
/usr/bin/ld: warning: cannot find entry symbol xport-dynamic; defaulting to
000000000040c5b0

but it seem to be ok using common functionnalities of tagtool.

Regards,

--
Valéry Seys
Paris /\

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list