New VIM version 7.3.002-1

2010-08-17 Thread Corinna Vinschen
Hi Yaakov, I have prepared a new release of vim, 7.3.002-1, so it's the new 7.3 release from yesterday with its first two patches. The new vim release is linked against ncursesw: export CPPFLAGS='-I/usr/include/ncursesw' export LDFLAGS='-L/usr/lib/ncursesw' ./configure \

[PATCH] setup: be less scary about missing dependencies

2010-08-17 Thread Andy Koppe
The Unmet Dependencies Found message on the Resolve Dependencies page may mislead people into thinking that there's a problem with setup.exe or packaging, when in fact it's a routine step now. Also, the message box that appears when choosing not to select required packages overstates its case a

[RFU] {emacs,emacs-X11,emacs-el}-23.2-2

2010-08-17 Thread Ken Brown
New test release. wget -x -nH --cut-dirs=2 \ http://www.math.cornell.edu/~kbrown/cygwin/emacs/setup.hint \ http://www.math.cornell.edu/~kbrown/cygwin/emacs/emacs-23.2-2-src.tar.bz2 \ http://www.math.cornell.edu/~kbrown/cygwin/emacs/emacs-23.2-2.tar.bz2 \

package conflict: cygwin and sunrpc

2010-08-17 Thread Eric Blake
Both cygwin-1.7.6-1 and sunrpc-4.0-3 install /usr/include/rpc/{types,xdr}.h. Depending on which package is installed last, this causes spurious compilation failures, because the two implementations differ on whether they need sockaddr_in to be declared. Now that xdr functions have been subsumed

src/winsup/mingw ChangeLog include/limits.h

2010-08-17 Thread keithmarshall
CVSROOT:/cvs/src Module name:src Changes by: keithmarsh...@sourceware.org2010-08-17 21:18:22 Modified files: winsup/mingw : ChangeLog winsup/mingw/include: limits.h Log message: Make PATH_MAX consistent with MAX_PATH Patches:

Re: [PATCHes] Misc aliasing fixes for building DLL with gcc-4.5.0

2010-08-17 Thread Yaakov (Cygwin/X)
On Mon, 2009-08-10 at 04:11 +0100, Dave Korn wrote: I tried compiling winsup with GCC-4.5.0 HEAD, and it finds a bunch of things to complain about (which then break the -Werror build). They are mostly dereferencing type-punned pointer will break strict-aliasing rules errors, but there is

Re: [PATCHes] Misc aliasing fixes for building DLL with gcc-4.5.0

2010-08-17 Thread Christopher Faylor
On Tue, Aug 17, 2010 at 02:23:32PM -0500, Yaakov (Cygwin/X) wrote: On Mon, 2009-08-10 at 04:11 +0100, Dave Korn wrote: I tried compiling winsup with GCC-4.5.0 HEAD, and it finds a bunch of things to complain about (which then break the -Werror build). They are mostly dereferencing

Re: 1.7.5 XWin trouble

