6.8.2 fixed problem with running some applications from Linux, but it dissapeared from Cygwin servers.

2005-02-25 Thread Alexey N. Solofnenko
Previously Thunderbird was crashing after startup when user input was expected, but now it ran without any problems. After finding that I tried installing it on another computer, but the installation is gone. There is no even an experimental installation. What happened? - Alexey. --

Re: 6.8.2 fixed problem with running some applications from Linux, but it dissapeared from Cygwin servers.

2005-02-25 Thread Alexander Gottwald
Alexey N. Solofnenko wrote: Previously Thunderbird was crashing after startup when user input was expected, but now it ran without any problems. After finding that I tried installing it on another computer, but the installation is gone. There is no even an experimental installation. What

src/winsup/mingw ChangeLog include/wctype.h

2005-02-25 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2005-02-25 08:15:47 Modified files: winsup/mingw : ChangeLog winsup/mingw/include: wctype.h Log message: * include/wctype.h (wctrans) Remove _CRTIMP. (towctrans): Likewise.

src/winsup/cygwin ChangeLog

2005-02-25 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2005-02-25 11:48:02 Modified files: winsup/cygwin : ChangeLog Log message: * Fix ChangeLog entries. Patches:

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-25 Thread Karl M
From: Corinna Vinschen Subject: Re: ssh-agent and /tmp/ssh-* removal at logout Date: Thu, 24 Feb 2005 11:52:22 +0100 On Feb 23 09:59, Karl M wrote: Did you talk with the Hack Kampbjorn, the Cygwin keychain maintainer about that? I have not talked with him recently. keychain 2.0.3 is pretty

what package generate X11/Xlib.h and X11/Xutil.h

2005-02-25 Thread shih lin
Dear cygwin user: Do any one know which package generate X11/Xlib.h and X11/Xutil.h I already download package Xfree86 lib and runtime lib the error is from make of firestarter(1.0.3) -- In file included from eggtrayicon.h:25, from eggtrayicon.c:25:

memory/custom streams

2005-02-25 Thread Bertalan Fodor
Dear developers and experts, is there a way in Cygwin to use facilities like those available in GNU libc for memory/stream handling, like documented in: http://www.gnu.org/software/libc/manual/html_node/String-Streams.html http://www.gnu.org/software/libc/manual/html_node/Custom-Streams.html

Re: what package generate X11/Xlib.h and X11/Xutil.h

2005-02-25 Thread Michele Petrazzo
shih lin wrote: Dear cygwin user: Do any one know which package generate X11/Xlib.h and X11/Xutil.h I already download package Xfree86 lib and runtime lib the error is from make of firestarter(1.0.3) -- In file included from eggtrayicon.h:25, from eggtrayicon.c:25:

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-25 Thread Corinna Vinschen
On Feb 25 00:11, Karl M wrote: From: Corinna Vinschen Hack, are you there? Karl, if Hack doesn't see this message for some reason, ould you mind to contact him? I wouldn't mind at all, but I don't have an e-mail address for him. Most of what I foung via google was 2 or 3 years old. Can

Re: mmap and MAP_FIXED

2005-02-25 Thread Evgeny Stambulchik
Sean Daley wrote: Read the description to lpBaseAddress again and then read the following comment from cygwin's mmap code: /* If a non-zero address is given, try mapping using the given address first. If it fails and flags is not MAP_FIXED, try again with NULL address. */ I did. Now may I ask

Re: mmap and MAP_FIXED

2005-02-25 Thread Corinna Vinschen
On Feb 25 01:17, Evgeny Stambulchik wrote: Hello, There is something strange about mmap(addr, ..., MAP_FIXED) under Cygwin. For a reason, it always fails if addr is not on a 16xPAGE_SIZE boundary. Here is a short demo: #include stdio.h #include stdlib.h #include unistd.h #include

Re: memory/custom streams

2005-02-25 Thread Corinna Vinschen
On Feb 25 09:39, Bertalan Fodor wrote: Dear developers and experts, is there a way in Cygwin to use facilities like those available in GNU libc for memory/stream handling, like documented in: http://www.gnu.org/software/libc/manual/html_node/String-Streams.html

Re: Installing Perl modules with perl -MCPAN -e shell; fails with 02packages.details.txt.gz does not contain a Line-Count header

2005-02-25 Thread Stephan Petersen
Hi David, Please check the validity of the index file by comparing it to more than one CPAN mirror. Have you tried this? E.g. configured CPAN to use another mirror and tried again? yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's config.pm and my .cpan directory several

Re: Installing Perl modules with perl -MCPAN -e shell; fails with 02packages.details.txt.gz does not contain a Line-Count header

2005-02-25 Thread Stephan Petersen
Hi Greg, thanks for your reply. Probably your file got damaged, I think. yes, but reproducably for all CPAN mirrors... Testing 02packages.details.txt.gz with gzip -t reports: gzip: 02packages.details.txt.gz: invalid compressed data--format violated Same with 03modlist.data.gz. Stephan -- Stephan

