X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-5.7 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_GT
X-Spam-Check-By: sourceware.org
Message-ID: <5071AA11.1000606@gmail.com>
Date: Sun, 07 Oct 2012 18:13:05 +0200
From: marco atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: gnome and hicolor exit code 127 for /usr/bin .vs. /bin
References: <20120929193527.M64303@ds.net> <5067C99F.60108@gmail.com> <20120930131238.M10095@ds.net> <20121001120725.M34953@ds.net> <20121001142414.M8007@ds.net> <20121003111101.M13208@ds.net> <972EEFF84AA34684A3A02402217705B5@ncc1701> <50703D58.5090402@gmail.com> <20121007123639.M92742@ds.net>
In-Reply-To: <20121007123639.M92742@ds.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
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

On 10/7/2012 3:07 PM, Brian Wilson wrote:
>> On 10/5/2012 10:13 PM, Brian S. Wilson wrote:
>>> I'm also assuming that no one needs any further information to debug this
> issue.
>>
>> wrong assumption.
>
> Good to know, but hard to tell with no responses.  Thank you for helping out.
>
>>> Package: gnubg
>>> 	gnubg.sh exit code 127
>>> Package: Unknown package
>>> 	gnome-icon-theme.sh exit code 127
>>> 	hicolor-icon-theme.sh exit code 127
>>> --snip-- < <
>> could you please try :
>>
>> /usr/bin/gtk-update-icon-cache --force /usr/share/icons/gnome
>> and ls -l
>> /usr/bin/gtk-update-icon-cache --force /usr/share/icons/hicolor
>>
>> so we can try to understand what is not working on your system?
>
> Brian S. Wilson@ncc-1701 ~
> $ /usr/bin/gtk-update-icon-cache --force /usr/share/icons/gnome
>
> Brian S. Wilson@ncc-1701 ~
> $ echo $?
> 127
>
> Brian S. Wilson@ncc-1701 ~
> $ /usr/bin/gtk-update-icon-cache --force /usr/share/icons/hicolor
>
> Brian S. Wilson@ncc-1701 ~
> $ echo $?
> 127
>

the normal behaviour should be:
$ /usr/bin/gtk-update-icon-cache --force /usr/share/icons/hicolor
gtk-update-icon-cache: Cache file created successfully.

the error 127 is usually due to a missing or corrupted dll.

On your case the problem is:

cygwin                    1.7.16-1             OK

but

  2778k 2012/04/05 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                   "cygwin1.dll" v0.0 ts=2012/4/5 11:43
     Cygwin DLL version info:
         DLL version: 1.7.13


this means that when you updated the last cygwin package
you had still process running and it failed to replace the cygwin1.dll.

Solution:
Stop all the programs and cygwin services

Service             : cygserver
Service             : sshd

and re-install the cygwin-1.7.16-1 package.


Regards
Marco


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

