X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; q=dns; s=default; b=Fr9u
	gWUx1n4bUtRdH1RmU+dfRAy6mzf2v+b19HO9grljwRGYht6VmQZWZk6sdeHXM1Ja
	lek9XA938E7gECNYVelmoNptlsqocVu/j3Pi23R0UG371PxbnXwGsOCcUaay8HfM
	yamT5ruYltMl+OyVxPRrEQL43CZusmEfojmhFZY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; s=default; bh=M16e6i6faj
	HFYfS8m3kE0ntsgdw=; b=D3l2GcyGsRrudCUTukA0OqlZC6kmT9HqH9vRTh8Qq0
	BwLWYDerlmgilRbz22+eadpIUCQ3T0yeaayL+62wzD2KtDtPBVwvPmj/o0H3bJLE
	VDe40Jcr+xw/M4KeWSMHPg2UGA79ftqeadtvpGVX4AUf7XuOO9P4ZLC9NUJOaUuo
	s=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_PASS autolearn=no version=3.3.1
Date: Tue, 16 Jul 2013 18:38:24 -0700
From: Gary Johnson <garyjohn@spocom.com>
To: cygwin@cygwin.com
Subject: Re: Recent Cygwin problems
Message-ID: <20130717013824.GA26514@phoenix>
Mail-Followup-To: cygwin@cygwin.com
References: <20130621174245.GA3281@phoenix>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20130621174245.GA3281@phoenix>
User-Agent: Mutt/1.5.20 (2009-06-14)

On 2013-06-21, Gary Johnson wrote:
> I've had Cygwin installed on this computer for over two years
> without any problems but recently I've started seeing a few problems
> and my installation seems corrupted.
> 
> 1.  Starting several weeks ago, whenever I run setup.exe I get this
>     pop-up message part way through the process.
> 
>         Cygwin Setup - Running postinstall scripts
> 
>         Postinstall script errors
>             These do not necessarily mean that affected packages
>             will fail to function properly, but please check
>             /var/log/setup.log.full and report any problems.
> 
>         Package: Unknown package
>                  pango1.0.sh exit code 1
> 
>     The relevant lines from /var/log/setup.log.full (following a
>     reinstall of the mutt package) seem to be these at the end:
> 
>         2013/06/21 10:05:29 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/mutt.sh"
>         2013/06/21 10:05:30 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/pango1.0.sh"
>         /etc/postinstall/pango1.0.sh: line 1: /etc/pango/pango.modules: No such file or directory
>         2013/06/21 10:05:30 abnormal exit: exit code=1
>         2013/06/21 10:05:30 Changing gid to Administrators
>         2013/06/21 10:07:23 note: Installation Complete
>         2013/06/21 10:07:23 Ending cygwin install

I looked further into this one and figured it out.  Line 1 of
/etc/postinstall/pango1.0.sh is

    /usr/bin/pango-querymodules > /etc/pango/pango.modules

but there was no /etc/pango directory.  That was apparently what the
message

    /etc/pango/pango.modules: No such file or directory

was trying to say.  I just created that directory and now
installations from setup.exe complete without that pop-up message.

Regards,
Gary


--
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

