From owner-freebsd-questions@FreeBSD.ORG Fri Jan 9 15:14:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D018A1065703 for ; Fri, 9 Jan 2009 15:14:06 +0000 (UTC) (envelope-from rg.freebsd@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 625A48FC14 for ; Fri, 9 Jan 2009 15:14:06 +0000 (UTC) (envelope-from rg.freebsd@gmail.com) Received: by ewy14 with SMTP id 14so11441025ewy.19 for ; Fri, 09 Jan 2009 07:14:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version :content-transfer-encoding:message-id:content-type:to:from:subject :date:x-mailer; bh=YR2E+svKF1haqC/RyrIuLkpGfIlIv6cppf+NspbC0GQ=; b=keEKterVA4l5AKDSHsDJpBOR+SKz4OOEplcc9vNoBZLKtYRJQxn8DepNodeBS7t22H ddGmm3xqxcRq0Z0Q9pCYpB3r8Zr/xm0l33UmDJoGcJQUwb4Wyf9RKzUGCbq72pvXBrlo NaxEJN/J7b+Hzye6IYe1R3N9YY3l20VzVzceE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-transfer-encoding:message-id:content-type:to :from:subject:date:x-mailer; b=dkVX//mYiUx8wi6NGAsSVdauUj8ReIFNB3bvjspfNsn807seUuiwewHeaBar/kpuCl d+GJom58aVAFDg5NIAKYb31ILm8ID48ON/Pfsc8JQMbaWSl7iDeFtKZbbc69pUuLXCe8 eLQR1ZrJUkL6A1Hg9ixYYakqNkpVyG10ts24k= Received: by 10.210.34.19 with SMTP id h19mr585741ebh.132.1231514045471; Fri, 09 Jan 2009 07:14:05 -0800 (PST) Received: from ?10.0.0.67? (mail.wtbts.org.ua [213.130.18.78]) by mx.google.com with ESMTPS id i7sm57451664nfh.13.2009.01.09.07.14.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Jan 2009 07:14:04 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: <164C627D-EB84-4E50-9474-79CE726CDA52@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: rg Date: Fri, 9 Jan 2009 17:14:03 +0200 X-Mailer: Apple Mail (2.753.1) Subject: Problem compiling gnome2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 15:14:07 -0000 Hello, I am trying to compile gnome2, but libggz fails to compile because of missing library: gcrypt1.5. It does on to complile security/ libgcrypt, but evidently the current version 1.4.3 doesn't help much. How can I fight with this beast? Thank you.