From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5462 invoked by alias); 13 Jun 2010 12:34:16 -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: 28029 Received: (qmail 25712 invoked from network); 13 Jun 2010 12:34:13 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at ruderich.org designates 78.46.69.5 as permitted sender) Date: Sun, 13 Jun 2010 14:34:33 +0200 From: Simon Ruderich To: zsh-workers@zsh.org Subject: Re: apt-get autocomplete bug Message-ID: <20100613123433.GA21571@ruderich.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="=_zucker.schokokeks.org-1730-1276432444-0001-2" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2010-05-08) --=_zucker.schokokeks.org-1730-1276432444-0001-2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 09, 2010 at 10:40:14PM +0200, Sebastian Tramp wrote: > Hello, > > I've a problem with using the apt-get autocompletion on my ubuntu > machine. I creates the DEBS_avail cache not in my home but in the > current directory under ./~. > > e.g. if I run apt-get in /opt, it will create > /opt/~/.zsh/MyHostName-cache/DEBS_avail > > I remember that this was not the case three ubuntu releases ago but > since the last two releases this is buggy. > > Is there a known solution? > > best regards > S.Tramp I haven't looked into the problem (it works fine for me, I have a old zsh but current completion files though), but if you know git (a little) you could check where the bug was introduced. Get the git checkout: git clone git://zsh.git.sf.net/gitroot/zsh/zsh And use git bisect to find the problem. git bisect start git bisect bad git bisect good known-good-revision-here And then just git bisect good/bad depending if the bug is still present after you've recompiled zsh (put it in a temporary location like --prefix=3D$HOME/zsh-test). Hope this helps, Simon --=20 + privacy is necessary + using gnupg http://gnupg.org + public key id: 0x92FEFDB7E44C32F9 --=_zucker.schokokeks.org-1730-1276432444-0001-2 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iQIcBAEBCAAGBQJMFNBZAAoJEJL+/bfkTDL5t2wQAKZeMHt3+SaU3PAR1g3PQ6fl Gp4w2eyPqWpBvtLhhpUcsd2+up3/HPVVjSU3rva/c/Cr0FSeYNeILQUNWF454rK3 MAp/EnI6Y2oeCGc3UnQ0F+6mpRMT8cBeqUZC0GmiCocnwMq3ixShNNqjgRzsg+ta 2i3QOijouCY8NzNV/Xf8QgZwp0nl3/3aGPMhG9gDdt8y64NlKeOD4FqCZSCKXnqI mSQXSH2qFeCzLHUxwlf4mvvqhpmAkHqiV3rGfhe+lmxy2g7YUF10Ey3yyDINaouL mHGhqaqhu/2olPT4BFMuisH7uIlE9i5tVdg8QzZ5Q3ibzXIXIE0MWu7thw1mV3FJ iXf+vMFKajDaS22/mBpX5yf+g9xO1ijIdTik8Hw6+uBduIDlYWO/VAPb9K4Vy/Kq ubENRgW5QW29lzPXHXCADDqsG3DiQXLxWVhf23GTvsv73EkK2ypQPy70nF0AJQfA JlAWsOLgP/gmr2Xqsut18fyBj0bXCdEFwc/r3Eig5ZAiGEOl7GGH0/MQuDC7WQ8V jkcL8H8df5dRQdHJWrkPxMQ507LnvwqCIGpv0PUVPk3ZrDAMQQscJWDBB/xllCmQ sghzRAJU4hyG2xw0m7/NEwjWsuvVCtjJbQ81CzU8E1LIYH7SHp9V7pjSQnm3B04g CNV391M0tNlJAZSSESeW =eusQ -----END PGP SIGNATURE----- --=_zucker.schokokeks.org-1730-1276432444-0001-2--