From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 21:39:16 2010 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 6A0B41065670 for ; Mon, 26 Jul 2010 21:39:16 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout027.mac.com (asmtpout027.mac.com [17.148.16.102]) by mx1.freebsd.org (Postfix) with ESMTP id 5109A8FC16 for ; Mon, 26 Jul 2010 21:39:16 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp027.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L6600CKLPHENT40@asmtp027.mac.com> for freebsd-questions@freebsd.org; Mon, 26 Jul 2010 14:39:16 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1007260175 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.0.10011,1.0.148,0.0.0000 definitions=2010-07-26_05:2010-07-26, 2010-07-26, 1970-01-01 signatures=0 From: Chuck Swiger In-reply-to: <4C4DFF56.5070804@uspvp.org> Date: Mon, 26 Jul 2010 14:39:14 -0700 Message-id: <98B8ACBD-79D8-45E4-8842-C4A825A0F815@mac.com> References: <4C4DFC8E.80603@robinlea.com> <4C4DFF56.5070804@uspvp.org> To: John Francis Lee X-Mailer: Apple Mail (2.1081) Cc: FreeBSD - Subject: Re: problem with ffmpeg port 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: Mon, 26 Jul 2010 21:39:16 -0000 On Jul 26, 2010, at 2:34 PM, John Francis Lee wrote: > Thanks > > [jfl@28amen /ports/multimedia/ffmpeg]$ cd ../../archivers/xz/ > [jfl@28amen /ports/archivers/xz]$ sudo make deinstall > Password: > ===> Deinstalling for archivers/xz > [jfl@28amen /ports/archivers/xz]$ sudo make install > ===> Installing for xz-4.999.9_1 > ===> Generating temporary packing list > ===> Checking if archivers/xz already installed > ===> An older version of archivers/xz is already installed > (lzmautils-4.32.7) It looks like you might have archivers/lzmautils installed instead of archivers/xz; try deinstalling that instead, and then let multimedia/ffmpeg install the one it wants. If "make deinstall" doesn't do it, then "pkg_info | grep lzma" or "pkg_info | grep xz" might tell you which one you have installed, and pkg_delete -f can be fed the name of the package you do have... Regards, -- -Chuck