From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Build failure on MS-Windows Date: Tue, 18 Jun 2013 16:18:46 -0400 Message-ID: <03ip1bw4t5.fsf@fencepost.gnu.org> References: <87mwqn1a91.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1371586986 25236 80.91.229.3 (18 Jun 2013 20:23:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 20:23:06 +0000 (UTC) Cc: Juanma Barranquero , Emacs development discussions , Dani Moncayo , Dmitry Gutov To: Richard Copley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 22:23:08 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 1Up2Ql-0001b8-By for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 22:23:07 +0200 Original-Received: from localhost ([::1]:57301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up2Qk-0002Pb-U5 for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 16:23:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up2Ma-0004h4-Ej for emacs-devel@gnu.org; Tue, 18 Jun 2013 16:18:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Up2MZ-00084T-Cs for emacs-devel@gnu.org; Tue, 18 Jun 2013 16:18:48 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up2MZ-00084P-Ah for emacs-devel@gnu.org; Tue, 18 Jun 2013 16:18:47 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Up2MY-0005XI-R9; Tue, 18 Jun 2013 16:18:46 -0400 X-Spook: MD2 Area 51 9/11 wire transfer DES military anthrax X-Ran: -\XV9xDL1KbPK^"'4L<,1Fb`Vi4g~T30>3^/DDHy28}%F~4}i-P8oz`7Y7NUsMcY]v"#j* X-Hue: red X-Attribution: GM In-Reply-To: (Richard Copley's message of "Tue, 18 Jun 2013 21:10:38 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:160605 Archived-At: Richard Copley wrote: > I'm pretty sure this sequence of commands will give you a clean up-to-date > branch in all situations (I'm no bzr expert, and it might be doing too much > or not enough, but it seems to work for me): > > bzr clean-tree --unknown --ignored --detritus --verbose --force > bzr revert --no-backup > bzr pull --overwrite > bzr update > > Then you can run autogen.sh, msyconfig.sh and make, in MSYS. Why not rm -rf /path/to/emacs/ bzr branch ... It's the only way to be _really_ sure. ;) (I'd recommend the standard, documented make bootstrap over either of the above methods.)