Please upload: mathomatic-12.5.17-1

2006-05-28 Thread Reini Urban
http://xarch.tu-graz.ac.at/publ/cygwin/release/mathomatic/mathomatic-12.5.17-1.tar.bz2 http://xarch.tu-graz.ac.at/publ/cygwin/release/mathomatic/mathomatic-12.5.17-1-src.tar.bz2 setup.hint didn't change. mathomatic-12.5.14-1 will be prev. Thanks! -- Reini

Re: Please upload: mathomatic-12.5.17-1

2006-05-28 Thread Christopher Faylor
On Sun, May 28, 2006 at 05:46:49PM +0200, Reini Urban wrote: http://xarch.tu-graz.ac.at/publ/cygwin/release/mathomatic/mathomatic-12.5.17-1.tar.bz2 http://xarch.tu-graz.ac.at/publ/cygwin/release/mathomatic/mathomatic-12.5.17-1-src.tar.bz2 setup.hint didn't change. mathomatic-12.5.14-1 will be

winsup/cygwin child_info.h dcrt0.cc dir.cc env ...

2006-05-28 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2006-05-28 15:50:14 Modified files: cygwin : child_info.h dcrt0.cc dir.cc environ.cc exceptions.cc fhandler_disk_file.cc

winsup/cygwin how-to-debug-cygwin.txt

2006-05-28 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2006-05-28 21:39:37 Modified files: cygwin : how-to-debug-cygwin.txt Log message: Put an underscore in front of the active in strace.active. Patches:

winsup/cygwin ChangeLog sigproc.cc

2006-05-28 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2006-05-29 00:21:58 Modified files: cygwin : ChangeLog sigproc.cc Log message: * sigproc.cc (child_info::proc_retry): Mask all of the bits we're interested in, which

Re: Cygwin: texi2dvi stumbles over texinfo.tex

2006-05-28 Thread Karl Berry
the script needs to initialize IFS Ok, I put in the initialization. Thanks for the report explanation. - I don't know about the NULL_DEVICE and the path_sep setting changes I don't either, I just do what I'm told :). Whatever the Cygwin folks say should be done in the Cygwin part of

error message: .infig.status: error cannot find input file

2006-05-28 Thread Henk M. de Bruijn
Hi all, I am on a Pentium 4 computer with Windows XP SP2 and trying to compile a GPG svn build (4151). With MSYS it worked like a charm but with Cygwin I keep on having: checking whether assembler supports --noexecstack option... no configure: creating ./config.status config.status: creating

Re: error message: .infig.status: error cannot find input file

2006-05-28 Thread Brian Dessent
Henk M. de Bruijn wrote: checking whether assembler supports --noexecstack option... no configure: creating ./config.status config.status: creating .infig.status: error: cannot find input file: This is just a random guess; there's not a lot of information to go on here. The fact that you

Re: error message: .infig.status: error cannot find input file

2006-05-28 Thread Henk M. de Bruijn
On Sun, 28 May 2006 01:25:18 -0700GMT (28-5-2006, 10:25 +0200, where I live), Brian Dessent wrote: Henk M. de Bruijn wrote: checking whether assembler supports --noexecstack option... no configure: creating ./config.status config.status: creating .infig.status: error: cannot find input

Re: flex?

2006-05-28 Thread ask
thing is i don't know what's wrong :) -- 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: 1.5.19: changes have broken Qt3

2006-05-28 Thread Ralf Habacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Dessent schrieb: Ralf Habacker wrote: There is only one case where I still believe that there may be a problem. If a pthread_mutexattr_t is constructed on the stack and the magic class membere is be exactly the predefined value,

multiple commands on a single line seem to run in the background automatically

2006-05-28 Thread Valster Nico-anv009
I'm working on a bash script to automate the build process. The script calls, depending on the parameters the Microsoft VC6 compiler and/or the GreenHills compiler and/or the Cygwin GCC for one or more project/makefiles. If I invoke the script like: c:/bat/sbuild .. things work pretty

Re: flex?

2006-05-28 Thread Igor Peshansky
On Sun, 28 May 2006, ask wrote: thing is i don't know what's wrong :) And neither do we, since you've completely failed to quote the relevant context AND your mailer didn't include threading information in the message. So the above message is essentially out of the blue for most people. With

Re: Cygwin G++ bug? - Python Extension module #including iostream dies before initialization

