inetutils source fix

2004-02-18 Thread Sergiy Pavlov
Module name: inetutils v.3.2-25 Changes by: [EMAIL PROTECTED] 2004-02-18 13:14:58 Modified files: . : libnetutils/logwtmp.c Log message: source fix in libnetutils/logwtmp.c Patch: = --- logwtmp.c

RE: piping problems with cron+4nt

2004-02-18 Thread Mironov, Leonid {PBG}
Rafael Kitover wrote: > Perhaps try using the cygstart utility, in conjunction with --hide? > Yes, it helped. Thanks a lot. >> -Original Message- >> From: Mironov, Leonid {PBG} >> Sent: Wednesday, February 18, 2004 12:59 AM >> Subject: piping problems with cron+4nt >> >> I've got a bunc

Re: Repeatable crash with CVS version of cygwin1 DLL

2004-02-18 Thread Christopher Faylor
On Wed, Feb 18, 2004 at 11:03:21PM -0600, Cliff Geschke wrote: >I have tried the latest update from CVS. Still crashes, but stackptr >does not go out-of-bounds. At some point, _sigbe tries to ret with the >top of stack ($esp) value set to 0. > >Some additional data points: > >1. I moved the test

RE: Repeatable crash with CVS version of cygwin1 DLL

2004-02-18 Thread Cliff Geschke
I have tried the latest update from CVS. Still crashes, but stackptr does not go out-of-bounds. At some point, _sigbe tries to ret with the top of stack ($esp) value set to 0. Some additional data points: 1. I moved the test .exe file to a Win2000 box running an old cygwin1.dll (file version 10

Re: good top program for cygwin

2004-02-18 Thread James Hu
On 2004-02-18, Christopher Faylor wrote: > On Wed, Feb 18, 2004 at 10:24:55AM -0500, Larry Hall wrote: >>Then you either do not have the 'top' that's part of Cygwin or your >>environment is incorrect. Try installing/upgrading the procps package. >>There's a man page for the Cygwin version of 'top'

Re: 20040217 snapshot problem

2004-02-18 Thread Christopher Faylor
On Wed, Feb 18, 2004 at 11:23:02AM -0500, Richard Campbell wrote: >> Is this a regression from 20040216 or some other snapshot? > >Unless there are earlier post 1.5.7-1 snapshots than 20040205, no. > >I just ran through the 20040205-20040216 snapshots: > >20040216 - same result as 20040217 >2004021

Gdb runtime error

2004-02-18 Thread Chih-Yi Kuan
After the cygwin setup from the cygwin installer. Execution of gdb in bash results in the follow error message: * 3 [main] ? 3552 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap (0x6167 <0x15A>) in child, Win32 error 487 C:\cygwin\bin\gdb.exe

Re: ipctest for cygserver

2004-02-18 Thread Charles Wilson
Yitzchak Scott-Thoennes wrote: Is there any plan to move cygipc's ipctest.exe to using cygserver? Not really -- it relies on some specific, non-standard functions in libcygipc. Several years ago, Robert Collins wrote a quickie "ipctest" package for use with the then-nascent cygserver -- but as

Re: Pserver on cygwin corrupts binary files

2004-02-18 Thread Charles Wilson
Corinna Vinschen wrote: On Feb 17 18:16, Alejandro Lopez-Valencia wrote: Because when using textmode, cygwin changes the semantics of I/O functions in the underlying C runtime. It does (and forces) EOL conversion on all files read and written to the filesystem as well as *sockets* and *pipes* for

Re: search and replace tool

2004-02-18 Thread Brian Dessent
Rafael Kitover wrote: > > Not really cygwin specific, you can do something like: > > perl -pi -e 's/old text/new text/' `find /where -name '*.txt'` > > note those are backticks surrounding the find. > > Use -pi.bak to make backup files in case you screw up. You will of course need > to know how

Re: search and replace tool (Attn: gawk maintainer)

2004-02-18 Thread Larry Hall
At 04:46 PM 2/18/2004, Igor Pechtchanski you wrote: >On Wed, 18 Feb 2004, Larry Hall wrote: > >> At 02:59 PM 2/18/2004, dAniel hAhler you wrote: >> >Hello cygwin-list, >> > >> >I'm looking for a search and replace tool to replace a text portion in >> >a bunch (3500+) of files. >> > >> >That should

opengl-1.1.0-7 glut.h does not define wchar_t

2004-02-18 Thread Philip Lamb
Hello, The changes to in w32api-2.5 expose a problem with the glut.h in opengl-1.1.0-7 package, file . The problem is that whcar_t is now required to be defined by /usr/include/w32api/GL/glu.h, however glut.h does not do so. I'm not sure where the _best_ place to put a definition is; for mys

Re: gcj problem...

2004-02-18 Thread Jason Fu
I do remember there's the same usage of gcj with javac and I did not notice the changes as mentioned in the links you mention. Anyway, thanks. Jason > On Mon, 16 Feb 2004, Jason Fu wrote: > >> Any idea about it... >> >> $ gcj HelloWorld.java >> /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../li

w32api-2.5 missing GLU_ERROR definition.

2004-02-18 Thread Philip Lamb
Hello, I've just upgraded from w32api-2.4 to -2.5. It looks like file included in 2.5 is missing a definition of GLU_ERROR. In w32api-2.4, GLU_ERROR is defined on line 76, and a commented out version on line 177 (for completeness I suppose). In w32api-2.5, the first definition has been remove

Re: search and replace tool

2004-02-18 Thread Yitzchak Scott-Thoennes
On Wed, Feb 18, 2004 at 12:13:38PM -0800, Rafael Kitover wrote: > Not really cygwin specific, you can do something like: > > perl -pi -e 's/old text/new text/' `find /where -name '*.txt'` > > note those are backticks surrounding the find. > > Use -pi.bak to make backup files in case you screw up

Checking Cygwin version (FAQ Alert!) (Was Re: map mouse button 4 or 5 to button 2?)

2004-02-18 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Jeffrey J. Gray wrote: > [snip] > ... and I'm running hm, not sure how to check my Cygwin version, > it's probably ~4 months old on WinXP. Jeff, Just like on any Unix system, "uname -srv" will return the kernel (in Cygwin's case, cygwin1.dll) version. On Cygwin, y

ipctest for cygserver

2004-02-18 Thread Yitzchak Scott-Thoennes
Is there any plan to move cygipc's ipctest.exe to using cygserver? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Repeatable crash with CVS version of cygwin1 DLL

2004-02-18 Thread Christopher Faylor
On Wed, Feb 18, 2004 at 10:31:03AM -0600, Cliff Geschke wrote: >cygwin-1.5.7-1 >cygwin-SPLAT-cygwin-BOP-com Please, avoid putting raw email addresses in messages. They serve no purpose and are spambot fodder. >After doing what you asked, the crash still occurs, but is somewhat >different. Here

RE: limiting strace?, was: failure of unzip and recent cygwin1.dll

2004-02-18 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Ross Boulet wrote: > > On Wed, 18 Feb 2004, Ross Boulet wrote: > > > > > > On Wed, 18 Feb 2004, Ross Boulet wrote: > > > > > > [...snip...] > > > Ok, time for "Pipes 101". A pipe is essentially a bounded (character) > > buffer. The producer application fills the buffer (by w

RE: limiting strace?, was: failure of unzip and recent cygwin1.dll

2004-02-18 Thread Ross Boulet
> On Wed, 18 Feb 2004, Ross Boulet wrote: > > > > On Wed, 18 Feb 2004, Ross Boulet wrote: > > > [...snip...] > > Ok, time for "Pipes 101". A pipe is essentially a bounded (character) > buffer. The producer application fills the buffer (by writing to the > pipe), and the consumer application e

Re: search and replace tool (Attn: gawk maintainer)

2004-02-18 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Larry Hall wrote: > At 02:59 PM 2/18/2004, dAniel hAhler you wrote: > >Hello cygwin-list, > > > >I'm looking for a search and replace tool to replace a text portion in > >a bunch (3500+) of files. > > > >That should be an easy one.. :) > > This isn't really Cywgin-specific. A

RE: limiting strace?, was: failure of unzip and recent cygwin1.dll

2004-02-18 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Ross Boulet wrote: > > On Wed, 18 Feb 2004, Ross Boulet wrote: > > > [...snip...] > > > Just adding my 2 cents and hopefully to learn something: > > > > > > I know how to use pipes but I don't know how they are handled "under > > > the covers". Wouldn't piping the strace to t

RE: limiting strace?, was: failure of unzip and recent cygwin1.dll

2004-02-18 Thread Ross Boulet
> On Wed, 18 Feb 2004, Ross Boulet wrote: > [...snip...] > > Just adding my 2 cents and hopefully to learn something: > > > > I know how to use pipes but I don't know how they are > handled "under the > > covers". Wouldn't piping the strace to tail or grep still produce a > > temporary file of a

RE: piping problems with cron+4nt

2004-02-18 Thread Rafael Kitover
Perhaps try using the cygstart utility, in conjunction with --hide? >-Original Message- >From: Mironov, Leonid {PBG} >Sent: Wednesday, February 18, 2004 12:59 AM >Subject: piping problems with cron+4nt > >I've got a bunch of legacy 4NT batches I want to run from cygwin cron. When >run from

RE: problem extending perl-5.8.2-1 via CPAN: Storable.dll

2004-02-18 Thread Rafael Kitover
This is an issue related to rebasing DLLs. There's a "rebaseall" utility in Cygwin to fix this, unfortunately it does not pick up non-package DLLs, including Perl extensions installed from CPAN shell. I've made some changes to that script so that it does...which reminds me I need to send out a pat

RE: stabilizing cygwin emacs

2004-02-18 Thread Richard Campbell
>> And if I could start X under 20040217, emacs might well not crash. > >So your problems have appeared while running -nw? No, no. My problem of intermittent crashes has occurred running emacs under X under cygwin 1.5.7-1. Under cygwin 20040217 (or any post 1.5.7-1 snapshot), I cannot start X

Re: search and replace tool

2004-02-18 Thread Larry Hall
At 02:59 PM 2/18/2004, dAniel hAhler you wrote: >Hello cygwin-list, > >I'm looking for a search and replace tool to replace a text portion in >a bunch (3500+) of files. > >That should be an easy one.. :) > > This isn't really Cywgin-specific. As a result, it's off-topic for this list. I will,

RE: stabilizing cygwin emacs

2004-02-18 Thread Thomas L Roche
Richard Campbell Wed, 18 Feb 2004 13:44:10 -0500 > Intermittent crashes, sometimes with a stackdump produced, sometimes > not. Generally after several hours/days of execution. Tom Roche wrote: >> Hmm ... I don't recall ever having that problem on either 1.5.7-1 >> (my problems have involved emacs

RE: search and replace tool

2004-02-18 Thread Rafael Kitover
Not really cygwin specific, you can do something like: perl -pi -e 's/old text/new text/' `find /where -name '*.txt'` note those are backticks surrounding the find. Use -pi.bak to make backup files in case you screw up. You will of course need to know how to use regular expressions (see man perl

RE: limiting strace?, was: failure of unzip and recent cygwin1.dll

2004-02-18 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Ross Boulet wrote: > > On Mon, 16 Feb 2004, Thomas L Roche wrote: > > > > > Is there a way to limit the size of the strace output _file_, rather > > > than just the output file buffer, while preserving desired > > > information? > > > > > > I previously used strace to debug th

search and replace tool

2004-02-18 Thread dAniel hAhler
Hello cygwin-list, I'm looking for a search and replace tool to replace a text portion in a bunch (3500+) of files. That should be an easy one.. :) -- shinE! http://www.thequod.de ICQ#152282665 GnuPG/PGP key: http://thequod.de/danielhahler.asc -- Unsubscribe info: http://cygwin.com/ml/#

RE: Strange group name

2004-02-18 Thread DePriest, Jason R.
> -Original Message- > From: cygwin-owner at cygwin dot com > [mailto: cygwin-owner at cygwin dot com] On Behalf Of Igor Pechtchanski > Sent: Wednesday, February 18, 2004 8:46 AM > To: Julian C H Stevens > Cc: cygwin at cygwin dot com > Subject: Re: Strange group name > > > On Wed, 18 Fe

RE: limiting strace?, was: failure of unzip and recent cygwin1.dll

2004-02-18 Thread Ross Boulet
> > On Mon, 16 Feb 2004, Thomas L Roche wrote: > > > Is there a way to limit the size of the strace output _file_, rather > > than just the output file buffer, while preserving desired > > information? > > > > I previously used strace to debug the problem that 20040213 > induced in > > emacs 'de

Re: good top program for Cygwin

2004-02-18 Thread Simon
Thanks Larry - that was it - added procps and now works alot better... cheers Simon [/cygdrive/h] Bash ver:2.05b.0 Wed Feb 18 $ man top TOP(1)Linux User's Manual TOP(1) NAME top - display top CPU processes SYNOPSIS top [-] [d delay] [p pid] [q] [c] [C] [S] [

Re: Assembler

2004-02-18 Thread Krzysztof Duleba
Brian Dessent wrote: > >> A translator that changes int 0x80 to function calls? It doesn't seem too >> difficult, but I probably miss something. > > So write a perl script. > The list of syscalls is defined in the Linux > kernel in unistd.h: >

RE: stabilizing cygwin emacs, was: 20040217 snapshot problem

2004-02-18 Thread Richard Campbell
>> I was trying the 20040217 snapshot to see if it cleared up the emacs >> problems I was having (which haven't been repeatable enough for me >> to report). > >Umm ... what problems? Intermittent crashes, sometimes with a stackdump produced, sometimes not. Generally after several hours/days of ex

Re: Java Thread Dump in Bash

2004-02-18 Thread Randall R Schulz
Frank-Michael, I hesitate to continue this on the Cygwin list, but I will, for now. At 09:45 2004-02-18, Frank-Michael Moser wrote: Randall, does your Java application die after pressing Ctrl-Break or not? It appears it terminates. As you've had me trying this much more than I ever have in the p

Re: Assembler

2004-02-18 Thread Brian Dessent
Krzysztof Duleba wrote: > A translator that changes int 0x80 to function calls? It doesn't seem too > difficult, but I probably miss something. So write a perl script. The list of syscalls is defined in the Linux kernel in unistd.h:

Re: Re: Entry point _fcntl64 not found, Cygwin version 1.5.5

2004-02-18 Thread Pavan Mandalkar
Hi Brain, >Have you tried looking at this message and some og the others related in >this >area: >http://www.cygwin.com/ml/cygwin/2004-01/msg01377.html >What version of ash are you running versus the 1.5.5 version of Cygwin? Thanks for this pointer. The problem was solved after I switched to

Re: Java Thread Dump in Bash

2004-02-18 Thread Frank-Michael Moser
Randall, does your Java application die after pressing Ctrl-Break or not? Frank-Michael Randall R Schulz wrote: Frank-Michael, At 12:09 2004-02-17, Frank-Michael Moser wrote: Unfortunately neither Ctrl-Break nor Ctrl-Scroll produce a thread dump not in pure bash and not in RXVT for me. I'm us

1.5.7-1: dumper.exe build fails with source from CVS

2004-02-18 Thread Cliff Geschke
cygwin-1.5.7-1 [EMAIL PROTECTED] When I attempt to build the complete cygwin from source, it fails while building dumper.exe 1. Load sources from CVS 2. ./configure 3. make 4. Lots of stuff gets built 5. Fails during dumper.exe build End of trace appended below. I am guessing it wants a new lib

undefined reference problems in cygwin!

2004-02-18 Thread 熊光磊
pgp0.pgp Description: PGP signature

Re: 20040217 snapshot problem

2004-02-18 Thread Christopher Faylor
On Wed, Feb 18, 2004 at 11:23:02AM -0500, Richard Campbell wrote: >> Is this a regression from 20040216 or some other snapshot? > >Unless there are earlier post 1.5.7-1 snapshots than 20040205, no. > >I just ran through the 20040205-20040216 snapshots: > >20040216 - same result as 20040217 >2004021

Re: stabilizing cygwin emacs, was: 20040217 snapshot problem

2004-02-18 Thread Thomas L Roche
Richard Campbell Wed, 18 Feb 2004 10:51:56 -0500 - > I was trying the 20040217 snapshot to see if it cleared up the emacs > problems I was having (which haven't been repeatable enough for me > to report). Umm ... what problems? > After installing the 20040217 snapshot, starting X led to inet

RE: 1.5.7-1: Repeatible crash in cygwin1.dll, _sigbe

2004-02-18 Thread Cliff Geschke
1.5.7-1: Repeatible crash in cygwin1.dll, _sigbe cygwin-1.5.7-1 [EMAIL PROTECTED] After doing what you asked, the crash still occurs, but is somewhat different. Here is what I did. 1. Loaded cygwin from CVS. I see the relevant routines have all changed. 2. ./configure 3. make 4. build failed f

Re: Java Thread Dump in Bash

2004-02-18 Thread Frank-Michael Moser
Randall R Schulz wrote: All I said was that cygcheck output would not help me. Sorry for making trouble misunderstanding this. I have attached my cygcheck -s now. cygcheck.txt Description: application/force-download -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: Assembler

2004-02-18 Thread Krzysztof Duleba
Williams, Gerald S (Jerry) wrote: > Googling brought me to http://line.sourceforge.net, > which may be more along the lines of what you seek. I tried it out, with no success. Binary version fails to run it's own hello and rawhello programs and source produces so many serious errors during the com

S p a m H o s t i n g - 2 5 0 $

2004-02-18 Thread Marvin Reyna
Hello. Spam Hosting. Location: Korea OS: FreeBSD Port: 100mbit. IP: + PHP, CGI, MYSQL, 500MB, cPanel. 250$/mesyac. Fraud Hosting. Location: Korea OS: FreeBSD Port: 100mbit. IP: + PHP, CGI, MYSQL, 500MB, cPanel. 450$/mesyac. Dedicated form 500$ per mounth. Contacts: ICQ: 434432 --

RE: 20040217 snapshot problem

2004-02-18 Thread Richard Campbell
> Is this a regression from 20040216 or some other snapshot? Unless there are earlier post 1.5.7-1 snapshots than 20040205, no. I just ran through the 20040205-20040216 snapshots: 20040216 - same result as 20040217 20040215 - exception violation at x0005 or similar. affects all cygwin progr

Re: select() hangs sometimes, for TCP connections

2004-02-18 Thread Patrick Samson
I run the process blocking in select() with strace. It now runs correctly, but the TCL scenario blocks elsewhere on a "eval exec bash ...". gdb seems to show a freeze in a call to a ReadFile() function -> again something with file descriptors. So, I put this command in a strace as well. Guess what

Re: 20040217 snapshot problem

2004-02-18 Thread Christopher Faylor
On Wed, Feb 18, 2004 at 10:51:56AM -0500, Richard Campbell wrote: >I was trying the 20040217 snapshot to see if it cleared up the emacs >problems I was having (which haven't been repeatable enough for me to >report). After installing the 20040217 snapshot, starting X led to >inetd consuming all av

Re: Java Thread Dump in Bash

2004-02-18 Thread Randall R Schulz
Frank-Michael, At 07:37 2004-02-18, Frank-Michael Moser wrote: Larry Hall wrote: OK. Maybe now it's time for you to look at and follow: Problem reports: http://cygwin.com/problems.html Larry, what was wrong with my mails? Sorry, if..., but...? I'm reading the mailing list since a long time

Re: good top program for cygwin

2004-02-18 Thread Christopher Faylor
On Wed, Feb 18, 2004 at 10:24:55AM -0500, Larry Hall wrote: >Then you either do not have the 'top' that's part of Cygwin or your >environment is incorrect. Try installing/upgrading the procps package. >There's a man page for the Cygwin version of 'top' that comes with this >package. I don't know

Re: Java Thread Dump in Bash

2004-02-18 Thread Frank-Michael Moser
Larry Hall wrote: OK. Maybe now it's time for you to look at and follow: Problem reports: http://cygwin.com/problems.html Larry, what was wrong with my mails? Sorry, if..., but...? I'm reading the mailing list since a long time and thought I would follow these guidelines you just mentioned

Re: good top program for Cygwin

2004-02-18 Thread Larry Hall
Then you either do not have the 'top' that's part of Cygwin or your environment is incorrect. Try installing/upgrading the procps package. There's a man page for the Cygwin version of 'top' that comes with this package. I don't know if this will help you with the issue you originally had or not b

Re: Assembler

2004-02-18 Thread Larry Hall
At 09:04 AM 2/18/2004, Krzysztof Duleba you wrote: >Williams, Gerald S (Jerry) wrote: >> By asking for int 0x80 support, you're really asking >> for the ability to run precompiled Linux applications. > >What do you mean by "precompiled"? He means Linux ix86 binaries running unmodified on Windows.

RE: Built GCC 3.3.3 on Cygwin, should I use it?

2004-02-18 Thread Gareth Pearce
> > I am using Cygwin and GCC to become familiar with posix, common unix > tools, and to learn c and c++ programming (plus learning win32). So I have > never compiled any of my programs with -mno-cygwin, but I noticed that it > doesn't work when I use GCC 3.3.3, just as you said it wouldn't (and

Re: Java Thread Dump in Bash

2004-02-18 Thread Larry Hall
OK. Maybe now it's time for you to look at and follow: Problem reports: http://cygwin.com/problems.html Sounds like you have an installation specific problem that you need to dig a little deeper to resolve. Larry At 06:31 AM 2/18/2004, Frank-Michael Moser you wrote: >Ha, now I saw a th

Re: 2004-Feb-17 snapshot change ssh option parsing behavior

2004-02-18 Thread David Rothenberger
Corinna Vinschen wrote: On Feb 17 16:46, David Rothenberger wrote: Robert Collins wrote: you may find that ssh somehost -- bin/bash --login -c date also works. In fact, I did, and mentioned that in my first email. Unfortunately, I use this with some old Solaris boxes, which require "-login" in

Re: Building dll's and executables in same package

2004-02-18 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Wilson wrote: | Make sure that the dll has executable permissions. | chmod +x cygclamav-1.dll (and echo from Volker Zell) I wish it were that easy, but it's not, and I don't know why. When I run install on it, all the executables are 755 as th

Re: Built GCC 3.3.3 on Cygwin, should I use it?

2004-02-18 Thread Mikael Åsberg
>> >> I've tried to rebuild a number of programs I have written using GCC 3.3.3 >> and >> every single one of them seem to work as they should. Many of them are >> Win32 >> GUI programs (written in C++), some are programs using posix functions. >> >> So my question is: What problems can I expect

Re: ftp bug report

2004-02-18 Thread Thomas Mellman
--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > 0x6100 is the base address for cygwin1.dll, IIRC. Aha. Thank you. I'm still not clear on what happened to my stack frame for dataconn(), although I can now imagine what happened to the stack frame entry for the subordinate fdopen(). Symb

Re: Strange group name

2004-02-18 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Julian C H Stevens wrote: > I have installed cygwin 1.5.6(0.108/3/2) and I notice that the files in > my home directory have a group ownership of "mkgroup-l-d". > > I'm new to cygwin, and have installed it as a domain user on a > workstation running Windows 2000 Professional V

Re: ftp bug report

2004-02-18 Thread Christopher Faylor
On Wed, Feb 18, 2004 at 09:36:58AM -0500, Igor Pechtchanski wrote: >On Wed, 18 Feb 2004, Thomas Mellman wrote: > >> Re: ftp crash >> I tried to debug it with gdb but for some reason that I don't >> understand, it hangs when run. >> >> Nevertheless, using gdb to get the symbols (which appear t

Re: ftp bug report

2004-02-18 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Thomas Mellman wrote: > Re: ftp crash > I tried to debug it with gdb but for some reason that I don't > understand, it hangs when run. > > Nevertheless, using gdb to get the symbols (which appear to > be correct) and the ftp.exe.stackdump, I believe that I have > loc

stabilizing cygwin emacs, was: emacs Fatal error 11

2004-02-18 Thread Thomas L Roche
"Etienne Huot" Wed, 18 Feb 2004 13:05:22 +0100 > I have tried the latest snapshot 20040217, it worked for several > hours, but now it crashes almost every 2 minutes. I'm gonna switch > to 20040216 to see what happens. Well, so far I've had no crashes with 20040217, but obviously I haven't been run

Re: Pserver on cygwin corrupts binary files

2004-02-18 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Alejandro Lopez-Valencia wrote: > On Wed, 18 Feb 2004 11:01:09 +0100, Corinna Vinschen wrote: > > >On Feb 17 18:16, Alejandro Lopez-Valencia wrote: > >> Because when using textmode, cygwin changes the semantics of I/O > >> functions in the underlying C runtime. It does (and fo

RE: Built GCC 3.3.3 on Cygwin, should I use it?

2004-02-18 Thread Gareth Pearce
> > I've tried to rebuild a number of programs I have written using GCC 3.3.3 > and > every single one of them seem to work as they should. Many of them are > Win32 > GUI programs (written in C++), some are programs using posix functions. > > So my question is: What problems can I expect if con

Re: 20040217 unhoses unzip!

2004-02-18 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 11:46:15PM -0500, Thomas L Roche wrote: >On Tue, 17 Feb 2004, Christopher Faylor wrote: >>> Hmm. I really don't understand why unless you were unzipping *a lot* >>> of files with long filenames. There should have been something like >>> 32MB of space to waste before you sa

Re: good top program for Cygwin

2004-02-18 Thread Simon
Of course : $ man top No manual entry for top Simon - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Simon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 6:42 PM Subject: Re: good top program for Cygwin > At 10:32 AM 2/17/2004, Simon you wro

Re: Assembler

2004-02-18 Thread Krzysztof Duleba
Williams, Gerald S (Jerry) wrote: > int 0x80 is part of Linux, not nasm. Of course. > In fact, nasm was > generating the int 0x80 instructions just fine--they > simply don't work under Windows. So such a translator > wouldn't help. A translator that changes int 0x80 to function calls? It doesn'

Built GCC 3.3.3 on Cygwin, should I use it?

2004-02-18 Thread Mikael Åsberg
Hello, I downloaded GCC 3.3.3, built it using GCC 3.3.1 that comes with Cygwin. My configure line was: $ ../gcc-3.3.3/./configure --enable-languages=c,c++ --prefix=/usr/local/gcc-3.3.3 --exec-prefix=/usr/local/gcc-3.3.3 The configure script, make and make install finsihed without any errors. Whe

Re: Assembler

2004-02-18 Thread Krzysztof Duleba
Igor Pechtchanski wrote: > Most of the C code on Linux doesn't use int 0x80. It normally invokes > user-level functions that invoke system calls. > Why not go the same route > with Cygwin? In one of the previous messages in this thread, there was an > example of calling printf from assembly. Y

Strange group name

2004-02-18 Thread Julian C H Stevens
I have installed cygwin 1.5.6(0.108/3/2) and I notice that the files in my home directory have a group ownership of "mkgroup-l-d". I'm new to cygwin, and have installed it as a domain user on a workstation running Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4. Please could someone s

RE: Assembler

2004-02-18 Thread Williams, Gerald S (Jerry)
Krzysztof Duleba wrote: > Why not? c code, translated to asm with -c -S on linux box, > can be later compiled and linked with Cygwin's gcc and works > fine. As you see, I have a good reason to believe that nasm's > int 0x80 will work too. So maybe I should simply look for a > nasm -> gcc's assembl

Re: Building dll's and executables in same package

2004-02-18 Thread Dr. Volker Zell
--- Begin Message --- > "Yaakov" == Yaakov Selkowitz writes: Yaakov> OK, here's the story. I built clamav after the following steps, and Yaakov> everything completed without errors, and cygcheck shows the applications Yaakov> are linked to cygclamav-1.dll. But when I try running

Mirror server - ftp.heanet.ie/pub/cygwin

2004-02-18 Thread Brian Boyle
Hi, We've been mirroring the Cygwin repository for a while now, and thought it might be useful to let you guys know. It is available at: (ftp|http|rsync)://ftp.heanet.ie/pub/cygwin on both ipv4 and ipv6. It gets updated twice a day, and the status and time of the most recent sync can be observed

Re: Re: emacs Fatal error 11

2004-02-18 Thread Etienne Huot
References: <[EMAIL PROTECTED]> I have tried the latest snapshot 20040217, it worked for several hours, but now it crashes almost every 2 minutes. I'm gonna switch to 20040216 to see what happens. >The 1.5.7 cygwin1.dll is buggy. Load the latest DLL snapshot (20040216) >from http://cygwin.com/sn

Re: Pserver on cygwin corrupts binary files

2004-02-18 Thread Alejandro Lopez-Valencia
On Wed, 18 Feb 2004 11:01:09 +0100, Corinna Vinschen wrote in <[EMAIL PROTECTED]>: >On Feb 17 18:16, Alejandro Lopez-Valencia wrote: >> Because when using textmode, cygwin changes the semantics of I/O >> functions in the underlying C runtime. It does (and forces) EOL >> conversion on all files rea

Re: new to cygwin, not understanding a setup issue...

2004-02-18 Thread Thorsten Kampe
* Adam Reiswig (2004-02-18 01:45 +0100) > Hello, I am new to cygwin. I am running a windows 2000 machine. I just > finished downloading and installing cygwin. When the setup finished I > ran the Cygwin icon on my desktop, got the bash prompt and every command > I type comes back "command not

Re: Java Thread Dump in Bash

2004-02-18 Thread Frank-Michael Moser
Ha, now I saw a thread dump in bash console. Unfortunately it kills immediately the java app. In RXVT I see a single new line with "i" printed and the app is killed. My $CYGWIN is "nontsec nosmbntsec". Java is run from SDK as you do. My cygwin is latest, too (just updated again). Frank-Michael

ftp bug report

2004-02-18 Thread Thomas Mellman
Re: ftp crash ftp crashes intermittently (but reliably) when getting files. I tried to debug it with gdb but for some reason that I don't understand, it hangs when run. Nevertheless, using gdb to get the symbols (which appear to be correct) and the ftp.exe.stackdump, I believe that I ha

Re: 2004-Feb-17 snapshot change ssh option parsing behavior

2004-02-18 Thread Corinna Vinschen
On Feb 17 16:46, David Rothenberger wrote: > Robert Collins wrote: > >you may find that > >ssh somehost -- bin/bash --login -c date > >also works. > > In fact, I did, and mentioned that in my first email. Unfortunately, I > use this with some old Solaris boxes, which require "-login" instead of

Re: Pserver on cygwin corrupts binary files

2004-02-18 Thread Corinna Vinschen
On Feb 17 18:16, Alejandro Lopez-Valencia wrote: > Because when using textmode, cygwin changes the semantics of I/O > functions in the underlying C runtime. It does (and forces) EOL > conversion on all files read and written to the filesystem as well as > *sockets* and *pipes* for all applications

Re: setup "base": strange behaviour of libbz2-1 and libpcre

2004-02-18 Thread fergus
> In my TODO to review ... Thanks. Everybody is so busy, it's amazing you all do even half of what you actually do do. Fergus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.ht

Re: setup "base": strange behaviour of libbz2-1 and libpcre

2004-02-18 Thread Robert Collins
On Wed, 2004-02-18 at 19:11, [EMAIL PROTECTED] wrote: > Sorry, I know this has been asked a while ago but I can't find the Q and I'm > pretty certain there wasn't an A. In my TODO to review. slated for early march (I'm in a huge transition point at the moment). Rob -- GPG key available at:

Re: problem extending perl-5.8.2-1 via CPAN: Storable.dll

2004-02-18 Thread Olaf Föllinger
On Tue, Feb 17, 2004 at 09:26:42PM -0500, S. Alan Ezust wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I was having some strange problems with CPAN as well - has anyone ever tried > running a perl script that uses HTML::Parser or HTML::Filter by installing > through the CPAN that c

Re: problem extending perl-5.8.2-1 via CPAN: Storable.dll

2004-02-18 Thread Olaf Föllinger
On Tue, Feb 17, 2004 at 07:09:19PM +0100, Tino Lange wrote: > Gerrit P. Haase wrote: > >perl-5.8.2-1 release has been uploaded to sourceware > > -- it should be on the mirrors soon. > > Hi Gerrit, hi List! > > I have a problem updating modules within the CPAN Shell. Perl itself

piping problems with cron+4nt

2004-02-18 Thread Mironov, Leonid {PBG}
I've got a bunch of legacy 4NT batches I want to run from cygwin cron. When run from 4NT started from bash these batches work fine but when started from cron all lines with redirection and piping fail, e.g. when I run dir>q file 'q' is not created, dir|sort starts sort and it sits and wai

setup "base": strange behaviour of libbz2-1 and libpcre

2004-02-18 Thread fergus
Sorry, I know this has been asked a while ago but I can't find the Q and I'm pretty certain there wasn't an A. 1. Choose default "base" setup from internet and run to completion. 2. Immediately choose it again and two new packages are identified for installation: libbz2_1-1.0.2-5 and libpcre0-4.5-1