See results at bottom of this message. Adrien Nader <[email protected]> wrote: > On Tue, Jan 07, 2014, [email protected] wrote: > > I downloaded both the msys-install.sh and manually changed VERSION as > > directed and ran it. > > It segment faults on my platform. Here is the output > > > > Installing zlib-1.2.8-1-i686-w64-mingw32.txz... DONE > > Fatal error: exception Sys_error("Invalid argument") > > Called from file "pervasives.ml", line 444, characters 30-33 > > Called from file "std_exit.ml", line 16, characters 8-20 > > Updating fontconfig's cache (this is slow and uses lots of RAM on Windows > > >= 7). > > Fatal error: exception Sys_error("Invalid argument") > > Called from file "pervasives.ml", line 444, characters 30-33 > > Called from file "std_exit.ml", line 16, characters 8-20 > > Updating pango's module cache. > > Fatal error: exception Sys_error("Invalid argument") > > Called from file "pervasives.ml", line 444, characters 30-33 > > Called from file "std_exit.ml", line 16, characters 8-20 > > Updating gdk's pixbuf cache. > > ./msys-install.sh: line 22: 440 Segmentation fault > > gdk-pixbuf-query-loade rs --update-cache > > > > $? => 139 > > > > It's, hmmm.... a very surprising output. > > The stacktraces must be from yypkg; however yypkg isn't started between > fc-cache (fontconfig) and the pango line. > > As for gdk-pixbuf-query-loaders, I haven't seen it segfault yet so it > must be one of, or a combination of, Windows XP, Cygwin, your locale. > > I'll install cygwin on windows 2k3 on tomorrow and see what happens. > Meanwhile you can comment out the lines corresponding to cache updates > since that will only be useful when _running_ GTK+ apps. You can also > open a cmd.exe, drag-and-drop the corresponding .exe files into it and > run the commands outside of Cygwin; it will be interesting to see if > they fail. > > Regards, > Adrien Nader
I brought up a MS CMD console and ran the followingm, which I think is what you meant by the "corresponding exe files". C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\fc-cache C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\pango-querymodules.exe > C:\cygwin\opt\windows_32\etc\pango\pango.modules C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\gdk-pixbuf-query-loaders --update-cache C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\gdk-query-immodules-2.0 --update-cache C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\gtk-query-immodules-2.0 --update-cache C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle> --- Since no error messages were displayed I assume that these ran o.k., but they ran very fast, so I can't guarantee successfull completion. Does Microsoft Windows have a return code code variable, like we do in the Unix world --> $? ? If the above were successfull, then I'd say that the problem was most likely a cygwin environment conflict. How does it look to you? ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
