Re: setup, upx, and TLS

2010-09-06 Thread Corinna Vinschen
On Sep 5 20:59, Yaakov S wrote: On Sun, 2010-09-05 at 15:27 -0400, Charles Wilson wrote: Lapo, are you still here? Could we get an updated upx package, please? I'm not so sure that he is still here. I've been asking for months now for updates to lighttpd (security), nano (security, wchar

[ITA] ocaml 3.12.0

2010-09-06 Thread Damien Doligez
Dear Cygwin packagers, It looks like the ocaml package is abandoned: the current version (OCaml 3.08.1) dates back to 2006, and the listed maintainer is Igor Pechtchanski (from before he changed his name). Unless it is by design that OCaml is held back to an obsolete version, I would like to

Re: [ITA] ocaml 3.12.0

2010-09-06 Thread Corinna Vinschen
On Sep 6 13:47, Damien Doligez wrote: Dear Cygwin packagers, It looks like the ocaml package is abandoned: the current version (OCaml 3.08.1) dates back to 2006, and the listed maintainer is Igor Pechtchanski (from before he changed his name). Yes, Igor is AWOL for quite some time now,

Re: [ITA] ocaml 3.12.0

2010-09-06 Thread Charles Wilson
On 9/6/2010 7:47 AM, Damien Doligez wrote: This is the contents of my setup.hint file for the updated package, mostly unchanged from Igor's version: -- sdesc: The Objective Caml compiler and runtime ldesc: Objective Caml is a

RFU: googlecl-0.9.10-1

2010-09-06 Thread Chris Sutcliffe
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 --- Thank you, Chris -- Chris Sutcliffe http://emergedesktop.org

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-06 Thread Ryan Johnson
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 need to use -resize with this build to

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-06 Thread Ryan Johnson
On 9/6/2010 11:01 PM, 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

Re: frequently getting a STATUS_ACCESS_VIOLATION exception under win7

2010-09-06 Thread Michael
I was having this same issue. Cygwin Xserver was working properly under Win XP, but the fork failure began occuring when I migrated to Win 7 Home Premium 32-bit. My issue was Microsoft Security Essentials was set to default which allows it to real time scan all files/directories/real-time

src/winsup/cygwin ChangeLog Makefile.in device ...

2010-09-06 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-09-06 09:47:01 Modified files: winsup/cygwin : ChangeLog Makefile.in devices.cc devices.h devices.in dtable.cc fhandler.h fhandler_disk_file.cc

src/winsup/utils ChangeLog cygpath.cc

2010-09-06 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-09-06 09:48:55 Modified files: winsup/utils : ChangeLog cygpath.cc Log message: * cygpath.cc (RtlEqualUnicodePathPrefix): New helper function. (HARDDISK_PREFIX): Move.

src/winsup/doc ChangeLog new-features.sgml

2010-09-06 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-09-06 14:42:30 Modified files: winsup/doc : ChangeLog new-features.sgml Log message: * new-features.sgml (ov-new1.7.8): Document /proc/sys. Patches:

Re: Cygwin Filesystem Performance degradation 1.7.5 vs 1.7.7, and methods for improving performance

2010-09-06 Thread Christopher Faylor
Thanks for the patch and for all of the work you put into it. On Mon, Sep 06, 2010 at 03:24:09PM +0200, Corinna Vinschen wrote: The patch is also missing a ChangeLog entry. I only took a quick glance over the patch itself. The code doesn't look correctly formatted in GNU style. Also, using the

RE: Packaging error with Octave 3.2.4?

2010-09-06 Thread Peter Schuerch
it seems a problem on my last update of libqhull_5 downgrading from 2010.1-1 to 2009.1.1-1 solves the problem. Thanks, Marco! that did the trick. tanti saluti, Peter -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: .exe magic reloaded

2010-09-06 Thread Corinna Vinschen
On Sep 5 16:28, Al wrote: I came accross the following. These two files existed. /home/prefix/gentoo/bin/tr.exe /home/prefix/gentoo/usr/bin/tr - /home/prefix/gentoo.bin/tr.exe ^^^ dot, not

Re: LC_ALL=ru_RU.cp1251 ls -l encoding problem.

2010-09-06 Thread Corinna Vinschen
On Sep 5 21:16, Oleksandr Gavenko wrote: As you can see user/group always printed in UTF-8 and discard LC_ALL=cp1251. $ LC_ALL=ru_RU.cp1251 mintty The problem is, what is the encoding of the /etc/passwd file itself? If it's UTF-8, it's UTF-8. If you want to use another encoding

Re: .exe magic reloaded

2010-09-06 Thread Al
It does not: It does:  $ cd tmp  $ mkdir dir1 dir2  $ cp /bin/echo.exe dir1  $ ln -s `pwd`/dir1/echo.exe dir2/echo  $ ls -l dir*  dir1:  total 52  -rwxr-xr-x 1 corinna vinschen 49166 2010-09-06 10:59 echo.exe  dir2:  total 1  lrwxrwxrwx 1 corinna vinschen 31 2010-09-06 11:00 echo -

Re: .exe magic reloaded

2010-09-06 Thread Corinna Vinschen
On Sep 6 11:53, Al wrote: It does not: It does:  $ cd tmp  $ mkdir dir1 dir2  $ cp /bin/echo.exe dir1  $ ln -s `pwd`/dir1/echo.exe dir2/echo  $ ls -l dir*  dir1:  total 52  -rwxr-xr-x 1 corinna vinschen 49166 2010-09-06 10:59 echo.exe  dir2:  total 1  lrwxrwxrwx 1

Re: .exe magic reloaded

2010-09-06 Thread Al
That's what Perls Configure does. Still the magic works only in the target directory, but not on the level of the symlink itself. Uh, I see.  That's a bug in perl's Configure.  It shouldn't use the .exe suffix at all. Right, Perl wants to be superschlau and adds the .exe suffix. That would

Re: New: rakudo-star-201007-1, Updated: rakudo-201007_47-1 (aka perl6)

2010-09-06 Thread Reini Urban
2010/9/1 Michael Schaap cygwin.li...@mscha.org: However, with rakudo-star 201007-1, rakudo_47-1 and parrot 2.6.0-1 installed: $ perl6 -e 'say hello;' hello $ perl6 -e 'sub hello() { say hello; }' ===SORRY!=== No such file or directory Works for me, but it looks like a missing packaging

Re: Cygwin slow on x64 systems

2010-09-06 Thread Sagi Ben-Akiva
Hi Magnus, I applied your patch but I don't notice for any improvement in performance with my test case (I still get only 7 lines/sec). I tried it with several cygwin 1.7.7-1 revisions Which version of cygwin sources do you use ? Did you try it with the latest snapshot ? Thanks, Sagi.

Re: .exe magic reloaded

2010-09-06 Thread Corinna Vinschen
On Sep 6 12:36, Al wrote: That's what Perls Configure does. Still the magic works only in the target directory, but not on the level of the symlink itself. Uh, I see.  That's a bug in perl's Configure.  It shouldn't use the .exe suffix at all. Right, Perl wants to be superschlau

Re: .exe magic reloaded

2010-09-06 Thread Al
It's definitely a bug in perl's Configure.  If the name of the symlink is foo, there's not the faintest reason to assume that foo.exe should work at all. Corinna Magic is when it does the right thing magically. With your approach you don't need any magic at all. Al -- Problem reports:

Re: .exe magic reloaded

2010-09-06 Thread Corinna Vinschen
On Sep 6 14:56, Al wrote: It's definitely a bug in perl's Configure.  If the name of the symlink is foo, there's not the faintest reason to assume that foo.exe should work at all. Corinna Magic is when it does the right thing magically. With your approach you don't need any

Re: New: rakudo-star-201007-1, Updated: rakudo-201007_47-1 (aka perl6)

2010-09-06 Thread Michael Schaap
On 6-Sep-2010 13:04, Reini Urban wrote: 2010/9/1 Michael Schaapcygwin.li...@mscha.org: However, with rakudo-star 201007-1, rakudo_47-1 and parrot 2.6.0-1 installed: $ perl6 -e 'say hello;' hello $ perl6 -e 'sub hello() { say hello; }' ===SORRY!=== No such file or directory Works for me, but

Re: .exe magic reloaded

2010-09-06 Thread Al
The magic is to *add* the .exe suffix automatically, not *removing* it Aaaahh! That is one point I missed. The magic is still more limited than I assumed. It felt to work bidirectional. I have tested this. The unidirectonal magic also works for symlinks, if the symlink has the .exe

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

2010-09-06 Thread Thielemans, Kris
Hi I think my problem appeared after upgrading to cygwin 1.7.7 but it might have been present before that as well, I am not sure. 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

Re: New: rakudo-star-201007-1, Updated: rakudo-201007_47-1 (aka perl6)

2010-09-06 Thread Reini Urban
2010/9/6 Michael Schaap: /usr/lib/parrot/2.6.0/include/except_types.pasm Good! I'll report upstream to move it to main. There are several errors like this expected, as the -devel package layout and testing is poorly maintained. I fixed those years ago for my earlier cygwin packages, but most of

Re: .exe magic reloaded

2010-09-06 Thread Reini Urban
2010/9/6 Al: The magic is to *add* the .exe suffix automatically, not *removing* it Aaaahh! That is one point I missed. The magic is still more limited than I assumed. It felt to work bidirectional. I have tested this. The unidirectonal magic also works for symlinks, if the

Re: Windows Server 2008 64-bit setup.exe/bash problem - Amazon Cloud

2010-09-06 Thread Paolo Bonzini
On 08/12/2010 01:45 PM, Corinna Vinschen wrote: http://dch.posterous.com/cygwin-dumps-core-on-windows-2008-r1sp2-on-ec So, this muse-ing of yours is not correct. To me this implies that the Amazon Cloud VMs have some BLODA installed by default. I'm not going to check this voluntarily. I

Re: .exe magic reloaded

2010-09-06 Thread Al
I got a little bit confused now. Should I report now upstream at Perl that Configure has a problem by adding .exe, or is it just a problem with your layout? AFAIK perl does not symlink tr.exe, just its own files when using -Dmksymlinks. And failing to read a wrong tr.exe symlink does not

Re: .exe magic reloaded

2010-09-06 Thread Al
I got a little bit confused now. Should I report now upstream at Perl that Configure has a problem by adding .exe, or is it just a problem with your layout? AFAIK perl does not symlink tr.exe, just its own files when using -Dmksymlinks. And failing to read a wrong tr.exe symlink does not

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

2010-09-06 Thread Corinna Vinschen
On Sep 6 15:33, Thielemans, Kris wrote: Hi I think my problem appeared after upgrading to cygwin 1.7.7 but it might have been present before that as well, I am not sure. I'm using a file share with Offline Folders such that I can access it when not connected to our intranet. In cygwin

XEmacs warning

2010-09-06 Thread David Morgan
Hi All, I have been getting the following Xemacs error with all 1.7 Cygwin releases that I have tried: WARNING: Couldn't find an obvious default for the root of the XEmacs hierarchy. I saw a similar issue came up in 2006, and Dr. Volker Zell fixed it with a new XEmacs release. The

Re: Cygwin slow on x64 systems

2010-09-06 Thread Christopher Faylor
On Mon, Sep 06, 2010 at 02:31:54PM +0300, Sagi Ben-Akiva wrote: Hi Magnus, I applied your patch but I don't notice for any improvement in performance with my test case (I still get only 7 lines/sec). I tried it with several cygwin 1.7.7-1 revisions Which version of cygwin sources do you use ?

Re: XEmacs warning

2010-09-06 Thread Kris Thielemans
David Morgan writes: Hi All, I have been getting the following Xemacs error with all 1.7 Cygwin releases that I have tried: WARNING: Couldn't find an obvious default for the root of the XEmacs hierarchy. I saw a similar issue came up in 2006, and Dr. Volker Zell fixed it

Re: Cygwin slow on x64 systems

2010-09-06 Thread Sagi Ben-Akiva
On 06/09/2010 19:29, Christopher Faylor wrote: On Mon, Sep 06, 2010 at 02:31:54PM +0300, Sagi Ben-Akiva wrote: Hi Magnus, I applied your patch but I don't notice for any improvement in performance with my test case (I still get only 7 lines/sec). I tried it with several cygwin 1.7.7-1

Fw: Hello, I need help with PHP compiling and/or how to get PCTNL extension working under cygwin

2010-09-06 Thread Linux User
I have research this issue over google and mailing list and I haven't been able to find a solution to my problem. I want to write a PHPProxyServer under CYGWIN since I don't have access to a linux box. I need the PCTNL functions so I could fork() processes, which is not supported under

Re: XEmacs warning

2010-09-06 Thread David Morgan
On Mon, Sep 06, 2010 at 05:41:38PM +, Kris Thielemans wrote: it works perfectly fine for me. I guess you'll have to give some more details about your installation. (I have no idea what's relevant though...) Hi Kris, thanks for the reply. I am seeing this on two different Window 7

