Re: bash-4.2 and symlink to folder that turns to be not executable

2011-08-02 Thread Denis Excoffier
On Tue, Aug 02, 2011 at 07:53:44AM +0159, Denis Excoffier wrote: On Mon, Aug 01, 2011 at 07:02:48PM +0200, Corinna Vinschen wrote: Ouch. I made a mistake in a bracket term in faccessat. Fixed in CVS. Thanks for following up with more testing. I tried to compile the cygwin sources and it

[ANNOUNCEMENT] Updated: gmp-4.3.2-1

2011-08-02 Thread David Billinghurst
I have released a new version of the gmp library for arbitrary precision arithmetic. The new release is the final release in the 4.3 series. Homepage: http://gmplib.org/ Upstream fixes for issues in 4.3.1 http://gmplib.org/oldrel/ * The function mpf_eq has several bugs. * For extremely

Re: [ANNOUNCEMENT] Updated: gdb-7.3.50-1

2011-08-02 Thread Yaakov (Cygwin/X)
On Sun, 2011-07-31 at 13:59 -0400, Christopher Faylor wrote: As usual, I forgot an item of news that I wanted to impart a second after hitting 'y'. For those who follow this type of thing, gdb now has a python scripting interface. That is not turned on in this Cygwin release, primarily

Re: perl 5.14.1 update?

2011-08-02 Thread Reini Urban
2011/8/1 Philip Kime philk...@kime.org.uk: Any update on likely release of perl 5.14.1? not ready yet. still having rebase troubles -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

sshd failes allocating /dev/tty[0-9]

2011-08-02 Thread Alexey Luchko
Cygwin Configuration Diagnostics atteched. Maybe crank up the debugging flags to maximum? I assume sshd is still stopped from your last run of sshd -d. If that doesn't sound right to you, you may want to investigate why it's not running now. sshd was stopped while that run because it did

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Csaba, Csaba Raduly wrote: On Mon, Aug 1, 2011 at 8:49 AM, Sebastien Vauban  wrote: Andrey Repin wrote: Moreover, the very first line is wrong. Must be alias vpnup='exec sudo openvpn --config $HOME/config/client.vpn --writepid /tmp/openvpn.pid ' that's where his problem began, IMO.

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Corinna, Corinna Vinschen wrote: On Aug 1 08:46, Sebastien Vauban wrote: Corinna Vinschen wrote: alias vpnup='exec sudo openvpn --config ~/config/client.vpn --writepid /tmp/openvpn.pid ' While this worked perfectly under Ubuntu, I've had to make up a customized version for

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Corinna Vinschen, Corinna Vinschen wrote: How is that different from using a drive letter like C:? The best you can do is to create a mount point(*) under Cygwin which has the same path as under Ubuntu. Then, just use the same POSIX paths on both systems. As I put all my files starting at

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Thorsten, Thorsten Kampe wrote: * Sebastien Vauban (Mon, 01 Aug 2011 08:46:52 +0200) My goal is to have just 1 alias that would work both under Win32 (Cygwin) and Ubuntu Why don't have simply put your alias definitions in if [[ $OSTYPE = cygwin ]]; then else? Because I really want one

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Csaba, Sebastien Vauban wrote: Csaba Raduly wrote: On Mon, Aug 1, 2011 at 8:49 AM, Sebastien Vauban  wrote: Andrey Repin wrote: Moreover, the very first line is wrong. Must be alias vpnup='exec sudo openvpn --config $HOME/config/client.vpn --writepid /tmp/openvpn.pid ' that's where

Re: bzr completely broken?

2011-08-02 Thread Andrew Schulman
My host got reimaged, and I reinstalled Cygwin. Now bzr is broken again: $ bzr st 11 [main] python 4024 C:\cygwin\bin\python.exe: *** fatal error - unable to remap \\?\C:\cygwin\lib\python2.6\lib-dynload\time.dll to same address as parent: 0xDC != 0xFD 12 [main]

Re: bzr completely broken?

