From owner-freebsd-ports@FreeBSD.ORG Wed Jan 29 10:24:57 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36B167F0 for ; Wed, 29 Jan 2014 10:24:57 +0000 (UTC) Received: from fep33.mx.upcmail.net (fep33.mx.upcmail.net [62.179.121.51]) by mx1.freebsd.org (Postfix) with ESMTP id 778561812 for ; Wed, 29 Jan 2014 10:24:56 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep33-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140129102455.NFYJ18992.viefep33-int.chello.at@edge04.upcmail.net>; Wed, 29 Jan 2014 11:24:55 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge04.upcmail.net with edge id KmQu1n02k2Rg3Ey03mQuAQ; Wed, 29 Jan 2014 11:24:55 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52E8D6F7.1030505@rainbow-runner.nl> Date: Wed, 29 Jan 2014 11:24:55 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Robert_Burmeister , freebsd-ports@freebsd.org Subject: Re: net/avahi-app core dumps signal 11 References: <1390354628.14798.7.camel@lenovo.toontown> <52E65529.6010409@cs.ucl.ac.uk> <1390855798228-5880548.post@n5.nabble.com> <1390965164942-5880954.post@n5.nabble.com> In-Reply-To: <1390965164942-5880954.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140128-1, 28-01-2014), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 10:24:57 -0000 On 29-1-2014 4:12, Robert_Burmeister wrote: >> People who deleted all ports, removed /usr/local and reinstalled >> have reported that they do not have the problem. >> >> I have deleted the contents of /usr/local/lib and am running a portupgrade >> -afu >> >> I'll report back if that is a quicker fix. > Amazing, this worked. > > Apparently, some Gnome components are finicky about how they are built. > A note from > https://wiki.gnome.org/Projects/Jhbuild/FreeBSD > >> Remove all .la files from the packages you just installed to prevent >> problems during the build. >> You'll have to remember to do this again each time you install more >> packages. That wiki page is only for when your trying to build gnome with Jhbuild. I should also note that, that page is very WIP heavy.