From nobody Sun Oct 1 16:28:34 2023 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 4Rz8bM5772z4vWgQ for ; Sun, 1 Oct 2023 16:26:07 +0000 (UTC) (envelope-from pj@smo.de) Received: from mail.adebahr.de (mail.adebahr.de [185.66.179.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.adebahr.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rz8bM4JfLz3Pd7; Sun, 1 Oct 2023 16:26:07 +0000 (UTC) (envelope-from pj@smo.de) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.153.212] (p4fe02244.dip0.t-ipconnect.de [79.224.34.68]) by mail.adebahr.de (Postfix) with ESMTPSA id A4A20600E9; Sun, 1 Oct 2023 18:26:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smo.de; s=mail; t=1696177563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XV/41BB2kQgkLaweXQU2qlenRDNs5404lh1u4giHoiQ=; b=UFMdrfRtCE6kccXMZN9WuE4cO5f7OaKHjxhGd5BMi6OBGpQgAhio/uBlqYdtk6WYEgjy87 zZLqx4rmjI8o9rcf9pYnmZd1nHDEborwXHB61wsphahPcgCJrR8NzAbI3CTRfqE0XORsMM AnUJDKRPYdELtvkSsuutuJPe9DGUm93C0EBVeZoYJxvy7Fp7IgPA2XAqiaSsQERLDOXZwd nmgUSDRyYFaoLOuBj/MEbEoWQUBOYcnHg96JO+lw6lEtachWqDaTtV7BH51CWSD9geiyiA knQBAfUYNGUO/2/xtgsmJRfaXTdlFEffMUMiEauHr2TjpiDP/gSV0Idk4gwlfA== Message-ID: <104799ed-88f5-4327-8d7c-9725257378ee@smo.de> Date: Sun, 1 Oct 2023 18:28:34 +0200 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 Thunderbird Subject: Re: Building INDEX fails Content-Language: en-US To: Moin Rahman Cc: "ports@freebsd.org" References: <76574b8b-1089-4b34-9aed-3bc03d51aaa4@smo.de> From: Philipp Ost In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:212341, ipnet:185.66.176.0/22, country:DE] X-Rspamd-Queue-Id: 4Rz8bM4JfLz3Pd7 On 10/1/23 17:19, Moin Rahman wrote: > > >> On Oct 1, 2023, at 5:07 PM, Philipp Ost wrote: >> >> Hi everyone, >> >> as the subject says, building the INDEX fails as follows: >> >> [...] >> --- describe.x11-wm --- >> make_index: /usr/ports/accessibility/qt5-speech: no entry for /usr/ports/:lang/perl5.34 >> Done. >> >> This has been the case since yesterday afternoon (UTC+2). >> >> Best >> Philipp >> > > I cannot reproduce this. Just created a new index from latest checkout. Make sure you have an uptodate tree. > > Kind regards, > Moin(bofh@ with all hats off) The problem turned out to be perl5.32 which I still had installed. Since upgrading to 5.34 everything works as expected. Sorry for the noise. Best Philipp