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-106283-garchives=archives.gentoo.org@lists.gentoo.org>) id 1NWlT9-0005BU-0j for garchives@archives.gentoo.org; Mon, 18 Jan 2010 06:52:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A27E06B5; Mon, 18 Jan 2010 06:51:01 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.148]) by pigeon.gentoo.org (Postfix) with ESMTP id 9C98DE06B4 for <gentoo-user@lists.gentoo.org>; Mon, 18 Jan 2010 06:51:01 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 4so356660eyg.40 for <gentoo-user@lists.gentoo.org>; Sun, 17 Jan 2010 22:51:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=odVN3D1Qq7MaTmQhfnhpnoCC1dxiMsQ7xHEVpNnZqEY=; b=XtzgGCmIK/sEwKnLmeRDO3QERQL8jbF300/XIbeD7GA+h6gSazEIRXeddeTahuk/V/ xCY9GoRMHVgFFnIIRxnud0M+jmWjiEx3HWi81MqroxEXeWQYd8i1Fc+4LeWM0HBa4I0p bXYMiNtyf5Z+jMYttHDhyOXAV5I3rmOjW8OXw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=M36EJW4vxKfAOaBlPbjC1Sp60gDw2SnHZMVMuIV3MjpA5Yn94DkuRhXa9zQx8JhaEn iATtKJfa3RjuCmYMFHkVLuJkP/7FbqCbyP7RnmToGrjVXQB7PDjkHzwJKP9SeACIn5R/ Nc5AZlUcF2vcRgbYRb6jtO9Gfg5+prKmqn8v8= Received: by 10.213.109.92 with SMTP id i28mr793140ebp.63.1263797461013; Sun, 17 Jan 2010 22:51:01 -0800 (PST) Received: from nazgul.localnet (dustpuppy.is.co.za [196.14.169.11]) by mx.google.com with ESMTPS id 14sm2990494ewy.7.2010.01.17.22.50.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 17 Jan 2010 22:50:59 -0800 (PST) From: Alan McKinnon <alan.mckinnon@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can you rewrite this 1996 qfile command? Date: Mon, 18 Jan 2010 08:49:16 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.32-zen4; KDE/4.3.4; x86_64; ; ) Cc: Grant <emailgrant@gmail.com> References: <49bf44f11001171959q54e8a080o1702253c15a495b2@mail.gmail.com> In-Reply-To: <49bf44f11001171959q54e8a080o1702253c15a495b2@mail.gmail.com> 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 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001180849.16433.alan.mckinnon@gmail.com> X-Archives-Salt: 3ec558cf-0d41-435a-81b5-49fc97514b22 X-Archives-Hash: 52883e5075a0d1d0a545aaedc40d9389 On Monday 18 January 2010 05:59:14 Grant wrote: > 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? I can't see how you can get those errors, unless you have a broken qlist that is outputing something dodgy from the "qlist -ICv" If it persists, copy-paste your input and the output from your terminal into a mail. Or run qlist -o $(qlist -ICv) | less and examine that closely for errors -- alan dot mckinnon at gmail dot com