error on make for installing firestarter

2005-02-25 Thread shih lin
thanks Michele Petrazzo's reply, I reinstall and load more xfree and x related package, many error in my first part be fixed, but it still have some. - --- statusview.c: In function

Re: mmap and MAP_FIXED

2005-02-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 2/25/2005 5:00 AM: The reason that MAP_FAILED only works on 64K boundaries so far is, that I didn't handle this case. Usually there are not many good reasons to use MAP_FIXED. However, I've checked in a patch

Re: mmap and MAP_FIXED

2005-02-25 Thread Evgeny Stambulchik
Corinna Vinschen wrote: You shouldn't just use some arbitrary address and use MAP_FIXED with it, otherwise you're making invaild assumptions about the memory layout of your machine/os/application. I know. It was just a test code to demo this 64K strangeness. In reality, I use addresses which have

exp. gcc-ada-3.4.1-1 does not support -mno-cygwin

2005-02-25 Thread Rolf Ebert
When compiling Ada programs without cygwin1.dll one can use -mno-cygwin with the standard gcc (currently 3.3.1-3). This does not work anymore with gcc-3.4.1-1. I get lots of unresolved externals. gnatlink harness.ali -g -mno-cygwin

Re: what package generate X11/Xlib.h and X11/Xutil.h

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, shih lin wrote: Dear cygwin user: Do any one know which package generate X11/Xlib.h and X11/Xutil.h This kind of question can always be answered by visiting the Cygwin Package Search page at http://cygwin.com/packages/. I already download package Xfree86 lib and

Re: Installing Perl modules with perl -MCPAN -e shell; fails with 02packages.details.txt.gz does not contain a Line-Count header

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, Stephan Petersen wrote: Hi Greg, thanks for your reply. Probably your file got damaged, I think. yes, but reproducably for all CPAN mirrors... Testing 02packages.details.txt.gz with gzip -t reports: gzip: 02packages.details.txt.gz: invalid compressed data--format

Re: mmap and MAP_FIXED

2005-02-25 Thread Corinna Vinschen
On Feb 25 06:35, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 2/25/2005 5:00 AM: The reason that MAP_FAILED only works on 64K boundaries so far is, that I didn't handle this case. Usually there are not many good reasons to use

Re: libperl.dll

2005-02-25 Thread Brian Dessent
Ariel Burbaickij wrote: xchat in binary form as provided by cygnome requires libperl.dll in some particular version (5.6.1) in my case. File is not available in my installation and the version of perl used is considerably higher 5.8. So well the simple symlink from libperl.5.8.1.dll.a

Error: dynamic link library cygint-3.dll could not be found running package .exe files

2005-02-25 Thread Duncan McGregor
I just installed the newest release: Cygwin DLL 1.5.12-1 The Cygwin install seemed to go OK. However if I run cygcheck -srvh or run programs in c:\cygwin\bin, (eg: id.exe, ls.exe, env.exe, whoami.exe, uname.exe ...), a pop-up error message is generated:dynamic link library cygint-3.dll

Cygwin preserving filenames ending in period

2005-02-25 Thread Lloyd Wood
Hello, I've just discovered that Cygwin does not preserve filenames ending in a period, and treats the filenames with and without the period as identical. This is contrary to other linux systems. http://www.ee.surrey.ac.uk/Personal/L.Wood/software/SaVi/building-1.2/ describes the problem; a

Re: Error: dynamic link library cygint-3.dll could not be found running package .exe files

2005-02-25 Thread Brian Dessent
Duncan McGregor wrote: I just installed the newest release: Cygwin DLL 1.5.12-1 The Cygwin install seemed to go OK. However if I run cygcheck -srvh or run programs in c:\cygwin\bin, (eg: id.exe, ls.exe, env.exe, whoami.exe, uname.exe ...), a pop-up error message is generated:dynamic

Re: Cygwin preserving filenames ending in period

2005-02-25 Thread Brian Dessent
Lloyd Wood wrote: I've just discovered that Cygwin does not preserve filenames ending in a period, and treats the filenames with and without the period as identical. This is contrary to other linux systems. http://www.ee.surrey.ac.uk/Personal/L.Wood/software/SaVi/building-1.2/ describes

Re: Cygwin preserving filenames ending in period

2005-02-25 Thread Tim Prince
At 09:08 AM 2/25/2005, Lloyd Wood wrote: a file named 'Makefile_defs.' was created by cvs, but eventually got packaged up as 'Makefile_defs' causing build errors on platforms other than Cygwin. Why does Cygwin do this? Short answer: cygwin doesn't do it, cygwin accepts Windows behavior, which

RE: shmget failed

2005-02-25 Thread Dave Korn
Original Message From: cygwin-owner On Behalf Of Jennifer Lai Sent: 25 February 2005 19:25 Hi, I got bad system call error when I tried to compile a program that contains the following code, shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); where, size = 661552 At first I

shmget failed

2005-02-25 Thread Jennifer Lai
Hi, I got bad system call error when I tried to compile a program that contains the following code, shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); where, size = 661552 At first I thought it has to do with the size, but reducing the size to 128 still cause bad system call error. Does

RE: shmget failed

2005-02-25 Thread Jennifer Lai
I have handled error in my code, if (shmid==-1) { fprintf(stderr, cannot create shared region.\n); exit(1); } But this code is not executed unless I comment out shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); I read somewhere that ipc-daemon2 should be up and running. So, I checked it, %

Re: shmget failed

2005-02-25 Thread Brian Dessent
Jennifer Lai wrote: I got bad system call error when I tried to compile a program that contains the following code, shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); where, size = 661552 At first I thought it has to do with the size, but reducing the size to 128 still cause bad

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Peter Rehley
On Feb 25, 2005, at 1:29 PM, Peter Rehley wrote: On Feb 25, 2005, at 1:03 PM, Igor Pechtchanski wrote: On Fri, 25 Feb 2005, Peter Rehley wrote: Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I went to

Re: dlsym, Win32 error 127 ERROR_PROC_NOT_FOUND

2005-02-25 Thread Larry Hall
At 12:34 AM 2/25/2005, you wrote: Hello Larry Thank you for taking the time to respond. In the end it was some changes to the gcc incantation that got it to run. These were described nicely in an old archive message at. http://cygwin.com/ml/cygwin/2000-06/msg00688.html Right. That will work

Controlling permissions of scp files on Windows

2005-02-25 Thread Dori
Hello, I am having a tough time figuring out how to automatically change the permissions of files that are scp-ed over to a Windows 2003 Server machine that's running Cygwin sshd. The files come out with permissions of 644, and I need them to be 666. Is there a way to do this without having to

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, Peter Rehley wrote: On Feb 25, 2005, at 1:29 PM, Peter Rehley wrote: On Feb 25, 2005, at 1:03 PM, Igor Pechtchanski wrote: On Fri, 25 Feb 2005, Peter Rehley wrote: Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm

Re; Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Danny Smith
From: Peter Rehley Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I went to run some of the programs, a windows dialog box pops up showing the following message: The application failed to

Re: perl Win32 lib support

2005-02-25 Thread Reini Urban
Igor Pechtchanski schrieb: On Wed, 23 Feb 2005, Linda W wrote: Not knowing the exact order of how things are released, does announcing it on cygwin-apps mean that it will be available via setup soon? Announcing something on cygwin-apps means that the other maintainers will look at it if necessary,

Re: Controlling permissions of scp files on Windows

2005-02-25 Thread Brian Dessent
Dori wrote: I am having a tough time figuring out how to automatically change the permissions of files that are scp-ed over to a Windows 2003 Server machine that's running Cygwin sshd. The files come out with permissions of 644, and I need them to be 666. Is there a way to do this without

how to broadcast from internal wlan network

2005-02-25 Thread shih lin
Date: Fri, 25 Feb 2005 09:25:11 -0500 (EST) Igor Pechtchanski [EMAIL PROTECTED]Reply-To: cygwin@cygwin.com shih lin [EMAIL PROTECTED]cc: cygwin@cygwin.com Re: what package generate X11/Xlib.h and X11/Xutil.h On Fri, 25 Feb 2005, shih lin wrote: Dear cygwin user: Do any one know which

Re: Controlling permissions of scp files on Windows

2005-02-25 Thread Dori
On Fri, 25 Feb 2005 14:28:02 -0800, Brian Dessent [EMAIL PROTECTED] wrote: Dori wrote: I am having a tough time figuring out how to automatically change the permissions of files that are scp-ed over to a Windows 2003 Server machine that's running Cygwin sshd. The files come out with

RE: Installing Perl modules with perl -MCPAN -e shell; fails with 02packages.details.txt.gz does not contain a Line-Count header

2005-02-25 Thread David Christensen
Stephan Petersen wrote: Please check the validity of the index file by comparing it to more than one CPAN mirror. Have you tried this? E.g. configured CPAN to use another mirror and tried again? yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's config.pm and my .cpan

Re: Installing Perl modules with perl -MCPAN -e shell; fails with 02packages.details.txt.gz does not contain a Line-Count header

2005-02-25 Thread Greg Matheson
On Fri, 25 Feb 2005, David Christensen wrote: yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's config.pm and my .cpan directory several times now, it's the same after every reconfiguration. Testing 02packages.details.txt.gz with gzip -t reports: gzip:

Re: Installing Perl modules with perl -MCPAN -e shell; fails with 02packages.details.txt.gz does not contain a Line-Count header

2005-02-25 Thread Brian Dessent
Stephan Petersen wrote: Please check the validity of the index file by comparing it to more than one CPAN mirror. Have you tried this? E.g. configured CPAN to use another mirror and tried again? yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's config.pm and my