From owner-freebsd-questions@FreeBSD.ORG Sun May 6 16:27:50 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 6B31E16A401 for ; Sun, 6 May 2007 16:27:50 +0000 (UTC) (envelope-from theorem21@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 29F7F13C458 for ; Sun, 6 May 2007 16:27:50 +0000 (UTC) (envelope-from theorem21@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1192109wxc for ; Sun, 06 May 2007 09:27:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=sYSrR0ZmGX6jUTj2lDJFytM5+fq6m+4nDBuebU4KJ3ABBBvLxfyNuZEoNFtP72XNnTLKfCYVxPeOaEbA/iIgKTL0Y0f+5xPxqx02MYu1Y7HNdrR/rh1CtsBzL5aH1B6jUt9hq3piZ/hZRSM/sHT1bf3Y/QkOdsw9zuAQnQxvxEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=kQCO4b6R95CNZyW9zHNMQzi0UKoTB77lWfZBQY3dQrm6t09xnI4vUcB5wGam5SZYENl8KWkxpFxwD3PuFxcTFXsT4KJdkrdKPfpYu8MaNm+da4PqUSdxKPPP2gtVwsW0GJhN++FLE/iNarAS3JHkQX4z+VhGcriicLpYPccjEJE= Received: by 10.90.95.11 with SMTP id s11mr4442302agb.1178468869623; Sun, 06 May 2007 09:27:49 -0700 (PDT) Received: from ?10.10.0.6? ( [71.251.196.244]) by mx.google.com with ESMTP id 38sm5711474agd.2007.05.06.09.27.48; Sun, 06 May 2007 09:27:49 -0700 (PDT) Message-ID: <463E01F8.2050600@gmail.com> Date: Sun, 06 May 2007 12:27:36 -0400 From: Theorem User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Stevan Tiefert References: <1178452191.1399.12.camel@vagabund.w33> <1178452804.1399.16.camel@vagabund.w33> In-Reply-To: <1178452804.1399.16.camel@vagabund.w33> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Ports forbids me to install compat3x-i386 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: theorem21@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 16:27:50 -0000 Stevan Tiefert wrote: >> I need to install the port misc/compat3x-i386 as a dependency for the >> port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and >> it returns an error after "portinstall compat3x-i386": >> >> vagabund# portinstall compat3x-i386 >> ** Port marked as IGNORE: misc/compat3x: >> is forbidden: "FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath >> - not fixed / no lib available" >> > How can I install the port compat3x-i386? 'make install' ? The port you're trying to install ( mbrola ) is binary only and requires libraries that are no longer either 1. in the expected locations or 2. replaced by something better. I suspect since the maintainer for compat3x listed as ports@freebsd.org then there's not much you can do other than mail that list. If you decide to hack up your own BSD dist, drag in the binary from ports, and keep adding libraries to your system. The errors from the binary should point out what's wrong and what to add next. Not much help, good luck. Theorem