From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-106280-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1NWinG-0005AI-38
	for garchives@archives.gentoo.org; Mon, 18 Jan 2010 04:00:46 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7AF31E0883;
	Mon, 18 Jan 2010 03:59:15 +0000 (UTC)
Received: from mail-pw0-f47.google.com (mail-pw0-f47.google.com [209.85.160.47])
	by pigeon.gentoo.org (Postfix) with ESMTP id 441E3E0883
	for <gentoo-user@lists.gentoo.org>; Mon, 18 Jan 2010 03:59:15 +0000 (UTC)
Received: by pwj10 with SMTP id 10so1658106pwj.26
        for <gentoo-user@lists.gentoo.org>; Sun, 17 Jan 2010 19:59:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:date:message-id:subject
         :from:to:content-type;
        bh=vlQAKbnNDfbLbfjxI9QcvSJpFBoHEAtq4sBcXhTpR3k=;
        b=gqkLeTWQ3pAonIJE1/R/DqoocL0N3d1BwNu/W9+lM9cTOkP4WiMBx4SDadgWUyA617
         /p0y8JaZ3ZuYn31tzvCdOnVrWUZZZda0I1qKIYCcP+Q3Y7QUaiZO6oPYIVGb+H1F22Ua
         d3EG2VQz1h2LzFE8789GPNa30vyF/YFhfqDeQ=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:date:message-id:subject:from:to:content-type;
        b=xG95JLPCAkj2u6hYL2vuiEh+FH2atdLkZt9bJmqhtO/Fi1N3Gd9JnhadLPttBDR4CV
         XflY/RNokfpK3B4n5XwXQIAXpczceHXZqCEs7p7LgOHgk+eubkON25ycyYr8ayWkjcuB
         T2Qwnz36S8ayH1TvDoXa0yqST/HkKCdOhmPeo=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.114.215.34 with SMTP id n34mr3767077wag.182.1263787154502; 
	Sun, 17 Jan 2010 19:59:14 -0800 (PST)
Date: Sun, 17 Jan 2010 19:59:14 -0800
Message-ID: <49bf44f11001171959q54e8a080o1702253c15a495b2@mail.gmail.com>
Subject: [gentoo-user] Can you rewrite this 1996 qfile command?
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 7eebdf32-a61d-4e06-8841-db69ac809c4d
X-Archives-Hash: 3785e20bb28193253f6492d09fc02cb0

I've hit a bug that won't let me start an xfce4 session.  I think it
was caused by upgrading glibc, and it is pretty well described in this
nearly 4-year-old bug:

http://bugs.gentoo.org/125909

The solution is presented as:

qlist -o $(qlist -ICv) | scanelf -Bs__guard -qf -  -F%F#s | xargs qfile

but I get:

qlist: invalid option -- 'l'
qlist: invalid option -- '['

Removing the -l fixes the first invalid option, but I don't know how
to fix the second.  Does anyone know how to rewrite this command so it
will work?

- Grant