From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 22:10:51 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 9AC18106564A for ; Mon, 26 Jul 2010 22:10:51 +0000 (UTC) (envelope-from jfl@uspvp.org) Received: from 28amen.org (28amen.org [204.3.153.218]) by mx1.freebsd.org (Postfix) with ESMTP id 5F8948FC1E for ; Mon, 26 Jul 2010 22:10:51 +0000 (UTC) Received: from [192.168.1.33] (118.174.67.189.static.totbb.net [118.174.67.189] (may be forged)) (authenticated bits=0) by 28amen.org (8.14.4/8.13.6) with ESMTP id o6QLYKmn076537; Mon, 26 Jul 2010 21:34:22 GMT Message-ID: <4C4DFF56.5070804@uspvp.org> Date: Tue, 27 Jul 2010 04:34:14 +0700 From: John Francis Lee User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100528 Thunderbird/3.0.5 MIME-Version: 1.0 To: Chuck Swiger References: <4C4DFC8E.80603@robinlea.com> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: John Francis Lee , 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 22:10:51 -0000 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) 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 Stop in /ports/archivers/xz. Should I try the FORCE_PKG_REGISTER bit? If so how? Thanks for your help... Or how do I portupgrade/portmanager/etc... Thanks again. On 07/27/2010 04:29 AM, Chuck Swiger wrote: > 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,