Re: problem while connecting GDB to an ARM board

2005-08-08 Thread Michael LUITAUD
Larry Hall wrote: At 10:43 AM 8/4/2005, you wrote: I used to use linux to compile code for my ARM based board but I needed windows and cygwin 1.5.8 to connect to the platform and debug via the ARM Multi-ICE Server and the Multi-ICE gdb Server. I now have to stop using linux so, I installed

[ANNOUNCEMENT] Updated: stunnel-4.11-1

2005-08-08 Thread Marcel Telka
I've updated the stunnel package to version 4.11-1. Stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer). Stunnel can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the encryption,

Re: setup.exe filename

2005-08-08 Thread Gerrit P. Haase
Jon A. Lambert wrote: Bill Priest wrote: I typically save cygwin's setup.exe to my Desktop as I update cygwin quite often; however, I've found that this interferes with some other (admittedly buggy and lame install programs). It isn't a big deal to rename setup.exe to cygwin_setup.exe (or you

Bug Report: python os.popen seems to have recently been broken

2005-08-08 Thread Nick Burch
Hi All I think the os.popen function in python has recently been broken. You can see this with the following python code: import os fout = os.popen("echo hello") print fout.read() On a machine I haven't updated for a little while, I get the expected result of "hello". T

Re: is there a cygwin maintainer for gnu emacs?

2005-08-08 Thread Ehud Karni
On Mon, 08 Aug 2005 02:21:53 -0400, emacs user wrote: > > Hello, I find emacs to be very unstable under cygwin, crashing every couple > of minures (both emacs 21.X and cvs emacs with and without gtk). I > submitted a few bug reports but received no reply. I was hoping to find the > maintainer and

Re: Updated MySQL patch file to version 4.1.13a

2005-08-08 Thread Warren Young
Gerrit P. Haase wrote: FYI, I can connect without problems using mysql: So can I. I don't believe the problem is is libmysqlclient, or MySQL++, as the problem only shows up when dynamically linking to libmysqlclient. When statically linked, the MySQL++ examples work flawlessly. -- Unsubs

RE: Bug Report: python os.popen seems to have recently been broken

2005-08-08 Thread Dave Korn
Original Message >From: Nick Burch >Sent: 08 August 2005 11:16 > I think the os.popen function in python has recently been broken. > > You can see this with the following python code: > import os > fout = os.popen("echo hello") > print fout.read() > > On a machine I hav

RE: Link failure - against cygwin

2005-08-08 Thread Dave Korn
Original Message >From: Eitan Eliahu >Sent: 07 August 2005 15:55 > Hi folks, I've added and API function to cygwin and call it from a Linux > app. > The new function is included in the new cygwin.dll (dumpbin /EXPORTS > cyhwin.dll). > However, I don't know which is the new import library t

RE: setup.exe filename

2005-08-08 Thread Dave Korn
Original Message >From: Weiqi Gao >Sent: 08 August 2005 01:42 > On 8/7/05, Larry Hall wrote: >> Before anyone else trips, falls, and hurts themselves on this thread, >> let's put it back on the top shelf behind the locked door. After all, >> think of the children! ;-) > > Oh, the childr

Re: Updated MySQL patch file to version 4.1.13a

2005-08-08 Thread Warren Young
Gerrit P. Haase wrote: $ ./resetdb 192.168.1.101 gerrit Connecting to database server... Error creating DB: Access denied for user ''@'INSPIRON' to database 'mysql_cpp_data' Username is empty here but should be gerrit. It looks the same when I specify no username or mysqld or whatever. I c

Re: Updated MySQL patch file to version 4.1.13a

2005-08-08 Thread Warren Young
Gerrit P. Haase wrote: Still no joy. What is the problem? The MySQL++ examples hang, as reported a few messages back in the thread: http://sourceware.org/ml/cygwin/2005-08/msg00151.html Thanks for your effort, but I'm ready to give up, for the overriding licensing reasons stated elsewhere

Re: is there a cygwin maintainer for gnu emacs?

2005-08-08 Thread Joe Buehler
Ehud Karni wrote: AFAIK Joe Buehler is maintaining Cygwin Emacs. But may be he is not subscribed to [EMAIL PROTECTED] Cygwin specific Emacs problems should be discussed on cygwin@cygwin.com, not on [EMAIL PROTECTED] What are your problems ? May be you did rebasing (especially rebase all) - it

Re: [Patch] /etc/termcap missing eA capabilities

2005-08-08 Thread Corinna Vinschen
On Aug 8 13:19, Thomas Wolff wrote: > 2005-08-05 Thomas Wolff <[EMAIL PROTECTED]> > > * termcap: Updated xterm and rxvt (from /usr/share/terminfo > using infocmp) to include the eA capability in order to enable > programs to enable the alternate character set. Wrong mailing

Re: Updated MySQL patch file to version 4.1.13a

