From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10735 invoked by alias); 4 Feb 2011 05:46:33 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28703 Received: (qmail 2989 invoked from network); 4 Feb 2011 05:46:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=aqMRpXx1zIi0Wt9gIr7ZVslu7W7/8VVnQSLb0kp5wPY=; b=CvALMGjLzTN3AzH+A7jHaeFEZCujH7ZME2aPYZMel7E9Gubwkx7e8hmJUVRpan1+Q6 AuZ0W+0PRvTNIqODaKxeuE5QzuQP7DYhMihOb/+DoCXSCNbIVqPTFZouZeaTpXFiRuCi JUHjZ/OyV34zrHW/+qxaiVdjY4JXkTIQYsDP4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=E62jWXk2k2DKi2stHyAqVUngmzM9WejZkcuVNiSyKcWooXM2Mp82o14r9adI5vM3Lr NPbhqvdaKe5gNGCOVVs+Kx5xAQx+bNTgKmN5RTfC6Sk9rNpHFLTEDgED02LRJvgLaDTj FDXBkhQ1m3PL1x+ldBrBr2vUIMtKYgwklNtiI= MIME-Version: 1.0 In-Reply-To: <110203202907.ZM22434@torch.brasslantern.com> References: <87oc74dpuy.fsf@ft.bewatermyfriend.org> <87d3njemu9.fsf@ft.bewatermyfriend.org> <110126090508.ZM2111@torch.brasslantern.com> <110126092944.ZM2205@torch.brasslantern.com> <110129211610.ZM21714@torch.brasslantern.com> <110129231514.ZM21967@torch.brasslantern.com> <110130160220.ZM15815@torch.brasslantern.com> <110203065608.ZM21224@torch.brasslantern.com> <110203193315.ZM22047@torch.brasslantern.com> <110203202907.ZM22434@torch.brasslantern.com> From: cheer_xiao Date: Fri, 4 Feb 2011 13:46:05 +0800 Message-ID: Subject: Re: Slow completion when using aptitude To: Bart Schaefer , zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On Fri, Feb 4, 2011 at 12:29 PM, Bart Schaefer wrote: > [snap] > Sorry about the cut'n'paste error with the close paren. > > As for the other part, try fgrep -xvf. > > If that still doesn't work, examine each of: > > print -l $_deb_packages_cache_avail > print -l $_deb_packages_cache_installed > print -l $_dep_packages_cache_uninstalled This three lists all seem to be sensible. BTW is "dep_packages_cache_uninstalled" a typo? > > Do they appear to contain the lists you expect?