Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Mar 2011 17:29:52 +0300
From:      Anonymous <swell.k@gmail.com>
To:        Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Cc:        FreeBSD Ports Mailing List <ports@freebsd.org>, Barbara <barbara.xxx1975@libero.it>, Jeremy Messenger <mezz@FreeBSD.org>
Subject:   Re: net-p2p/transmission-gtk2 fails to build
Message-ID:  <864o7hskrj.fsf@gmail.com>
References:  <4D721E31.9020801@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Mahmatkhanov <cvs-src@yandex.ru> writes:

> Hi!
>
> I'm trying to update transmission 2.13 -> 2.22 on 8-stable.
>
> Errors like this:
> ../libtransmission/libtransmission.a(handshake.o)(.text+0x167d): In
> function `canRead':
> /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:789:
> undefined reference to `evbuffer_search'
> ../libtransmission/libtransmission.a(handshake.o)(.text+0x16d4):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:761:
> undefined reference to `evbuffer_get_length'
>
> Full build log is here:
> http://pastebin.com/k0ZWLj3J

Probably a remnant from before libevent used PKG_CHECK_MODULES().
-L${LOCALBASE}/lib precedes -L${LOCALBASE}/lib/event2 during linking,
build with V=1 or -Wl,--verbose to see.

%%
Index: net-p2p/transmission-cli/Makefile
===================================================================
RCS file: /a/.cvsup/ports/net-p2p/transmission-cli/Makefile,v
retrieving revision 1.74
diff -u -p -r1.74 Makefile
--- net-p2p/transmission-cli/Makefile	5 Mar 2011 04:17:28 -0000	1.74
+++ net-p2p/transmission-cli/Makefile	5 Mar 2011 14:09:06 -0000
@@ -28,8 +28,6 @@ USE_GMAKE=	yes
 USE_GNOME?=	pkgconfig
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS=	-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}"
 CONFIGURE_ARGS=--with-zlib=/usr \
 		--disable-libappindicator \
%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864o7hskrj.fsf>