Re: Available for testing: gcc-3.3.1-1 and gcc-mingw-20030911-1

2003-09-16 Thread Gerrit P. Haase
Hallo Christopher, Am Samstag, 13. September 2003 um 02:27 schriebst du: [...] > Anyway, it seems to work fine. Usual caveats apply. > Problems go to the cygwin mailing list as always. c-lex.h is missing in the source package. http://cygwin.com/cgi-bin2/package-grep.cgi?grep=c-lex.h Gerrit

Re: g++ iostream broken on windows 2000

2003-09-16 Thread Alex Vinokur
"Brian Keener" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] > $ gcc -g -o ./debug/first.exe ./first.cpp [snip] To compile C++ program one should use g++ (not gcc). For instance, $ g++ -g -o ./debug/first.exe ./first.cpp To compile C program one should use gcc. For instance,

Re: cygwin, Rsync and 8-bit chars (SJIS) (and managed mounts)

2003-09-16 Thread Christopher Faylor
On Wed, Sep 17, 2003 at 12:29:27PM +0900, Dylan Cuthbert wrote: >Any trick to get around this "error"? (I presume once -o managed is fully >debugged this limitation will be removed anyway, or overridable by an option >at least?) This is permanent limitation of managed mode. The directory has to

Re: cygwin, Rsync and 8-bit chars (SJIS) (and managed mounts)

2003-09-16 Thread Dylan Cuthbert
I've tried this out and it seems to work but as Igor pointed out, I can only use this on empty directories. The trouble is I have existing directories that need to be backed up via rsync and I can't change their paths (there are many apps using them in their current locations). Any trick to get a

Re: Updated: OpenSSH-3.7p1-1

2003-09-16 Thread Tony Schmitt
Thanks! Corinna Vinschen wrote on 9/16/2003, 6:32 PM: > I've just updated the version of OpenSSH to 3.7p1-1. > > This is an official new release as of yesterday. The Cygwin version > is from the vanilla sources with just one tiny patch (my bad). > > Official Release Message: > ===

Re: cygwin, Rsync and 8-bit chars (SJIS)

2003-09-16 Thread Christopher Faylor
On Wed, Sep 17, 2003 at 11:06:02AM +0900, Dylan Cuthbert wrote: >Sounds perfect, should I grab the latest experimental version from >setup.exe? There isn't an experimental version of cygwin available via setup.exe. Just use 1.5.4. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

upcoming snapshot should fix CTRL-C kills bash in rxvt and procps problems

2003-09-16 Thread Christopher Faylor
I think I've fixed the CTRL-C problem that was mentioned here earlier as well as the procps problem. I'm building a snapshot now. I built one earlier but then realized that I had only assumed that my fix for the CTRL-C also fixed procps. It didn't. So wait for a snapshot that mentions fhandler_p

Re: cygwin, Rsync and 8-bit chars (SJIS)

2003-09-16 Thread Dylan Cuthbert
Sounds perfect, should I grab the latest experimental version from setup.exe? (btw, totally unrelated but that spam harvester thing is a great idea, gmane should implement something globally on all posts to their groups with randomly generated account names to stop the harvesters being "clever" pe

Re: cygwin, Rsync and 8-bit chars (SJIS)

2003-09-16 Thread Christopher Faylor
On Wed, Sep 17, 2003 at 10:33:27AM +0900, Dylan Cuthbert wrote: >Ok, What's a managed mount when its at home? http://sources.redhat.com/ml/cygwin/2003-07/msg00248.html -- Please use the resources at cygwin.com rather than sending personal email. Special for spam email harvesters: send email to [EM

Re: Cygwin, Rsync and 8-bit chars (SJIS)

2003-09-16 Thread Dylan Cuthbert
Ok, What's a managed mount when its at home? I've found lots of messages talking about its bugs but nothing explaining what it is yet or what about it that is useful. - Q-Games, Dylan Cuthbert. http://www.q-games.com "Igor Pechtchanski" <[EMAIL PROTECTED]> wrote i

Re: Can't get list of download sites. Make sure your network settings are connect and try again.

2003-09-16 Thread Larry Hall
At 05:30 PM 9/16/2003, tabasse you wrote: >Hi all, > >I get this error when running setup.exe : >Can't get list of download sites. Make sure your network settings are connect and try >again. > >I use a firewall : norton internet security... > >Can someone help me ? Sounds like the firewall is th

Re: re OpenSSH-3.7p1-1

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Mike Caughran wrote: > I dont see it on any of the mirrors yet. > Can you recommend a mirror for OpenSSH-3.7p1-1? > > Thanks > Mike Caughran > State of Alaska . They don't have 3.7.1p1, though. Try also

Re: Can't get list of download sites. Make sure your network settings are connect and try again.

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, tabasse wrote: > Hi all, > > I get this error when running setup.exe : > Can't get list of download sites. Make sure your network settings are > connect and try again. > > I use a firewall : norton internet security... > > Can someone help me ? > > Thanx a lot > [TaBaSsE] Yes

Re: [ANNOUNCEMENT] Updated: OpenSSH-3.7p1-1

2003-09-16 Thread Shawn Behrens
Corinna Vinschen wrote: I've just updated the version of OpenSSH to 3.7p1-1. OpenSSH.org now lists 3.7.1p1 as the version to go with to fix this vuln. Haven't looked what last-minute changes were made that made 3.7.1 come out about 12 hours after 3.7 - must've been urgent. Shawn -- Unsubs

re OpenSSH-3.7p1-1

2003-09-16 Thread Mike Caughran
I dont see it on any of the mirrors yet. Can you recommend a mirror for OpenSSH-3.7p1-1? Thanks Mike Caughran State of Alaska -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

[ANNOUNCEMENT] Updated: OpenSSH-3.7p1-1

2003-09-16 Thread Corinna Vinschen
I've just updated the version of OpenSSH to 3.7p1-1. This is an official new release as of yesterday. The Cygwin version is from the vanilla sources with just one tiny patch (my bad). Official Release Message: OpenSSH 3.7 has j

Re: g++ iostream broken on windows 2000

2003-09-16 Thread Robert Collins
On Wed, 2003-09-17 at 08:43, Brian Keener wrote: > /usr/develop/src/learning > $ gcc -g -o ./debug/first.exe ./first.cpp g++ ! Oh, and in your output, get rid of the \n, use cout << "foo" << endl; instead. Cheers, Rob -- GPG key available at:

Re: Displaying shares

2003-09-16 Thread Andrew DeFaria
Christopher Faylor wrote: Try typing "dir \\server" at the command line. It doesn't work. That's because the windows functions FindFirstFile/FindNextFile don't understand shares. Neither does cygwin. Ah ha! That makes sense. I'm sure that cygwin could be extended to do the right thing in this

Re: g++ iostream broken on windows 2000

2003-09-16 Thread Brian Keener
Alex Vinokur wrote: > > # include > > # include > > using namespace std; // must be for g++ 3.x; otherwise you should use not 'cout' but 'std::cout', etc. > > > > Could someone tell me what I am doing wrong or do I have something set up wrong in my install. I am simply trying to learn bu

Re: Displaying shares

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 01:19:44PM -0700, Andrew DeFaria wrote: >This is an enhancement request PTC, that is if I knew how to patch >this... Anyways I thought I'd mention it. Haven't seen it mentioned before. > >If you type "\\" in the address bar of the Explorer it will show >you the shares

Information Request

2003-09-16 Thread Michael Tesauro
Hello, I have a significant number of clients who are searching for espresso machines. I am looking to send my customers to a single reputable agent with a relevant web site for your area. Your site looks as though it could fit the mold. Please contact me to discuss this further. I can be reached

Re: new openssh vulnerability

2003-09-16 Thread Corinna Vinschen
On Tue, Sep 16, 2003 at 05:39:35PM -0400, Tony Schmitt wrote: > Corinna - I was informed of an SSH hole today. Referring to > http://www.securityfocus.com/advisories: > > "...a buffer management error found in versions of OpenSSH earlier than > 3.7. The possibility exists that this error could all

Re: isatty bug

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 03:53:07PM -0500, Brian Ford wrote: >>(gdb) p fstat(fd1, &stat1) >>Segmentation fault (core dumped) >> >>now, why does GDB crash? >> >Maybe because gdb actually calls fstat instead of fstat64 since it doesn't >get the magic link time redirection? No idea really. The curren

Re: Setup installation order?

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Rolf Campbell wrote: > Igor Pechtchanski wrote: > > > On Tue, 16 Sep 2003, Rick Rankin wrote: > >>I ran into a situation I hadn't seen before a few days ago when I used > >>setup to update my Cygwin installation from 1.5.3 to 1.5.4. What > >>happened was that there were severa

Re: Problem with stopping postmaster with pg_ctl

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 02:44:50PM -0700, John Pagakis wrote: >Igor - >You may be on to something > >If I say "which kill" at the command line it tells me /usr/bin/kill; if I >echo it out of the script I get the same thing. If I type >"/usr/bin/kill -15 " at the command line I get Usage.

Re: bash-2.05b-15 still broken

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 04:32:19PM -0400, Rolf Campbell wrote: >If it helps, it worked in the Sept12 snap, but not the 13th. Yes, that helps and it probably confirms a suspicion. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/probl

Re: 1.5.5s: procps error

2003-09-16 Thread Christopher Faylor
>ebp=0022EF48 esp=0022EEE0 program=f:\cygwin\usr\src\procps-010801\ps\ps.exe >cs=001B ds=0023 es=0023 fs=003B gs= ss=0023 >Stack trace: >Frame Function Args >0022EF48 610757A1 (, 0022EFD4, 0004, 0022EF84) >/netrel/src/cygwin-20030916/winsup/cygwin/winbase

RE: Problem with stopping postmaster with pg_ctl

2003-09-16 Thread John Pagakis
Igor - You may be on to something If I say "which kill" at the command line it tells me /usr/bin/kill; if I echo it out of the script I get the same thing. If I type "/usr/bin/kill -15 " at the command line I get Usage. If I type "kill -15 " it works just fine.

new openssh vulnerability

2003-09-16 Thread Tony Schmitt
Corinna - I was informed of an SSH hole today. Referring to http://www.securityfocus.com/advisories: "...a buffer management error found in versions of OpenSSH earlier than 3.7. The possibility exists that this error could allow a remote exploit..." Were you aware of this? Thanks, Tony Schmitt

Re: Compiling with Cygwin-1.5.4-1 gives symbol errors

2003-09-16 Thread James MacLean
On Tue, 16 Sep 2003, Larry Hall wrote: > >gcc -mwindows -o hello hello.c > >gives: > >/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: > >warning: cannot find entry symbol _WinMainCRTStartup; defaulting to 00401000 > > > >Simple solution :)?, > > > Sure. Eliminate "-mwindows

