Re: [ITP] mingw-w64 Second try

2010-09-11 Thread JonY
On 9/10/2010 08:51, JonY wrote: On 9/10/2010 07:09, Charles Wilson wrote: On 9/9/2010 6:10 AM, JonY wrote: OK, we're amost there. binutils and runtime are GTG. gcc, headers, and pthreads are really close. Everything rebuilds from source fine, and the uploaded packages actually match the

Re: setup, upx, and TLS

2010-09-11 Thread Lapo Luchini
[previous message was sent to the wrong mailing list; a nice reminder not to write emails at 5:27 in the night...] Yaakov (Cygwin/X) 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

Re: setup, upx, and TLS

2010-09-11 Thread Corinna Vinschen
On Sep 11 10:23, Lapo Luchini wrote: http://lapo.it/cygwin/upx/setup.hint http://lapo.it/cygwin/upx/upx-3.07-1-src.tar.bz2 http://lapo.it/cygwin/upx/upx-3.07-1.tar.bz2 http://lapo.it/cygwin/monotone/monotone-0.48-1-src.tar.bz2 http://lapo.it/cygwin/monotone/monotone-0.48-1.tar.bz2

setup.exe compilation fix

2010-09-11 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi. I just tried to compile setup.exe from source and run into a problem in propsheet.cc. The names like PropSheet_SetCurSel() are macros and already contain the `::' resulting into `' and compile error. The attached patch fixes it for me.

src/winsup/cygwin Makefile.in autoload.cc crt0 ...

2010-09-11 Thread davek
CVSROOT:/cvs/src Module name:src Changes by: da...@sourceware.org2010-09-11 06:53:28 Modified files: winsup/cygwin : Makefile.in autoload.cc crt0.c cygwin.din posix.sgml ChangeLog winsup/cygwin/include/cygwin: version.h Added files:

src/winsup/cygwin ChangeLog fhandler_disk_file.cc

2010-09-11 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-09-11 10:58:42 Modified files: winsup/cygwin : ChangeLog fhandler_disk_file.cc Log message: * fhandler_disk_file.cc (fhandler_disk_file::rmdir): More thoroughly check the existence

src/winsup/doc new-features.sgml ChangeLog

2010-09-11 Thread davek
CVSROOT:/cvs/src Module name:src Changes by: da...@sourceware.org2010-09-11 11:42:16 Modified files: winsup/doc : new-features.sgml ChangeLog Log message: * new-features.sgml: Mention fenv support. Patches:

Re: [PATCH] Add fenv.h and support.

2010-09-11 Thread Corinna Vinschen
Hi Dave, On Sep 11 08:11, Dave Korn wrote: On 11/09/2010 06:10, Christopher Faylor wrote: On Sat, Sep 11, 2010 at 01:42:49AM +0100, Dave Korn wrote: On 10/09/2010 22:43, Christopher Faylor wrote: Looks nice to me with one HUGE caveat: Please maintain the pseudo-sorted order in

Re: [PATCH] Add fenv.h and support.

2010-09-11 Thread Dave Korn
On 11/09/2010 09:09, Corinna Vinschen wrote: Hi Dave, Morning! On Sep 11 08:11, Dave Korn wrote: So, I ended up committing it like so: Can you please add some words to doc/new-features.sgml? How's this look? winsup/doc/ChangeLog: * new-features.sgml: Mention fenv support.

Re: [PATCH] Add fenv.h and support.

2010-09-11 Thread Corinna Vinschen
On Sep 11 12:22, Dave Korn wrote: On 11/09/2010 09:09, Corinna Vinschen wrote: Hi Dave, Morning! On Sep 11 08:11, Dave Korn wrote: So, I ended up committing it like so: Can you please add some words to doc/new-features.sgml? How's this look? winsup/doc/ChangeLog:

Re: setup, upx, and TLS

2010-09-11 Thread Lapo Luchini
Lapo Luchini wrote: I've packaged upx Wrong mailing list, sorry for the noise. -- Lapo Luchini - http://lapo.it/ “It is dangerous to be right when the government is wrong.” (Voltaire) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: 1.7.5: Occasional failure of CreatePipe or signal handing due to thread-unsafe code in cwdstuff::set

2010-09-11 Thread Corinna Vinschen
On Sep 11 00:12, John Carey wrote: On Sep 04 02:26 Corinna Vinschen wrote: The problem only starts with Vista. I have no objections to use undocumented features, if they work. If there's any way to replace the cwd handle with our own *and* keep the Win32 API happy, I'll take it. I

Re: Oddities with file deletion on CIFS drive