Re: XEmacs warning

2010-09-06 Thread David Morgan
Sorry - I was missing the xemacs-sumo package. Adding that appears to have fixed it. David -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: LC_ALL=ru_RU.cp1251 ls -l encoding problem.

2010-09-06 Thread Thomas Wolff
Am 06.09.2010 11:07, schrieb Corinna Vinschen: On Sep 5 21:16, Oleksandr Gavenko wrote: As you can see user/group always printed in UTF-8 and discard LC_ALL=cp1251. $ LC_ALL=ru_RU.cp1251 mintty The problem is, what is the encoding of the /etc/passwd file itself? If it's UTF-8, it's

Re: Unable to initialize fd 0 for /dev/tty1

2010-09-06 Thread Ryan Johnson
On 9/6/2010 11:45 PM, Eric Berge wrote: 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

Re: Fw: Hello, I need help with PHP compiling and/or how to get PCTNL extension working under cygwin

2010-09-06 Thread Larry Hall (Cygwin)
On 9/6/2010 1:50 PM, Linux User wrote: ... So I decided to try to compile the newest version of PHP available, epic failure because apparently, PHP ./configure doesn't support autoconf 2.65, only 2.13 which isn't available in the repos... I see it. Pick the autoconf2.1 package. -- Larry Hall