Can't get list of download sites. Make sure your network settings are connect and try again.

2003-09-16 Thread tabasse
Hi all, I get this error when running setup.exe : Can't get list of download sites. Make sure your network settings are connect and try again. I use a firewall : norton internet security... Can someone help me ? Thanx a lot [TaBaSsE] -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: Setup installation order?

2003-09-16 Thread Rolf Campbell
Igor Pechtchanski wrote: On Tue, 16 Sep 2003, Rick Rankin wrote: I ran into a situation I hadn't seen before a few days ago when I used setup to update my Cygwin installation from 1.5.3 to 1.5.4. What happened was that there were several packages, in addition to cygwin-1.5.4, that had updates avai

RE: 1.5.5s: procps error

2003-09-16 Thread Chris January
I'll look into this in due time. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of David Rothenberger > Sent: 16 September 2003 17:45 > To: [EMAIL PROTECTED] > Subject: Re: 1.5.5s: procps error > > > David Rothenberger writes: > > FWIW, the latest snap

RE: Problem with stopping postmaster with pg_ctl

2003-09-16 Thread John Pagakis
Thanks Igor. I'll try that. In the mean time: Cygwin Win95/NT Configuration Diagnostics Current System Time: Tue Sep 16 14:04:06 2003 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X

Re: Setup installation order?

2003-09-16 Thread Robert Collins
On Wed, 2003-09-17 at 03:49, Rick Rankin wrote: > Is the cygwin package given any special consideration during the install > process (e.g., last to be uninstalled, first to be (re)installed), or is this > something that's expected to be handled by the dependency list? I've been > perusing the setup

Re: isatty bug

2003-09-16 Thread Brian Ford
Sam Steingold wrote: > it turned out that I needed to recompile the obj file that defined my > same_tty_p() - of course. how silly of me! [now, I think I was told > that everything was binary backwards compatible; I guess I was confused] > now that I did it -- my scratch.c works just like your s

Re: Problem with stopping postmaster with pg_ctl

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, John Pagakis wrote: > I'm trying to get Postgres working under Cygwin. The good news is, it > mostly is. The bad news is, I can't shut it down with pg_ctl. > > I loaded the full Cygwin installation on my Win2K Pro machine, and later on > my XP Pro box. Both behave the same

Re: Displaying shares

2003-09-16 Thread Rich Elberger
To me this is a very windows-centric thing, so may I suggest: use samba client (http://main.mswinxp.net/~lpackham/smbclient/) net view -- rich On Tue, 16 Sep 2003, Andrew DeFaria wrote: > This is an enhancement request PTC, that is if I knew how to patch > this... Anyways I thought I'd

Re: bash-2.05b-15 still broken

2003-09-16 Thread Rolf Campbell
Christopher Faylor wrote: I can't reproduce that... BUT having a plain prompt like this in rxvt: $ and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes) And I cannot reproduce either problem. I can. It's odd. I wonder why I didn't notice this in my own testing since I did thi

Re: Does cdrtools work under Cygwin 1.5.3? (was Re: Proposal: tetrix)

2003-09-16 Thread Jason Tishler
Andrew, On Tue, Sep 16, 2003 at 07:04:02PM +0100, Andrew B. Clegg wrote: > On Fri, 12 Sep 2003, Jason Tishler wrote: > > Does cdrtools work under Cygwin 1.5.3? IIRC, the last Cygwin > > version that worked was 1.3.17. I haven't tried since 1.3.22. > > In all honesty I haven't tried since 1.3.so

Re: isatty bug

2003-09-16 Thread Sam Steingold
> * Brian Ford <[EMAIL PROTECTED]> [2003-09-16 14:22:33 -0500]: > > Was that stock Cygwin gdb that crashed? yes, gdb 20030901-1 > $ cat stest.c > #include > #include > > int same_tty_p (int fd1, int fd2) > { > struct stat stat1, stat2; > > return (fstat(fd1, &stat1) >= 0 && fstat(fd2, &st

Re: Compiling with Cygwin-1.5.4-1 gives symbol errors

2003-09-16 Thread Larry Hall
At 01:29 PM 9/16/2003, James MacLean you wrote: >Hi Folks, > >Compiled programs with Cygwin-1.3.22-1, but now, even with fresh Cygwin >installs, I am getting errors like : > >/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: >warning: cannot find entry symbol _WinMainCRTStartup

Displaying shares

2003-09-16 Thread Andrew DeFaria
This is an enhancement request PTC, that is if I knew how to patch this... Anyways I thought I'd mention it. Haven't seen it mentioned before. If you type "\\" in the address bar of the Explorer it will show you the shares that are "exported". With XP file/path completion happens in the add

Problem with stopping postmaster with pg_ctl

2003-09-16 Thread John Pagakis
I'm trying to get Postgres working under Cygwin. The good news is, it mostly is. The bad news is, I can't shut it down with pg_ctl. I loaded the full Cygwin installation on my Win2K Pro machine, and later on my XP Pro box. Both behave the same way. When I run pg_ctl stop, it motors for the dur

RE: bash-2.05b-15 still broken

2003-09-16 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Rolf Campbell > > I can't reproduce that... BUT having a plain prompt like this in rxvt: > > > > $ > > > > and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes) > > > And I cannot reproduce either problem. ... and do you have the same versions of at least Bash and Rxvt?

Re: Running job at low priority

2003-09-16 Thread David Rayner
Thanks MAN real NICE > > > I occasionally do a complex find-grep of half my hard-drive how do I > > stop this from hogging nearly all the CPU bandwidth (half-killing > > Windows)?? > > > > zzapper > > "man nice". > Igor > -- > http://cs.nyu.edu/~pechtcha/ >

Re: setvbuf/setlinebuf issue

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 12:13:31PM -0700, Jan Jaeger wrote: >We have always used setvbuf(stdout, NULL, _IOLBF, 0) to ensure that >each line is read by the logger as it is written. > >However this has now stopped working in the current release of cygwin, >adding a fflush() after every printf() bypas

1.5.5s + ^C or ^Z = bad

2003-09-16 Thread Rolf Campbell
Rolf Campbell wrote: Hannu E K Nevalainen (garbage mail) wrote: From: Alexander Osipenko I can't reproduce that... BUT having a plain prompt like this in rxvt: $ and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes) And I cannot reproduce either problem. After upgrading to

Re: bash-2.05b-15 still broken

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 03:04:44PM -0400, Rolf Campbell wrote: >Hannu E K Nevalainen (garbage mail) wrote: >>>From: Alexander Osipenko >> >> >>>Just as described in article >>>http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html >>> >>>PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]' >>> >>>current director