2010-09-11 Thread Corinna Vinschen
On Sep 10 10:48, Quanah Gibson-Mount wrote: --On Friday, September 10, 2010 7:09 PM +0200 Corinna Vinschen wrote: Let me know if there is anything else I can provide. I'm not sure. I don't think so. The problem is that the unlink(2) function in Cygwin does not get any error code from any

New issue on x64 Win7 box

2010-09-11 Thread Kai Tietz
Hello, with recent cygwin version (cygwin1.dll 1.7.7 (1007.7.0.0)) I get while building gcc the following error message: /home/ktietz/source/rth/gcc/buildw64/./gcc/as: fork: Resource temporarily unavaiable. This behavior is new as with older version I didn't saw this problem. Is this an already

Re: rm -r removes directory but reports cannot remove 'dir', directory not empty

2010-09-11 Thread Corinna Vinschen
On Sep 10 23:32, Saurabh T wrote: What is that I: drive? What does `mount' print as filesystem type of /cygdrive/i, and what does `/usr/lib/csih/getVolInfo /cygdrive/i' print(*)? I assume I: is not Samba, right? Corinna mount shows: I: on /cygdrive/i type cifs

Re: 1.7.5: Occasional failure of CreatePipe or signal handing due to thread-unsafe code in cwdstuff::set

2010-09-11 Thread Corinna Vinschen
Btw... On Sep 11 00:12, John Carey wrote: // The real SetCurrentDirectory () implementation calls // a non-exported function that appears to expand relative // paths to absolute paths and convert / to \. It might // also do other things. Isn't that just one of

Re: New issue on x64 Win7 box

2010-09-11 Thread Charles Wilson
On 9/11/2010 6:41 AM, Kai Tietz wrote: with recent cygwin version (cygwin1.dll 1.7.7 (1007.7.0.0)) I get while building gcc the following error message: /home/ktietz/source/rth/gcc/buildw64/./gcc/as: fork: Resource temporarily unavaiable. This behavior is new as with older version I didn't

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

2010-09-11 Thread mike marchywka
On 9/8/10, Eric Blake ebl...@russianhut.comie wrote: On 09/08/2010 09:24 AM, Larry Hall (Cygwin) wrote: To somewhat sooth your curiousity, Windows (or perhaps it's more accurate to say NTFS) ain't great with directories with a large number of files. I expect you would be less than impressed

Re: How to get a script file to use bash and ssh

2010-09-11 Thread Michael Ludwig
PaulHR schrieb am 02.09.2010 um 12:10 (-0700): I want to create script files that are not bound to my user id. I want to create over 20 different scripts files, one for each server I manage. I have uploaded keys to each server. So all I should have to is enter is the ssh command

Re: OpenGL linking problems

2010-09-11 Thread Marco Atzeri
--- Mer 8/9/10, Jon TURNEY ha scritto: On 08/09/2010 13:53, David Doria wrote: Oh, I guess you have a makefile generated by cmake? In which case you need make VERBOSE=1 to get it to show you what it is doing. Ok, now there is some useful output. I see an -lGL, what else should I

Question marks in localized man pages

2010-09-11 Thread Ilya Basin
Hi. My default LANG is C.UTF-8. If I change it to ru.UTF-8, all non-ascii characters in man pages are displayed as question marks. I found that on Linux before going to nroff, the unzipped man page is first piped through /usr/bin/preconv that escapes non-ascii chars: vim \- Vi IMproved

Re: Question marks in localized man pages

2010-09-11 Thread Andy Koppe
On Saturday, September 11, 2010, Ilya Basin wrote: Hi. My default LANG is C.UTF-8. If I change it to ru.UTF-8, all non-ascii characters in man pages are displayed as question marks. ru.UTF-8 isn't a valid locale setting; you need a territory in there as well, e.g. ru_RU.UTF-8, otherwise you end

Re[2]: Question marks in localized man pages

2010-09-11 Thread Ilya Basin
AK On Saturday, September 11, 2010, Ilya Basin wrote: Hi. My default LANG is C.UTF-8. If I change it to ru.UTF-8, all non-ascii characters in man pages are displayed as question marks. AK ru.UTF-8 isn't a valid locale setting; you need a territory in there AK as well, e.g. ru_RU.UTF-8,

Re: ***Fatal error couldn't allocate heap win 32 error 487***

2010-09-11 Thread Reini Urban
2010/9/10 Larry Hall (Cygwin): On 9/10/2010 3:14 PM, Sridhar Balasubramanian wrote: For the past few days, i have been facing this particular problem with cygwin:-- I have a perl script to convert .pgm files to .tif file. It used to be working perfectly fine through cygwin bash shell.