From owner-freebsd-questions@FreeBSD.ORG Sun Feb 25 22:11:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A435716A405 for ; Sun, 25 Feb 2007 22:11:32 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 3D68B13C467 for ; Sun, 25 Feb 2007 22:11:31 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1306635nfc for ; Sun, 25 Feb 2007 14:11:31 -0800 (PST) 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=PbaT0EgDGJ2GgxNOhNdEMhqJhxgfctJb2VFkFCTyGcSQNblTNt/4ojzdCaZ88XMqUcR6suOpcN2jOjFX/NQtfS514dlp2ARId9UxtdYnjug1RrZJ3kwmTuNiIk/OT0BMmozTpREXnghENcP7nDMkp/hzqzpGf5j6oNf/+2uUZo4= 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=qMdWhpRDtZH0jQJ635KJklU9q/Xi+79bKoV+coWnR31nJhDKfmsoCaJWDd/uK1xIVEogqsvCC2Z+kdrTIsDQrNUJB/MQt6aDmaOGkYJtd1uegRNJ0Rwpfi12wO/6ljVF+kWdOrLEOLj2NIM0uYaZFfrKmJHJZHzmT+mAyj+knG4= Received: by 10.82.113.6 with SMTP id l6mr1448049buc.1172441490767; Sun, 25 Feb 2007 14:11:30 -0800 (PST) Received: by 10.82.175.1 with HTTP; Sun, 25 Feb 2007 14:11:30 -0800 (PST) Message-ID: Date: Sun, 25 Feb 2007 16:11:30 -0600 From: "illoai@gmail.com" To: "Dino Vliet" In-Reply-To: <476461.12137.qm@web51112.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <476461.12137.qm@web51112.mail.yahoo.com> Cc: gnome@freebsd.org, freebsd-questions@freebsd.org Subject: Re: problem building g-wrap 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: Sun, 25 Feb 2007 22:11:32 -0000 On 25/02/07, Dino Vliet wrote: > Hi folks, > > I'm experiencing problems when building g-wrap on my > amd64 system running freebsd 6.1 after I try to install > gnucash2. The error I get is: > > configure: error: "libffi has not been ported to amd64-portbld-freebsd6.1." > configure: error: /bin/sh './configure' failed for libffi Rather simply, either wait for devel/libffi to be ported to amd64 or use i386 instead of amd64. from ports/devel/libffi/Makefile: BROKEN= "Configure fails on !i386 and !alpha" -- --