Re: [xml2rfc] Unable to run xml2rfc --help

Roger Price <roger@rogerprice.org> Mon, 28 December 2020 20:35 UTC

Return-Path: <roger@rogerprice.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5333A3A0D99 for <xml2rfc@ietfa.amsl.com>; Mon, 28 Dec 2020 12:35:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eWWrZOXIeSWJ for <xml2rfc@ietfa.amsl.com>; Mon, 28 Dec 2020 12:35:07 -0800 (PST)
Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 15C6A3A0D8C for <xml2rfc@ietf.org>; Mon, 28 Dec 2020 12:35:06 -0800 (PST)
X-Originating-IP: 78.243.124.66
Received: from maria (unknown [78.243.124.66]) (Authenticated sender: mailbox@rogerprice.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 9740640003 for <xml2rfc@ietf.org>; Mon, 28 Dec 2020 20:35:03 +0000 (UTC)
Date: Mon, 28 Dec 2020 21:35:02 +0100
From: Roger Price <roger@rogerprice.org>
X-X-Sender: rprice@maria.rogerprice.org
To: xml2rfc Mailing List <xml2rfc@ietf.org>
In-Reply-To: <2211713B-B2D0-4EF3-A0CE-A9C8DC38342F@tzi.org>
Message-ID: <alpine.DEB.2.20.2012282129000.26613@maria.rogerprice.org>
References: <alpine.DEB.2.20.2012271600440.26613@maria.rogerprice.org> <2211713B-B2D0-4EF3-A0CE-A9C8DC38342F@tzi.org>
User-Agent: Alpine 2.20 (DEB 67 2015-01-07)
X-Message-Flag: Supplemental report to reaper.nsa.gov. rc=0
MIME-Version: 1.0
Content-Type: multipart/mixed; BOUNDARY="-636875520-1146207565-1609187703=:26613"
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/rzntXbQH-7BdxGnGHNVE4hC_OY0>
Subject: Re: [xml2rfc] Unable to run xml2rfc --help
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Dec 2020 20:35:10 -0000

On Mon, 28 Dec 2020, Carsten Bormann wrote:

> Can only guess, but probably your locale isn’t en_US.UTF-8 which you may want to fix. 

The command locale reports:
  LANG=en_US.UTF-8
  LANGUAGE=en_US:en
  LC_CTYPE="en_US.UTF-8"
  LC_NUMERIC="en_US.UTF-8"
  LC_TIME="en_US.UTF-8"
  LC_COLLATE="en_US.UTF-8"
  LC_MONETARY="en_US.UTF-8"
  LC_MESSAGES="en_US.UTF-8"
  LC_PAPER="en_US.UTF-8"
  LC_NAME="en_US.UTF-8"
  LC_ADDRESS="en_US.UTF-8"
  LC_TELEPHONE="en_US.UTF-8"
  LC_MEASUREMENT="en_US.UTF-8"
  LC_IDENTIFICATION="en_US.UTF-8"
  LC_ALL=

I tried LANG=C xml2rfc -h but this still works/fails randomly.

The half of the time when xml2rfc works, it seems to work correctly and I have 
produced text output from the sample draft.  I can also get debug output on 
STDERR.

Roger