From owner-freebsd-ports@freebsd.org Wed Jun 28 10:24:38 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DA3ED9E554 for ; Wed, 28 Jun 2017 10:24:38 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 64A4673741 for ; Wed, 28 Jun 2017 10:24:38 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: by mailman.ysv.freebsd.org (Postfix) id 6105AD9E551; Wed, 28 Jun 2017 10:24:38 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60B25D9E550 for ; Wed, 28 Jun 2017 10:24:38 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from alpine.spintel.net.au (alpine.spintel.net.au [IPv6:2407:e400:1::b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04BA57373F for ; Wed, 28 Jun 2017 10:24:38 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from drunkfish.andyit.com.au (unknown [210.1.210.40]) by alpine.spintel.net.au (Postfix) with ESMTPS id A1EEE4C2B65 for ; Wed, 28 Jun 2017 20:24:24 +1000 (AEST) Received: from snuggles.andyit.com.au (snuggles.andyit.com.au [172.22.2.2]) by drunkfish.andyit.com.au (8.15.2/8.15.2) with ESMTP id v5SAONpY070395 for ; Wed, 28 Jun 2017 20:24:23 +1000 (AEST) (envelope-from andyf@andyit.com.au) Message-ID: <595383D7.70704@andyit.com.au> Date: Wed, 28 Jun 2017 20:24:23 +1000 From: Andy Farkas User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120614 Thunderbird/13.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: 'pkg version' strangeness - No valid entries found Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 10:24:38 -0000 root# cd /usr/ports root# make index Generating INDEX-11 - please wait..--- describe.accessibility --- --- describe.arabic --- --- describe.archivers --- . . . --- describe.x11-toolkits --- --- describe.x11-wm --- make_index: /usr/ports/archivers/atool: no entry for /usr/ports/:lang/perl5.22 Done. root# root# pkg version -v pkg: No valid entries found in '/usr/ports/INDEX-11' root# root# make index Generating INDEX-11 - please wait..--- describe.accessibility --- --- describe.arabic --- --- describe.archivers --- --- describe.astro --- --- describe.audio --- --- describe.benchmarks --- ^Z Suspended root# root# pkg version -v ImageMagick-6.9.6.4_1,1 < needs updating (port has 6.9.8.9,1) ORBit2-2.14.19_2 = up-to-date with port OpenEXR-2.2.0_7 = up-to-date with port . . . zenity-3.18.0 = up-to-date with port zip-3.0_1 = up-to-date with port zziplib-0.13.62_2 = up-to-date with port root# root# fg make index . . . ..and after it finishes I get 'No valid entries' error again for 'pkg version' Anyone know what's going on and/or how to fix? "no entry for /usr/ports/:lang/perl5.22/" looks suspect... -andyf