[Patch] Rebase: new switch --ephemeral

2012-06-13 Thread ASSI
I've implemented a new option that allows to temporarily rebase some files without messing up the rebase database. This is needed for instance when one compiles Perl modules with DLL and wants to test them in the build directory. I hope this can be implemented into the release version so that

Re: Anyone still using the expat 1.9.5 library? (cygexpat-0.dll)

2012-06-13 Thread Warren Young
On 6/12/2012 6:48 AM, marco atzeri wrote: still one. @ nrss That's owned by Jari Aalto, who appears to have gone MIA about three months ago. That's the date of his last post to cygwin-l. Also on this list, you'll find a couple of TTL-expired pings from Yaakov to him regarding some of

[ANNOUNCEMENT] Updated: expat 2.1.0-1

2012-06-13 Thread Warren Young
PACKAGE DESCRIPTION === Homepage: http://sourceforge.net/projects/expat/ License : MIT-like Expat is a C library for parsing XML, originally created and maintained by James Clark, but since 2001 taken over by a loose group of contributors. CYGWIN-SPECIFIC CHANGES SINCE LAST

GetLogicallProcessorInformation(Ex) is missing?

2012-06-13 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
Hi, Is there any reason why the API is missing from the CYGWIN's headers (/usr/include/win32api/*.h)? http://msdn.microsoft.com/en-us/library/windows/desktop/ms683194(v=vs.85).aspx Thanks, Anton Lavrentiev Contractor NIH/NLM/NCBI -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: GetLogicallProcessorInformation(Ex) is missing?

2012-06-13 Thread Earnie Boyd
On Wed, Jun 13, 2012 at 9:18 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Hi, Is there any reason why the API is missing from the CYGWIN's headers (/usr/include/win32api/*.h)? http://msdn.microsoft.com/en-us/library/windows/desktop/ms683194(v=vs.85).aspx Because no one has needed it or

Cygwin hanging at the end of the installation (quiet mode, Windows 2008)

2012-06-13 Thread Costin Caraivan
Hello, I'm trying to automate some Cygwin installations on Windows 2008 servers. The command I'm using is this: c:\kits\setup.exe -q -n -d -A -N -s ftp://ftp.iasi.roedu.net/pub/mirrors/cygwin.com -r C:\cygwin -l C:\cygwin\packages -P openssh,curl,wget,vim,zsh,git, rsync The installation itself is

FW: GetLogicallProcessorInformation(Ex) is missing?

2012-06-13 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
Thanks, but it seems like it's already there: http://sourceforge.net/tracker/?func=detailaid=3490471group_id=2435atid=102435 Anton Lavrentiev Contractor NIH/NLM/NCBI On Wed, Jun 13, 2012 at 9:18 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Hi, Is there any reason why the API is

Re: Expand stack in Cygwin

2012-06-13 Thread Robert Lewis
Thanks to all who wrote. Yes, the problem was that it should be Wl, not W1. (el not one) That makes the compiler happy, and actually solves the odd crashing I was getting. Robert H. Lewis Fordham University http://home.bway.net/lewis/ --- On Tue, 6/12/12, R Berber wrote: Subject: Re:

/bin and /lib mount points occasionally lost

2012-06-13 Thread richw
I occasionally find that cygwin is broken, and I find that /usr/bin and /usr/lib no longer are useful. The mount command (for which I need to type /bin/mount) shows nothing mounted there. I type the following two commands: mount c:/cygwin/bin /usr/bin mount c:/cygwin/lib /usr/lib and things work

Re: /bin and /lib mount points occasionally lost

2012-06-13 Thread Christopher Faylor
On Wed, Jun 13, 2012 at 10:19:42AM -0700, richw wrote: I occasionally find that cygwin is broken, and I find that /usr/bin and /usr/lib no longer are useful. The mount command (for which I need to type /bin/mount) shows nothing mounted there. I type the following two commands: mount

Re: Performance problems with emacs-X11 in current cygwin

2012-06-13 Thread Ken Brown
On 6/10/2012 8:45 PM, Ken Brown wrote: The bisection shows that the first problematic commit is this one: http://git.gnome.org/browse/glib/commit/?h=glib-2-32id=7eae486179e2799c369ed9ffcea663bf9161ce79 Author: Ryan Lortie de...@desrt.ca Date: Wed Aug 31 22:07:02 2011 -0400 GMain: simplify

Re: /bin and /lib mount points occasionally lost

