Re: [xml2rfc] My installation is broken and I can't seem to find the problem

Carsten Bormann <cabo@tzi.org> Mon, 28 September 2020 14:45 UTC

Return-Path: <cabo@tzi.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 10D413A1236 for <xml2rfc@ietfa.amsl.com>; Mon, 28 Sep 2020 07:45:37 -0700 (PDT)
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_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Tt5EHeMWSTOc for <xml2rfc@ietfa.amsl.com>; Mon, 28 Sep 2020 07:45:33 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 745A73A123D for <xml2rfc@ietf.org>; Mon, 28 Sep 2020 07:45:32 -0700 (PDT)
Received: from [192.168.217.118] (p548dcc60.dip0.t-ipconnect.de [84.141.204.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4C0QL26ht2zyhm; Mon, 28 Sep 2020 16:45:30 +0200 (CEST)
Content-Type: multipart/signed; boundary="Apple-Mail=_32B2CAB1-5950-4F89-82F5-4EEF638C3BEE"; protocol="application/pgp-signature"; micalg="pgp-sha256"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <786ac5b7-46a3-4fd5-a42b-4f08329e21a2@levkowetz.com>
Date: Mon, 28 Sep 2020 16:45:30 +0200
Cc: "David R. Oran" <daveoran@orandom.net>, XML2RFC Interest Group <xml2rfc@ietf.org>
X-Mao-Original-Outgoing-Id: 622997129.869311-adfc2d34cbf28d0872e19b5e52cab7f4
Content-Transfer-Encoding: quoted-printable
Message-Id: <69D09C82-DC13-41BC-B08D-0C3586DAFBA7@tzi.org>
References: <76D8708F-C29F-4BCF-AD7A-F5DB36365CD1@orandom.net> <f40b32ca-c069-a55c-1201-f122da6f31b8@levkowetz.com> <F2279E0B-2B1B-418A-917F-8B552E017C94@orandom.net> <786ac5b7-46a3-4fd5-a42b-4f08329e21a2@levkowetz.com>
To: Henrik Levkowetz <henrik@levkowetz.com>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/IBggJiGgKkO9Qb--_Tg7s7Ni7jQ>
Subject: Re: [xml2rfc] My installation is broken and I can't seem to find the problem
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 Sep 2020 14:45:37 -0000

On 2020-09-28, at 15:17, Henrik Levkowetz <henrik@levkowetz.com> wrote:
> 
> My takeaway is that installation of python-magic

It seems to me you sent Dave on a goose chase by asking him to reinstall python-libmagic, not python-magic...
See also https://github.com/dveselov/python-libmagic/issues/2

> depends too much
> on other system components and cannot be relied on.

You could say that about python-libmagic.  Python-libmagic hasn’t been updated for four years and forces a dependency to an (also four-year old) version of cffi that simply doesn’t install.

xml2rfc-3.2.0 depends on python-magic, though (which seems to work for me).

> I'm going to revert
> the change that introduced a dependency on libmagic.

Thank you.
That is probably the best solution.

Grüße, Carsten