From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18457 invoked by alias); 28 Jan 2011 22:56:52 -0000 Received: (qmail 18449 invoked by uid 22791); 28 Jan 2011 22:56:52 -0000 X-SWARE-Spam-Status: No, hits=1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx-east-1.ara.com (HELO mx-east-1.ara.com) (12.7.203.191) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Jan 2011 22:56:47 +0000 Received: from MAIL-EAST-3.exchange2.ara.wan (10.91.92.217) by mx-east-1.ara.com (12.7.203.191) with Microsoft SMTP Server (TLS) id 14.0.639.21; Fri, 28 Jan 2011 22:56:48 +0000 Received: from mail-east-2.exchange2.ara.wan ([fe80::501b:aac4:a4a2:dbac]) by mail-east-3.exchange2.ara.wan ([::1]) with mapi; Fri, 28 Jan 2011 22:56:33 +0000 From: Joe Crepeau To: "cygwin@cygwin.com" Subject: RE: libglade error during cygwin installation Date: Sat, 29 Jan 2011 02:21:00 -0000 Message-ID: <5395AE1111A91D4BACA4FABB0C4A50E57C8F582F@mail-east-2.exchange2.ara.wan> References: <5395AE1111A91D4BACA4FABB0C4A50E57C8F551F@mail-east-2.exchange2.ara.wan> <20110127211026.GB10418@jethro.local.lan> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-01/txt/msg00406.txt.bz2 Below is the output from your suggestions. >> /etc/postinstall/libglade2.0.sh add command failed >> cat /etc/postinstall/libglade2.0.sh xmlcatalog --noout --add "system" \ "http://glade.gnome.org/glade-2.0.dtd" \ /usr/share/xml/libglade/glade-2.0.dtd \ /etc/xml/catalog >> xmlcatalog -v --noout --add "system" \ ? "http://glade.gnome.org/glade-2.0.dtd" \ ? /usr/share/xml/libglade/glade-2.0.dtd \ ? /etc/xml/catalog add command failed Catalogs cleanup 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=20 > /etc/postinstall/libglade2.0.sh add command failed > 2011/01/21 16:02:23 abnormal exit: exit code=3D3 I could not find a=20 > resolution to this problem anywhere.=A0 Any suggestions? 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 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" \ "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 h= ttp://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/r= elease/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 that spots the error. If you finally succeed, don't forget to rename libglade2.0.sh to libglade2.= 0.sh.done. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple