Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] Can you rewrite this 1996 qfile command?
Date: Mon, 18 Jan 2010 04:00:46
Message-Id: 49bf44f11001171959q54e8a080o1702253c15a495b2@mail.gmail.com
1 I've hit a bug that won't let me start an xfce4 session. I think it
2 was caused by upgrading glibc, and it is pretty well described in this
3 nearly 4-year-old bug:
4
5 http://bugs.gentoo.org/125909
6
7 The solution is presented as:
8
9 qlist -o $(qlist -ICv) | scanelf -Bs__guard -qf - -F%F#s | xargs qfile
10
11 but I get:
12
13 qlist: invalid option -- 'l'
14 qlist: invalid option -- '['
15
16 Removing the -l fixes the first invalid option, but I don't know how
17 to fix the second. Does anyone know how to rewrite this command so it
18 will work?
19
20 - Grant

Replies

Subject Author
Re: [gentoo-user] Can you rewrite this 1996 qfile command? Alan McKinnon <alan.mckinnon@×××××.com>