X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_BZ,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <4E3893AB.5010609@gmail.com> Date: Tue, 02 Aug 2011 17:17:47 -0700 From: Daniel Colascione User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: bzr completely broken? References: In-Reply-To: OpenPGP: id=5035D15B Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig57C67527BF172086C7D79A2C" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------enig57C67527BF172086C7D79A2C Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 6/6/2011 9:01 AM, Andrew Schulman wrote: > Am I right that bzr is just completely broken in Cygwin? If so, is there > an ETA to get it fixed? >=20 > My bzr is 2.3.1-1, in Cygwin 1.7.9. No matter what bzr command I run, I > always get the same result: As a quick workaround, you can delete all the dll files in /usr/lib/python2.6/site-packages/bzrlib. bzr will complain that it can't find the native modules, but it'll fall back to pure-Python code and work just fine. You can eliminate the warning by putting "ignore_missing_extensions=3DTrue" in ~/.bazaar/bazaar.conf. --------------enig57C67527BF172086C7D79A2C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk44k60ACgkQ17c2LVA10Vt/IACgxMsvaNsz6fofvU4naanGCAC8 OWQAnRD3aCkekeUhMRRqL589dmFtfRJA =yqCx -----END PGP SIGNATURE----- --------------enig57C67527BF172086C7D79A2C--