From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 22 09:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB0594BE for ; Fri, 22 Nov 2013 09:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7389F23D3 for ; Fri, 22 Nov 2013 09:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAM9A0J2051216 for ; Fri, 22 Nov 2013 09:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAM9A0Ho051215; Fri, 22 Nov 2013 09:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 22 Nov 2013 09:10:00 GMT Resent-Message-Id: <201311220910.rAM9A0Ho051215@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tatsuki Makino Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8109721A for ; Fri, 22 Nov 2013 09:02:32 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 700AC2381 for ; Fri, 22 Nov 2013 09:02:32 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAM92W4V096058 for ; Fri, 22 Nov 2013 09:02:32 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAM92WGs096056; Fri, 22 Nov 2013 09:02:32 GMT (envelope-from nobody) Message-Id: <201311220902.rAM92WGs096056@oldred.freebsd.org> Date: Fri, 22 Nov 2013 09:02:32 GMT From: Tatsuki Makino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184164: lang/perl5.16 is not uninstalled cleanly after /etc/periodic/weekly/320.whatis is run. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 09:10:00 -0000 >Number: 184164 >Category: ports >Synopsis: lang/perl5.16 is not uninstalled cleanly after /etc/periodic/weekly/320.whatis is run. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 22 09:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tatsuki Makino >Release: FreeBSD 9.2-STABLE i386 >Organization: >Environment: FreeBSD T0.test 9.2-STABLE FreeBSD 9.2-STABLE #0 r258360M: Wed Nov 20 13:42:36 UTC 2013 root@T0.test:/usr/obj/usr/src/sys/GENERIC i386 >Description: The Perl adds OPTIONAL_MANPATH to /etc/manpath.config. /etc/periodic/weekly/320.whatis makes whatis database files under manpath of the Perl. It interferes with the deletion of the directory. Perhaps, lang/perl5.18, lang/perl5.14 and lang/perl5.12 have same problem. >How-To-Repeat: portmaster lang/perl5.12 periodic weekly # or wait Saturday's 4:15am portmaster -o lang/perl5.16 lang/perl5.12 find /usr/local/lib/perl5/ -name whatis This is a example of result: % find /usr/local/lib/perl5/ -name 'whatis' /usr/local/lib/perl5/5.12.4/perl/man/whatis /usr/local/lib/perl5/5.12.4/man/whatis /usr/local/lib/perl5/5.16/perl/man/whatis /usr/local/lib/perl5/5.16/man/whatis >Fix: fix pkg-plist or do_cleanup_manpath() in files/use.perl. remove whatis database file in there. >Release-Note: >Audit-Trail: >Unformatted: