Re: BUG: base-files-2.2-1 profile.d runs in subshell - sourced filesfail

2003-08-25 Thread Igor Pechtchanski
On Mon, 25 Aug 2003, mike808 wrote: > In base-files-2.2-1, the following was recently changed: > > > # Run all of the profile.d scripts > > # Note that these are supplied by separate packages > > /bin/find /etc/profile.d -iname '*.sh' -type f | while read f; do > > if [ -f "$f" ]; then > > .

Re: How to use __DYNAMIC_REENT__ correctly in multithreaded applications?

2003-08-25 Thread J. Johnston
Corinna Vinschen wrote: On Mon, Aug 25, 2003 at 02:25:07PM -0400, J. Johnston wrote: Corinna Vinschen wrote: Cygwin has a struct __stat64. We could also define a struct stat64 but this would be contrary to the effort to handle the new structures transparent. struct __stat64 is struct stat fro

BUG: base-files-2.2-1 profile.d runs in subshell - sourced files fail

2003-08-25 Thread mike808
In base-files-2.2-1, the following was recently changed: > # Run all of the profile.d scripts > # Note that these are supplied by separate packages > /bin/find /etc/profile.d -iname '*.sh' -type f | while read f; do > if [ -f "$f" ]; then > . "$f" > fi > done Previously, the find was exec

awk / sed - trouble with CR character

2003-08-25 Thread Cary Lewis
I have a binary file, with 8 lines of ascii at the top, and then a binary line The binary line contains the 0x0d. E.g. $ od -tx1 a 000 31 0a 32 0a 33 0a 34 0a 35 0a 36 0a 37 0a 38 0a 020 31 32 33 0d 0a 39 39 39 0a 34 35 36 0a 035 $ cat a 1 2 3 4 5 6 7 8 123 999 456 If I try to to u

RE: New version help

2003-08-25 Thread Fred Mülder
I got it! Thanks a lot Igor. I went through the packages I downloaded and found that fileutils and regex was not part of the download. I got those packages, and reinstalled the entire thing, and everything is working now! Thanks again, Fred -Original Message- From: Igor Pechtchanski [ma

gettext-devel-0.12.1-3: missing po-mode.el[c]

2003-08-25 Thread janneke
The package search page yields no hits for po-mode.el[c], but the README to gettext-devel advertises that it is be included. But, it is not included in gettext-0.12.1-3 or gettext-devel-0.12.1-3. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4

Re: postgres help

2003-08-25 Thread Jason House
Well, deleting cygipc's temporary files in /tmp did the trick without any uninstalls. (The specific files are listed in the postgres readme) Jonathan Simms wrote: I believe so. Anytime there could possibly be a version conflict, I usually opt to only have one version installed. Even though it sa

Re: postgres help

2003-08-25 Thread Jonathan Simms
I believe so. Anytime there could possibly be a version conflict, I usually opt to only have one version installed. Even though it says that the two can work side-by-side, I'd uninstall 2.x, install 1.14-1, get it working, then (if you're brave) see if you can have both versions installed together.

re: poatgres help

2003-08-25 Thread terry
> $ net start postmaster > The postmaster service is starting. > The postmaster service was started successfully. I'm not sure if this is the same under cygwin, but, you need to start postmaster with the -i option to use psql. I believe that postgres starts for only programming type of access wi

VIRUS RE:Re: Details

2003-08-25 Thread dialcomputerusagepolicy
A virus is found within the message from you to [EMAIL PROTECTED], and it has been deleted. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://c

Re: postgres help

2003-08-25 Thread Jason Tishler
Igor, On Mon, Aug 25, 2003 at 01:51:24PM -0400, Igor Pechtchanski wrote: > Umm, Jason (Tishler), you might want to change the service management > section in the docs to use "cygrunsrv -S", "cygrunsrv -E" and > "cygrunsrv -Q" (for query). These work just as well as "net start" > and "net stop", a