2005-08-08 Thread Gerrit P. Haase
Warren Young wrote: Gerrit P. Haase wrote: FYI, I can connect without problems using mysql: So can I. I don't believe the problem is is libmysqlclient, or MySQL++, as the problem only shows up when dynamically linking to libmysqlclient. When statically linked, the MySQL++ examples work

findutils vs. /proc/registry

2005-08-08 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A while ago there was a thread that complained that 'find /proc/registry' did not work. I've done some debugging, and found more details. Also, the upstream maintainer has added a patch to use gnulib fts() instead of his own directory traversal code

Re: [Patch] /etc/termcap missing eA capabilities

2005-08-08 Thread Christopher Faylor
On Mon, Aug 08, 2005 at 01:46:13PM +0200, Corinna Vinschen wrote: >On Aug 8 13:19, Thomas Wolff wrote: >> 2005-08-05 Thomas Wolff <[EMAIL PROTECTED]> >> >> * termcap: Updated xterm and rxvt (from /usr/share/terminfo >> using infocmp) to include the eA capability in order to enable >

Re: findutils vs. /proc/registry

2005-08-08 Thread Corinna Vinschen
On Aug 8 06:35, Eric Blake wrote: > I traced this to the fact that findutils() expects open(".", O_RDONLY) to > succeed if a directory is readable (and that is my reading of POSIX as > well), but cygwin is failing with EISDIR. Is there any way cygwin can be > patched to allow open(".", O_RDONLY)

[Patch] /etc/termcap missing eA capabilities

2005-08-08 Thread Thomas Wolff
Hello, there is an interworking problem for programs that link to libtermcap and want to use the alternate character set ("VT100 block graphics"). The termcap capability to enable usage of the alternate character set mode is missing from /etc/termcap so e.g. menu borders would appear as letters

Re: setup.exe filename

2005-08-08 Thread Weiqi Gao
On 8/7/05, Christopher Faylor <[EMAIL PROTECTED]> wrote: > > Just in case it matters, unless Corinna disagrees, we won't be changing > the name to something other than setup.exe. Thank you, thank you, thank you. Stick with setup.exe! There are probably tens of thousands of little scripts writte

Re: Updated MySQL patch file to version 4.1.13a

2005-08-08 Thread Gerrit P. Haase
Warren Young wrote: Thanks for your effort, but I'm ready to give up, for the overriding licensing reasons stated elsewhere in this thread. Fine. With more maintainers like you all the open source software would already have been trashed. That's a vast overreaction. To give up is also 'a

Re: Bug Report: python os.popen seems to have recently been broken

2005-08-08 Thread Nick Burch
On Mon, 8 Aug 2005, Dave Korn wrote: WJFFM: Sorry, I was probably being to terse in what I included. To confirm, on the newly updated machine, here's what I get: Python 2.4.1 (#1, May 27 2005, 18:02:40) [GCC 3.3.3 (cygwin special)] on cygwin Type "help", "copyright", "credits" or "lice

Re: [Patch] /etc/termcap missing eA capabilities

2005-08-08 Thread Thomas Wolff
On Mon, Aug 08, 2005 at 01:46:13PM +0200, Corinna Vinschen wrote: >On Aug 8 13:19, Thomas Wolff wrote: >> 2005-08-05 Thomas Wolff <[EMAIL PROTECTED]> >> >> * termcap: Updated xterm and rxvt (from /usr/share/terminfo >> using infocmp) to include the eA capability in order to enable >

Re: setup.exe filename

2005-08-08 Thread Christopher Faylor
On Mon, Aug 08, 2005 at 08:53:11AM -0500, Weiqi Gao wrote: >On 8/7/05, Christopher Faylor <[EMAIL PROTECTED]> wrote: >> >> Just in case it matters, unless Corinna disagrees, we won't be changing >> the name to something other than setup.exe. > >Thank you, thank you, thank you. Stick with setup.ex

1.5.18: get strange characters from rs232-port on a Windows XP machine

2005-08-08 Thread Moritz Herrmann
Hi guys I'm working on a little c program to receive and save strings from the serial-port into a local file on a Windows XP/2003 Server machine. The program is working very well on a linux machine but if I try to run it under windows I just get stupid characters like: 0x11 ◄ 0x6 ♠ 0x7 0x1f ▼ 0

Re: findutils vs. /proc/registry

2005-08-08 Thread Corinna Vinschen
On Aug 8 15:31, Corinna Vinschen wrote: > On Aug 8 06:35, Eric Blake wrote: > > I traced this to the fact that findutils() expects open(".", O_RDONLY) to > > succeed if a directory is readable (and that is my reading of POSIX as > > well), but cygwin is failing with EISDIR. Is there any way cygw

RE: Bug Report: python os.popen seems to have recently been broken