2011-08-02 Thread Christopher Faylor
On Tue, Aug 02, 2011 at 09:23:48AM -0400, Andrew Schulman wrote: My host got reimaged, and I reinstalled Cygwin. Now bzr is broken again: $ bzr st 11 [main] python 4024 C:\cygwin\bin\python.exe: *** fatal error - unable to remap \\?\C:\cygwin\lib\python2.6\lib-dynload\time.dll to

Re: perl 5.14.1 update?

2011-08-02 Thread Reini Urban
2011/8/2 Francois Isabelle: Hi I don't have too much experience with building perl on CYGWIN, but I'd probably be able to help if you can take a minute to explain your problems and what needs to be done to fix them Sorry Francois, I don't think so. 2011/8/1 Philip Kime: Any update on

Re: bzr completely broken?

2011-08-02 Thread Andrew Schulman
$ rebaseall ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6 Something still using cygcrypt-0.dll? Good thought, but no. I stopped all Cygwin processes, since rebaseall wouldn't run with them running. Also TaskInfo confirms that no Cygwin processes are running,

Re: bzr completely broken?

2011-08-02 Thread Christopher Faylor
On Tue, Aug 02, 2011 at 10:07:42AM -0400, Andrew Schulman wrote: $ rebaseall ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6 Something still using cygcrypt-0.dll? Good thought, but no. I stopped all Cygwin processes, since rebaseall wouldn't run with them running.

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Corinna Vinschen
On Aug 2 14:22, Sebastien Vauban wrote: Hi Corinna Vinschen, Corinna Vinschen wrote: How is that different from using a drive letter like C:? The best you can do is to create a mount point(*) under Cygwin which has the same path as under Ubuntu. Then, just use the same POSIX paths on

Re: bzr completely broken?

2011-08-02 Thread Corinna Vinschen
On Aug 2 10:07, Andrew Schulman wrote: $ rebaseall ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6 Something still using cygcrypt-0.dll? Good thought, but no. I stopped all Cygwin processes, since rebaseall wouldn't run with them running. Also TaskInfo

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Eliot Moss
On 8/2/2011 8:24 AM, Sebastien Vauban wrote: Hi Thorsten, Thorsten Kampe wrote: * Sebastien Vauban (Mon, 01 Aug 2011 08:46:52 +0200) My goal is to have just 1 alias that would work both under Win32 (Cygwin) and Ubuntu Why don't have simply put your alias definitions in if [[ $OSTYPE =

Re: cygwin permissions problem on a network drive

2011-08-02 Thread spambouncer
On Jul 6 11:43, Bill Metzenthen wrote: Corinna Vinschen wrote: If I now try to use cygwin to create anything then it fails (despite it reporting that I have rwx permissions for the directory): For now, set the mount point for this drive to noacl. If you're accessing the share

git-svn hang starting with 20110721 snapshot.

2011-08-02 Thread David Rothenberger
I use git-svn extensively in my day-to-day work, and I noticed with recent snapshots that some of the git-svn commands are hanging. I narrowed it down to the 20110721 snapshot. 20110713 is the last one that works fine. I realize this isn't exactly a STC, but I don't have the time right now to

Re: bzr completely broken?

2011-08-02 Thread Andrew Schulman
On Aug 2 10:07, Andrew Schulman wrote: $ rebaseall ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6 Something still using cygcrypt-0.dll? Good thought, but no. I stopped all Cygwin processes, since rebaseall wouldn't run with them running. Also

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Thorsten Kampe
* Eliot Moss (Tue, 02 Aug 2011 11:40:44 -0400) On 8/2/2011 8:24 AM, Sebastien Vauban wrote: Thorsten Kampe wrote: * Sebastien Vauban (Mon, 01 Aug 2011 08:46:52 +0200) My goal is to have just 1 alias that would work both under Win32 (Cygwin) and Ubuntu Why don't have simply put your

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Christopher Faylor
On Tue, Aug 02, 2011 at 10:04:43PM +0200, Thorsten Kampe wrote: * Eliot Moss (Tue, 02 Aug 2011 11:40:44 -0400) On 8/2/2011 8:24 AM, Sebastien Vauban wrote: Thorsten Kampe wrote: * Sebastien Vauban (Mon, 01 Aug 2011 08:46:52 +0200) My goal is to have just 1 alias that would work both under

