Gentoo Archives: gentoo-alt

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] /q: Unknown applet '/q'
Date: Mon, 05 Sep 2011 17:01:02
Message-Id: 4E65003D.6040507@fairlite.co.uk
In Reply to: Re: [gentoo-alt] /q: Unknown applet '/q' by Fabian Groffen
1 On 09/05/11 17:50, Fabian Groffen wrote:
2 > On 05-09-2011 17:45:57 +0100, Alan Hourihane wrote:
3 >> I always get this after an "emerge --sync"
4 >>
5 >> Any idea why ?
6 > you probably have some post-sync script that tries to run q (from
7 > portage-utils) in the/a wrong way.
8 >
9 Ah, o.k. it came from .....
10
11 /etc/portage/postsync.d/q-reinitialize
12
13 and it has this in it.....
14
15 #!/bin/sh
16 [ -x /usr/bin/q ] && /usr/bin/q -r ${PORTAGE_QUIET:+-q}
17 :
18
19
20 I don't remember creating that, and just checked it's come from
21 app-portage/portage-utils.
22
23 Alan.