Re: rsync no longer preserves extended ASCII characters after 1.7 upgrade

2009-12-27 Thread Andy Koppe
> On 2009/12/27 7:56 PM, Adam Rosi-Kessel wrote: >> But when I >> view them from the linux box, they have scrambled accents -- either just >> ?'s if I use ls (must be a terminal issue) You probably haven't got a charset configured on the Linux box. In that case, ASCII is assumed, and 'ls' prints a

Re: Where did /bin/ps.exe go?

2009-12-27 Thread Gregg Levine
On Sun, Dec 27, 2009 at 11:29 PM, Christopher Faylor wrote: > On Sun, Dec 27, 2009 at 09:35:21PM -0500, Paul McFerrin wrote: >>What I was asking is WHERE IT WAS. > > What you are doing is RESPONDING TO A QUESTION DIRECTED TO SOMEONE ELSE: >>> On 12/27/2009 12:18 AM, Gregg Levine wrote: > >>I could

Re: rsync no longer preserves extended ASCII characters after 1.7 upgrade

2009-12-27 Thread Steven Monai
On 2009/12/27 7:56 PM, Adam Rosi-Kessel wrote: > Adam Rosi-Kessel wrote, on 12/27/2009 10:41 PM: >> I'm running cygwin on a WinXP system with an NTFS-formatted drive. I >> have a script that regularly backs up using rsync onto a Linux system >> (Debian) with an ext3 drive. >> >> Before the recent m

Re: 1.7.1-1 Install freeze of Cygwin post install.sh

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 10:48:39PM -0500, Brian Wilson wrote: >I'm running a Dell XPS (single core 3GHz processor) with WinXP SP3 with latest >patches. My system has 4GB memory installed and 20GB free disk space >available. > >I had 1.5 installed and working well. I tried to upgrade to 1.7 and

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Jerry DeLisle
On 12/27/2009 10:25 AM, Christopher Faylor wrote: On Sun, Dec 27, 2009 at 12:28:47PM -0500, Christopher Faylor wrote: Hold off. I'm fixing setup.exe now. I've uploaded a new version. It seems to work ok on NT4. What is the version number of the new one? I have moved to a new location on

Re: Where did /bin/ps.exe go?

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 09:35:21PM -0500, Paul McFerrin wrote: >What I was asking is WHERE IT WAS. What you are doing is RESPONDING TO A QUESTION DIRECTED TO SOMEONE ELSE: >> On 12/27/2009 12:18 AM, Gregg Levine wrote: >I could not find it. And, you were told where to find it. Twice. cgf -- P

Re: My"C" Compiled can't compile "{}"

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 11:08:52PM -0500, Paul McFerrin wrote: >My C compiler is at: >$ ls -l /bin/cc.exe > >lrwxrwxrwx 1 paul None 20 2009-12-23 16:09 /bin/cc.exe -> >/etc/alternatives/cc > > From my years of experiences, "{}" is the simplest version of a >to-be-compiled C program. It is syntax

Re: My"C" Compiled can't compile "{}"

2009-12-27 Thread Dave Korn
Paul McFerrin wrote: > From my years of experiences, "{}" is the simplest version of a > to-be-compiled C program. No it isn't. > It is syntaxily correct. No it isn't. > in any case, the above DID work in 1.7-68. No it didn't. Your code is gibberish and has never worked on anything

Re: git stopped working with 1.7.1

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 05:13:39PM -0800, Kevin Layer wrote: > > >I'm a little surprised there are *no* replies to this thread, other >than mine. (It's not like there is no traffic on the mailing list.) It's the holiday season. Our support staff are probably out enjoying themselves. cgf -- Pro