2006-05-28 Thread Jim Kleckner
Jim Kleckner wrote: Brian Dessent wrote: As you can see, this all is contingent upon a program like GDB using the Windows debug API. Without that, the entire issue is irrelevant, so I can't see how this possibly would apply to Python. Thanks for explaining how the Windows debug API is the

Re: Cygwin G++ bug? - Python Extension module #including iostream dies before initialization

2006-05-28 Thread Christopher Faylor
On Sun, May 28, 2006 at 08:48:19AM -0700, Jim Kleckner wrote: Jim Kleckner wrote: Brian Dessent wrote: As you can see, this all is contingent upon a program like GDB using the Windows debug API. Without that, the entire issue is irrelevant, so I can't see how this possibly would apply to Python.

Re: Cygwin: texi2dvi stumbles over texinfo.tex

2006-05-28 Thread Christopher Faylor
On Sat, May 27, 2006 at 02:09:58PM -0500, Karl Berry wrote: Content-Description: message body text the script needs to initialize IFS Ok, I put in the initialization. Thanks for the report explanation. - I don't know about the NULL_DEVICE and the path_sep setting changes I don't

cygport bash_completion support

2006-05-28 Thread Reini Urban
Hi Ian, Eric, Attached is bash_completion support for cygport. (cygwin only) Put it into /etc/bash_completion.d/cygport Maybe it can be added to the package, though it's only useful for cygwin. -- Reini # -*- sh -*- cygport completion by Reini Urban [EMAIL PROTECTED] # # $Id: cygport,v 1.1

Re: Cygwin: texi2dvi stumbles over texinfo.tex

2006-05-28 Thread Christopher Faylor
I forgot to cc bug-texinfo on this, so let me do that and expand on things a little. On Sun, May 28, 2006 at 11:43:19AM -0400, Christopher Faylor wrote: On Sat, May 27, 2006 at 02:09:58PM -0500, Karl Berry wrote: Content-Description: message body text the script needs to initialize IFS Ok, I

Re: Cygwin: texi2dvi stumbles over texinfo.tex

2006-05-28 Thread Christopher Faylor
On Sun, May 28, 2006 at 12:35:53PM -0400, Christopher Faylor wrote: i.e., the patch that Ralf Wildenhues previously sent out is correct (which shouldn't be too surprising since it came from the texinfo release). ^ cygwin (I bet I'll regret not making that clear) cgf -- Unsubscribe info:

Re: multiple commands on a single line seem to run in the background automatically

2006-05-28 Thread Bob Rossi
On Sun, May 28, 2006 at 02:19:02PM +0100, Valster Nico-anv009 wrote: I'm working on a bash script to automate the build process. The script calls, depending on the parameters the Microsoft VC6 compiler and/or the GreenHills compiler and/or the Cygwin GCC for one or more project/makefiles. If

Re: Cygwin G++ bug? - Python Extension module #including iostream dies before initialization

2006-05-28 Thread Max Bowsher
Christopher Faylor wrote: On Sun, May 28, 2006 at 08:48:19AM -0700, Jim Kleckner wrote: Indeed, cgf is a magician and his patch in snapshot *2006-05-27 appears to fix the signal handler issue for Python. As mentioned in his patch message, this may fix the signal handler issues for many DLLs.

Re: 1.5.19: changes have broken Qt3

2006-05-28 Thread Ralf Habacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Habacker schrieb: Brian Dessent schrieb: Ralf Habacker wrote: There is only one case where I still believe that there may be a problem. If a pthread_mutexattr_t is constructed on the stack and the magic class membere is be exactly the

Re: 1.5.19: changes have broken Qt3

2006-05-28 Thread clayne
On Sun, May 28, 2006 at 01:04:52PM +0200, Ralf Habacker wrote: I just downloaded cywin snapshot 2005-06-27 and got running designer and uic without any problem, so it looks like there is no need to deep more into this stuff. I will follow the next time if this problems takes places again.

Re: 1.5.19: changes have broken Qt3

2006-05-28 Thread clayne
That's just a tad old there, Ralf. Tried any of the more recent snapshots at http://www.cygin.com/snapshots/ ? Mistype. http://www.cygwin.com/snapshots/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: multiple commands on a single line seem to run in the background automatically

2006-05-28 Thread Valster Nico-anv009
Nico Valster Software Engineer Advanced Multimode Platform Mobile Devices Business Motorola B.V. Marconibaan 57 3439 MR Nieuwegein P.O. Box 754 3430 AT Nieuwegein The Netherlands Email : [EMAIL PROTECTED] Phone : +31 (0)30 6001642 Fax : +31 (0)30 6001660