Re: Unable to initialize fd 0 for /dev/tty1

2010-09-06 Thread David Eisner
On Mon, Sep 6, 2010 at 5:34 PM, Ryan Johnson ryanj...@ece.cmu.edu wrote: Has anyone seen this before? It happens just often enough to be really Yes, with gitk: http://cygwin.com/ml/cygwin/2010-09/msg00037.html -David -- David Eisner     http://cradle.brokenglass.com -- Problem reports:

cygwin-1.7.7-1 setup.exe errors and cygwin.bat/bash anomalies

2010-09-06 Thread Monte Cabet
I get quite unique experiences with the new update. First, it didn't like to fulfill the dependencies, though it did state they were needed. To somewhat explain what I mean, I would do the very basic install and it would say that some files are required, but wouldn't install'em. Some reason,

Re: LC_ALL=ru_RU.cp1251 ls -l encoding problem.

2010-09-06 Thread Andy Koppe
On 6 September 2010 21:25, Thomas Wolff wrote:  Am 06.09.2010 11:07, schrieb Corinna Vinschen: On Sep  5 21:16, Oleksandr Gavenko wrote: As you can see user/group always printed in UTF-8 and discard LC_ALL=cp1251.   $ LC_ALL=ru_RU.cp1251 mintty The problem is, what is the encoding of the

Re: cygwin-1.7.7-1 setup.exe errors and cygwin.bat/bash anomalies

2010-09-06 Thread Andy Koppe
On 7 September 2010 03:23, Monte Cabet wrote:  I get quite unique experiences with the new update. First, it didn't like to fulfill the dependencies, though it did state they were needed. To somewhat explain what I mean, I would do the very basic install and it would say that some files are

Re: Cygwin slow on x64 systems

2010-09-06 Thread Christopher Faylor
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 03:19:15PM -0500, Heath Kehoe wrote: If I put the original cygwin1.dll