Re: [PATCH] inform user if any postinstall script failed to run

2010-09-07 Thread Yaakov (Cygwin/X)
On Fri, 2010-08-27 at 18:15 +0100, Jon TURNEY wrote: + // Remove anything which we just tried to run (so we don't try twice) + for (i = packages.begin (); i != packages.end (); ++i) +{ + packagemeta pkg = **i; + for (std::vectorScript::const_iterator j =

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Yaakov (Cygwin/X)
On Mon, 2010-09-06 at 15:48 +0200, Damien Doligez wrote: 1. The tcl/tk bindings: they don't work out of the box with Cygwin's tcl/tk, and I don't think there is much demand anyway. Interesting, given that OCaml presumes that Cygwin's tcl/tk is Win32 (which it currently is), but Ports' X11

Re: [PATCH] inform user if any postinstall script failed to run

2010-09-07 Thread Jon TURNEY
On 07/09/2010 10:45, Yaakov (Cygwin/X) wrote: On Fri, 2010-08-27 at 18:15 +0100, Jon TURNEY wrote: + // Remove anything which we just tried to run (so we don't try twice) + for (i = packages.begin (); i != packages.end (); ++i) +{ + packagemeta pkg = **i; + for

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2010 at 05:03:13AM -0500, Yaakov (Cygwin/X) wrote: On Mon, 2010-09-06 at 15:48 +0200, Damien Doligez wrote: 1. The tcl/tk bindings: they don't work out of the box with Cygwin's tcl/tk, and I don't think there is much demand anyway. Interesting, given that OCaml presumes that

Re: RFU: googlecl-0.9.10-1

2010-09-07 Thread Corinna Vinschen
On Sep 6 13:29, Chris Sutcliffe wrote: Please upload: --- wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.10-1.tar.bz2 \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.10-1-src.tar.bz2 Done. Thanks, Corinna -- Corinna Vinschen

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Charles Wilson
On 9/7/2010 6:03 AM, Yaakov (Cygwin/X) wrote: Given the recent issues on the list, I think it's about time I ITA tcl/tk. More power to you, but I don't think cgf has gone anywhere...so tcltk isn't yet orphaned. -- Chuck

Updated: googlecl-0.9.10-1

2010-09-07 Thread Chris Sutcliffe
Version 0.9.10-1 of googlecl has been uploaded. GoogleCL brings Google services to the command line. For examples see: http://code.google.com/p/googlecl/wiki/ExampleScripts Change include: * v2/v3 support for Docs and Contacts. Manipulate arbitrary uploads, list many more details of your

Re: [PATCH] inform user if any postinstall script failed to run

2010-09-07 Thread Yaakov (Cygwin/X)
On Tue, 2010-09-07 at 15:01 +0100, Jon TURNEY wrote: On 07/09/2010 10:45, Yaakov (Cygwin/X) wrote: This code does not compile with i686-pc-mingw32 gcc-4.5.1: postinstall.cc: In function ‘std::string do_postinstall_thread(HINSTANCE__*, HWND__*)’: postinstall.cc:178:85: error: no matching

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Matthias Andree
Am 07.09.2010, 16:42 Uhr, schrieb Christopher Faylor: On Tue, Sep 07, 2010 at 05:03:13AM -0500, Yaakov (Cygwin/X) wrote: On Mon, 2010-09-06 at 15:48 +0200, Damien Doligez wrote: 1. The tcl/tk bindings: they don't work out of the box with Cygwin's tcl/tk, and I don't think there is much

Re: [PATCH] inform user if any postinstall script failed to run

2010-09-07 Thread Jon TURNEY
On 07/09/2010 17:57, Yaakov (Cygwin/X) wrote: On Tue, 2010-09-07 at 15:01 +0100, Jon TURNEY wrote: On 07/09/2010 10:45, Yaakov (Cygwin/X) wrote: This code does not compile with i686-pc-mingw32 gcc-4.5.1: postinstall.cc: In function ‘std::string do_postinstall_thread(HINSTANCE__*, HWND__*)’:

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2010 at 08:40:43PM +0200, Matthias Andree wrote: Am 07.09.2010, 16:42 Uhr, schrieb Christopher Faylor: On Tue, Sep 07, 2010 at 05:03:13AM -0500, Yaakov (Cygwin/X) wrote: On Mon, 2010-09-06 at 15:48 +0200, Damien Doligez wrote: 1. The tcl/tk bindings: they don't work out of the

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Yaakov (Cygwin/X)
On Tue, 2010-09-07 at 14:55 -0400, Christopher Faylor wrote: This has already been decided. I was just waiting for some sign of life from my friend the insight maintainer. I guess I'll go ahead and pull insight from the release. That should make things easier. FWIW, Debian, Fedora, and

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Damien Doligez
On 2010-09-06, at 16:43, Charles Wilson wrote: Are you sure that your new version requires libncurses7? The only current libncurses-dev package will cause you to link against libncurses10... Try cygcheck /usr/bin/name-of-ocaml-exe and see what DLLs it actually uses... Also, new

