From nobody Mon Apr 15 22:51:35 2024 X-Original-To: dev-commits-ports-main@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 4VJMqD6Tprz5HFs9; Mon, 15 Apr 2024 22:51:36 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VJMqD5wgtz4rdj; Mon, 15 Apr 2024 22:51:36 +0000 (UTC) (envelope-from leres@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1713221496; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=h6Knf+lbKACWk8kBBQx4+2Pm0K+a1H1KEdqdKQxUgiw=; b=P5U5WWQ7CtoLDBlZvkBF4AvsYWWYqbpj6WwMn4WsPp0TKoF8mETCLschXiIJs52ET/cpi2 8hQMgblW6lAZlE55hhHMgwuqSSJzKa7WzjrgL1m668oQEd/J2BkOv2Z2XZRk48HQNLlPGT jjqW9w87MHJaxWv3o/exOtgblr1RoEob6gV8nszRf94x8gnWE5a2RUYl79SMa5ILLFDV8q QxOX+V3wD8XV2uWohCOph2QU+tqUd9wadepqvqogfTi6YtcAnDLkmkU7PRRnRu4ptbtZKi yz32zqInsAJqOAc4CFkjS7NHKguyuA2gu0O5nCarTa8tZAwsybw7rt0al9UK5Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1713221496; a=rsa-sha256; cv=none; b=qrpeYz3Tg+DJyP6a9EmY12eXtn+oo9Wl2/4Jn411a21RgrXqGXYQoIb8TQfRqJ67wVyvwT GkZCSSOUW2D7QTOvIWG8brEr4Bg/ww7zuMPsIllHsnnn1RDFBtTOVNZPgBlXMs49hvPg9V D75VJotktzvPThGnZfcLxAkqhmzBboUqLWnlCv5iiGu649P4ZIdgxjOTWbPabKqanBUl2U C5DjCKJZdnM/F8jzvWhhCMIEj5tLzNb8ZiD9tifVlBzhE5ZpdlNqdGCwVJoBbi9PbIiLGQ yaKs1fSY9yzl3FgmfKBorr5xLowwcWbkZutIzPfQZZSKVDgakWeqyOMRlSKKfg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1713221496; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=h6Knf+lbKACWk8kBBQx4+2Pm0K+a1H1KEdqdKQxUgiw=; b=pywXXJLmwWyLUOvNBHKq4wDTeLD3K+FDVg2X7LB/jXQBjsNET/9vdOWnaKGWGVT6XXLGHW s7gBoY+3rSh6n0PBYP3HtKSQYbZtnrgt6ss51vf8Y2HKX1w4ruGtrsYpKUfVDiFn6nI44m Lyua+eSaBBaO5Zgh1oqHBgyRwin8T4u1gsrBPBnkj20HXiycY/HRjVa2fToFRP+Mt88HAA Qbbqf4UL/Z/eEAeO71MRGW1059Aupgdw0G5AVaXJEaglacguAsgn6c+IaHewlv1D2Qmxup ODBxyS0QVGtKfpWE9TJmEGouOrgsQGamzJZlBeESTRGGqCYfsqGkhNH3KKrB7g== Received: from [IPV6:fd:1965::2] (unknown [IPv6:2600:1700:ab1b:6800:2e0:edff:fece:8f27]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id 4VJMqD2yK2z1K4W; Mon, 15 Apr 2024 22:51:36 +0000 (UTC) (envelope-from leres@freebsd.org) Message-ID: Date: Mon, 15 Apr 2024 15:51:35 -0700 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: 06d7ae5e1cad - main - textproc/texi2html: remove wrong dependency on gettext To: Baptiste Daroussin , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202404151245.43FCjAsL032638@gitrepo.freebsd.org> From: Craig Leres Content-Language: en-US In-Reply-To: <202404151245.43FCjAsL032638@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/15/24 05:45, Baptiste Daroussin wrote: > The branch main has been updated by bapt: > > URL:https://cgit.FreeBSD.org/ports/commit/?id=06d7ae5e1cadb765ad367b412e6366cca866eac5 > > commit 06d7ae5e1cadb765ad367b412e6366cca866eac5 > Author: Baptiste Daroussin > AuthorDate: 2024-04-15 12:44:41 +0000 > Commit: Baptiste Daroussin > CommitDate: 2024-04-15 12:44:59 +0000 > > textproc/texi2html: remove wrong dependency on gettext This doesn't package for me with DOCS and NLS (the defaults) enabled. Craig ===> Building packages for texi2html-5.0_4,1 ===> Building texi2html-5.0_4,1 pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/cs/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/da/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/de/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/de.us-ascii/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/de_AT/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/eo/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/es/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/es.us-ascii/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/fr/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/fr.us-ascii/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/he/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/hr/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/hu/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/hu/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/id/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/it/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/it/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/ja/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/ja/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/nb/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/nl/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/nl.us-ascii/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/no.us-ascii/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/pl/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/pt.us-ascii/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/pt_BR.us-ascii/LC_MESSAGES/texi2html_document.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/ro/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/ru/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/rw/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/sv/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/tr/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/vi/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/texi2html.mo:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/texi2html/work/stage/usr/local/share/locale/zh_TW/LC_MESSAGES/texi2html.mo:No such file or directory *** Error code 1