From owner-freebsd-questions@FreeBSD.ORG Thu May 21 00:20:50 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72BBDAE5 for ; Thu, 21 May 2015 00:20:50 +0000 (UTC) Received: from smtpb.telissant.net (smtpb.telissant.net [199.233.230.156]) by mx1.freebsd.org (Postfix) with ESMTP id 4928F1C70 for ; Thu, 21 May 2015 00:20:49 +0000 (UTC) Received: from barrida.3dresearch.com (localhost [127.0.0.1]) by smtpb.telissant.net (Postfix) with ESMTP id 0BAD82738C for ; Wed, 20 May 2015 20:01:23 -0400 (EDT) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpb.telissant.net ([127.0.0.1]) by barrida.3dresearch.com (barrida.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iXM4TPCo5fJt for ; Wed, 20 May 2015 20:01:06 -0400 (EDT) Received: from almavivazfs.3dresearch.com (pool-108-3-90-219.pitbpa.east.verizon.net [108.3.90.219]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpb.telissant.net (Postfix) with ESMTPSA id 61CD92737B for ; Wed, 20 May 2015 20:01:06 -0400 (EDT) Received: from almavivazfs.3dresearch.com (localhost [127.0.0.1]) by almavivazfs.3dresearch.com (Postfix) with SMTP id B8A089AB1CA for ; Wed, 20 May 2015 20:10:56 -0400 (EDT) Date: Wed, 20 May 2015 20:10:51 -0400 From: Janos Dohanics To: FreeBSD Questions Subject: Re: ports make search? Message-Id: <20150520201051.639919ad37f65336210132dd@3dresearch.com> In-Reply-To: <29A62BC7-F140-4BA4-B7DF-1B5F47E27889@prodigy.net> References: <29A62BC7-F140-4BA4-B7DF-1B5F47E27889@prodigy.net> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.27; amd64-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 00:20:50 -0000 On Wed, 20 May 2015 16:18:26 -0700 Jeffry Killen wrote: > I am in /usr/ports and > did make search name='libjpg' > It says that INDEX_10 must be built > > So now I have excuted the command > make index > > As I type this it appears that the process is completed. > > But it has been going on for around 20 minutes. Is it > common or not unexpected to take that long? > > JK You might want to try: make fetchindex -- Janos Dohanics