From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Copley Newsgroups: gmane.emacs.devel Subject: Re: Build failure on MS-Windows Date: Tue, 18 Jun 2013 21:27:40 +0100 Message-ID: References: <87mwqn1a91.fsf@yandex.ru> <03ip1bw4t5.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c39176741a6804df738b11 X-Trace: ger.gmane.org 1371587272 28121 80.91.229.3 (18 Jun 2013 20:27:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 20:27:52 +0000 (UTC) Cc: Juanma Barranquero , Emacs development discussions , Dani Moncayo , Dmitry Gutov To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 22:27:52 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Up2VL-0001yp-N8 for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 22:27:51 +0200 Original-Received: from localhost ([::1]:39275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up2VL-0000Zg-AS for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 16:27:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up2VF-0000Uh-Gs for emacs-devel@gnu.org; Tue, 18 Jun 2013 16:27:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Up2VD-0002oe-VH for emacs-devel@gnu.org; Tue, 18 Jun 2013 16:27:45 -0400 Original-Received: from mail-ea0-x22d.google.com ([2a00:1450:4013:c01::22d]:43590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up2VB-0002ny-KL; Tue, 18 Jun 2013 16:27:41 -0400 Original-Received: by mail-ea0-f173.google.com with SMTP id g15so2824893eak.4 for ; Tue, 18 Jun 2013 13:27:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=MWnqgN5ZTEfjcYUpcwAeWWG/dbgZR2bblZKBqsxBjt8=; b=J5B+Ling1p1i1LsJoeQVlfG7jBPtfNVu57KoyCNY2PJUKaexxc7Gs2YwDrciG8eTtH n2Ugpc5A6c2Lyv9/we5OIuIwdukguq9Hg7FFKPWSFQIdynsDTGDiPYV4wW4owv3ZHiLR c7t3TTjUMQiD6Z+LQsg2Oo598l9bbzEqWtd+NisFVh5MysNw884EveWPNx8bxaXYRn5l 53FNJMM+ZJWg+ac/qpuz0o/7Mhzv5KbrM/5T71jUa7l/MJxRcgmGh3Af3eNKcoa+9Xr2 pkI39MN1BM1YpXTdyksUzNio48ywrhqnSTcw/Zdf07R5SF4Omto8rt/3flwAZ1Iwi3/j lwIA== X-Received: by 10.14.29.69 with SMTP id h45mr22585485eea.127.1371587260707; Tue, 18 Jun 2013 13:27:40 -0700 (PDT) Original-Received: by 10.14.178.133 with HTTP; Tue, 18 Jun 2013 13:27:40 -0700 (PDT) In-Reply-To: <03ip1bw4t5.fsf@fencepost.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160608 Archived-At: --001a11c39176741a6804df738b11 Content-Type: text/plain; charset=ISO-8859-1 On 18 June 2013 21:18, Glenn Morris wrote: > Why not > > rm -rf /path/to/emacs/ > bzr branch ... > > It's the only way to be _really_ sure. ;) > That's ok if you don't mind waiting all week. I can't see any way clean/revert/pull/update wouldn't work: the right files (and only the right files) will be present, with the right contents, and will all be older than the generated files (since they haven't been generated yet). What else could possibly go wrong? ;) > (I'd recommend the standard, documented make bootstrap over either of > the above methods.) > Well yeah, ideally, but it doesn't work. (For me, just now, it hangs after doing "config.status".) --001a11c39176741a6804df738b11 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On 1= 8 June 2013 21:18, Glenn Morris <rgm@gnu.org> wrote:
Why not

rm -rf /path/to/emacs/
bzr branch ...

It's the only way to be _really_ sure. ;)
=A0
That's ok if you don't mind waiting all week. I can't see= any way clean/revert/pull/update wouldn't work: the right files (and o= nly the right files) will be present, with the right contents, and will all= be older than the generated files (since they haven't been generated y= et). What else could possibly go wrong? ;)
=A0
(I'd recommend the standard, documented make bootstrap over either of the above methods.)

Well yeah, ideally,= but it doesn't work. (For me, just now, it hangs after doing "con= fig.status".)

--001a11c39176741a6804df738b11--