Re: Running job at low priority

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, zzapper wrote: > Hi Fellow CYGies > > (BTW What are we called?) I believe the correct term is "Cygwinners" ;-) > I occasionally do a complex find-grep of half my hard-drive how do I > stop this from hogging nearly all the CPU bandwidth (half-killing > Windows)?? > > zzapper

Running job at low priority

2003-09-16 Thread zzapper
Hi Fellow CYGies (BTW What are we called?) I occasionally do a complex find-grep of half my hard-drive how do I stop this from hogging nearly all the CPU bandwidth (half-killing Windows)?? zzapper -- vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?" http://www.vim.org/tips

Re: 21.2 [cygwin] find-file does not complete mount point directories

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 09:32:40AM +0200, Jochen K?pper wrote: >no signature -- the redhat mailer thinks its spam:( "the redhat mailer" tells you how to add yourself to the list so that your messages are not blocked as spam. Read the bounce message or got to http://cygwin.com/lists.html and read

RE: ls - novice question

2003-09-16 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Philippe Bastiani > Hi, > > Why need to use the '--show-control-chars' option of the 'ls' module to > display the accentuated characters ? Ask that in any linux/unix/bash/fileutils forum - it's off topic here. I've been there wondering too, but not bothered to ask. This is just one iss

RE: bash-2.05b-15 still broken

2003-09-16 Thread Hannu E K Nevalainen \(garbage mail\)
Ok... forgot that THING again. :-7 VERY recent setup.exe run from ...rcn.net, i.e. yesterday. Therefore no 'cygcheck -svr' attached. (I've sent many of those to the list now) - and I really do think that this problem is within rxvt or bash. $ uname -a CYGWIN_NT-5.0 P450 1.5.5s(0.94/3/2) 20030915 2

Re: isatty bug

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 02:16:05PM -0400, Sam Steingold wrote: >what about this: > >int same_tty_p (int fd1, int fd2) >{ > struct stat stat1; > struct stat stat2; > return ((fstat(fd1,&stat1) >= 0) && (fstat(fd2,&stat2) >= 0) && > (stat1.st_dev == stat2.st_dev) && (stat2.st_ino == stat2

Re: isatty bug

2003-09-16 Thread Brian Ford
Was that stock Cygwin gdb that crashed? Try this: $ cat stest.c #include #include int same_tty_p (int fd1, int fd2) { struct stat stat1, stat2; return (fstat(fd1, &stat1) >= 0 && fstat(fd2, &stat2) >= 0 && stat1.st_dev == stat2.st_dev && stat2.st_ino == stat2.st_ino); } int mai

Re: "cvs update" doesn't update

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Dai Itasaka wrote: > I noticed that the cvs isn't working. To be precise, "cvs update" or > "cvs checkout" doesn't update any older revisioned file. Say, I have > a local copy of a file named "source.c" of Rev. 1.11. If I do > "cvs log source.c", it shows the latest revision i

setvbuf/setlinebuf issue

2003-09-16 Thread Jan Jaeger
Hi List, I am one of the developers of the hercules emulator (http://www.conmicro.cx/hercules), and it seems that we have hit a problem with setvbuf in more recent cygwin versions. We capture all standard output by means of redirecting stdout to a pipe, which is subsequently read by a logger fun

Re: bash-2.05b-15 still broken

2003-09-16 Thread Rolf Campbell
Hannu E K Nevalainen (garbage mail) wrote: From: Alexander Osipenko Just as described in article http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]' current directory contais 2 scripts: `pkgcheck.pl' and `pkgwget.sh` Starting a command: $ ./pk and press

"cvs update" doesn't update

2003-09-16 Thread Dai Itasaka
I noticed that the cvs isn't working. To be precise, "cvs update" or "cvs checkout" doesn't update any older revisioned file. Say, I have a local copy of a file named "source.c" of Rev. 1.11. If I do "cvs log source.c", it shows the latest revision is now 1.16. But "cvs update" or "cvs co" doesn't

Re: Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Larry Hall
At 12:40 PM 9/16/2003, Igor Pechtchanski you wrote: >On Tue, 16 Sep 2003, Larry Hall wrote: > >> At 11:37 AM 9/16/2003, Andrew DeFaria you wrote: >> > >> >Now the situation is understandable. The question is: Did the >> >postinstall script accomplish what it needed? After I reboot can I be >>

Re: isatty bug

2003-09-16 Thread Sam Steingold
> * Brian Ford <[EMAIL PROTECTED]> [2003-09-16 13:35:58 -0500]: > > Sam Steingold wrote: > > > I get crash both in program and gdb (i.e., gdb itself segfaults) on the > > fstat() calls. > > > Sounds like you have 1.3.22 headers and a 1.5.x Cygwin DLL and import lib? sounds too good to be true (a

less module: -R option

2003-09-16 Thread Philippe Bastiani
It seems to me that less does not support the -R option when we start it from RXVT/WindowsXP ! -- Philippe Bastiani -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: isatty bug

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Sam Steingold wrote: > [snip] > ps. I am missing "man fstat" - what package do I need for that? I don't believe system call manpages are contained in any package (a search on for "man2/" returns nothing). Feel free to submit one. Igor --

Re: isatty bug

2003-09-16 Thread Brian Ford
Sam Steingold wrote: > I get crash both in program and gdb (i.e., gdb itself segfaults) on the > fstat() calls. > Sounds like you have 1.3.22 headers and a 1.5.x Cygwin DLL and import lib? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety Internationa

Re: Setup installation order?

2003-09-16 Thread Rick Rankin
--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Tue, 16 Sep 2003, Rick Rankin wrote: > > > I ran into a situation I hadn't seen before a few days ago when I used > > setup to update my Cygwin installation from 1.5.3 to 1.5.4. What > > happened was that there were several packages, in additi

Re: isatty bug

2003-09-16 Thread Sam Steingold
> * Igor Pechtchanski <[EMAIL PROTECTED]> [2003-09-16 13:36:30 -0400]: > > > > >int main (void) { > > > >#define Y_N(x) ((x) ? "(TTY)" : "(not a TTY)") > > > > printf("0: %s %s\n1: %s %s\n2: %s %s\n", > > > > ttyname(0),Y_N(isatty(0)),ttyname(1),Y_N(isatty(1)), > > > > ttyname(2),

Re: Does cdrtools work under Cygwin 1.5.3? (was Re: Proposal: tetrix)

2003-09-16 Thread Andrew B. Clegg
On Fri, 12 Sep 2003, Jason Tishler wrote: > Does cdrtools work under Cygwin 1.5.3? IIRC, the last Cygwin version > that worked was 1.3.17. I haven't tried since 1.3.22. In all honesty I haven't tried since 1.3.something -- I *think* it was 1.3.22 but it was on a machine at the employer that I'v

Re: Setup installation order?

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Rich Elberger wrote: > On Tue, 16 Sep 2003, Rick Rankin wrote: > > > I ran into a situation I hadn't seen before a few days ago when I used > > setup to update my Cygwin installation from 1.5.3 to 1.5.4. What > > happened was that there were several packages, in addition to >

Re: Setup installation order?

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Rick Rankin wrote: > I ran into a situation I hadn't seen before a few days ago when I used > setup to update my Cygwin installation from 1.5.3 to 1.5.4. What > happened was that there were several packages, in addition to > cygwin-1.5.4, that had updates available. Setup down

Re: Setup installation order?

2003-09-16 Thread Rich Elberger
On Tue, 16 Sep 2003, Rick Rankin wrote: > I ran into a situation I hadn't seen before a few days ago when I used setup to > update my Cygwin installation from 1.5.3 to 1.5.4. What happened was that there > were several packages, in addition to cygwin-1.5.4, that had updates available. > Setup do

Setup installation order?

2003-09-16 Thread Rick Rankin
I ran into a situation I hadn't seen before a few days ago when I used setup to update my Cygwin installation from 1.5.3 to 1.5.4. What happened was that there were several packages, in addition to cygwin-1.5.4, that had updates available. Setup downloaded the updates, then uninstalled the old pack

Re: Is the 'less' module support the Euro symbol ?

2003-09-16 Thread Philippe Bastiani
Thanks Igor for your reply, Please Igor could you explain to me how cygwin modules work from Windows: It seems to to me, that 'ls', 'more', 'less' do not use the LESSCHARSET and the LC_* variables ! why ? a+ -- Philippe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

Re: isatty bug

2003-09-16 Thread Sam Steingold
> * Christopher Faylor <[EMAIL PROTECTED]> [2003-09-16 13:19:51 -0400]: > > On Tue, Sep 16, 2003 at 10:42:49AM -0400, Sam Steingold wrote: > >>* Corinna Vinschen <[EMAIL PROTECTED]> [2003-09-16 12:01:08 +0200]: > >> > >> On Mon, Sep 15, 2003 at 05:19:16PM -0400, Sam Steingold wrote: > >> > calling

Re: isatty bug

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Sam Steingold wrote: > > * Christopher Faylor <[EMAIL PROTECTED]> [2003-09-16 13:19:51 -0400]: > > > > On Tue, Sep 16, 2003 at 10:42:49AM -0400, Sam Steingold wrote: > > >>* Corinna Vinschen <[EMAIL PROTECTED]> [2003-09-16 12:01:08 +0200]: > > >> > > >> On Mon, Sep 15, 2003 at

Compiling with Cygwin-1.5.4-1 gives symbol errors

2003-09-16 Thread James MacLean
Hi Folks, Compiled programs with Cygwin-1.3.22-1, but now, even with fresh Cygwin installs, I am getting errors like : /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: warning: cannot find entry symbol _WinMainCRTStartup; defaulting to 00401000 and: Info: resolving _optarg

Re: Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Andrew DeFaria
Igor Pechtchanski wrote: This is not under setup's control. Postinstall scripts are written by individual package maintainers. Most of them *are* reexecutable, or, at least, don't do anything that can't be redone. Some, however, modify existing state of the system, either in-place or conditiona

ls - novice question

2003-09-16 Thread Philippe Bastiani
Hi, Why need to use the '--show-control-chars' option of the 'ls' module to display the accentuated characters ? -- Philippe Bastiani -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin

Re: Is the 'less' module support the Euro symbol ?

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Philippe Bastiani wrote: > Hi, > > Is the 'less' module support the Euro symbol ? > > - if i start RXVT from Windows and if I launch 'less', this one display > properly the accentuated characters and the Euro symbol... > Moreover it seems to to me, that this one does not use t

Re: isatty bug

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 10:42:49AM -0400, Sam Steingold wrote: >>* Corinna Vinschen <[EMAIL PROTECTED]> [2003-09-16 12:01:08 +0200]: >> >> On Mon, Sep 15, 2003 at 05:19:16PM -0400, Sam Steingold wrote: >> > calling isatty(0) in a program results in a segfault: >> And the version number of the DLL i

Is the 'less' module support the Euro symbol ?

2003-09-16 Thread Philippe Bastiani
Hi, Is the 'less' module support the Euro symbol ? - if i start RXVT from Windows and if I launch 'less', this one display properly the accentuated characters and the Euro symbol... Moreover it seems to to me, that this one does not use the LESSCHARSET and the LC_* variables ! - if i start RXVT

Re: More Apache/PHP installation puzzles

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003 [EMAIL PROTECTED] wrote: > Hello Igor, > > Apologies to the maintainer then - I'm new to these mailing list thingees! > > Thanks for the info about mount points - it didn't cross my mind that /usr/lib > might be a separate mount. $ df would have answered that, eh? Yep. So wo

RE: bash-2.05b-15 still broken

2003-09-16 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Alexander Osipenko > Just as described in article > http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html > > PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]' > > current directory contais 2 scripts: `pkgcheck.pl' and `pkgwget.sh` > Starting a command: > > $ ./pk > > and pressing TAB 3 times (one f

RE: Automated replies from list

2003-09-16 Thread Hannu E K Nevalainen \(garbage mail\)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Ronald Landheer-Cieslak > Sent: Monday, September 15, 2003 2:42 PM > To: [EMAIL PROTECTED] > Subject: Re: Automated replies from list > > > Being on the digest list means you should only get one mail - so >

Re: Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Andrew DeFaria wrote: > Igor Pechtchanski wrote: > > > On Tue, 16 Sep 2003, Andrew DeFaria wrote: > > > > Well, you shouldn't run setup with Cygwin processes running in the > > first place. > > Having the "install files in place" option where Cygwin tells you that > some insta

Re: cygkpathsea-3-3-7.dll (was Re: grep.exe - Unable to locate DLL)

2003-09-16 Thread Alex Vinokur
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] > 2) Is there a particular reason why you didn't upgrade *all* of your tetex >packages to the latest version? [snip] I wanted to get rid of error message "kpsewhich.exe - Unable to locate DLL" as soon as p

Re: 1.5.5s: procps error

2003-09-16 Thread David Rothenberger
e cs=001B ds=0023 es=0023 fs=003B gs= ss=0023 Stack trace: Frame Function Args 0022EF48 610757A1 (, 0022EFD4, 0004, 0022EF84) /netrel/src/cygwin-20030916/winsup/cygwin/winbase.h:10 0022EFC8 61058E4E (0123, 0001, 0022EFF8, 6108CD9E) /netrel/src/cygwin-200

Re: Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Larry Hall wrote: > At 11:37 AM 9/16/2003, Andrew DeFaria you wrote: > >Recently updating a Cygiwn 1.3.20 -> 1.5.3 I noticed something that > >concerns me. I think this problem is just a general problem and not > >sure what is "right" in this situation. > > > >The postinstall

Re: More Apache/PHP installation puzzles

2003-09-16 Thread dave_d
Hello Igor, Apologies to the maintainer then - I'm new to these mailing list thingees! Thanks for the info about mount points - it didn't cross my mind that /usr/lib might be a separate mount. $ df would have answered that, eh? The rest remains, I think. The cygcrypto.dll is loaded with the

Re: Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Rich Elberger wrote: > > Well, you shouldn't run setup with Cygwin processes running in the first > > place. I've been meaning to add an interactive dialog on failing to > > replace cygwin1.dll that would let you kill Cygwin processes and retry the > > replacement, but haven'

Re: Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Larry Hall
At 11:37 AM 9/16/2003, Andrew DeFaria you wrote: >Recently updating a Cygiwn 1.3.20 -> 1.5.3 I noticed something that concerns me. I >think this problem is just a general problem and not sure what is "right" in this >situation. > >The postinstall scripts for 1.5.3 rely on executing commands that

Re: Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Andrew DeFaria
Igor Pechtchanski wrote: On Tue, 16 Sep 2003, Andrew DeFaria wrote: Well, you shouldn't run setup with Cygwin processes running in the first place. Having the "install files in place" option where Cygwin tells you that some installed files were in use and you should reboot, sure gives about t

Re: Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Rich Elberger
> Well, you shouldn't run setup with Cygwin processes running in the first > place. I've been meaning to add an interactive dialog on failing to > replace cygwin1.dll that would let you kill Cygwin processes and retry the > replacement, but haven't got to it yet (and probably won't for quite a >

Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Andrew DeFaria
Recently updating a Cygiwn 1.3.20 -> 1.5.3 I noticed something that concerns me. I think this problem is just a general problem and not sure what is "right" in this situation. The postinstall scripts for 1.5.3 rely on executing commands that might have dependencies on the cygwin1.dll that has n

Re: Upgrading Cygwin - postinstall difficulties?

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, Andrew DeFaria wrote: > Recently updating a Cygiwn 1.3.20 -> 1.5.3 I noticed something that > concerns me. I think this problem is just a general problem and not sure > what is "right" in this situation. > > The postinstall scripts for 1.5.3 rely on executing commands that mig

Re: More Apache/PHP installation puzzles

2003-09-16 Thread Igor Pechtchanski
Dave, First off, there is no need to Cc: the apache maintainer, as I know for sure that he reads this list (unless this is specifically requested in the README, in which case I apologize). More replies inline below. On Tue, 16 Sep 2003 [EMAIL PROTECTED] wrote: > This all started when I had trou

More Apache/PHP installation puzzles

2003-09-16 Thread dave_d
This all started when I had trouble installing Apache/PHP (see earlier posts Re: Apache/PHP installation puzzle). As this problem is a bit more general I thought I would start a new thread. In a nutshell, the PHP part of the installation fails without any obvious errors. In order to find out w

Re: Cygwin, Rsync and 8-bit chars (SJIS)

2003-09-16 Thread Igor Pechtchanski
Dylan, This seems like a good excuse to try the managed mount mode. Search the August archives for it. Be aware, though, that this is a *highly* experimental feature, and it currently requires a newly-created directory. Igor On Tue, 16 Sep 2003, Dylan Cuthbert wrote: > After reading up

Re: isatty bug

2003-09-16 Thread Sam Steingold
>* Corinna Vinschen <[EMAIL PROTECTED]> [2003-09-16 12:01:08 +0200]: > > On Mon, Sep 15, 2003 at 05:19:16PM -0400, Sam Steingold wrote: > > calling isatty(0) in a program results in a segfault: > And the version number of the DLL is ... 1.5.4(0.94/3/2) > Fd 0 is a tty, a console window, a tape dr

Re: Cygwin, Rsync and 8-bit chars (SJIS)

2003-09-16 Thread Dylan Cuthbert
After reading up some more about Cygwin's libs, I think the double-backslashes that are appearing are causing cygwin to think the path is a DOS path, not a posix-style one. The reason the backslashes are there is because SJIS uses them as the second character in the encoding of some

  1   2   >