X-Recipient: archive-cygwin AT delorie DOT 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 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 AT cygwin DOT com Subject: Re: gnome and hicolor exit code 127 for /usr/bin .vs. /bin References: <20120929193527 DOT M64303 AT ds DOT net> <5067C99F DOT 60108 AT gmail DOT com> <20120930131238 DOT M10095 AT ds DOT net> <20121001120725 DOT M34953 AT ds DOT net> <20121001142414 DOT M8007 AT ds DOT net> <20121003111101 DOT M13208 AT ds DOT net> <972EEFF84AA34684A3A02402217705B5 AT ncc1701> <50703D58 DOT 5090402 AT gmail DOT com> <20121007123639 DOT M92742 AT ds DOT 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 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 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 AT ncc-1701 ~ > $ /usr/bin/gtk-update-icon-cache --force /usr/share/icons/gnome > > Brian S. Wilson AT ncc-1701 ~ > $ echo $? > 127 > > Brian S. Wilson AT ncc-1701 ~ > $ /usr/bin/gtk-update-icon-cache --force /usr/share/icons/hicolor > > Brian S. Wilson AT 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