Re: sshd failes allocating /dev/tty[0-9]

2011-08-02 Thread Larry Hall (Cygwin)
On 8/2/2011 7:32 AM, Alexey Luchko wrote: Cygwin Configuration Diagnostics atteched. Maybe crank up the debugging flags to maximum? I assume sshd is still stopped from your last run of sshd -d. If that doesn't sound right to you, you may want to investigate why it's not running now.

Re: cygwin permissions problem on a network drive

2011-08-02 Thread Larry Hall (Cygwin)
On 8/2/2011 12:10 PM, spamboun...@gmx.de wrote: On Jul 6 11:43, Bill Metzenthen wrote: Corinna Vinschen wrote: If I now try to use cygwin to create anything then it fails (despite it reporting that I have rwx permissions for the directory): For now, set the mount point for this drive to

Re: bzr completely broken?

2011-08-02 Thread Daniel Colascione
On 6/6/2011 9:01 AM, Andrew Schulman wrote: Am I right that bzr is just completely broken in Cygwin? If so, is there an ETA to get it fixed? My bzr is 2.3.1-1, in Cygwin 1.7.9. No matter what bzr command I run, I always get the same result: As a quick workaround, you can delete all the

Show GNU screen captions inside of mintty

2011-08-02 Thread Eric Pruitt
When using mintty with GNU screen, all status messages (captions) are shown in the title bar instead of the interior of the terminal. I originally found this feature quite nifty, but now that I use an always-on caption for screen, it means that I end up losing visibility of the window title and

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Charles Wilson
On 8/2/2011 9:30 PM, Eric Pruitt wrote: When using mintty with GNU screen, all status messages (captions) are shown in the title bar instead of the interior of the terminal. I originally found this feature quite nifty, but now that I use an always-on caption for screen, it means that I

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Eric Pruitt
On Tue, Aug 02, 2011 at 10:58:41PM -0400, Charles Wilson wrote: On 8/2/2011 9:30 PM, Eric Pruitt wrote: When using mintty with GNU screen, all status messages (captions) are shown in the title bar instead of the interior of the terminal. I originally found this feature quite nifty,

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Charles Wilson
On 8/2/2011 11:10 PM, Eric Pruitt wrote: I want, albeit not with the formatting options I'll. Could you explain how and why that works? Nope, I flushed that Domain Specific Language from my short term memory after getting it to work as I wanted. I'd just be regurgitating the Fine Manual for

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Eric Pruitt
On Wed, Aug 03, 2011 at 12:35:10AM -0400, Charles Wilson wrote: On 8/2/2011 11:10 PM, Eric Pruitt wrote: I want, albeit not with the formatting options I'll. Could you explain how and why that works? Nope, I flushed that Domain Specific Language from my short term memory after getting

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Andy Koppe
On 3 August 2011 05:50, Eric Pruitt wrote: On Wed, Aug 03, 2011 at 12:35:10AM -0400, Charles Wilson wrote: On 8/2/2011 11:10 PM, Eric Pruitt wrote:  I want, albeit not with the formatting options I'll. Could you explain how and why that works? Nope, I flushed that Domain Specific Language

Re: [RFU] ppl-0.11.2-1

2011-08-02 Thread Yaakov (Cygwin/X)
On Tue, 2011-08-02 at 15:36 +1000, David.Billinghurst wrote: ppl-0.11.2-1 is available for upload. This is a new upstream release built against gmp-4.3.2-1 It is backward compatible with ppl-0.10.2-1. That's not possible. Comparing the import libraries shows ABIs were removed/renamed

Re: [RFU] cloog-ppl-0.15.11-1

2011-08-02 Thread Yaakov (Cygwin/X)
On Tue, 2011-08-02 at 15:45 +1000, David.Billinghurst wrote: cloog-ppl-0.15.11-1 is available for upload. It is a new upstream release built against gmp-4.3.2-1 and ppl-0.11.2-1. It is backward compatible with the previous release Per my last message, please hold off uploading this.