2005-08-08 Thread Dave Korn
Original Message >From: Nick Burch >Sent: 08 August 2005 15:13 > On Mon, 8 Aug 2005, Dave Korn wrote: >> I reckon you probably got bitten by the recent sh/ash/bash transition >> problems. You could post your cygcheck output as described at >> http://cygwin.com/problems.html if you want u

RE: Bug Report: python os.popen seems to have recently been broken

2005-08-08 Thread Nick Burch
On Mon, 8 Aug 2005, Dave Korn wrote: Not Found: sh That'll be it. All system (...) calls are critically dependent on sh existing and being runnable! Re-run setup and select 'Reinstall' for bash, or manually run the postinstall script, or just "cp /bin/bash.exe /bin/sh.exe", then have another

Re: problem while connecting GDB to an ARM board

2005-08-08 Thread Larry Hall
At 04:05 AM 8/8/2005, you wrote: >Larry Hall wrote: > >>At 10:43 AM 8/4/2005, you wrote: >> >> >>>I used to use linux to compile code for my ARM based board but I needed >>>windows and cygwin 1.5.8 to connect to the platform and debug via the ARM >>>Multi-ICE Server and the Multi-ICE gdb Server.

Re: bash is crashing

2005-08-08 Thread Cary Jamison
Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Cary Jamison on 8/5/2005 6:40 PM: cd $LDIR while true do sleep 10 >> >> >> It appears to be crashing here in the sleep. It will go for just a >> few loops around to several minutes before cras

Re: Postmaster core dumps

2005-08-08 Thread depinfo - Dep. Informatica
o do that. Well, but that command produces the next error: Segmentation fault (core dumped). And using gdb: Program received signal SIGSEGV, Segmentation fault. 0x0040644c in create_server_transport () at /netrel/src/cygwin-snapshot-20050808-1/winsup/cygwin/wincap.h:84 84 in /netrel/src/cygwin-s

Problem with upgrading from g++ 3.3.3 to g++ 3.4.4

2005-08-08 Thread Alex Vinokur
I have upgraded g++ from g++ 3.3.3 to g++ 3.4.4 No I have a problem. $ g++ foo.cpp /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -luser32 collect2: ld returned 1 exit status Info: Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with: /gcc

Re: Problem with upgrading from g++ 3.3.3 to g++ 3.4.4

2005-08-08 Thread Alex Vinokur
"Alex Vinokur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] > No I have a problem. Now I have a problem [snip] -- Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn --

Re: Problem with upgrading from g++ 3.3.3 to g++ 3.4.4

2005-08-08 Thread Larry Hall
At 03:03 PM 8/8/2005, you wrote: >I have upgraded g++ from g++ 3.3.3 to g++ 3.4.4 > >No I have a problem. > >$ g++ foo.cpp >/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot >find > -luser32 >What is wrong? As the FAQ entry What packages should I download? Where

[ANNOUNCEMENT] Updated: lilypond-2.4.6-1

2005-08-08 Thread Bertalan Fodor
A new version of lilypond will be available on the mirrors soon. This is the latest stable release of LilyPond, the GNU Music Typesetter. Enjoy. Bert To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system.

Re: is there a cygwin maintainer for gnu emacs?

2005-08-08 Thread Angelo Graziosi
>From Cygwin 1.5.17-1, the problems which I met with Emacs were that after rebasing all, Emacs did not work any more. After several attemps I discovered that is sufficient to reinstall the package libncurses7 to make Emacs works again. Now I am working with Emacs (in X) that is in test section,

Re: bash is crashing

2005-08-08 Thread Cary Jamison
Eric Blake wrote: > The collected strace would be huge, but may be the next step. Try and > pick out the tail end of the trace where the crash actually happens, > rather than the entire trace. But that will only point out what > syscalls were being made prior to the crash. Here's the trace from

Re: 1.5.18: get strange characters from rs232-port on a Windows XP machine

2005-08-08 Thread Brian Dessent
Moritz Herrmann wrote: > I'm working on a little c program to receive and save strings from the > serial-port into a local file on a Windows XP/2003 Server machine. > The program is working very well on a linux machine but if I try to run it > under windows I just get stupid characters like: If y

Re: is there a cygwin maintainer for gnu emacs?

2005-08-08 Thread emacs user
Ehud, thnx for the reply; I didn't do any rebasing (don't know what that is), and the problem is that emacs crashes about every 5 minutes, mostly in latex mode when I use the combination of auctex/preview/x-symbol. very painful... I don't have any such difficulties when using precisely the s

Re: Problem with upgrading from g++ 3.3.3 to g++ 3.4.4

2005-08-08 Thread Alex Vinokur
"Larry Hall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 03:03 PM 8/8/2005, you wrote: > >I have upgraded g++ from g++ 3.3.3 to g++ 3.4.4 > > > >No I have a problem. > > > >$ g++ foo.cpp > >/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot > >find >