From unknown Fri Mar 29 13:19:18 2024 X-Loop: owner@bugs.devuan.org Subject: bug#528: python3-reportbug: fails to install due to syntax error Reply-To: Mark Hindley , 528@bugs.devuan.org Resent-From: Mark Hindley Resent-To: devuan-bugs@lists.dyne.org Resent-CC: devuan-dev@lists.dyne.org X-Loop: owner@bugs.devuan.org Resent-Date: Sat, 05 Dec 2020 13:48:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: followup 528 X-Devuan-PR-Package: python3-reportbug version: 7.8.0+devuan1 severity: grave X-Devuan-PR-Keywords: moreinfo References: Received: via spool by 528-submit@bugs.devuan.org id=B528.160717560210739 (code B ref 528); Sat, 05 Dec 2020 13:48:02 +0000 Received: (at 528) by bugs.devuan.org; 5 Dec 2020 13:40:02 +0000 Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Sat, 05 Dec 2020 13:40:02 +0000 (UTC) Received: from mx.hindley.org.uk (193-36-131-5.cfwn.uk [193.36.131.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 4D64EF60868 for <528@bugs.devuan.org>; Sat, 5 Dec 2020 14:31:18 +0100 (CET) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from ) id 1klXee-0008SD-Ge; Sat, 05 Dec 2020 13:31:16 +0000 Received: (nullmailer pid 21982 invoked by uid 1000); Sat, 05 Dec 2020 13:31:15 -0000 Date: Sat, 5 Dec 2020 13:31:15 +0000 From: Mark Hindley To: "Gerard H. Pille" Cc: 528@bugs.devuan.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org On Sat, Dec 05, 2020 at 11:48:42AM +0100, Gerard H. Pille wrote: > ghp-amdphIIx4a:/root > # dpkg -l | grep python2 > ii libpython2.7-minimal:amd64 2.7.18-1 amd64 > Minimal subset of the Python language (version 2.7) > ii libpython2.7-stdlib:amd64 2.7.18-1 amd64 > Interactive high-level object-oriented language (standard library, version > 2.7) > ii python2.7 2.7.18-1 amd64 > Interactive high-level object-oriented language (version 2.7) > ii python2.7-minimal 2.7.18-1 amd64 > Minimal subset of the Python language (version 2.7) > > > But I have python3 installed too. This is a backup system I rarely use, try > to keep it as standard Devuan as possible. On the systems I work on > regularly, I make sure python3 is the default. Does /usr/bin/python exist? Which package does it belong to? Is it a symlink, and if so, what to? > I didn't know about the "f-string". No, neither did I until I looked at this! Thanks Mark