X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Date: Thu, 27 Jan 2011 22:10:26 +0100 From: David Sastre To: cygwin AT cygwin DOT com Subject: Re: libglade error during cygwin installation Message-ID: <20110127211026.GB10418@jethro.local.lan> References: <5395AE1111A91D4BACA4FABB0C4A50E57C8F551F AT mail-east-2 DOT exchange2 DOT ara DOT wan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline In-Reply-To: <5395AE1111A91D4BACA4FABB0C4A50E57C8F551F@mail-east-2.exchange2.ara.wan> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 27, 2011 at 06:41:18PM +0000, Joe Crepeau wrote: > I am getting the following error when installing the latest version of Cy= gwin on a Windows 7 machine. >=20 > 2011/01/21 16:02:23 running: C:\cygwin\bin\bash.exe --norc --noprofile /e= tc/postinstall/libglade2.0.sh > add command failed > 2011/01/21 16:02:23 abnormal exit: exit code=3D3 > I could not find a resolution to this problem anywhere.=A0 Any suggestion= s? Have you tried manually executing /etc/postinstall/libglade2.0.sh? It looks like a simple script. The manpage states that error code=3D3 is due to xmlcatalog failing to add = an=20 entry to the catalog. This is what happens in Linux when you issue the command, and most probably, also the expected output in cygwin: # xmlcatalog -v --noout --add "system" \=20 "http://glade.gnome.org/glade-2.0.dtd" \ /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog 0 Parsing catalog /etc/xml/catalog /etc/xml/catalog added to file hash Adding element system to catalog Catalogs cleanup Free catalog entry -//OASIS//DTD XML Catalogs V1.0//EN Free catalog entry http://globaltranscorp.org/oasis/catalog/xml/tr9401.dtd Free catalog entry -//GlobalTransCorp//DTD XML Catalogs V1.0-Based Extensio= n V1.0//EN Free catalog entry http://www.oasis-open.org/committees/entity/release/1.0/= catalog.dtd Free catalog entry http://glade.gnome.org/glade-2.0.dtd Free catalog entry /etc/xml/catalog Free catalog entry Failing that, you can also try to run xmlcatalog with the -v flag, to see i= f=20 that spots the error. If you finally succeed, don't forget to rename libglade2.0.sh to libglade2.0.sh.done. --=20 Huella de clave primaria: 0FDA C36F F110 54F4 D42B D0EB 617D 396C 448B 31EB --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk1B30IACgkQYX05bESLMevQmgCeLHw5ka+u37AVepVTaocIo2Rp UV4AoJ1G0qaXKnY2s4zzxcT+ssfjEOa2 =KfLL -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig--