From owner-freebsd-ports@FreeBSD.ORG Tue May 22 05:18:42 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53D5016A469 for ; Tue, 22 May 2007 05:18:42 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 1637813C44B for ; Tue, 22 May 2007 05:18:41 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so430899and for ; Mon, 21 May 2007 22:18:41 -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=CYMrc3wruPu8VHpzMyhzBYofuXvQ4nWEopvvekeTSzasgFgBd1cn6EU/2r+mj+ZnscJUct4H5RF/yRNs7KH/SRHDs3EbC/xJFinmLbwEDTMT6FAoBrgmgXGCL//1zTU+bTbLPIisatWwVAxUTVPkn4InLTt4Hk8nBTZ8sm5Lit8= 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=OQKqxFV3PutJ84QN0L6chzvjFv+H6rGzdtIMUaHz50fKNyLlbAOkX3Asm1gV0ogLV9ROSh2SJVpYd8SLTXWGKpw9guV+yeei5LZJSp6JEY6s2V5Dmx5zDYFqVa8YgqgHXlFejTIG7xwGTSw78eGFSkVsmoxygbQE2yhIrFTR+w4= Received: by 10.100.42.7 with SMTP id p7mr3544774anp.1179811121351; Mon, 21 May 2007 22:18:41 -0700 (PDT) Received: by 10.100.139.10 with HTTP; Mon, 21 May 2007 22:18:41 -0700 (PDT) Message-ID: <790a9fff0705212218g263da5c9y9b2f9d55cb4f0bd7@mail.gmail.com> Date: Tue, 22 May 2007 00:18:41 -0500 From: "Scot Hetzel" To: "Elliot Dierksen" In-Reply-To: <200705212001.l4LK1Vl8078660@alfred.oau.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705212001.l4LK1Vl8078660@alfred.oau.org> Cc: ports@freebsd.org Subject: Re: Problem with security/vscan 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: Tue, 22 May 2007 05:18:42 -0000 On 5/21/07, Elliot Dierksen wrote: > Hello, > > security/vscan has an unlisted dependency on misc/compat4x-i386-5.3_9. It > fails installation without the compat4x package. > The port does list misc/compat4x as a LIB_DEPENDS dependancy in the ports Makefile. When installing the port from /usr/ports/security/vscan (with misc/compat4x uninstalled), does it display that it didn't find libm.2 and goes to install misc/compat4x, then after returning to the build of vscan does it display that it found libm.2? What version of FreeBSD are you installing the port on (i386, amd64)? You may want to try the patches in PR 112202 and 112203 as they try to fix the detection of 32bit libraries on non-i386 systems (amd64, ia64): Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.