Re: Cscope installation problem. `i686-pc-cygwin' machine not recognized

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 08:07:31PM -0600, Dave & Diane wrote: >cygwin comes with an alternative version of cscope called mlcscope. >Just pick it in setup and it will install for you. Its behaviour is >similar to the sourceforge cscope. Let me know how it goes for you. I >hope it does what you ne

Re: My"C" Compiled can't compile "{}"

2009-12-27 Thread Paul McFerrin
My C compiler is at: $ ls -l /bin/cc.exe lrwxrwxrwx 1 paul None 20 2009-12-23 16:09 /bin/cc.exe -> /etc/alternatives/cc From my years of experiences, "{}" is the simplest version of a to-be-compiled C program. It is syntaxily correct. in any case, the above DID work in 1.7-68. I was doin

Re: rsync no longer preserves extended ASCII characters after 1.7 upgrade

2009-12-27 Thread Adam Rosi-Kessel
Adam Rosi-Kessel wrote, on 12/27/2009 10:41 PM: I'm running cygwin on a WinXP system with an NTFS-formatted drive. I have a script that regularly backs up using rsync onto a Linux system (Debian) with an ext3 drive. Before the recent major upgrade, all extended ASCII characters were preserved pe

Re: My"C" Compiled can't compile "{}"

2009-12-27 Thread Dave Korn
Paul McFerrin wrote: > I discover my C compiler is broken while performing a "configure". The compiler is fine. > $ echo "{}" >test.c Your testcase is nonsense. > $ cc -O test.c -o test > test.c:1: error: expected identifier or ‘(’ before ‘{’ token The compiler correctly told you

1.7.1-1 Install freeze of Cygwin post install.sh

2009-12-27 Thread Brian Wilson
I'm running a Dell XPS (single core 3GHz processor) with WinXP SP3 with latest patches. My system has 4GB memory installed and 20GB free disk space available. I had 1.5 installed and working well. I tried to upgrade to 1.7 and received many errors and could not complete the installation becau

"C" compiler is broken under 1.7.1-1

2009-12-27 Thread Paul McFerrin
My "C" compiler appears to be broken: .$ cc -v -O test.c Using built-in specs. Target: i686-pc-cygwin Configured with: /gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4/configure --srcdir=/gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4 --prefix=/usr --exec-prefix=/u

rsync no longer preserves extended ASCII characters after 1.7 upgrade

2009-12-27 Thread Adam Rosi-Kessel
I'm running cygwin on a WinXP system with an NTFS-formatted drive. I have a script that regularly backs up using rsync onto a Linux system (Debian) with an ext3 drive. Before the recent major upgrade, all extended ASCII characters were preserved perfectly without any special rsync switches. E.

Re: Where did /bin/ps.exe go?

2009-12-27 Thread Paul McFerrin
What I was asking is WHERE IT WAS. I could not find it. So I created another instance of Cygwin and copied the missing items (~12). Just trying to resolve the problem. Larry Hall (Cygwin) wrote: On 12/27/2009 12:18 AM, Gregg Levine wrote: Paul that happens sometimes if the user simply runs

My"C" Compiled can't compile "{}"

2009-12-27 Thread Paul McFerrin
I discover my C compiler is broken while performing a "configure". $ echo "{}" >test.c $ cc -O test.c -o test test.c:1: error: expected identifier or ‘(’ before ‘{’ token /usr/local/mysql-5/mysql-5.1.41.$ cc -V test.c -o test cc: couldn't run 'i686-pc-cygwin-gcc-test.c': No such file or d

Re: Cscope installation problem. `i686-pc-cygwin' machine not recognized

2009-12-27 Thread Dave & Diane
cygwin comes with an alternative version of cscope called mlcscope. Just pick it in setup and it will install for you. Its behaviour is similar to the sourceforge cscope. Let me know how it goes for you. I hope it does what you need. Cheers Dave (mlcscope maintainer on cygwin) Sailor Siraj

Re: Revamp cygwin.com project page?

2009-12-27 Thread Kristopher Ives
Heres a little bit of color tweaking and reverted the logo. If you like or dislike one of the drafts, please refer to it by number: #1 http://i.imgur.com/WO1k4.png (Gray / Yellow) #2 http://i.imgur.com/I0QRe.png (Gray / Green) #3 http://i.imgur.com/Szjfv.png (Green / Yellow) Thanks. You can also

Re: git stopped working with 1.7.1

