From owner-freebsd-questions@freebsd.org Sat Mar 19 16:21:17 2016 Return-Path: Delivered-To: freebsd-questions@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 A1BADAD6E1C for ; Sat, 19 Mar 2016 16:21:17 +0000 (UTC) (envelope-from khitai.pang@outlook.com) Received: from BLU004-OMC4S24.hotmail.com (blu004-omc4s24.hotmail.com [65.55.111.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B6F15F4 for ; Sat, 19 Mar 2016 16:21:16 +0000 (UTC) (envelope-from khitai.pang@outlook.com) Received: from BLU436-SMTP55 ([65.55.111.137]) by BLU004-OMC4S24.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 19 Mar 2016 09:21:10 -0700 X-TMN: [GDBinbnoH31DtJXEGKbEHVduAGgS6ca2] X-Originating-Email: [khitai.pang@outlook.com] Message-ID: To: freebsd-questions@freebsd.org From: Khitai Pang Subject: indexinfo: not found Date: Sun, 20 Mar 2016 00:21:38 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Mar 2016 16:21:09.0546 (UTC) FILETIME=[58B498A0:01D181FB] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2016 16:21:17 -0000 Hi, I install all packages by ports. I have indexinfo installed in my system: > pkg info|grep indexinfo indexinfo-0.2.4 Utility to regenerate the GNU info page index When I remove a package, I often see this: indexinfo: not found pkg: POST-DEINSTALL script failed I reinstalled indexinfo by "portmaster --force-config print/indexinfo" but the issue still exists. Any idea? Thanks Khitai