From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 10:45:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B86D16A420 for ; Mon, 20 Feb 2006 10:45:08 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB1A43D46 for ; Mon, 20 Feb 2006 10:45:07 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so924862nzo for ; Mon, 20 Feb 2006 02:45:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=cH5FIpsSWFXKL8448n2Ec/Y0OYsMVRluewaTcpbwspY/KYaX+LDCdiXMy4WUBtRvVMNgTst8XkAgxcHNHvFg5IEaln5ym/FNhyQJF0kvrmJpkeFn/hnvEP2LHvRPDwueUvkTr0HTf2/0nBfwg+kr66m6YRG1tzYpXyNKGSRhFdU= Received: by 10.36.96.17 with SMTP id t17mr5309955nzb; Mon, 20 Feb 2006 02:45:06 -0800 (PST) Received: from ?192.168.0.100? ( [59.144.35.12]) by mx.gmail.com with ESMTP id 10sm2158099nzo.2006.02.20.02.45.05; Mon, 20 Feb 2006 02:45:06 -0800 (PST) Message-ID: <43F99F17.1040407@gmail.com> Date: Mon, 20 Feb 2006 16:21:03 +0530 From: Chandan Haldar Organization: TISRA User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051210) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43F96644.3070306@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 6.0 stable: linuxpluginwrapper port build failure 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, 20 Feb 2006 10:45:08 -0000 Thanks a lot for the direction. All goes well until portupgrade asks me to run 'pkgdb -F', which asks me to resolve stale dependencies. I have a large number of ports installed and the dependencies seem somewhat intractable for manual resolution. Is this the only way to resolve the stale dependencies or am I as usual missing something :-( ? From the pkgdb manpage I could not understand the implication of the score and how that helps me select a new dependency... Chandan Andrew Pantyukhin wrote: >On 2/20/06, Chandan Haldar wrote: > > >>Trying to build port linuxpluginwrapper on FreeBSD 6.0-Stable >>(final goal is to get linux flash player work with firefox 1.0.7 >>on FreeBSD 6.0-Stable) fails at fetch of atk-1.2.0-2.i386.rpm. >>Fetching manually results in checksum mismatch error. Any known >>workaround? Transcript of session below. >> >> > ># mv /usr/ports/distfiles /usr/ ># rm -rf /usr/ports ># mkdir /usr/ports ># man portsnap ... ># portsnap fetch ># portsnap extract ># mv /usr/distfiles /usr/ports/ ># echo '0 7 * * * root portsnap cron && portsnap update' >> /etc/crontab ># cd /usr/ports/sysutils/portupgrade/ ># make install clean ># rehash ># portupgrade -ak ... ># cd /usr/ports/www/linuxpluginwrapper/ ># make install clean ># cp /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 /etc/ ># cd /usr/ports/www/linux-flashplugin6/ ># make install clean ># firefox & > >