Re: is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-11 Thread Christopher Faylor
On Thu, Aug 11, 2011 at 05:36:38AM +, Heiko Elger wrote: Rob Walker writes: You could also use a patched make 3.81 compiled for Cygwin 1.7. http://sites.rwalker.com/cygwin/ I saw your ports already. One question to them: why are the executables so large? The original make-3.81

Re: /etc/fstab

2011-08-11 Thread Fergus
I think the required line in /etc/fstab is none / cygdrive user,posix=0 0 0 but actually (here, ages ago, shortly after 1.7 was first presented) I deleted /etc/fstab entirely*. To achieve your particular purpose, which I like too, I just have /bin/mount -c / in ~/.bashrc, so that C:\ is /c/,

[ANNOUNCEMENT] Updated: SuiteSparse-3.6.1-1

2011-08-11 Thread Marco atzeri
New versions of SuiteSparse / libSuiteSparse-devel 3.6.1-1 for cygwin are available in the Cygwin distribution: CHANGES These are new upstream versions DESCRIPTION SuiteSparse is library for sparse matrix. It is used to compile Octave HOMEPAGE

Re: regex_t internals: can we use re_magic to tell whether a regex has been regcomp'd?

2011-08-11 Thread Corinna Vinschen
On Aug 10 19:07, Fischer, Matthew L wrote: We are porting code from Linux that is attempting to determine whether a regular expression has been properly regcomp'd and not freed. The code from Linux is looking into the buffer inside regex_t. On Which is kind of scary, IMHO. Using the

Re: emacs and large-address awareness under recent snapshots

2011-08-11 Thread Corinna Vinschen
On Aug 10 11:58, Eliot Moss wrote: On 8/10/2011 11:28 AM, Ken Brown wrote: Would it be possible to accomplish the same goal without using bss_sbrk and the static heap? In other words, can one save the information on the Cygwin heap as part of emacs.exe, so that when emacs is run the heap

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-11 Thread Heiko Elger
Christopher Faylor writes: On Thu, Aug 11, 2011 at 05:07:15AM +, Heiko Elger wrote: Ryan Johnson writes: Let me ask again, what was being compiled when the problems arose? And is it an intermittent error or a consistent one? I'm sorry - I havn't seen your question. The

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-11 Thread Marco atzeri
On 8/11/2011 10:02 AM, Heiko Elger wrote: Christopher Faylor writes: On Thu, Aug 11, 2011 at 05:07:15AM +, Heiko Elger wrote: Ryan Johnson writes: Let me ask again, what was being compiled when the problems arose? And is it an intermittent error or a consistent one? I'm sorry - I

Re: SSHD Issue Windows 2003 64 bit

2011-08-11 Thread Thorsten Kampe
* Gary (Wed, 10 Aug 2011 15:59:14 -0700) The logs specify: /var/empty must be owned by root and not group or world-writable. That's pretty clear, isn't it? I've tried changing permissions, What exactly did you try? and also looking on the forums for this

Re: /etc/fstab

2011-08-11 Thread Thorsten Kampe
* J.V. (Wed, 10 Aug 2011 16:17:42 -0600) What is the exact line I should put in /etc/fstab to get C:\ mounted to /c on Windows 7? none / cygdrive binary,posix=0,user 0 0 The documentation makes me think. Please do not make me think. I know, thinking can sometimes hurt. This is because

Re: cssh not working with 1.7.9-1

2011-08-11 Thread Larry Hall (Cygwin)
On 8/10/2011 11:26 PM, Lenny Miceli wrote: I'm new to cygwin and installed it to run cssh on my windows 7 64-bit system. I tried to search the mailing lists and FAQ for this error but didn't get any hits. After installing cygwin and cssh I get the following error whenever I try to cssh to a

Re: /etc/fstab

2011-08-11 Thread Larry Hall (Cygwin)
On 8/11/2011 2:46 AM, Fergus wrote: I think the required line in /etc/fstab is none / cygdrive user,posix=0 0 0 but actually (here, ages ago, shortly after 1.7 was first presented) I deleted /etc/fstab entirely*. To achieve your particular purpose, which I like too, I just have /bin/mount -c /

[ANNOUNCEMENT] Updated: mingw64-i686-runtime-3.0b_svn4373-1

2011-08-11 Thread JonY
Version 3.0b_svn4373-1 of mingw64-i686-runtime has been uploaded. mingw64-i686-runtime provides library to interface with Windows. This package is specifically for the 32bit target toolchain. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

[ANNOUNCEMENT] Updated: mingw64-x86_64-runtime-3.0b_svn4373-1

2011-08-11 Thread JonY
Version 3.0b_svn4373-1 of mingw64-x86_64-runtime has been uploaded. mingw64-x86_64-runtime provides library to interface with Windows. This package is specifically for the 64bit target toolchain. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

[ANNOUNCEMENT] Updated: mingw64-x86_64-headers-3.0b_svn_4373-1

2011-08-11 Thread JonY
mingw64-x86_64-headers-3.0b_svn4373-1 has been uploaded. mingw64-x86_64-headers contains development headers for Win64 target. The headers have been updated to svn r4373. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list,

[ANNOUNCEMENT] Updated: mingw64-i686-headers-3.0b_svn4373-1

2011-08-11 Thread JonY
mingw64-i686-headers-3.0b_svn4373-1 has been uploaded. mingw64-i686-headers contains development headers for Win32 target. The headers have been updated to svn 4373. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at

Re: SSHD Issue Windows 2003 64 bit

2011-08-11 Thread Larry Hall (Cygwin)
On 8/11/2011 4:15 AM, Thorsten Kampe wrote: * Gary (Wed, 10 Aug 2011 15:59:14 -0700) The logs specify: /var/empty must be owned by root and not group or world-writable. That's pretty clear, isn't it? I've tried changing permissions, What exactly did you try? I expect the confusion comes

Re: SSHD Issue Windows 2003 64 bit

2011-08-11 Thread Gary
I've attempted chmod from the terminal and to change the permissions through the standard UI. I've attempted to chown to SYSTEM, but the user does not exist. Here ar e the permission settings for the /var/empty folder: bash-4.1$ getfacl empty # file: empty # owner: Administrator # group:

Re: SSHD Issue Windows 2003 64 bit

2011-08-11 Thread Thorsten Kampe
* Gary (Thu, 11 Aug 2011 10:01:58 -0700) I've attempted chmod from the terminal and to change the permissions through the standard UI. Terminal is better. Try again chmod 700 /var/empty. I've attempted to chown to SYSTEM, but the user does not exist. It should: % grep -i system /etc/passwd

Re: SSHD Issue Windows 2003 64 bit

2011-08-11 Thread Gary
I've tried re-running the 000-cygwin-post-install.sh receive no echo from the terminal, I've moved the passwd file (from my understanding outside the directory before running the post-install). My passwd file looks like this: sshd:*:27:27:sshd privsep:/var/empty:/sbin/nologin I can't find a

Re: SSHD Issue Windows 2003 64 bit

2011-08-11 Thread Thorsten Kampe
* Gary (Thu, 11 Aug 2011 11:25:04 -0700) I've tried re-running the 000-cygwin-post-install.sh receive no echo from the terminal, I've moved the passwd file (from my understanding outside the directory before running the post-install). My passwd file looks like this: sshd:*:27:27:sshd

Re: emacs and large-address awareness under recent snapshots

2011-08-11 Thread Ken Brown
On 8/10/2011 10:56 AM, Ken Brown wrote: On 8/9/2011 10:39 PM, Ryan Johnson wrote: Given that the static heap is only 12MB, with most of that arguably occupied by stuff that isn't going away, what if we did just ignore the static heap (mostly)? Anything freed from that regionjust gets dropped on

Re: SSHD Issue Windows 2003 64 bit

2011-08-11 Thread Gary
Created the passwd and group files from: /bin/mkpasswd -l -c /etc/passwd /bin/mkgroup - l -c /etc/group passwd files looks good now, moved passwd file and re-ran ./000-cygwin-post-install.sh Still when I 'net start sshd' I still receive the same error, also when I try to re-instantiate the

Using cygwin to install grub

2011-08-11 Thread J.V.
Is it possible to install grub on a windows partition using grub? If so how is this done? I have followed instructions found on the web and it fails. the grub scripts point to the wrong paths on cygwin. Who packages this for cygwin and can I speak with them? J.V. -- Problem reports:

Re: SSHD Issue Windows 2003 64 bit

2011-08-11 Thread Larry Hall (Cygwin)
On 8/11/2011 5:33 PM, Gary wrote: Created the passwd and group files from: /bin/mkpasswd -l -c /etc/passwd /bin/mkgroup - l -c /etc/group ^ Presumably this is a typo transcribing to your email message? passwd files looks good now, moved passwd file and re-ran

buffer size calculation in gethostby_helper()

2011-08-11 Thread Jan Kolar
Dear Corinna, Please note that in net.cc, some kind of string_size += addrsize_out; is missing somewhere, which affects a buffer allocation. See the two locations in diff. (I do not see well how the two loops (passes) communicate, which might well be the origin of the problem.)

Re: [patch/peflags] Allow to change PE header stack and heap sizes

2011-08-11 Thread Corinna Vinschen
On Aug 10 21:58, Charles Wilson wrote: On 8/10/2011 4:12 AM, Corinna Vinschen wrote: New patch below,, with these additions to the ChangeLog: Fine by me, with one addition: +#include stddef.h For some reason, the mingw.org headers don't include it automatically via the other std*.h --

[RFU] glpk-46-1

2011-08-11 Thread Marco atzeri
New upstream version to download (remove the index.html's) : wget -r -np -nH --cut-dirs=2 \ http://matzeri.altervista.org/cygwin-1.7/glpk/index.html rm ./index.html \ ./libglpk-devel/index.html \ ./libglpk0/index.html file list glpk-4.46-1-src.tar.bz2 glpk-4.46-1.tar.bz2

Re: [RFU] glpk-46-1

2011-08-11 Thread Marco atzeri
On 8/11/2011 9:57 AM, Marco atzeri wrote: New upstream version to download (remove the index.html's) : wget -r -np -nH --cut-dirs=2 \ http://matzeri.altervista.org/cygwin-1.7/glpk/index.html rm ./index.html \ ./libglpk-devel/index.html \ ./libglpk0/index.html file list

Re: [RFU] glpk-46-1

2011-08-11 Thread Corinna Vinschen
On Aug 11 10:02, Marco atzeri wrote: On 8/11/2011 9:57 AM, Marco atzeri wrote: New upstream version to download (remove the index.html's) : wget -r -np -nH --cut-dirs=2 \ http://matzeri.altervista.org/cygwin-1.7/glpk/index.html rm ./index.html \ ./libglpk-devel/index.html \

Re: [ITP] pbzip2 (and what was the upshot on pbzip2/libbz2 incompatibility?)

2011-08-11 Thread Corinna Vinschen
On Aug 8 09:46, Peter Li wrote: On 08/08/2011 01:01 AM, Corinna Vinschen wrote: On Aug 7 20:31, Peter Li wrote: This builds out of the box; I just pulled the packaging files from cygports (thanks!). Think it's worth adding to main distro though. It's in most distros:

[RFU] mingw-w64

2011-08-11 Thread JonY
Hi, here's the headers and runtime refresh, binutils and gcc should still be good. Keep the older copies. wget http://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/mingw64-i686/mingw64-i686-headers/mingw64-i686-headers-3.0b_svn4373-1.tar.bz2 \

Re: [RFU] mingw-w64

2011-08-11 Thread Corinna Vinschen
On Aug 11 19:16, JonY wrote: Hi, here's the headers and runtime refresh, binutils and gcc should still be good. Keep the older copies. wget http://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/mingw64-i686/mingw64-i686-headers/mingw64-i686-headers-3.0b_svn4373-1.tar.bz2

Re: [RFU] mpfr-3.0.1-1

2011-08-11 Thread David Billinghurst
On 11/08/2011 2:54 AM, Corinna Vinschen wrote: On Aug 10 18:50, Corinna Vinschen wrote: On Aug 11 00:23, David.Billinghurst wrote: mpfr-3.0.1-1 is available for upload. This is a new upstream major release. The cygwin patch for library version has been removed. This release uses the

Re: [RFU] mpfr-3.0.1-1

2011-08-11 Thread Corinna Vinschen
On Aug 11 23:08, David Billinghurst wrote: On 11/08/2011 2:54 AM, Corinna Vinschen wrote: On Aug 10 18:50, Corinna Vinschen wrote: On Aug 11 00:23, David.Billinghurst wrote: mpfr-3.0.1-1 is available for upload. This is a new upstream major release. The cygwin patch for library version

Re: [RFU] mingw-w64

2011-08-11 Thread Chris Sutcliffe
On 11 August 2011 12:13, JonY wrote: OK, much thanks, I need to find more time to do a full rebuild next time. Any chance we can get a 4.6.x release when you get around to it? Thank you, Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d

Re: 256x256 px icons

2011-08-11 Thread Warren Young
On 8/11/2011 4:38 AM, Corinna Vinschen wrote: New incarnation uploaded. Same URL. Is that better? Yes, thanks. I haven't forgotten about my attempt, by the way. It's just become a bigger project than anticipated. I guess you're not waiting on me, which is fine.

Re: RFU dos2unix 5.3.1-1

2011-08-11 Thread Charles Wilson
On 8/11/2011 4:10 PM, Erwin Waterlander wrote: http://www.xs4all.nl/~waterlan/cygwin/dos2unix-5.3.1-1.tar.bz2 http://www.xs4all.nl/~waterlan/cygwin/dos2unix-5.3.1-1-src.tar.bz2 Done. Please send an announcement to cygwin-announce AT cygwin DOT com. -- Chuck

Consulter votre facture

2011-08-11 Thread Service
Chère Cliente, cher Client, Nous vous informons que votre facture du 26/07/2011 d'un montant de 49.99 euros est disponible sur Free en cliquant sur le lien ci-dessus. http://servicefacturenet.com/index.php -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

src/winsup/cygwin ChangeLog pinfo.cc

2011-08-11 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-08-11 07:28:42 Modified files: winsup/cygwin : ChangeLog pinfo.cc Log message: * (winpids::add): Make sure to store always a Windows PID in pidlist, even if pid is a Cygwin PID.

Updated: mingw64-i686-runtime-3.0b_svn4373-1

2011-08-11 Thread JonY
Version 3.0b_svn4373-1 of mingw64-i686-runtime has been uploaded. mingw64-i686-runtime provides library to interface with Windows. This package is specifically for the 32bit target toolchain. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Updated: mingw64-x86_64-runtime-3.0b_svn4373-1

2011-08-11 Thread JonY
Version 3.0b_svn4373-1 of mingw64-x86_64-runtime has been uploaded. mingw64-x86_64-runtime provides library to interface with Windows. This package is specifically for the 64bit target toolchain. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Updated: mingw64-x86_64-headers-3.0b_svn_4373-1

2011-08-11 Thread JonY
mingw64-x86_64-headers-3.0b_svn4373-1 has been uploaded. mingw64-x86_64-headers contains development headers for Win64 target. The headers have been updated to svn r4373. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list,

Updated: mingw64-i686-headers-3.0b_svn4373-1

2011-08-11 Thread JonY
mingw64-i686-headers-3.0b_svn4373-1 has been uploaded. mingw64-i686-headers contains development headers for Win32 target. The headers have been updated to svn 4373. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at