2012-06-13 Thread richw
Christopher Faylor-8 wrote: On Wed, Jun 13, 2012 at 10:19:42AM -0700, richw wrote: I occasionally find that cygwin is broken, and I find that /usr/bin and /usr/lib no longer are useful. The mount command (for which I need to type /bin/mount) shows nothing mounted there. I type the following

Re: /bin and /lib mount points occasionally lost

2012-06-13 Thread marco atzeri
On 6/13/2012 9:47 PM, richw wrote: Christopher Faylor-8 wrote: On Wed, Jun 13, 2012 at 10:19:42AM -0700, richw wrote: I occasionally find that cygwin is broken, and I find that /usr/bin and /usr/lib no longer are useful. The mount command (for which I need to type /bin/mount) shows nothing

Re: Performance problems with emacs-X11 in current cygwin

2012-06-13 Thread Ken Brown
On 6/13/2012 2:40 PM, Ken Brown wrote: On 6/10/2012 8:45 PM, Ken Brown wrote: The bisection shows that the first problematic commit is this one: http://git.gnome.org/browse/glib/commit/?h=glib-2-32id=7eae486179e2799c369ed9ffcea663bf9161ce79 Author: Ryan Lortie de...@desrt.ca Date: Wed Aug

Re: Performance problems with emacs-X11 in current cygwin

2012-06-13 Thread Christopher Faylor
On Wed, Jun 13, 2012 at 05:07:17PM -0400, Ken Brown wrote: On 6/13/2012 2:40 PM, Ken Brown wrote: On 6/10/2012 8:45 PM, Ken Brown wrote: The bisection shows that the first problematic commit is this one:

Re: /bin and /lib mount points occasionally lost

2012-06-13 Thread richw
marco atzeri-4 wrote: On 6/13/2012 9:47 PM, richw wrote: Christopher Faylor-8 wrote: On Wed, Jun 13, 2012 at 10:19:42AM -0700, richw wrote: I occasionally find that cygwin is broken, and I find that /usr/bin and /usr/lib no longer are useful. The mount command (for which I need to

Re: /bin and /lib mount points occasionally lost

2012-06-13 Thread Warren Young
On 6/13/2012 11:19 AM, richw wrote: I occasionally find that cygwin is broken, and I find that /usr/bin and /usr/lib no longer are useful. It would help if you could pin down what you were doing before Cygwin breaks each time. Can you please search your entire hard drive for a second copy

Re: /bin and /lib mount points occasionally lost

2012-06-13 Thread richw
Warren Young wrote: On 6/13/2012 11:19 AM, richw wrote: I occasionally find that cygwin is broken, and I find that /usr/bin and /usr/lib no longer are useful. It would help if you could pin down what you were doing before Cygwin breaks each time. Can you please search your entire

Re: Performance problems with emacs-X11 in current cygwin

2012-06-13 Thread K Stahl
Thank you Ken for first providing a useable patch and then finding the problem! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: /bin and /lib mount points occasionally lost

2012-06-13 Thread Warren Young
On 6/13/2012 5:32 PM, richw wrote: What was I doing? I rebooted the computer. You're being pedantic. I mean, what program(s) did you run before you noticed Cygwin stopped working, causing you to reboot to fix it? I believe you are running something that fights with Cygwin somehow, and

Re: /bin and /lib mount points occasionally lost

2012-06-13 Thread richw
Warren Young wrote: On 6/13/2012 5:32 PM, richw wrote: What was I doing? I rebooted the computer. You're being pedantic. I mean, what program(s) did you run before you noticed Cygwin stopped working, causing you to reboot to fix it? I rebooted my computer because it was late and

Re: /bin and /lib mount points occasionally lost

2012-06-13 Thread Christopher Faylor
On Wed, Jun 13, 2012 at 06:21:13PM -0700, richw wrote: Warren Young wrote: On 6/13/2012 5:32 PM, richw wrote: What was I doing? I rebooted the computer. You're being pedantic. I mean, what program(s) did you run before you noticed Cygwin stopped working, causing you to reboot to fix

Updated: expat 2.1.0-1

2012-06-13 Thread Warren Young
PACKAGE DESCRIPTION === Homepage: http://sourceforge.net/projects/expat/ License : MIT-like Expat is a C library for parsing XML, originally created and maintained by James Clark, but since 2001 taken over by a loose group of contributors. CYGWIN-SPECIFIC CHANGES SINCE LAST