Re: multiple commands on a single line seem to run in the background automatically

2006-05-28 Thread Dave
Valster Nico-anv009 wrote: If I invoke the script like: c:/bat/sbuild .. things work pretty well. However if I invoke it as cd /cygdrive/d/CCase/anv009_SPRINT_8/SPRINT_VOB/SPRINT;c:/bat/sbuild . What happens if you invoke the script using a POSIX path? cd

Re: 1.5.19: changes have broken Qt3

2006-05-28 Thread Christopher Faylor
On Sun, May 28, 2006 at 12:04:38PM -0700, [EMAIL PROTECTED] wrote: On Sun, May 28, 2006 at 01:04:52PM +0200, Ralf Habacker wrote: I just downloaded cywin snapshot 2005-06-27 and got running designer and uic without any problem, so it looks like there is no need to deep more into this stuff. I

RE: Problems with ssh/scp/sftp on a dual core Dell Latitude D820

2006-05-28 Thread Steve Baldwin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Korn Sent: Saturday, 27 May 2006 4:04 AM To: cygwin@cygwin.com Subject: RE: Problems with ssh/scp/sftp on a dual core Dell Latitude D820 On 26 May 2006 18:54, Larry Hall (Cygwin) wrote:

Re: Cygwin: texi2dvi stumbles over texinfo.tex

2006-05-28 Thread Eli Zaretskii
Date: Sun, 28 May 2006 12:13:03 -0500 From: [EMAIL PROTECTED] (Karl Berry) Cc: [EMAIL PROTECTED] Ralf's texi2dvi changes are clearly not generally applicable. E.g., Eli has spent a lot of time making Texinfo (and everything else) work under DJGPP. I can't just blow that away. The

note about how-to-debug-cygwin.txt

2006-05-28 Thread Ralf Habacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In the how-to-debug-cygwin.txt there is listed how to run application using strace in gdb: To debug this scenario, do something like this: bash$ gdb -nw yourapp.exe (gdb) dll cygwin1 (gdb) l dll_crt0_1 (gdb) b first line in the

Re: note about how-to-debug-cygwin.txt

2006-05-28 Thread Christopher Faylor
On Sun, May 28, 2006 at 10:59:35PM +0200, Ralf Habacker wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In the how-to-debug-cygwin.txt there is listed how to run application using strace in gdb: To debug this scenario, do something like this: bash$ gdb -nw yourapp.exe (gdb) dll

How do I install files dc.exe and file.exe needed for GODI (Ocaml compiler) installation

2006-05-28 Thread dkoppel11
Hello, I have already installed cygwin on my windowsxp machine. I am lacking the files dc.exe, file.exe and others which are supposed to reside in /bin if you are trying to install GODI (used for Ocaml compiler). I would like to install these .exe files and have (unsuccessfully) searched

Re: How do I install files dc.exe and file.exe needed for GODI (Ocaml compiler) installation

2006-05-28 Thread Cliff Hones
Dan wrote: I have already installed cygwin on my windowsxp machine. I am lacking the files dc.exe, file.exe and others which are supposed to reside in /bin if you are trying to install GODI (used for Ocaml compiler). I would like to install these .exe files and have (unsuccessfully)

Re: Cygwin: texi2dvi stumbles over texinfo.tex

