Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Strange q-reinit
Date: Tue, 19 Nov 2019 19:19:24
Message-Id: 20191119191909.23a5ae18@digimed.co.uk
In Reply to: Re: [gentoo-user] Strange q-reinit by Peter Humphrey
1 On Tue, 19 Nov 2019 12:36:06 +0000, Peter Humphrey wrote:
2
3 > > The syntax of some of the q apps changed recently, which is probably
4 > > why it is complaining now.
5 >
6 > I don't think it's a matter of syntax; I couldn't find anything
7 > resembling --reinitialize in any likely man page, including man q.
8
9 That's a syntax change, it's no longer an option ;-)
10
11 % cat /var/portage/app-portage/portage-utils/files/q-reinitialize
12 #!/bin/sh
13 [ -x /usr/bin/q ] && /usr/bin/q -r ${PORTAGE_QUIET:+-q}
14 :
15
16 So the file in in the portage tree, dated Aug 2015, but it's no longer
17 used, and running it gives the same error as you got.
18
19 That still leaves the question of why an obsolete script was installed
20 recently on your system.
21
22
23 --
24 Neil Bothwick
25
26 A closed mouth gathers no foot.

Replies

Subject Author
Re: [gentoo-user] Strange q-reinit Peter Humphrey <peter@××××××××××××.uk>