From owner-freebsd-ports@FreeBSD.ORG Sat Mar 5 16:05:14 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 061B31065673; Sat, 5 Mar 2011 16:05:14 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id A8A748FC21; Sat, 5 Mar 2011 16:05:13 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward12.mail.yandex.net (Yandex) with ESMTP id E0BA9C2139D; Sat, 5 Mar 2011 19:05:11 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1299341111; bh=yQUFZf28zsNI6SC7ITCN2Xc/6zhHq3XngP4FK6ubKL4=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=qnXVPQd1u+ofMYJhYp8iRyhe4b2gouJX0f7PJ5WBiATMdLVN1QYVuP/PxTjGfE7pP Vx9QCerZWPKedxEjvlsruZD4MeX+LDimbpkXXh1KrktXqTEEiqR9FmVZUC6Zp8owgS EZ/KfXe8bE3Tiqcc4in/fNR/d4CssRONDZkoyHmM= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp14.mail.yandex.net (Yandex) with ESMTPSA id 759D219B8058; Sat, 5 Mar 2011 19:05:11 +0300 (MSK) Message-ID: <4D725EE1.3020007@yandex.ru> Date: Sat, 05 Mar 2011 19:03:45 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.14) Gecko/20110303 Thunderbird/3.1.8 MIME-Version: 1.0 To: Anonymous References: <4D721E31.9020801@yandex.ru> <864o7hskrj.fsf@gmail.com> In-Reply-To: <864o7hskrj.fsf@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD Ports Mailing List , Barbara , Jeremy Messenger Subject: Re: net-p2p/transmission-gtk2 fails to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2011 16:05:14 -0000 05.03.2011 17:29, Anonymous пишет: > Ruslan Mahmatkhanov 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 \ > %% No, this patch doesn't help. But removing libevent-1.4.14b_2 does, while keeping libevent2-2.0.10. There is also discussion about that in gnome@. Thanks. -- Regards, Ruslan