[RFU 1.7] mpclib-0.6-1

2009-04-27 Thread David Billinghurst
David Billinghurst wrote: Yaakov (Cygwin/X) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David Billinghurst wrote: mpc-0.6-1 for cygwin-1.7 is available for upload. This package is built over gmp-4.3.0-1 and mpfr-2.4.1-3 using gcc-4. The package name mpc is traditionally

Re: Update config.guess to treat cygwin 1.7 as new system name

2009-04-27 Thread Ben Elliston
Hi Eric On Thu, Feb 26, 2009 at 09:50:58PM -0700, Eric Blake wrote: The upcoming Cygwin 1.7.0 release adds so many APIs and improves so much functionality that it probably deserves a separate designation in config.guess. For reference, notice the size of the most recent beta announcement:

Re: [ANNOUNCEMENT] Updated: rxvt-20050409-10

2009-04-27 Thread Andy Koppe
o Use cygutils to create shortcuts in Start Menu I'm afraid the shortcuts don't work, because they have a rogue backslash and newline in the target: C:\bin\run.exe /usr/bin/rxvt.exe -display :0 -fn Lucida Console-14 \ -tn rxvt-cygwin-native -e /bin/bash --login C:\bin\run.exe

Re: Update config.guess to treat cygwin 1.7 as new system name

2009-04-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ben Elliston on 4/27/2009 12:47 AM: The upcoming Cygwin 1.7.0 release adds so many APIs and improves so much functionality that it probably deserves a separate designation in config.guess. For reference, notice the size of the most

Post-Install Scripts: chmod 755 /var doesn't work

2009-04-27 Thread K.C. Lee
Hi: I'm trying to make a unattended installation of cygwin including openssh server. For some reason I have to excute the following 2 lines and I write them into some /etc/postinstall/xxx.sh and compress it as .tar.bz2 file chmod +r /etc/passwd chmod +r /etc/group But this didn't work. Then I

git-svn does not work

2009-04-27 Thread Igor Mikushkin
Hello all! When I try to use git-svn installed with cygwin I get the following error: $ git svn Can't locate SVN/Core.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10 /usr/lib/perl5/5.10/i686-cygwin /usr/lib/perl5/5.10 /usr/lib/perl5/site_perl/5.10/i686-cygwin

Re: git-svn does not work

2009-04-27 Thread Dave Korn
Igor Mikushkin wrote: Hello all! When I try to use git-svn installed with cygwin I get the following error: $ git svn Can't locate SVN/Core.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10 /usr/lib/perl5/5.10/i686-cygwin /usr/lib/perl5/5.10

Re: git-svn does not work

2009-04-27 Thread Igor Mikushkin
2009/4/27 Dave Korn dave.korn.cyg...@googlemail.com: Igor Mikushkin wrote: Hello all! When I try to use git-svn installed with cygwin I get the following error: $ git svn Can't locate SVN/Core.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10 /usr/lib/perl5/5.10/i686-cygwin

Re: git-svn does not work

2009-04-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave Korn on 4/27/2009 6:55 AM: Could you please give me a workaround if you know any. I think you need to install the subversion-perl package. Thanks for the hint; I'll update my setup.hint accordingly. - -- Don't work too hard,

RE: Post-Install Scripts: chmod 755 /var doesn't work

2009-04-27 Thread Thrall, Bryan
K.C. Lee wrote on Monday, April 27, 2009 6:57 AM: I'm trying to make a unattended installation of cygwin including openssh server. For some reason I have to excute the following 2 lines and I write them into some /etc/postinstall/xxx.sh and compress it as .tar.bz2 file chmod +r

Re: Update config.guess to treat cygwin 1.7 as new system name

2009-04-27 Thread Dave Korn
Ben Elliston wrote: Hi Eric On Thu, Feb 26, 2009 at 09:50:58PM -0700, Eric Blake wrote: The upcoming Cygwin 1.7.0 release adds so many APIs and improves so much functionality that it probably deserves a separate designation in config.guess. For reference, notice the size of the most

[1.7] cygstart with non-ASCII arguments and UTF-8 locale don't work.

2009-04-27 Thread IWAMURO Motonori
Hi. cygstart with non-ASCII arguments and UTF-8 locale don't work on cygwin-1.7.0. ls -l total 1 -rw-rw-r-- 1 iwa None 7 Apr 28 00:22 αβγ.txt cygstart αβγ.txt Unable to start 'C:\cygwin-1.7\tmp\αβγ.txt': The specified file was not found. -- IWAMURO Motnori http://vmi.jp/ cygstart.patch

Re: Update config.guess to treat cygwin 1.7 as new system name

2009-04-27 Thread Christopher Faylor
On Mon, Apr 27, 2009 at 05:55:13AM -0600, Eric Blake wrote: According to Ben Elliston on 4/27/2009 12:47 AM: The upcoming Cygwin 1.7.0 release adds so many APIs and improves so much functionality that it probably deserves a separate designation in config.guess. For reference, notice the size

