Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2015 09:54:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200166] audio/tagtool
Message-ID:  <bug-200166-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200166

            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@FreeBSD.org
          Reporter: valery@vslash.com

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

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

* Desc : since a long time, tagtool doesn't work anymore due to libglade dy=
nl
problem ; running tagtool lead to these errors :=20
=3D=3D>
(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'.
//...//
<=3D=3D
This way, callbacks never do what they must do, app is completely useless.
Ok.

* Solution :=20
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 p=
atch
&& make.

* Note : at final stage, you'll see a ld warning :=20
/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=C3=A9ry Seys
Paris /\

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200166-13>