Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Finding orphaned libs
Date: Tue, 09 Jun 2009 13:33:26
Message-Id: 200906091533.18914.volkerarmin@googlemail.com
In Reply to: Re: [gentoo-user] Finding orphaned libs by Neil Bothwick
1 On Montag 08 Juni 2009, Neil Bothwick wrote:
2 > qfile --orphans $(find -H /usr/lib /lib -type f)
3
4 qfile --orphans $(find -H /usr/lib /lib -type f)
5 zsh: argument list too long: qfile
6
7 bash
8 energy ~ # qfile --orphans $(find -H /usr/lib /lib -type f)
9 bash: /usr/bin/qfile: Argument list too long
10
11 bash --version
12 GNU bash, version 4.0.24(2)-release (x86_64-pc-linux-gnu)
13 Copyright (C) 2009 Free Software Foundation, Inc.
14 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
15
16 This is free software; you are free to change and redistribute it.
17 There is NO WARRANTY, to the extent permitted by law.
18
19 qfile -V
20 portage-utils-0.2: compiled on May 10 2009
21 $Id: qfile.c,v 1.45 2007/05/24 14:47:18 solar Exp $
22 file written for Gentoo by <solar and vapier @ gentoo.org>

Replies

Subject Author
Re: [gentoo-user] Finding orphaned libs Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)