Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 17:18:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199139] net-mgmt/etherape: UI does not work ("could not find signal handler")
Message-ID:  <bug-199139-13-6LZrzDWDso@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199139-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199139-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: danfe
Date: Fri Apr 10 17:17:26 UTC 2015
New revision: 383745
URL: https://svnweb.freebsd.org/changeset/ports/383745

Log:
  Fix broken GUI due to infamous "libglade-WARNING **: could not find signal
  handler" errors.  This usually happens when signal handlers are not being
  exported correctly (via G_MODULE_EXPORT), but I'd leave it for upstream to
  decide how to come up with a proper fix.  For now, adding `-export-dynamic'
  to LDFLAGS is probably OK for a quick'n'dirty remedy.

  While here: rephrase COMMENT text, install a few documentation files, and
  reformat and amend port description text.

  PR:    199139

Changes:
  head/net-mgmt/etherape/Makefile
  head/net-mgmt/etherape/pkg-descr

-- 
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-199139-13-6LZrzDWDso>