2006-05-28 Thread Christopher Faylor
On Sun, May 28, 2006 at 12:13:03PM -0500, Karl Berry wrote: On Sun, May 28, 2006 at 12:35:53PM -0400, Christopher Faylor wrote: i.e., the patch that Ralf Wildenhues previously sent out is correct (which shouldn't be too surprising since it came from the texinfo release). There should be no

Re: 1.5.19: changes have broken Qt3

2006-05-28 Thread Yaakov S (Cygwin Ports)
Ralf Habacker wrote: I just downloaded cywin snapshot 2005-06-27 and got running designer and uic without any problem, so it looks like there is no need to deep more into this stuff. I will follow the next time if this problems takes places again. I can confirm that the 2006-Jun-27 snapshot

Re: fork problem debugging

2006-05-28 Thread Torfinn Ottesen
heavily snipped content Igor Peshansky pechtcha at cs.nyu.edu writes: On Wed, 17 May 2006, Bryan D. Thomas wrote: I'm taking the risk of conflating several different issues into one. On the other hand, this might be a useful synthesis to help us bottom out on fork problems so that we

cygwin1-20060527: replicated stdout (Was Re: cygwin1-20060519: proc_waiter: unknown value * on proc pipe)

2006-05-28 Thread Igor Peshansky
On Fri, 19 May 2006, Igor Peshansky wrote: On Fri, 19 May 2006, Christopher Faylor wrote: On Fri, May 19, 2006 at 10:01:27PM -0400, Igor Peshansky wrote: Hi, Found a weird problem with the latest CVS (a regression from end February, but I can track it down further, too, if the

Re: fork problem debugging

2006-05-28 Thread Larry Hall (Cygwin)
On 05/28/2006, Torfinn Ottesen wrote: Igor Peshansky pechtcha at cs.nyu.edu writes: On Wed, 17 May 2006, Bryan D. Thomas wrote: I'm taking the risk of conflating several different issues into one. On the other hand, this might be a useful synthesis to help us bottom out on fork

Re: 1.5.19: changes have broken Qt3

2006-05-28 Thread Yaakov S (Cygwin Ports)
Yaakov S (Cygwin Ports) wrote: I can confirm that the 2006-Jun-27 snapshot (which is what he meant) fixes the longstanding issues WRT qt3 and company. Thanks to all who helped figure this out, and I look forward to restarting work on qt3, qt4, and KDE 3.5 in the near future. Sigh. That's

RE: How to link

2006-05-28 Thread Dave Korn
On 27 May 2006 04:17, TmX wrote: I got a simple Winsock program would like to compile it. The libwsock32.a is in \lib\32api\ What's the parameter given to GCC so it links the program with the library in C:\cygwin\lib\w32api ? -lwsock32 should be all you need; the default linker search

simple test triggers fork errs for me in 5/27 snapshot

2006-05-28 Thread Tom Rodman
I tried the test case below w/the 5/27 snapshot and got what appear to be the same fork errors. So, I'm sticking with the 4/3/2006 snapshot. Is there any other info I can supply to help? -- thanks Tom On Wed 5/17/06 23:03 CDT cygwin@cygwin.com wrote: Thanks to all for trying the test. --snip

simple test triggers fork errs for me in 5/27 snapshot

2006-05-28 Thread Tom Rodman
sorry for mime header mistake on last post, this is same post w/fixed header I tried the test case below w/the 5/27 snapshot and got what appear to be the same fork errors. So, I'm sticking with the 4/3/2006 snapshot. Is there any other info I can supply to help? -- thanks Tom On Wed 5/17/06

sshd+ssh localhost connects, but don't reach the shell

2006-05-28 Thread Vilar Camara
Hello everyone, As a programmer, I'll try to be somewhat verbose. Sorry if there is information in excess. I've installed sshd following the tutorial on http://pigtail.net/LRP/printsrv/cygwin-sshd.html, including the mkpasswd and mkgroup steps. The service runs without complains and

Re: cygwin Digest 28 May 2006 16:43:42 -0000 Issue 4979

2006-05-28 Thread Luis P Caamano
On 28 May 2006 16:43:42 -, Larry Hall wrote: Luis P Caamano wrote: Is a cygwin binary of Vim 7.0 coming soon? Not immediately, no. The maintainer is currently away. On her return, I'm sure it's something she will look at. Good to know. Thanks for your reply. -- Luis P Caamano

Re: Cygwin: texi2dvi stumbles over texinfo.tex

2006-05-28 Thread Karl Berry
i.e., the patch that Ralf Wildenhues previously sent out is correct Ok, I applied the change to system.h, so that NULL_DEVICE will be /dev/null under Cygwin. Makes sense. Ralf's texi2dvi changes are clearly not generally applicable. E.g., Eli has spent a lot of time making Texinfo (and

Re: sshd+ssh localhost connects, but don't reach the shell

2006-05-28 Thread René Berber
Vilar Camara wrote: Hello everyone, As a programmer, I'll try to be somewhat verbose. Sorry if there is information in excess. I've installed sshd following the tutorial on http://pigtail.net/LRP/printsrv/cygwin-sshd.html, including the mkpasswd [snip] Stop right there. If you search

Updated: mathomatic-12.5.17-1

2006-05-28 Thread Reini Urban
I've updated the version of mathomatic to 12.5.17 Release focus: cygport, added _secure.exe, code and documentation cleanups. Cygwin changes: changed from gbs to cygport added /usr/bin/mathomatic_secure.exe Package changes: Made some nice changes to gcd.c. Added solve as a command. Adjust