From nobody Fri Jun 10 03:39:21 2022 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7C22A83DE25 for ; Fri, 10 Jun 2022 03:40:04 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from alpine.spintel.net.au (alpine.spintel.net.au [203.23.236.77]) (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 4LK6D31Wkfz3tvV for ; Fri, 10 Jun 2022 03:40:03 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from drunkfish.andyit.com.au (unknown [202.87.175.55]) by alpine.spintel.net.au (Postfix) with ESMTPS id 6ECB74C24AF for ; Fri, 10 Jun 2022 13:39:28 +1000 (AEST) Received: from [172.22.2.15] (tosh2.andyit.com.au [172.22.2.15]) by drunkfish.andyit.com.au (8.16.1/8.16.1) with ESMTPS id 25A3dRjM008543 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO) for ; Fri, 10 Jun 2022 13:39:27 +1000 (AEST) (envelope-from andyf@andyit.com.au) Message-ID: <608a1c7f-f22b-ab79-193c-6e64e05a92a5@andyit.com.au> Date: Fri, 10 Jun 2022 13:39:21 +1000 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: make index fail Content-Language: en-US To: ports@freebsd.org References: <5eaa3181-a1dd-81da-9753-be8233a677f5@andyit.com.au> From: Andy Farkas In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4LK6D31Wkfz3tvV X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of andyf@andyit.com.au has no SPF policy when checking 203.23.236.77) smtp.mailfrom=andyf@andyit.com.au X-Spamd-Result: default: False [-2.20 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[andyit.com.au]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[ports]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:18390, ipnet:203.23.236.0/24, country:AU]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[203.23.236.77:from] X-ThisMailContainsUnwantedMimeParts: N On 10/06/2022 1:12 pm, Tatsuki Makino wrote: > If Perl is the cause of it, is there a file named PERL5_DEFAULT left in /tmp? Nope: %%% root@mater:/usr/ports # ls -laF /tmp total 60 drwxrwxrwt   7 root   wheel   7 10 Jun 11:40 ./ drwxr-xr-x  19 root   wheel  28  8 Jun 02:36 ../ drwxrwxrwt   2 root   wheel   2  8 Jun 02:36 .font-unix/ drwxrwxrwt   2 root   wheel   2  9 Jun 15:23 .ICE-unix/ drwxrwxrwt   2 root   wheel   2  9 Jun 15:23 .X11-unix/ drwxrwxrwt   2 root   wheel   2  8 Jun 02:36 .XIM-unix/ drwx------   2 andyf  wheel   4  9 Jun 13:44 pulse-jXSdOHbOuEZq/ root@mater:/usr/ports # root@mater:/usr/ports # locate -i perl5_default [0] root@mater:/usr/ports # %%% Any other ideas? Thanks, -andyf [0] yeah, I know locate.database is a week old and locate.updatedb will be run sometime tonight to refresh it...