From owner-freebsd-ports@FreeBSD.ORG Wed Dec 30 18:27:13 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0711B1065670 for ; Wed, 30 Dec 2009 18:27:13 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 909B28FC13 for ; Wed, 30 Dec 2009 18:27:12 +0000 (UTC) Received: by fxm27 with SMTP id 27so11690291fxm.3 for ; Wed, 30 Dec 2009 10:27:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=iX92r/HO8QOFHqcXtqFcZOvKkoqrYw9jZSE2AeGeaJ0=; b=cDyxenZed661CIFhUVkB2EQtye5jtMqENb4+BVcah2wVjw9JwFVJ64ChqJOgz/iYec LhRQdJ+uS64l3N/1TBIuafNDsmmSvHQGVyGLoAzUEi46FuxtrIC6V00gsNGQE5MtAQtw HaTL6jAMjh3IAvyy2BfLZ51aeIbGyQB3kJc5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=iiELjX0DkUp7xqcM/lTqX+A8b5iLPuXx8kFT7PLkVxCcYRJeGkim/CxI0TATTdpg9w QwoN9tLHxiUBC7w9Wnh32/OHuA4neGl1102ErTUXgMFSH+540iIubO35B3veszICQ/Y8 gZl08ezOgKzHxHAQd+CQA/uaYdKmwRMTn+0E0= MIME-Version: 1.0 Received: by 10.223.20.85 with SMTP id e21mr11519805fab.25.1262197628834; Wed, 30 Dec 2009 10:27:08 -0800 (PST) In-Reply-To: <4B3B921B.8060206@queue.to> References: <3f1fd1ea0912291601h30904ec9ka9dd6b9f8ffbe2b6@mail.gmail.com> <4B3B921B.8060206@queue.to> Date: Wed, 30 Dec 2009 19:27:08 +0100 Message-ID: <3f1fd1ea0912301027p599d2b2i12d3581b7ea17af7@mail.gmail.com> From: Michal Varga To: Howard Goldstein Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: boost 1.41 and net-p2p/deluge 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: Wed, 30 Dec 2009 18:27:13 -0000 On Wed, Dec 30, 2009 at 6:47 PM, Howard Goldstein wrote: > Michal Varga wrote: >> After the recent boost upgrade to 1.41, net-p2p/deluge needs to be >> recompiled to actually start, otherwise one just gets a nice >> crash/deadlock (I didn't investigate as I already remember the exactly >> same issue with previous boost upgrade, so went directly for >> recompilation). > > Thanks for posting this. =C2=A0 Just to be on the safe side I'm rebuildin= g > gimp and some other friends that weren't rebuilt after the boost update. > Same for me. While GIMP and abiword seemed to be starting fine, i don't want to risk crashing it when I execute some plugin/extension that actually uses boost and well, lose my work :) On the other hand, that issue may be specific to boost-python-libs, deluge is the only app I have that actually uses it, so the C side of boost *might* be innocent here. m.