2010-08-17 Thread Morgan Gangwere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/16/2010 9:11 PM, Larry Hall (Cygwin) wrote: Since your issue is with Cygwin-X, you should send it to the cygwin-xfree list. Or, just install ssh and run X over SSH. Problem solved wit PuTTY and Portable Xming. (I do this all the time at

Re: Path conversion issue

2010-08-17 Thread Csaba Raduly
On Tue, Aug 17, 2010 at 5:18 AM, Larry Hall (Cygwin) wrote: On 8/16/2010 10:03 PM, Andrey Repin wrote: diff.exe -cdb -x CVS -x .svn -I \$Id.*\$ --strip-trailing-cr -- C:\...\php-tools\GalleryClass.php \\REMOTE\C$\...\php-tools\GalleryClass.php diff: \REMOTE\C$\...\php-tools\GalleryClass.php:

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Corinna Vinschen
On Aug 16 18:13, Andrew DeFaria wrote: This is strange. I usually tend to use Cygwin's Perl as it is more full featured and works well but there are times when I am forced to use cqperl - a Perl that comes with Rational Clearquest - at my clients. Here it seems that Cygwin's Perl utterly

[ANNOUNCEMENT] Updated: cygwin-1.7.6-1

2010-08-17 Thread Corinna Vinschen
Hi Cygwin friends and users, I just released 1.7.6-1. This release fixes a bunch of bugs, and introduces a few new features. It also contains a change which will affect calling native Win32 API functions from Cygwin applications. I would like to urge you to have another look into the

1.7.5 - Invoking excel/word using vbscript in ssh session from Linux

2010-08-17 Thread Mehta, N.V.
Hi, I am starting SSH session from a Linux box to CYGWIN on Windows XP. In this session I call a vbscript which invokes MS word or Excel 2007 to export file to PDF. The command is: ssh -n -T winu...@windownode csscript xls2pdf.vbs xls_file_path pdf_file_path or ssh -n -T winu...@windownode

Re: Postinstall for mintty fails when installing just for me

2010-08-17 Thread Corinna Vinschen
On Aug 17 06:52, Andy Koppe wrote: On 17 August 2010 02:26, Buchbinder, Barry wrote: $ bash --norc --noprofile /etc/postinstall/mintty.sh /bin/mkdir: cannot create directory `/c/Documents and Settings/All Users/Start Menu/Programs/Cygwin': Permission denied mkshortcut: Saving

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Lemke, Michael SZ/HZA-ZSB2
On 17 Aug 2010 10:20:41 +0200, Corinna Vinschen wrote: On Aug 16 18:13, Andrew DeFaria wrote: This is strange. I usually tend to use Cygwin's Perl as it is more full featured and works well but there are times when I am forced to use cqperl - a Perl that comes with Rational Clearquest - at my

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Corinna Vinschen
On Aug 17 10:54, Lemke, Michael SZ/HZA-ZSB2 wrote: On 17 Aug 2010 10:20:41 +0200, Corinna Vinschen wrote: On Aug 16 18:13, Andrew DeFaria wrote: $ cat test.pl' use warnings; use strict; # Obviously non-existant server and file my $file = server\\path\\file; # Check for

Re: diff /usr/include/endian.orig.h /usr/include/endian.h endian.h.diff

2010-08-17 Thread Corinna Vinschen
Pedro, first of all, did you read http://cygwin.com/contrib.html? Especially the Before you get started section. For this patch, given that it is just a bunch of rather obvious defines, I don't think we have to treat the patch as significant. However, please don't use _BSD_SOURCE. The

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Andy Koppe
On 17 August 2010 10:06, Corinna Vinschen wrote: On Aug 17 10:54, Lemke, Michael  SZ/HZA-ZSB2 wrote: On 17 Aug 2010 10:20:41 +0200, Corinna Vinschen wrote: On Aug 16 18:13, Andrew DeFaria wrote: $ cat test.pl' use warnings; use strict; # Obviously non-existant server and file my

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Corinna Vinschen
On Aug 17 10:47, Andy Koppe wrote: On 17 August 2010 10:06, Corinna Vinschen wrote: On Aug 17 10:54, Lemke, Michael  SZ/HZA-ZSB2 wrote: On 17 Aug 2010 10:20:41 +0200, Corinna Vinschen wrote: On Aug 16 18:13, Andrew DeFaria wrote: $ cat test.pl' use warnings; use strict; #

last email

2010-08-17 Thread Global International
Hi Dear, Please confirm if you received my last email and provide me your direct phone number for more discussions. Yours truly, Mr. David Brown Global International -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

RE: Existence check fails on Cygwin Perl

2010-08-17 Thread Nellis, Kenneth
From: Corinna Vinschen On Aug 16 18:13, Andrew DeFaria wrote: This is strange. I usually tend to use Cygwin's Perl as it is more full featured and works well but there are times when I am forced to use cqperl - a Perl that comes with Rational Clearquest - at my clients. Here it seems

Re: Cygwin 1.7.5 segfault during setup

2010-08-17 Thread Steve Marotta
I am running the latest and greatest version of setup.exe. ~ Steve On 8/16/2010 7:37 PM, Steve Holden wrote: Your first line of attack should be to replace your current setup.exe with a fresh copy downloaded from cygwin.com. regards Steve -- Problem reports:

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Reini Urban
2010/8/17 Nellis, Kenneth kenneth.nel...@acs-inc.com: From: Corinna Vinschen On Aug 16 18:13, Andrew DeFaria wrote:  This is strange. I usually tend to use Cygwin's Perl as it is more full featured and works well but there are times when I am forced to use cqperl - a Perl that comes with

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Lemke, Michael SZ/HZA-ZSB2
On Tue, 17 Aug 2010 12:03:19 +0200, Corinna Vinschen wrote: On Aug 17 10:47, Andy Koppe wrote: On 17 August 2010 10:06, Corinna Vinschen wrote: On Aug 17 10:54, Lemke, Michael ÂSZ/HZA-ZSB2 wrote: On 17 Aug 2010 10:20:41 +0200, Corinna Vinschen wrote: On Aug 16 18:13, Andrew DeFaria wrote:

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Corinna Vinschen
On Aug 17 14:58, Lemke, Michael SZ/HZA-ZSB2 wrote: Now that 1.7.6 has appeared at my favorite mirror I repeated the test: pc uname -a CYGWIN_NT-5.1 p01080268 1.7.6(0.230/5/3) 2010-08-16 16:06 i686 Cygwin pc ls -ls //junk/file ls: cannot access //junk/file: No such file or directory

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Corinna Vinschen
On Aug 17 16:19, Corinna Vinschen wrote: On Aug 17 14:58, Lemke, Michael SZ/HZA-ZSB2 wrote: But wait: pc ls -ls //server/junk 0 -rw-r--r-- 1 lemkemch Domain Users 0 Dec 1 2006 //server/junk I was wrong above, here is a server called 'server'. But it doesn't have a file 'junk'.

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Andrew DeFaria
On 08/17/2010 02:06 AM, Corinna Vinschen wrote: I can't reproduce, but I'm already running Cygwin 1.7.6. I have a vague memory that we already had a report along these lines and that I patched this at one point... I *think* that's what is successfully hidden behind the Fix erroneous handling

Re: 1.7.5 - Invoking excel/word using vbscript in ssh session from Linux

2010-08-17 Thread Larry Hall (Cygwin)
On 8/17/2010 5:44 AM, Mehta, N.V. wrote: Hi, I am starting SSH session from a Linux box to CYGWIN on Windows XP. In this session I call a vbscript which invokes MS word or Excel 2007 to export file to PDF. The command is: ssh -n -T winu...@windownode csscript xls2pdf.vbs xls_file_path

Re: Existence check fails on Cygwin Perl

2010-08-17 Thread Lemke, Michael SZ/HZA-ZSB2
On Tue, 17 Aug 2010 16:19:40 +0200, Corinna Vinschen wrote: On Aug 17 14:58, Lemke, Michael SZ/HZA-ZSB2 wrote: Now that 1.7.6 has appeared at my favorite mirror I repeated the test: pc uname -a CYGWIN_NT-5.1 p01080268 1.7.6(0.230/5/3) 2010-08-16 16:06 i686 Cygwin pc ls -ls //junk/file ls:

Re: Cygwin 1.7.5 segfault during setup

2010-08-17 Thread Larry Hall (Cygwin)
http://cygwin.com/acronyms/#TOFU Reformatted. On 8/17/2010 8:56 AM, Steve Marotta wrote: On 8/16/2010 7:37 PM, Steve Holden wrote: Your first line of attack should be to replace your current setup.exe with a fresh copy downloaded from cygwin.com. I am running the latest and greatest version

Typo in run(1): exiting - existing

2010-08-17 Thread Reuben Thomas
(On an up-to-date 1.7 system) -- http://rrt.sc3d.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Curious behavior of fifo on cygwin 1.7.5

2010-08-17 Thread Daniel Colascione
On Tue, Aug 17, 2010 at 10:25 AM, Etienne Carriere etienne.carri...@gmail.com wrote: Hello, I currently have a curious behavior with fifo (named pipes on cygwin 1.7.5) I can reproduce it on latest CVS here. That *is* odd behavior. By the way: your program omits the second argument to fopen.

Re: Path conversion issue

2010-08-17 Thread Andrey Repin
Greetings, Csaba Raduly! diff.exe -cdb -x CVS -x .svn -I \$Id.*\$ --strip-trailing-cr -- C:\...\php-tools\GalleryClass.php \\REMOTE\C$\...\php-tools\GalleryClass.php diff: \REMOTE\C$\...\php-tools\GalleryClass.php: No such file or directory Why it ate the leading backslash? '\' is a

Re: Cygwin 1.7.5 segfault during setup

2010-08-17 Thread Andrey Repin
Greetings, Steve Marotta! On 8/16/2010 7:37 PM, Steve Holden wrote: Your first line of attack should be to replace your current setup.exe with a fresh copy downloaded from cygwin.com. I am running the latest and greatest version of setup.exe. Latest is not a version number. Also, please

Re: Cygwin 1.7.5 segfault during setup

2010-08-17 Thread Steve Marotta
When I say latest, I mean I just tried running a copy of the installer freshly downloaded from cygwin.com. Also, as to top-posting, I'm afraid I had no choice since I posted to the mailing list but didn't sign up to receive any of the messages. So I had no message to respond to. On Tue, Aug 17,

Re: Cygwin 1.7.5 segfault during setup

2010-08-17 Thread Steve Marotta
I just re-ran setup.exe with gdb using the latest version I downloaded fresh from the website, and it gave me much the same output. I even specified brand new, empty, unspoiled directories for both the installation target and the place to store the packages. *

Re: Path conversion issue

2010-08-17 Thread Larry Hall (Cygwin)
On 8/17/2010 2:58 PM, Andrey Repin wrote: Greetings, Csaba Raduly! diff.exe -cdb -x CVS -x .svn -I \$Id.*\$ --strip-trailing-cr -- C:\...\php-tools\GalleryClass.php \\REMOTE\C$\...\php-tools\GalleryClass.php diff: \REMOTE\C$\...\php-tools\GalleryClass.php: No such file or directory Why it ate

/usr/licence dir from lilypond-2.12.4-1.tar.bz2?

2010-08-17 Thread Oleksandr Gavenko
$ ls /usr/license/ lilypond-doc From http://cygwin.com/setup.html: In your binary package include a directory /usr/share/doc/foo/ that includes any binary-relevant vendor documentation, such as ChangeLog's, copyright licence's, README's etc. May be in next packaging it's better place licence

endless problems with SSHD - bug ??

2010-08-17 Thread Bob Goldberg
running cygwin 1.7.6; trying to copy files from a win2k wkstn to a win2k server. running within a windows domain; but not using domain for authentication; using public keys. I have read every bit of content I can find, and can't find any answers to my problems. I: 1) HAVE installed sshd with the

Re: Path conversion issue

2010-08-17 Thread Andrey Repin
Greetings, Larry Hall (Cygwin)! diff.exe -cdb -x CVS -x .svn -I \$Id.*\$ --strip-trailing-cr -- C:\...\php-tools\GalleryClass.php \\REMOTE\C$\...\php-tools\GalleryClass.php diff: \REMOTE\C$\...\php-tools\GalleryClass.php: No such file or directory Why it ate the leading backslash? '\' is

Re: endless problems with SSHD - bug ??

2010-08-17 Thread Larry Hall (Cygwin)
On 8/17/2010 5:28 PM, Bob Goldberg wrote: running cygwin 1.7.6; trying to copy files from a win2k wkstn to a win2k server. running within a windows domain; but not using domain for authentication; using public keys. I have read every bit of content I can find, and can't find any answers to my

Re: Curious behavior of fifo on cygwin 1.7.5

2010-08-17 Thread Christopher Faylor
On Tue, Aug 17, 2010 at 07:25:25PM +0200, Etienne Carriere wrote: Hello, I currently have a curious behavior with fifo (named pipes on cygwin 1.7.5) . I first discovered when using Nagios on cygwin but I achieved to simplify it . The scenario is the following : If you search the mailing list

Upgrading to cygwin 1.7.6 vs gcc 4.5

2010-08-17 Thread Ross Smith
I've installed the experimental gcc 4.5 packages (because that's the version I'm using in all my other development environments, and it's nice not to have to target multiple compiler versions any more), but now that cygwin dll 1.7.6 is out, I can't seem to find a way to upgrade cygwin without

Re: Upgrading to cygwin 1.7.6 vs gcc 4.5

2010-08-17 Thread Eric Blake
On 08/17/2010 04:54 PM, Ross Smith wrote: I've installed the experimental gcc 4.5 packages (because that's the version I'm using in all my other development environments, and it's nice not to have to target multiple compiler versions any more), but now that cygwin dll 1.7.6 is out, I can't

mknod bug? major minor's are whacky

2010-08-17 Thread Bob Goldberg
cygwin 1.7.6 attempting to: $ mknod null c 1 3 what I get is: crw-rw-rw- 1 user mkgroup-l-d 46200, 14467 2010-08-17 18:44 null WHERE did those crazy major/minor's come from!?!? and how do I re-create a null device if mknod doesn't work right? TIA -- Problem reports:

Re: mknod bug? major minor's are whacky

2010-08-17 Thread Eric Blake
On 08/17/2010 05:46 PM, Bob Goldberg wrote: cygwin 1.7.6 attempting to: $ mknod null c 1 3 what I get is: crw-rw-rw- 1 user mkgroup-l-d 46200, 14467 2010-08-17 18:44 null WHERE did those crazy major/minor's come from!?!? The fact that your owner is mkgroup-l-d is probably a hint - my

Re: diff /usr/include/endian.orig.h /usr/include/endian.h endian.h.diff

2010-08-17 Thread Pedro Izecksohn
--- Corinna Vinschen wrote: For this patch, given that it is just a bunch of rather obvious defines, I don't think we have to treat the patch as significant. I do not think that these macros are obvious. I think that I was there when these macros were first implemented at 1987: I talked with

�u�a��a Me��a�T � T��e � M�H� ���e

2010-08-17 Thread irrinna
загарелая Клара дергает sосkи! iamoatmeal.com/blog/wp-content/uploads/2010/07/data3.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

��������� ����� ����� ��������

2010-08-17 Thread sadly
губастая Дана хочет потереть твои яички! www.midwestguitarfest.com/wp-content/uploads/2010/07/data2.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

cygwin 1.7 lock directory problem

2010-08-17 Thread Huang Bambo
cygwin version: 1.7.6(0.230/5/3) 2010-08-16 16:06 i686 Cygwin I don't know if this happen to previous version or not. If I first cd to a directory, for example /cygdriver/x then cd to a virtual directory, for example /proc the /cygdriver/x will be locked untile I change director to other

Re: cygwin 1.7 lock directory problem

2010-08-17 Thread Larry Hall (Cygwin)
On 8/17/2010 10:44 PM, Huang Bambo wrote: cygwin version: 1.7.6(0.230/5/3) 2010-08-16 16:06 i686 Cygwin I don't know if this happen to previous version or not. If I first cd to a directory, for example /cygdriver/x then cd to a virtual directory, for example /proc the /cygdriver/x will be

Re: cygwin 1.7 lock directory problem

2010-08-17 Thread Huang Bambo
Do you have a series of steps that produces the problem you see? As I said in previous mail. 1. cd /cygdriver/i( I is mounted as a usb-stick) 2. cd /proc 3. Use some tools such as Unlocker to check driver I, Unlocker said driver I is locked by bash. 4. cd / ( / is at d:\cygwin )

Re: Upgrading to cygwin 1.7.6 vs gcc 4.5

2010-08-17 Thread Andy Koppe
On 18 August 2010 00:09, Eric Blake wrote: On 08/17/2010 04:54 PM, Ross Smith wrote: I've installed the experimental gcc 4.5 packages (because that's the version I'm using in all my other development environments, and it's nice not to have to target multiple compiler versions any more), but

Re: cygwin 1.7 lock directory problem

2010-08-17 Thread Christopher Faylor
On Wed, Aug 18, 2010 at 01:05:13PM +0800, Huang Bambo wrote: Do you have a series of steps that produces the problem you see? As I said in previous mail. 1. cd /cygdriver/i( I is mounted as a usb-stick) 2. cd /proc 3. Use some tools such as Unlocker to check driver I, Unlocker said driver

Updated: cygwin-1.7.6-1

2010-08-17 Thread Corinna Vinschen
Hi Cygwin friends and users, I just released 1.7.6-1. This release fixes a bunch of bugs, and introduces a few new features. It also contains a change which will affect calling native Win32 API functions from Cygwin applications. I would like to urge you to have another look into the