From owner-freebsd-gnome@FreeBSD.ORG Tue May 15 16:56:41 2007 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2968F16A405 for ; Tue, 15 May 2007 16:56:41 +0000 (UTC) (envelope-from bignose@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id DB51713C46E for ; Tue, 15 May 2007 16:56:40 +0000 (UTC) (envelope-from bignose@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1996696wxc for ; Tue, 15 May 2007 09:56:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CPzUzHEoscnqtpXmeSPcJsugiOwqEuBui/oUuvUfV/ePzjbLc6UjiW3PVaOywX+J4LFVYmfCMasMYUFWS+fh+lLIBGexLbgd96UpkxK1XxIDcVKDelpkBE8n7lbvJbQM/yeDJjMOPqlNVtcPbHgOJQdtoYNQ8QhU2TomCFHteSo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FOo9XJsKhO1hQUkFC6bcSBGe9RqrnH/cHUen3/ICLNjf64AxeKOH5NB5b/oU/1prhxUGC2pa6d5f35vyGEXf/UaLZd44+nqQUmUMKcak1LWUGb+jd2TgDFdz5CPuSpaebSfac6jZ1f6PweojJBD6ZtzINgf5XNShLRlip9ecPxk= Received: by 10.78.204.1 with SMTP id b1mr2747915hug.1179248198517; Tue, 15 May 2007 09:56:38 -0700 (PDT) Received: by 10.78.56.1 with HTTP; Tue, 15 May 2007 09:56:38 -0700 (PDT) Message-ID: Date: Tue, 15 May 2007 12:56:38 -0400 From: "Jeff MacDonald" To: pav@freebsd.org In-Reply-To: <1179246252.99693.52.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1179246252.99693.52.camel@pav.hide.vol.cz> Cc: gnome@freebsd.org, FreeBSD Questions Subject: Re: Fwd: troubles with libxslt and libxml2 from ports. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2007 16:56:41 -0000 On 5/15/07, Pav Lucistnik wrote: > Jeff MacDonald p=ED=9Ae v =FAt 15. 05. 2007 v 11:23 -0400: > > > I'm trying to install textproc/libxslt on a 6.1 machine. > > > > The issue is, is that it needs libxml2 - 2.6.27 . I've installed this > > version but everytime I try to install libxslt it complains saying it > > can only find libxml2 2.6.22 > > > > Here is a type script of my build process > > > > http://www.suite2101.com/help > > And what is your installed libxml2 version, really? > What pkg_info output lists? dns1# pkg_info | grep xml libxml2-2.6.27 XML parser library for GNOME py24-libxml2-2.6.27 Python interface for XML parser library for GNOME For the record, I was able to reproduce this on another FreeBSD machine.