Re: How to use __DYNAMIC_REENT__ correctly in multithreaded applications?

2003-08-25 Thread Corinna Vinschen
On Mon, Aug 25, 2003 at 02:25:07PM -0400, J. Johnston wrote: > Corinna Vinschen wrote: > >Cygwin has a struct __stat64. We could also define a struct stat64 > >but this would be contrary to the effort to handle the new structures > >transparent. struct __stat64 is struct stat from the application

RE: New version help

2003-08-25 Thread Igor Pechtchanski
Fred, One thing I see from your cygcheck output is that you're missing the "fileutils" package (the one that contains "ls", "cp", "mv", etc). Other than that, your output looks pretty normal. Could you please install the "fileutils" package, and then post the output of "ls -l /etc"? Also, try ru

More informative bash prompt

2003-08-25 Thread Hannu E K Nevalainen \(garbage mail\)
Well, whether this is useful might be a question of preference. -- .profile -- # Make the prompt tell the last exit code among other things. export PS1='\[\033]0;[EMAIL PROTECTED] h \[\033[33m\w\033[0m\] \s (P)PID=($PPID)$$, s=$?\n$ ' -- DO append the two last lines above (i.e. ...\h... ) s == e

RE: Compress info and man pages ?

2003-08-25 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Frederic L. W. Meunier > Now that the documentation is moving to /usr/share, are there > any plans to compress the info and man pages like in cygwin-doc > ? > > Since gzip is in Base I suppose that wouldn't break anything. > > It may

RE: pthread_cond_timedwait accurate to one second only

2003-08-25 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of peter garrone > I would like to use this function down to 10 milliseconds > accuracy if possible. > However upon looking at winsup/cygwin/thread.cc, > it uses the function "ftime" and the millisecond field is ignored. > > All the exam

RE: Can anybody show us some example of pppd configuration? GPRS

2003-08-25 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of andrew > Hi, all > Can anybody show us some example of pppd configuration? Not _really_ a cygwin related subject... > We are using cygwin to work with GPRS wireless card, but do not > know how to config. This one really depends on

Re: How to use __DYNAMIC_REENT__ correctly in multithreaded applications?

2003-08-25 Thread J. Johnston
Corinna Vinschen wrote: On Fri, Aug 22, 2003 at 04:01:44PM -0400, J. Johnston wrote: For clarification, I am not referring to a function, I am referring to the struct stat64 which is needed as an argument to _fstat64_r or _stat64 for that matter. There is no struct stat64 or struct _stat64 defi

RE: New version help

2003-08-25 Thread Fred Mülder
Thanks for your patience Igor! Here attached please find the file cyg.txt as a result of cygcheck -svr. Fred -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: 25 August 2003 02:53 AM To: Fred Mülder Cc: [EMAIL PROTECTED] Subject: RE: New version help Fred, Y

ping cygwin-apps?

2003-08-25 Thread Jan Nieuwenhuizen
Anything the matter with cygwin-apps that we should know? I've posted friday, and reposted yesterday, I'm not seeing my posts and traffic seems suspiciously low. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www

Re: postgres help

2003-08-25 Thread Jason Tishler
Jason, On Mon, Aug 25, 2003 at 01:10:59PM -0400, Jason House wrote: > Thanks for the help everyone (Jason, Igor and Jonathan) You are welcome. > #2 did solve the problem. Thanks for the confirmation! > I have also upgraded the cygwin version to 1.5 which was probably > another problem. Yes:

Re: postgres help

2003-08-25 Thread Igor Pechtchanski
Umm, Jason (Tishler), you might want to change the service management section in the docs to use "cygrunsrv -S", "cygrunsrv -E" and "cygrunsrv -Q" (for query). These work just as well as "net start" and "net stop", and cygrunsrv has an additional benefit of being pty-aware, so it should always pro

Re: What is latest cygwin gcc version?