2009-12-27 Thread Kevin Layer
I'm a little surprised there are *no* replies to this thread, other than mine. (It's not like there is no traffic on the mailing list.) Can someone tell me what I need to do to interest people in this? Let me summarize: "git clone" fails with this: remote: Compressing objects: 100% (3300/

Re: empty site list in setup

2009-12-27 Thread Dave Korn
Guy Kroizman wrote: > Hi, > > when running the setup from work, I get to the screen of "Choose > Download site" and the list is empty. > > I try adding to the user urls from the mirror site list on the cygwin > site but I get errors of this kind: > Can't open ftp.mirrorservice.org/setup.bz2.sig f

Re: Revamp cygwin.com project page?

2009-12-27 Thread Kristopher Ives
> I also dislike the color (brown?) and new logo, but the layout could > definitely need > a refresh. > But please no MS-like light blue as the new postgresql page. I was specifically trying to stay away from that color pattern, coincidentally. I'll make a color swatch of the design and remove my s

Re: No go after update to 1.7.1

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 05:58:20PM -0500, Larry Hall (Cygwin) wrote: >On 12/27/2009 01:00 PM, Bernd Bartmann wrote: >> On Sun, Dec 27, 2009 at 6:56 PM, Andy Koppe wrote: >>> Except for cygwin1.dll of course. Try reinstalling the cygwin package >>> itself as well. >> >> Reinstalling cygwin-1.7.1-1

Re: No go after update to 1.7.1

2009-12-27 Thread Larry Hall (Cygwin)
On 12/27/2009 01:00 PM, Bernd Bartmann wrote: On Sun, Dec 27, 2009 at 6:56 PM, Andy Koppe wrote: Except for cygwin1.dll of course. Try reinstalling the cygwin package itself as well. Reinstalling cygwin-1.7.1-1 doesn't help either. I'd recommend getting the output of 'cygcheck -s -r -v' and

Re: Where did /bin/ps.exe go?

2009-12-27 Thread Gregg Levine
On Sun, Dec 27, 2009 at 5:50 PM, Larry Hall (Cygwin) wrote: > On 12/27/2009 12:18 AM, Gregg Levine wrote: >> >> Paul that happens sometimes if the user simply runs the setup program >> using the "default" setting, not the "install" setting. Try running >> the setup program again and setting it tow

Re: Where did /bin/ps.exe go?

2009-12-27 Thread Larry Hall (Cygwin)
On 12/27/2009 12:18 AM, Gregg Levine wrote: Paul that happens sometimes if the user simply runs the setup program using the "default" setting, not the "install" setting. Try running the setup program again and setting it towards the "install" setting. Are you reporting a bug? Do you have a pro

Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-27 Thread Larry Hall (Cygwin)
On 12/26/2009 12:50 PM, Lee Rothstein wrote: See here, Chere-oes: ;-) I've tried all manner of command option permutations with 'chere' and can't get it to work -- as it has in the past. Here's my latest attempt: $ chere -i -a -n -e "Bitte Bash Bei" -t mintty -o \ "--icon=c:\_0\cygicons-hippo-

Re: run2.exe segfaults when GDI and X11 elements are present

2009-12-27 Thread Ken Brown
On 12/27/2009 5:31 PM, Ken Brown wrote: On 12/27/2009 3:42 PM, Charles Wilson wrote: Ken Brown wrote: On 12/27/2009 4:56 AM, Charles Wilson wrote: So, give r20 a shot. (mintty is still invisible -- but at least run2 doesn't appear to segfault). I'm still getting a segfault with test1.xml fro

Re: run2.exe segfaults when GDI and X11 elements are present

2009-12-27 Thread Ken Brown
On 12/27/2009 3:42 PM, Charles Wilson wrote: Ken Brown wrote: On 12/27/2009 4:56 AM, Charles Wilson wrote: So, give r20 a shot. (mintty is still invisible -- but at least run2 doesn't appear to segfault). I'm still getting a segfault with test1.xml from http://cygwin.com/ml/cygwin/2009-12

Re: [ANNOUNCEMENT] Updated: automake1.11-1.11.1-1

2009-12-27 Thread Csaba Raduly
On Sun, Dec 27, 2009 at 6:23 AM, Charles Wilson wrote: (snip) > Changes (automake1.11-1.11-10 to automake1.11-1.11.1-1) Those version numbers look like a lolcat gone wrong!!one! -- Life is complex, with real and imaginary parts -- Problem reports: http://cygwin.com/problems.html

Re: run2.exe segfaults when GDI and X11 elements are present

2009-12-27 Thread Charles Wilson
Ken Brown wrote: > On 12/27/2009 4:56 AM, Charles Wilson wrote: >> So, give r20 a shot. (mintty is still invisible -- but at least run2 >> doesn't appear to segfault). > > I'm still getting a segfault with test1.xml from > > http://cygwin.com/ml/cygwin/2009-12/msg00871.html Yep. Try r23. It se

Re: run2.exe segfaults when GDI and X11 elements are present

2009-12-27 Thread Charles Wilson
Charles Wilson wrote: > Andy Koppe wrote: > >> Is it trying to hide mintty's console window, but ending up hiding the >> actual mintty window because mintty is a GUI subsystem app and hence >> doesn't have a console? > > Well, it seems to have /something/ to do with the fact that mintty is a > GU

[ANNOUNCEMENT] Updated: icu-3.8-7

2009-12-27 Thread Reini Urban
The icu library, the IBM Internationalization Components for Unicode was updated to 3.8-7. Changes: Fixed dependencies for the new gcc-4.3.4, and recompiled with gcc-4.3.4 Canonical homepage: http://ibm.com/software/globalization/icu/ Canonical download: ftp://www-126.ibm.com/pub/icu/

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Jerry DeLisle
Christopher Faylor wrote: On Sun, Dec 27, 2009 at 12:28:47PM -0500, Christopher Faylor wrote: Hold off. I'm fixing setup.exe now. I've uploaded a new version. It seems to work ok on NT4. It appears to be working here as well. Running now. Thanks, Jerry -- Problem reports: http://

RE: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Jason Pyeron
> -Original Message- > From: cygwin-ow...@cygwin.com > [mailto:cygwin-ow...@cygwin.com] On Behalf Of Jerry DeLisle > Sent: Sunday, December 27, 2009 12:32 > To: cygwin@cygwin.com > Subject: Re: New 1.7 release setup does not run on WinNT > > Andy Koppe wrote: > > 2009/12/27 Jerry DeLis

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 12:28:47PM -0500, Christopher Faylor wrote: >Hold off. I'm fixing setup.exe now. I've uploaded a new version. It seems to work ok on NT4. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: h

Re: No go after update to 1.7.1

2009-12-27 Thread Bernd Bartmann
On Sun, Dec 27, 2009 at 6:56 PM, Andy Koppe wrote: > Except for cygwin1.dll of course. Try reinstalling the cygwin package > itself as well. Reinstalling cygwin-1.7.1-1 doesn't help either. Best regards, Bernd. -- Problem reports: http://cygwin.com/problems.html FAQ: htt

Re: No go after update to 1.7.1

2009-12-27 Thread Andy Koppe
2009/12/27 Bernd Bartmann: >> What does: >> >> c:\cygwin\bin\cygcheck c:\cygwin\bin\bash.exe >> >> show?  It will probably show that you're missing some basic dlls >> which, for some reason, will need to be (re)installed. >> >> You can find the packages which hold the missing dlls by going to >> ht

Re: No go after update to 1.7.1

2009-12-27 Thread Bernd Bartmann
On Sun, Dec 27, 2009 at 4:19 PM, Christopher Faylor wrote: > What does: > > c:\cygwin\bin\cygcheck c:\cygwin\bin\bash.exe > > show?  It will probably show that you're missing some basic dlls > which, for some reason, will need to be (re)installed. > > You can find the packages which hold the missi

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Jerry DeLisle
Christopher Faylor wrote: On Sun, Dec 27, 2009 at 09:20:11AM -0800, Jerry DeLisle wrote: Jerry DeLisle wrote: Christopher Faylor wrote: On Sun, Dec 27, 2009 at 07:57:37AM -0800, Jerry DeLisle wrote: I have been using the 1.7 beta without any issues up until the official release. I try to run

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Jerry DeLisle
Andy Koppe wrote: 2009/12/27 Jerry DeLisle: I am going to try a completely fresh install. I have nothing to lose. No point in that. I'm afraid you'll need to wait for a setup.exe fix. No problem, I appreciate the help. I do hope this will be fixed. Admittedly there may not be too many use

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 09:20:11AM -0800, Jerry DeLisle wrote: >Jerry DeLisle wrote: >> Christopher Faylor wrote: >>> On Sun, Dec 27, 2009 at 07:57:37AM -0800, Jerry DeLisle wrote: I have been using the 1.7 beta without any issues up until the official release. I try to run 1.7.1 setup

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Andy Koppe
2009/12/27 Jerry DeLisle: > I am going to try a completely fresh install.  I have nothing to lose. No point in that. I'm afraid you'll need to wait for a setup.exe fix. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Jerry DeLisle
Jerry DeLisle wrote: Christopher Faylor wrote: On Sun, Dec 27, 2009 at 07:57:37AM -0800, Jerry DeLisle wrote: I have been using the 1.7 beta without any issues up until the official release. I try to run 1.7.1 setup and nothing happens, it just exits without even opening a window. Trying to

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Jerry DeLisle
Christopher Faylor wrote: On Sun, Dec 27, 2009 at 07:57:37AM -0800, Jerry DeLisle wrote: I have been using the 1.7 beta without any issues up until the official release. I try to run 1.7.1 setup and nothing happens, it just exits without even opening a window. Trying to run the previous vers

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 07:57:37AM -0800, Jerry DeLisle wrote: >I have been using the 1.7 beta without any issues up until the official >release. > I try to run 1.7.1 setup and nothing happens, it just exits without even >opening a window. > >Trying to run the previous version of setup works un

Re: New 1.7 release setup does not run on WinNT

2009-12-27 Thread Andy Koppe
2009/12/27 Jerry DeLisle: > I have been using the 1.7 beta without any issues up until the official > release.  I try to run 1.7.1 setup and nothing happens, it just exits > without even opening a window. > > Trying to run the previous version of setup works until it encounters > setup.ini which no

New 1.7 release setup does not run on WinNT

2009-12-27 Thread Jerry DeLisle
I have been using the 1.7 beta without any issues up until the official release. I try to run 1.7.1 setup and nothing happens, it just exits without even opening a window. Trying to run the previous version of setup works until it encounters setup.ini which no longer matches the version. An

Re: Cscope installation problem. `i686-pc-cygwin' machine not recognized

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 05:10:24PM +0530, Sailor Siraj wrote: >Hello, > >I am trying to install cscope-15.7a. > >when I run ./configure .. it gives me the following error > >[...@e-eff6c30cffb24 ~/cscope-15.7a]$ ./configure >checking for a BSD-compatible install... /usr/bin/install -c >checking wh

Re: No go after update to 1.7.1

2009-12-27 Thread Christopher Faylor
On Sun, Dec 27, 2009 at 11:23:16AM +0100, Bernd Bartmann wrote: >On Sun, Dec 27, 2009 at 12:35 AM, Christopher Faylor > wrote: ^^^ Please don't quote email addresses in the body of your message. >> What happens if you just >> >> cd c:\cygwin\bin >> .\bash >

Re: Question on nodosfilewarning

2009-12-27 Thread Thorsten Kampe
* Jan Alphenaar (Sun, 27 Dec 2009 00:58:33 +0100) > > I have set the cygwin environment variable to "nodosfilewarning" as > can be seen on the screendump below [...] How have you set it? Where have you set it? User or system variable? > If I execute the command "rsync -rlt -v -e "ssh -F 'C:\Test

Re: run2.exe segfaults when GDI and X11 elements are present

2009-12-27 Thread Ken Brown
On 12/27/2009 4:56 AM, Charles Wilson wrote: Charles Wilson wrote: Still hunting the stack corruption/segv bug. PTC! I think I found it. Before, I was dynamically loading function pointers to XOpenDisplay and XCloseDisplay in the main thread, and passing them to the worker thread as user data.

Cscope installation problem. `i686-pc-cygwin' machine not recognized

2009-12-27 Thread Sailor Siraj
Hello, I am trying to install cscope-15.7a. when I run ./configure .. it gives me the following error [...@e-eff6c30cffb24 ~/cscope-15.7a]$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checki

Re: Revamp cygwin.com project page?

2009-12-27 Thread Reini Urban
2009/12/26 Kristopher Ives: >> Thanks for the offer but I don't like the color scheme or the >> newly-invented logo.  There also isn't enough to go on in this page to >> really decide if it's worth changing especially since I can't look at >> the html and so, don't know how hard it would be to main

[ANNOUNCEMENT] Updated: mathomatic-15.0.2-1

2009-12-27 Thread Reini Urban
Major result display bugfixes. See http://mathomatic.orgserve.de/changes.txt Cygwin build changes: * moved get_screen_size() from main.c to am.c as it is used in the lib About: Mathomatic is a highly portable, general purpose symbolic math program that can solve, simplify, combine, differentiate

Re: No go after update to 1.7.1

2009-12-27 Thread Bernd Bartmann
On Sun, Dec 27, 2009 at 12:35 AM, Christopher Faylor wrote: > What happens if you just > > cd c:\cygwin\bin > .\bash > > In a command shell? After starting a cmd window I get: C:\> cd cygwin\bin C:\cygwin\bin> .\bash C:\cygwin\bin> So after trying to start bash I just get back to the cmd comman

Re: run2.exe segfaults when GDI and X11 elements are present

2009-12-27 Thread Charles Wilson
Andy Koppe wrote: > Is it trying to hide mintty's console window, but ending up hiding the > actual mintty window because mintty is a GUI subsystem app and hence > doesn't have a console? Well, it seems to have /something/ to do with the fact that mintty is a GUI app. The original run.exe progra

Re: run2.exe segfaults when GDI and X11 elements are present

2009-12-27 Thread Charles Wilson
Charles Wilson wrote: > Still hunting the stack corruption/segv bug. PTC! I think I found it. Before, I was dynamically loading function pointers to XOpenDisplay and XCloseDisplay in the main thread, and passing them to the worker thread as user data. By deferring the calls to dlopen/dlsym into t