Summary: | net-p2p/transmission-qt4 segmentation fault | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexandr <prayer> |
Component: | Individual Port(s) | Assignee: | Jeremy Messenger <mezz> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Alexandr
2011-03-16 13:40:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->mezz Fix synopsis and assign. State Changed From-To: open->feedback I can't reproduce the crash, but I think I might notice something wrong with your transmission-qt. It looks like it was linked with both version of libevent 1.x and 2.x. Please show me the outputs of: # pkg_info -IX event # ldd /usr/local/bin/transmission-qt mezz 2011-03-17 20:15:56 UTC FreeBSD ports repository Modified files: net-p2p/transmission-qt4 Makefile Added files: net-p2p/transmission-cli/files patch-qt_qtr.pro Log: Fix transmission-qt to avoid link with both libevent 1.x and 2.x libraries or it will crashes. Remove a hardcore '-levent' (should be -levent-2.0) in the qtr.pro and let pkg-config takes care of it. Bump the PORTREVISION. PR: ports/155600 Reported by: Alexandr <prayer@list.ru> Revision Changes Path 1.1 +11 -0 ports/net-p2p/transmission-cli/files/patch-qt_qtr.pro (new) 1.4 +1 -1 ports/net-p2p/transmission-qt4/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed I have committed a fix, thanks for report! |