2003-08-25 Thread Christopher Faylor
On Mon, Aug 25, 2003 at 07:11:56PM +0300, Alex Vinokur wrote: >What is latest Cygwin gcc version? >I can't get this information at http://www.cygwin.com. http://cygwin.com/packages/ Click on "gcc" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

Re: postgres help

2003-08-25 Thread Jason House
Thanks for the help everyone (Jason, Igor and Jonathan) #2 did solve the problem. I have also upgraded the cygwin version to 1.5 which was probably another problem. Now all I have to do is figure out how to use postgres ;) Some recommended doc improvements (to prevent questions from people lik

Re: Java plugin library compiles ok? on cygwin-XP but WILL NOT RUN

2003-08-25 Thread Alan
- Original Message - From: "Alan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 3:38 PM Subject: Java plugin library compiles ok? on cygwin-XP but WILL NOT RUN Hi. Ive got a problem that may well not be cygwin related but I have a feeling that it might be s

Re: What is latest Cygwin gcc version?

2003-08-25 Thread Ronald Landheer-Cieslak
Just in case: to get yours (a working recent gcc) use Setup.exe in all cases. It's available on the cygwin site at http://www.cygwin.com/setup.exe HTH rlc On Mon, Aug 25, 2003 at 06:39:33PM +0200, Ronald Landheer-Cieslak wrote: > $ gcc --version > gcc (GCC) 3.2 20020927 (prerelease) > Copyright

Re: What is latest Cygwin gcc version?

2003-08-25 Thread Ronald Landheer-Cieslak
$ gcc --version gcc (GCC) 3.2 20020927 (prerelease) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. HTH rlc On Mon, Aug 25, 2003 at 07:11:56PM

What is latest Cygwin gcc version?

2003-08-25 Thread Alex Vinokur
What is latest Cygwin gcc version? I can't get this information at http://www.cygwin.com. = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html = -- Unsubscribe info:

Re: postgres help

2003-08-25 Thread Jason Tishler
Jason, On Mon, Aug 25, 2003 at 11:30:51AM -0400, Jason House wrote: > [EMAIL PROTECTED] ~ > $ cat /var/log/postmaster.log > IpcSemaphoreInitialize: semctl(id=2, 0, SETVAL, 0) failed: Invalid argument > LOG: startup process (pid 2548) exited with exit code 1 > LOG: aborting startup due to startup

Re: Confirm that "File truncated" error from ld is fixed in tonight's snapshot?

2003-08-25 Thread Jason Tishler
Chris, On Wed, Aug 20, 2003 at 11:23:16PM -0400, Christopher Faylor wrote: > Could some adventurous soul confirm or dney that the "File truncated" > error from ld, when linking with libm.a, is fixed in tonight's > snapshot -- appearing soon on a cygwin.com near you? > > If someone could verify th

Re: postgres help

2003-08-25 Thread Jason House
Ok, through the assistance of others and my own poking around, I have progressed further. I did have a pre 1.5 version of cygwin... I guess that I naively assumed performing an update would ensure that I had 1.5. Here is the current attempt: [EMAIL PROTECTED] ~ $ cat /var/log/postmaster.log ca

Re: pthread_cond_timedwait accurate to one second only

2003-08-25 Thread Timothy C Prince
-Original Message- From: "peter garrone" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon, 25 Aug 2003 15:42:52 +0800 Subject: pthread_cond_timedwait accurate to one second only Hi. I would like to use this function down to 10 milliseconds accuracy if possible. However upon looking at

Re: postgres help