Re: [RFU] ppl-0.11.2-1

2011-08-02 Thread David Billinghurst
On 2/08/2011 5:10 PM, Yaakov (Cygwin/X) wrote: On Tue, 2011-08-02 at 15:36 +1000, David.Billinghurst wrote: ppl-0.11.2-1 is available for upload. This is a new upstream release built against gmp-4.3.2-1 It is backward compatible with ppl-0.10.2-1. That's not possible. Comparing the import

Re: [RFU] ppl-0.11.2-1

2011-08-02 Thread Yaakov (Cygwin/X)
On Tue, 2011-08-02 at 18:14 +1000, David Billinghurst wrote: On 2/08/2011 5:10 PM, Yaakov (Cygwin/X) wrote: On Tue, 2011-08-02 at 15:36 +1000, David.Billinghurst wrote: ppl-0.11.2-1 is available for upload. This is a new upstream release built against gmp-4.3.2-1 It is backward

Re: 256x256 px icons

2011-08-02 Thread Andy Koppe
On 1 August 2011 21:05, Andy Koppe wrote: On 1 August 2011 09:07, Corinna Vinschen wrote: On Jul 31 21:21, Andy Koppe wrote: On 30 July 2011 21:22, Andy Koppe wrote: On 30 July 2011 19:36, Corinna Vinschen wrote: On Jul 29 21:29, Andy Koppe wrote: Attached is my take on this, with 64x64,

Re: 256x256 px icons

2011-08-02 Thread Corinna Vinschen
On Aug 2 15:49, Andy Koppe wrote: On 1 August 2011 21:05, Andy Koppe wrote: On 1 August 2011 09:07, Corinna Vinschen wrote: On Jul 31 21:21, Andy Koppe wrote: On 30 July 2011 21:22, Andy Koppe wrote: On 30 July 2011 19:36, Corinna Vinschen wrote: On Jul 29 21:29, Andy Koppe wrote:

Re: 256x256 px icons

2011-08-02 Thread Charles Wilson
On 8/2/2011 11:24 AM, Corinna Vinschen wrote: I guess we're getting close to the end result now. So, how are you (Andy, Corinna) planning to handle the .ico file(s) themselves? Are you 1. (Andy) planning to put it/them into the mintty executable as resource(s), 2. ship the .ico file(s) in '/'

Re: 256x256 px icons

2011-08-02 Thread Corinna Vinschen
On Aug 2 11:45, Charles Wilson wrote: On 8/2/2011 11:24 AM, Corinna Vinschen wrote: I guess we're getting close to the end result now. So, how are you (Andy, Corinna) planning to handle the .ico file(s) themselves? Are you 1. (Andy) planning to put it/them into the mintty executable as

Re: 256x256 px icons

2011-08-02 Thread Andy Koppe
On 2 August 2011 17:06, Corinna Vinschen wrote: On Aug  2 11:45, Charles Wilson wrote: On 8/2/2011 11:24 AM, Corinna Vinschen wrote: I guess we're getting close to the end result now. So, how are you (Andy, Corinna) planning to handle the .ico file(s) themselves?  Are you 1. (Andy)

Re: [PATCH] clock_nanosleep(2)

2011-08-02 Thread Corinna Vinschen
On Aug 1 23:09, Yaakov (Cygwin/X) wrote: On Sun, 2011-07-31 at 10:24 +0200, Corinna Vinschen wrote: anything new from the clock_nanosleep frontier? Sorry, I've been having elusive problems with CVS HEAD that have been making it hard to test my patch. Here's what I have so far, FWIW. So

Updated: gmp-4.3.2-1

2011-08-02 Thread David Billinghurst
I have released a new version of the gmp library for arbitrary precision arithmetic. The new release is the final release in the 4.3 series. Homepage: http://gmplib.org/ Upstream fixes for issues in 4.3.1 http://gmplib.org/oldrel/ * The function mpf_eq has several bugs. * For extremely