From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 21:29:43 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 3B88A106566B for ; Mon, 26 Jul 2010 21:29:43 +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 23E638FC22 for ; Mon, 26 Jul 2010 21:29:42 +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 <0L6600CQ3P1INT30@asmtp027.mac.com> for freebsd-questions@freebsd.org; Mon, 26 Jul 2010 14:29:42 -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-1007260173 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: <4C4DFC8E.80603@robinlea.com> Date: Mon, 26 Jul 2010 14:29:42 -0700 Message-id: References: <4C4DFC8E.80603@robinlea.com> To: John Francis Lee X-Mailer: Apple Mail (2.1081) Cc: freebsd-questions@freebsd.org 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:29:43 -0000 Hi-- On Jul 26, 2010, at 2:22 PM, John Francis Lee wrote: > ===> Verifying install for /usr/local/bin/xz in /usr/ports/archivers/xz > ===> 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) > You may wish to ``make deinstall'' and install this port again > by ``make reinstall'' to upgrade it properly. > If you really wish to overwrite the old port of archivers/xz > without deleting it first, set the variable "FORCE_PKG_REGISTER" > in your environment or the "make install" command line. > *** Error code 1 This is the relevant bit. You need to upgrade archivers/xz first by following the suggestions, or else use a tool like portupgrade/portmanager/etc... Regards, -- -Chuck