2003-08-25 Thread Igor Pechtchanski
Jason, "uname" or "uname -a" should let you know the version of the Cygwin DLL. Also, "cygcheck -c cygwin" will tell you the version of the "cygwin" package that you have installed. FYI, according to you would have done well to attach (that is, *attach* as an att

Re: Failing to delete files that is hold by makegroup

2003-08-25 Thread Igor Pechtchanski
On Mon, 25 Aug 2003, Johan Kruger wrote: > Hi, > > Please help, on my Windows2000 machine a failed build script has left a > directory on my machine that I am unable to delete, I have searched the > internet, tried chmod to no avail, even tried shred. I am in a bit of > confusion at this stage. >

Re: X-Archive: encrypt for Gmane

2003-08-25 Thread Kelley Cook
Gerrit P. Haase wrote: > They offer the feature of address obfuscation if you add this specific > header to your email: > X-Archive: encrypt > > Since it doesn't help much unless everyone writing to this list uses > this feature if would be nice to have it set by the listserver. This is true, but

Re: RedHat7.3 and Windows

2003-08-25 Thread jpff
> "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: Jan> [followup set to [EMAIL PROTECTED] >> No I do not have access to a Windows machine connected to the net. Jan> You can simply mirror the Cygwin distribution on your server. Run Jan> setup.exe on the windows client, and enter y

Re: problem compiling cygwin, make fails in winsup/cygwin

2003-08-25 Thread Igor Pechtchanski
On Mon, 25 Aug 2003, Max Bowsher wrote: > peter garrone wrote: > > Hi, > > I am attempting to build cygwin from source. > > The make fails in i686-pc-cygwin/winsup/cygwin, error is > > make: *** No rule to make target `/usr/lib/w32api/Makefile', needed by > `/lib/'. Stop. > ... > > To reach this

Re: postgres help

2003-08-25 Thread Jason House
I'm sorry, I forgot to mention that I did verify that /tmp/.s.PSQL.5432 was not present. As far as version of cygwin, I don't know how to check it. I did run setup within the past week. It should be an up to date version. Jason Tishler wrote: Jason, On Fri, Aug 22, 2003 at 07:12:33PM -0400,

Re: RedHat7.3 and Windows

2003-08-25 Thread Jan Nieuwenhuizen
[followup set to [EMAIL PROTECTED] > No I do not have access to a Windows machine connected to the net. You can simply mirror the Cygwin distribution on your server. Run setup.exe on the windows client, and enter your server as download mirror. Consult the cygwin mailing list archives. By the

huge executable startup problem, using latest cygwin

2003-08-25 Thread turbo
I have some huge executable that I built (35 and 37 mbytes). They are built from about 1570 C source files, totalling 4.1 million lines. Most files are compiled with "gcc -O2 -g", however some are compiled with "gcc -O2" (as the output is too big for the debug format). When I run them from a dos pr

X-Archive: encrypt for Gmane

2003-08-25 Thread Gerrit P. Haase
Hallo, Since this list is also available via gmane I thought it would be interesting to tell you what I discovered recently. They offer the feature of address obfuscation if you add this specific header to your email: X-Archive: encrypt Since it doesn't help much unless everyone writing to this

Re: Compress info and man pages ?

2003-08-25 Thread Gerrit P. Haase
Frédéric schrieb: > Now that the documentation is moving to /usr/share, are there > any plans to compress the info and man pages like in cygwin-doc > ? > Since gzip is in Base I suppose that wouldn't break anything. > It may save considerable disk space. Does anyone with a full > install know ho

Re: Does bind-utils For Cygwin Exist?

2003-08-25 Thread Gerrit P. Haase
Hallo Jason, >>> I have bind-9.x: >>> http://anfaenger.de/cygwin/DNS/bind-9.2.2/ >> Thanks *very* much for the above, but: >> $ wget http://anfaenger.de/cygwin/DNS/bind-9.2.2/bind-9.2.2-1.patch >> --07:16:21-- >> http://anfaenger.de/cygwin/DNS/bind-9.2.2/bind-9.2.2-1.patch >>=> `bin

Re: Brower in cygwin

2003-08-25 Thread Gerrit P. Haase
Ray schrieb: > Hi, > is there any way you can surf the net with a brower, like IE for Windows, in > cygwin? Just curious. There are lynx or links, textmode browser. And there is dillo for X from the CyGnome project: http://cygnome.sourceforge.net/ which was updated to version 0.7.3 recently. Ge

Re: snapshot, what a happy sound (fixes a couple of problems - 1.5.3 soon)

2003-08-25 Thread Gerrit P. Haase
Hello Charles, > Gerrit P. Haase wrote: >>>Please try it. 1.5.3 is nigh. >> Great, perl-5.8.1 builds fine besides one test that fails. The >> threads tests are fine now too (got segfaults before). > There were earlier reports of problems with gdbm / odbm / dbm tests. > Are those working now,

Brower in cygwin

2003-08-25 Thread Ray Chuan
Hi, is there any way you can surf the net with a brower, like IE for Windows, in cygwin? Just curious. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: problem compiling cygwin, make fails in winsup/cygwin

2003-08-25 Thread Max Bowsher
peter garrone wrote: > Hi, > I am attempting to build cygwin from source. > The make fails in i686-pc-cygwin/winsup/cygwin, error is > make: *** No rule to make target `/usr/lib/w32api/Makefile', needed by `/lib/'. Stop. ... > To reach this, i did the following > 1) Untared cygwin-1.3.22-1-src.ta

Failing to delete files that is hold by makegroup

2003-08-25 Thread Johan Kruger
Hi, Please help, on my Windows2000 machine a failed build script has left a directory on my machine that I am unable to delete, I have searched the internet, tried chmod to no avail, even tried shred. I am in a bit of confusion at this stage. Thanks, Johan Kruger Nanoteq

pthread_cond_timedwait accurate to one second only

2003-08-25 Thread peter garrone
Hi. I would like to use this function down to 10 milliseconds accuracy if possible. However upon looking at winsup/cygwin/thread.cc, it uses the function "ftime" and the millisecond field is ignored. All the examples in the winsup testsuite also generally check to 5 seconds only. Is there any in

problem compiling cygwin, make fails in winsup/cygwin

2003-08-25 Thread peter garrone
Hi, I am attempting to build cygwin from source. The make fails in i686-pc-cygwin/winsup/cygwin, error is make: *** No rule to make target `/usr/lib/w32api/Makefile', needed by `/lib/'. Stop. Before this point, the following messages were also emitted. Making each object: cc1(plus):warning: cha

Re: snapshot, what a happy sound (fixes a couple of problems - 1.5.3soon)

2003-08-25 Thread Charles Wilson
Gerrit P. Haase wrote: Please try it. 1.5.3 is nigh. Great, perl-5.8.1 builds fine besides one test that fails. The threads tests are fine now too (got segfaults before). There were earlier reports of problems with gdbm / odbm / dbm tests. Are those working now, or are you still turning those

RE: auto tab complete (fwd)

2003-08-25 Thread Jörg Schaible
Hi Andrew, > Who do we report defunct list subscribers to? For example I > got the automated response below in reply to a recent post. > > I looked for a list maintainer address on the website but > could only find the automated subscribe/unsubscribe mechanisms. > > Sorry for posting an essent

Re: snapshot, what a happy sound (fixes a couple of problems - 1.5.3 soon)

2003-08-25 Thread Minimalist Manager
ERROR: There is no such list WHAT here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: snapshot, what a happy sound (fixes a couple of problems - 1.5.3 soon)

2003-08-25 Thread Gerrit P. Haase
Hallo Christopher, Am Samstag, 23. August 2003 um 20:19 schriebst du: > I've fixed the newlib breakage and built a new snapshot. I don't detect > any excessive CPU consumption now. > This snapshot also has fixes for the overlapping buffer problem in > malloc/mmap. Thanks to Corinna for trackin

RE: New version help

2003-08-25 Thread Igor Pechtchanski
Fred, You didn't read that document carefully enough. The output requested was that of "cygcheck -svr", not "cygcheck -c". Also, the output should be *attached* to the message as a text attachment, not included inline as you did (this helps minimize false positives on archive searches). Please