[ITP] flexdll

2010-09-07 Thread Yaakov (Cygwin/X)
FlexDLL creates binaries whose symbols can be resolved at runtime, despite the limitations of the PE format. It is required by OCaml for dynamic linking support on Cygwin. This package contains patches to fix data auto-imports, shared libgcc, and to remove some Win32-isms:

Re: [ITP] flexdll

2010-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2010 at 07:06:02PM -0500, Yaakov (Cygwin/X) wrote: FlexDLL creates binaries whose symbols can be resolved at runtime, despite the limitations of the PE format. It is required by OCaml for dynamic linking support on Cygwin. This package contains patches to fix data auto-imports,

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Charles Wilson
On 9/7/2010 2:55 PM, Christopher Faylor wrote: On Tue, Sep 07, 2010 at 08:40:43PM +0200, Matthias Andree wrote: Insight is dead for all practical purposes, but Tcl/Tk in Cygwin depending on X11 rather than Win32 would be major regression. Not that I'd have time to help though. This has

Re: XServer draws to incorrect window when using VirtuaWin

2010-09-07 Thread Jon TURNEY
On 03/09/2010 10:01, Pete wrote: On 13 August 2010 11:38, Petesneakypet...@gmail.com wrote: VirtuaWin (http://virtuawin.sourceforge.net/) is a virtual desktop manager for Windows that lets you switch between several virtual desktops, similar to those provided in KDE Gnome. When switching

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-07 Thread Jon TURNEY
On 04/09/2010 00:10, Ryan Johnson wrote: On 8/31/2010 7:00 PM, Jon TURNEY wrote: Okay, I think I have worked out the correct thing to do do to handle bpp changes in the RANDR code, and I've uploaded a test build at [1]. Perhaps you could try it and see if it works for you? Note that you will

Re: XServer draws to incorrect window when using VirtuaWin

2010-09-07 Thread Pete
On 7 September 2010 14:38, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 03/09/2010 10:01, Pete wrote: On 13 August 2010 11:38, Petesneakypet...@gmail.com  wrote: VirtuaWin (http://virtuawin.sourceforge.net/) is a virtual desktop manager for Windows that lets you switch between several

winsup/cygwin ChangeLog

2010-09-07 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2010-09-07 15:13:23 Modified files: cygwin : ChangeLog Log message: fix two typos Patches:

Re: Cygwin slow on x64 systems

2010-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2010 at 01:54:14AM -0400, Christopher Faylor wrote: On Thu, Sep 02, 2010 at 01:10:56AM -0400, Christopher Faylor wrote: On Wed, Sep 01, 2010 at 10:28:35PM -0500, Yaakov (Cygwin/X) wrote: On Wed, 2010-09-01 at 17:20 -0400, Christopher Faylor wrote: On Wed, Sep 01, 2010 at

Re: permission denied when removing files on remote file share that is offline

2010-09-07 Thread Corinna Vinschen
On Sep 6 18:34, Thielemans, Kris wrote: On Sep 6 15:33, Thielemans, Kris wrote: I'm using a file share with Offline Folders such that I can access it when not connected to our intranet. In cygwin I cannot remove any files that I create on the share when it's offline: $ touch

TCL exec kills its owning tty (was: Unable to initialize fd 0 for /dev/tty1)

2010-09-07 Thread Ryan Johnson
On 9/6/2010 11:34 PM, Ryan Johnson wrote: The last couple days I've gotten some really strange errors. Sometimes I'll alt-tab to an xterm window and start typing, only to have it disappear at the first keystroke. Sometimes `emacs -nw' will get hit instead, leaving both emacs and the xterm

Re: TCL exec kills its owning tty (was: Unable to initialize fd 0 for /dev/tty1)

2010-09-07 Thread Corinna Vinschen
On Sep 7 11:22, Ryan Johnson wrote: On 9/6/2010 11:34 PM, Ryan Johnson wrote: The last couple days I've gotten some really strange errors. Sometimes I'll alt-tab to an xterm window and start typing, only to have it disappear at the first keystroke. Sometimes `emacs -nw' will get hit

Re: OpenGL linking problems

2010-09-07 Thread Jon TURNEY
On 04/09/2010 17:29, André Bleau wrote: On 05/09/2010 00:16, David Doria wrote: Well, we need more info to help us help you. What kind of application are you trying to build? X11 or native? There are 2 ways to build OpenGL-related programs: 1- Using native OpenGL, with driver supported

Problem with mouse events in XWin server

2010-09-07 Thread Jurgen Defurne
Dear all, At work I use my portable as X server for a remote Linux machine. I can use two brands of software, Reflection X, which is installed by our IT department, or Cygwin XWin, which I install my self. The application which I need to access is Continuus, which is Motif based. What is now my

likely stupid question but name conflicts with foo and foo.exe?

2010-09-07 Thread mike marchywka
Hi, I'm trying to copy of bunch of files from debian over to windoze using scp -r. This was working fine except for one error where it complains foo is not a directory and apparently I have foo and foo.exe in one dir but foo is a directory. I think this replicates the problem. It seems that .exe

Re: Problem with mouse events in XWin server

2010-09-07 Thread Jon TURNEY
On 07/09/2010 14:31, Jurgen Defurne wrote: At work I use my portable as X server for a remote Linux machine. I can use two brands of software, Reflection X, which is installed by our IT department, or Cygwin XWin, which I install my self. The application which I need to access is Continuus,

Re: Problem with mouse events in XWin server

2010-09-07 Thread Larry Hall (Cygwin)
On 9/7/2010 9:31 AM, Jurgen Defurne wrote: Dear all, At work I use my portable as X server for a remote Linux machine. I can use two brands of software, Reflection X, which is installed by our IT department, or Cygwin XWin, which I install my self. Since this is a Cygwin-X issue, please send

incredibly slow file listing script on windoze 7 pro 4 core 64 bit

2010-09-07 Thread mike marchywka
this takes a few minutes on old debian machine, taking much longer here on same data- about 19k file about 24Gb total size. Windoze finally has better perf stuff but still no help- one core at 25 pct all kernel time disk not exactly busy. All the time is in the ls loop not the find command. Now

RE: 1.7.7: Cannot unmount certain user bind mounts

2010-09-07 Thread John Carey
On Sep 04 01:50 Corinna Vinschen wrote: On Sep 3 17:19, John Carey wrote: A user mount whose only non-default option is bind cannot be unmounted if its target is a system mount; please see the end of this email for a test case. It looks to me as if the MOUNT_SYSTEM bit is copied from

Re: can't compile setup.exe

2010-09-07 Thread Yaakov (Cygwin/X)
On Thu, 2010-09-02 at 14:38 +0100, Jon TURNEY wrote: This was broken by the recent w32api-3.15 update, which seems to have made those PropSheet macros C++ aware, so the global scoping operator is no longer needed. Patch attached to fix it, but I couldn't work out how to also get it to

Portable Cygwin 1.5 compiled using XP fails to run on W7 64

2010-09-07 Thread Fergus
Dear All, Subject says all. Could a portable version of Cygwin 1.5 mounted on a USB stick reasonably be expected to run on W7 64? I know there are recommendations but can't remember outright prohibitions or constraints. If not, I would have expected dumb failure. But actually we are getting:

Re: ssh access violation [was: ssh simply prints Aborted]

2010-09-07 Thread René Berber
End of story: *From:* gonzalo diethelm *Sent:* Monday, September 06, 2010 5:13 PM I downgraded openssh to v5.5p1-2 and now it is working again! *From:* Letbetter, Jason That fixed my problem too!!! Thanks a lot Gonzalo, I really appreciate you keeping me in the loop and helping to

Re: incredibly slow file listing script on windoze 7 pro 4 core 64 bit

2010-09-07 Thread Larry Hall (Cygwin)
On 9/7/2010 12:05 PM, mike marchywka wrote: this takes a few minutes on old debian machine, taking much longer here on same data- about 19k file about 24Gb total size. Windoze finally has better perf stuff but still no help- one core at 25 pct all kernel time disk not exactly busy. All the time

Re: can't compile setup.exe

2010-09-07 Thread Jon TURNEY
On 07/09/2010 18:15, Yaakov (Cygwin/X) wrote: On Thu, 2010-09-02 at 14:38 +0100, Jon TURNEY wrote: This was broken by the recent w32api-3.15 update, which seems to have made those PropSheet macros C++ aware, so the global scoping operator is no longer needed. Patch attached to fix it, but I

Re: Portable Cygwin 1.5 compiled using XP fails to run on W7 64

2010-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2010 at 06:30:44PM +0100, Fergus wrote: Dear All, Subject says all. Could a portable version of Cygwin 1.5 mounted on a USB stick reasonably be expected to run on W7 64? No, it is not expected to run. cgf -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: can't compile setup.exe

2010-09-07 Thread Yaakov (Cygwin/X)
On Tue, 2010-09-07 at 19:50 +0100, Jon TURNEY wrote: How about adding the following to my previous patch? That at least turns the OPs problem into something intelligible by mere mortals :-) #include w32api.h #if (__W32API_MAJOR_VERSION*100 + __W32API_MINOR_VERSION) 315 #error w32api3.15

Quad precision floating point package for gfortran

2010-09-07 Thread Jerry DeLisle
We are developing a quad precision floating point library for use with gfortran. When attempting to build the library under Cygwin, we are stopped because: __float128 is not supported when running the ./configure for the package. I suspect the issue may be related to newlib vs glibc, but I