From owner-freebsd-ports@FreeBSD.ORG Sat Mar 11 05:21:30 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6CE16A422 for ; Sat, 11 Mar 2006 05:21:30 +0000 (GMT) (envelope-from dsymonds@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8802543EF9 for ; Sat, 11 Mar 2006 05:16:43 +0000 (GMT) (envelope-from dsymonds@gmail.com) Received: by zproxy.gmail.com with SMTP id z3so855149nzf for ; Fri, 10 Mar 2006 21:16:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HQWFsaWfV0o9tYKZZjtr+6ivRarzXxe4/UKWEwk3ahOBPUXMbuyS1+DMzq/cjpRSnJYfdOHyDWw97u/z/FiNhYe2sEwE4WEjOZjJBTRP1YJlL+35J/Fwa7w1v/RC5P4JJ7Ad5UVFe6Ewje9TZGInrunSH1X2buwaWaE3RgdA23I= Received: by 10.35.107.20 with SMTP id j20mr658831pym; Fri, 10 Mar 2006 21:16:38 -0800 (PST) Received: by 10.35.114.5 with HTTP; Fri, 10 Mar 2006 21:16:38 -0800 (PST) Message-ID: Date: Sat, 11 Mar 2006 16:16:38 +1100 From: "Dave Symonds" To: "Kris Kennaway" In-Reply-To: <20060311021301.GB2099@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060311021301.GB2099@xor.obsecurity.org> Cc: Paul Schmehl , freebsd-ports@freebsd.org Subject: Re: Problem with graphics/cairo 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, 11 Mar 2006 05:21:30 -0000 On 3/11/06, Kris Kennaway wrote: > On Fri, Mar 10, 2006 at 05:11:03PM -0600, Paul Schmehl wrote: > > The recent libtool change blew my 5.4 workstation up. After trying for > > days to get gnome working again (it locked up right after login), I fin= ally > > gave up and installed 6.0 fresh (the upgrade failed too.) > > > > Now I'm reinstalling everything (grrr....), and the gnome install faile= d > > trying to install graphics/cairo. It's looking for libexpat.so.5, and = the > > system has libexpat.so.6. (I made a symlink and the install completed > > successfully.) > > Please show us what you think is wrong: the cairo port doesn't depend > directly on libexpat, so I don't see how this can be true. I had the same problems; it happened when I upgraded libexpat to 2.0.0 without rebuilding all the ports depending on it. I managed to fix things just by rebuilding the fontconfig port, and everything worked fine after that. Dave.