From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 03:39:01 2008 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 E8D0C1065672 for ; Mon, 17 Nov 2008 03:39:01 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id B7EC28FC17 for ; Mon, 17 Nov 2008 03:39:01 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2333851wfg.7 for ; Sun, 16 Nov 2008 19:39:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=nlJG0kTVRFJQcn4HvrOCszf1F27lC8zlNGTsgb0lS2Y=; b=Gqaj9/aq280C+bTwVNdUbdcmhHK/UmzTJYD2CN22PtJzXS2QiE5A5UJMnSaV41i0if qoWu39NDp/d4NtRf3GHBiDhETiON9JVslrQyZG1SLXMZCuPLfTPr6VXoM4YPU0/S//o7 bUBzDbANVE4K/nrrwQ8vJ5AUwIuZE1/3iM21U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=BayBxbYyViwgM8jMptdVyUv9vuRcWBZITgs27tAGoln1xERmXMV7JtW0rC5zyf4Kr+ Dz/od+dd54Lx6kzkIA743vLDfL5LH1IsIr83M/jRLtFSpso86uJO9yVJeLrQ6cAg7m1b BX23MVPwUio3nGmIdOBLg6ennR7zOvlnMtTjE= Received: by 10.142.188.4 with SMTP id l4mr1760629wff.113.1226893141444; Sun, 16 Nov 2008 19:39:01 -0800 (PST) Received: by 10.142.143.20 with HTTP; Sun, 16 Nov 2008 19:39:01 -0800 (PST) Message-ID: Date: Sun, 16 Nov 2008 22:39:01 -0500 From: "Tsu-Fan Cheng" To: freebsd-questions@freebsd.org In-Reply-To: <20081113170043.7ee88a3a@scorpio> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <00163630f62951e942045b946224@google.com> <200811131802.12893.fbsd.questions@rachie.is-a-geek.net> <200811131902.50999.fbsd.questions@rachie.is-a-geek.net> <20081113170043.7ee88a3a@scorpio> Subject: Re: port upgrade problem: libncurses.so.5.6 not found 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, 17 Nov 2008 03:39:02 -0000 Hi all, I was rebuilding all my ports due to an error in my library. After a couple days, I think most of the ports were rebuilt, but some remain (skipped, error, etc). I then try to rebuild myself (by doing make deinstall; make reinstall). I started with mplayer. The compilation succeeded, but can't "make deinstall" my existed port: # make deinstall ===> Deinstalling for multimedia/mplayer ===> Deinstalling mplayer-0.99.11_8 pkg_delete: package 'mplayer-0.99.11_8' is required by these other packages and may not be deinstalled (but I'll delete it anyway): linux-mplayerplug-in-3.50_1 mencoder-0.99.11_2 mkxvcd-2.0.2_5 smplayer-0.6.4 Segmentation fault (core dumped) *** Error code 139 Stop in /usr/ports/multimedia/mplayer. it didn't give me too much to trouble shoot, any help from you guys is appreciated. TFC On Thu, Nov 13, 2008 at 5:00 PM, Jerry wrote: > On Thu, 13 Nov 2008 15:41:25 -0500 > "Tsu-Fan Cheng" wrote: > >>what would happen if I don't compile ports all over again? will my >>system crash? > > I believe that the total stability of your system might be jeopardized. > Personally, I use 'portmanager' to force an update of all my installed > ports. After updating your ports tree, using 'portmanager -u -f -y -l' > will update everything in the correct order. If you have 'java' > installed, make sure you download the required files prior to > starting the update procedure. > > -- > Jerry > gesbbb@yahoo.com > > There are two kinds of pedestrians... the quick and the dead. > > Lord Thomas Rober Dewar >