mintty and CTRL + -

2009-04-27 Thread Vincent R.
Hi, on unix terminals when I press CTRL + RIGHT_KEY or CTRL+LEFT_KEY, cursor move from one word to another which is very handy. It doesn't work on mintty and I am sad about it ... ;-) Usually CTRL+d allows me to exit from a terminal when logged in ssh for instance but it doesn't work either.

Re: mintty and CTRL + -

2009-04-27 Thread Andy Koppe
2009/4/27 Vincent R. on unix terminals when I press CTRL + RIGHT_KEY or CTRL+LEFT_KEY, cursor move from one word to another which is very handy. It doesn't work on mintty and I am sad about it ... ;-) You'll need to configure that behaviour in ~/.inputrc, the config file for the readline

Speclib problems

2009-04-27 Thread Ken Brown
Have the speclib problems been fixed as of cygwin 1.7.0-46? I'm trying to build texlive 2009, and it's failing as follows: - libtool: link: g++-4 -g -O2 -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -o xetex.exe

Re: mintty and CTRL + -

2009-04-27 Thread Dave Korn
Andy Koppe wrote: 2009/4/27 Vincent R. on unix terminals when I press CTRL + RIGHT_KEY or CTRL+LEFT_KEY, cursor move from one word to another which is very handy. It doesn't work on mintty and I am sad about it ... ;-) You'll need to configure that behaviour in ~/.inputrc, the config file

Re: Speclib problems

2009-04-27 Thread Dave Korn
Ken Brown wrote: I don't know anything about import libraries, but I wonder if these errors are caused by the speclib problems that have been discussed in recent weeks. Nope, no relation whatsoever. The speclib stuff relates only to the system libraries libc, libm, libdl, libutil,

Re: mintty and CTRL + -

2009-04-27 Thread Dave Korn
Dave Korn wrote: Anyone used to Windows key combinations for editing text might find the following bindings useful: # Ctrl+Left/Right to move by whole words \e[1;5D: backward-word \e[1;5C: forward-word (Not mitty, but related):

Re: [ANNOUNCEMENT] Updated: mintty-0.3.9-1

2009-04-27 Thread Andy Koppe
This update contains a number of bugfixes that had accumulated during development for mintty-0.4. (Btw, 0.4-beta2 is available for download from the MinTTY project page.) CHANGES (since 0.3.8-1) === ... - UTF-8 and other codepages are supported for the window title.

Re: [ANNOUNCEMENT] Updated: rxvt-20050409-10

2009-04-27 Thread René Berber
Andy Koppe wrote: [snip] Also, is it necessary to invoke rxvt through run.exe, as rxvt does its own console hiding anyway? No, a shortcut calling rxvt directly works fine as long as C:\Cygwin\bin or equivalent is on the Windows PATH. -- R.Berber -- Unsubscribe info:

Re: perl -r says readable dir is unreadable

2009-04-27 Thread Reini Urban
2009/4/26 Mikel Ward: Sorry. Found this http://sourceware.org/ml/cygwin/2005-03/msg00488.html Apparently it's been an issue since at least Perl 5.8.6 in 2005, but probably longer. Oops. I'll to fix that and get it into perl core. Right now I'm on a business trip in Berlin, so it will need

Re: [ANNOUNCEMENT] Updated: rxvt-20050409-10

2009-04-27 Thread Charles Wilson
Andy Koppe wrote: I'm afraid the shortcuts don't work Thanks for the report. I'll fix that soon. Also, is it necessary to invoke rxvt through run.exe, as rxvt does its own console hiding anyway? Not any more. I just copied my existing shortcuts -- which I created back in the dark ages when

Re: Update config.guess to treat cygwin 1.7 as new system name

2009-04-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 4/27/2009 10:02 AM: That would be fine with me. Properly written scripts already use cygwin* as the case for detecting cygwin in general. I don't see any benefits to appending the cygwin version number to the

Re: [1.7] Updated: git-1.6.2.4-1, git{k,-gui,-completion}-1.6.2.4-1

2009-04-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 4/25/2009 6:38 AM: A new release of git, 1.6.2.4-1, has been uploaded for those testing cygwin 1.7. For those using cygwin 1.5.x, 1.6.1.2-1 remains current. Apologies; it looks like there was a packaging bug that missed

Re: Update config.guess to treat cygwin 1.7 as new system name

2009-04-27 Thread Ben Elliston
On Mon, Apr 27, 2009 at 12:02:25PM -0400, Christopher Faylor wrote: I don't see any benefits to appending the cygwin version number to the triplet. That just makes extra typing. So what if there is new functionality? That's what configure is supposed to determine. That is generally my

Re: git-svn does not work

2009-04-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 4/27/2009 7:10 AM: According to Dave Korn on 4/27/2009 6:55 AM: Could you please give me a workaround if you know any. I think you need to install the subversion-perl package. Thanks for the hint; I'll update my