From owner-freebsd-ports@FreeBSD.ORG Mon Apr 16 20:10:16 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56484106566C for ; Mon, 16 Apr 2012 20:10:16 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward4.mail.yandex.net (forward4.mail.yandex.net [IPv6:2a02:6b8:0:602::4]) by mx1.freebsd.org (Postfix) with ESMTP id B22BD8FC08 for ; Mon, 16 Apr 2012 20:10:15 +0000 (UTC) Received: from smtp2.mail.yandex.net (smtp2.mail.yandex.net [77.88.46.102]) by forward4.mail.yandex.net (Yandex) with ESMTP id 3D0A81BC1882; Tue, 17 Apr 2012 00:10:14 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1334607014; bh=I97lrl7sL+ubXj5g5TGyyjf6zQ5u0z8eDD21TYXGtnI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=CuUX/9WoVFLHEpj8oOIOdlmmLTox9EcjKuRTM/QDY7dp+ARyAfDwRxJY4lMUHg1x8 Z9h319NbsmBE/mX0EF+7vdi2CbLU7fM/Wge2XjqdSyhO6q1knofyymkAgwb5jsksRw E9fBuQQYrKbb73HqOBAK6Mg5Hi53+8r6pQDATzrE= Received: from smtp2.mail.yandex.net (localhost [127.0.0.1]) by smtp2.mail.yandex.net (Yandex) with ESMTP id E5BA4E203A6; Tue, 17 Apr 2012 00:10:13 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp2.mail.yandex.net (nwsmtp/Yandex) with ESMTP id ADKicIxE-ADKiOjCP; Tue, 17 Apr 2012 00:10:13 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1334607013; bh=I97lrl7sL+ubXj5g5TGyyjf6zQ5u0z8eDD21TYXGtnI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=OV7QvG/FtY6OrNJtXOklSkMsOod/7EW4zzjD70eE7JmDdww1oubKCzKdfDeiWt+sY f9ZbWP5SzqWSDV1wO5ybHYy/EMx7MJ0MwZIP1n4VGZff4fBGduqxnNrX9H5NIFhcxY u3XGDe66RAwNMs1eGRTEK9gXeiHNrofGpDa3BcTY= Message-ID: <4F8C7C7B.30102@yandex.ru> Date: Tue, 17 Apr 2012 00:09:31 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120314 Thunderbird/10.0.3 MIME-Version: 1.0 To: Anton Shterenlikht References: <20120416144511.GA24002@mech-cluster241.men.bris.ac.uk> <20120416151116.GP1569@azathoth.lan> <20120416153901.GA25129@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20120416153901.GA25129@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: pkg check [WAS: Re: portmaster --check-depends with pkgng exits immediately] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2012 20:10:16 -0000 Anton Shterenlikht wrote on 16.04.2012 19:39: > On Mon, Apr 16, 2012 at 05:11:17PM +0200, Baptiste Daroussin wrote: >> On Mon, Apr 16, 2012 at 03:45:11PM +0100, Anton Shterenlikht wrote: >>> portmaster --check-depends used to take many seconds, >>> sometimes a minute to run. Now, with pkgng, it >>> exits immediately. Is this due to the efficiency >>> of the new tools? Or maybe this portmaster >>> option now does nothing and pkg tools should >>> be used directly instead? >>> >> >> portmaster --check-depends is useless with pkgng that is why it return >> immediatly. > > Does the following pkg check output indicate > problems with my installation, or something > the ports maintainers should be alerted to? > > # pkg check -as > py27-numpy-1.6.1_1,1: checksum mismatch for /usr/local/lib/python2.7/site-packages/numpy/f2py/rulepyc > py27-numpy-1.6.1_1,1: checksum mismatch for /usr/local/lib/python2.7/site-packages/numpy/ma/timer_mparison.pyc This particular errors are common when you rebuild/update python, but didn't rebuilded third-party py-* modules. So this is probably local issue. -- Regards, Ruslan Tinderboxing kills... the drives.