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 ) id 1Qeb0r-0003DN-2a for garchives@archives.gentoo.org; Wed, 06 Jul 2011 22:56:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B59BC21C089; Wed, 6 Jul 2011 22:53:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 85BF021C089 for ; Wed, 6 Jul 2011 22:53:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 195152AC033 for ; Wed, 6 Jul 2011 22:53:59 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -4.914 X-Spam-Level: X-Spam-Status: No, score=-4.914 required=5.5 tests=[AWL=1.685, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dvDJ6J33dG4p for ; Wed, 6 Jul 2011 22:53:52 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 4D3812AC032 for ; Wed, 6 Jul 2011 22:53:48 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QeayX-0004tm-Ag for gentoo-user@gentoo.org; Thu, 07 Jul 2011 00:53:45 +0200 Received: from adsl-69-234-193-155.dsl.irvnca.pacbell.net ([69.234.193.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2011 00:53:45 +0200 Received: from w41ter by adsl-69-234-193-155.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2011 00:53:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: output of emerge -v emacs-vcs (not the masking something else) Date: Wed, 06 Jul 2011 15:53:28 -0700 Message-ID: References: <87k4bzm30i.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-193-155.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20110705 Thunderbird/5.0 In-Reply-To: <87k4bzm30i.fsf@newsguy.com> X-Archives-Salt: X-Archives-Hash: f0dafc9c40287f331a7d87e6eb3f9032 On 07/03/2011 03:07 PM, Harry Putnam wrote: > I'm getting output from emerge -v emacs-vcs like this: > > > * ERROR: app-editors/emacs-vcs-24.0.9999-r1 failed (unpack phase): > * bzr.eclass: can't pull from bzr://bzr.savannah.gnu.org/emacs/trunk/ > > I tried > bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk/ > by hand and had no problems with it. I've never used a 9999 version that pulls from bzr, but I have used some that pull from git and (yuk) svn. The cloned repos were stored (I think) in /usr/portage/disfiles/git (or svn) -- or something similar. If you can find a bzr repo in your /usr/portage/distfiles, try deleting it. My memory is a bit fuzzy here, but you get the general idea, I hope.