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

Reply via email to