Re: flushinp on /dev/ptmx

2003-09-19 Thread Hiroshi Sainohira
>Not so far. I had a look into that and implemented flushing input >buffers on pseudo ttys. Please give it a try. It will be available >in the next developers snapshot. Thank you very much, Corinna. I am willing to wait for it. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

ssh-keygen and slogin oddity

2003-09-19 Thread luke . kendall
I'm trying to make ssh ask me for a passphrase when I slogin to another machine, instead of asking me for my password on that machine. With no luck. It always asks me for my password. If I modify /etc/ssh_config to set password authentication to "no", then slogin simply fails without asking me f

Re: flushinp on /dev/ptmx

2003-09-19 Thread Corinna Vinschen
On Fri, Sep 19, 2003 at 04:03:11PM +0900, Hiroshi Sainohira wrote: > > >Not so far. I had a look into that and implemented flushing input > >buffers on pseudo ttys. Please give it a try. It will be available > >in the next developers snapshot. > > Thank you very much, Corinna. > I am willing t

Re: ssh-keygen and slogin oddity

2003-09-19 Thread Corinna Vinschen
On Fri, Sep 19, 2003 at 05:40:58PM +1000, [EMAIL PROTECTED] wrote: > I'm trying to make ssh ask me for a passphrase when I slogin to another > machine, instead of asking me for my password on that machine. With no > luck. > > It always asks me for my password. If I modify /etc/ssh_config to set

Re: Windows 2k crash while processing big bash script

2003-09-19 Thread Ronald Landheer-Cieslak
To start helping you debug this problem, we need a bit more information about your Cygwin setup. Could you please read http://cygwin.com/problems.html and provided the information mentioned there? rlc On Fri, Sep 19, 2003 at 12:45:46AM +0300, -TifsSoft- wrote: > Hello. I have troubles using cygwi

Re: objdump : inaccurate demangling for foo(char* const)

2003-09-19 Thread Ronald Landheer-Cieslak
AFAIK, const is a compiler directive - there is nothing in the assembler that make a symbol const. You should see const more like a promise: "I promise I won't change the value of this variable". That promise can be broken by a const-cast, and the assembler code doesn't know anything about it (AFA

Re: Current OpenJade and DocBook SGML status

2003-09-19 Thread Ismael Valladolid Torres
El jueves, 18 de septiembre de 2003, a las 19:03, Joshua Daniel Franklin escribe: > What exactly dumps core (openjade, etc)? It's openjade the one dumping core. > Have you tried XML as suggested? Yes, the xmlto suite works lovely. Nevertheless, I need SGML. Thanks a lot. Regards, Ismael -- Ism

Two /usr/include/pty.h files one in inetutils-1.3.2-24 and one in cygwin-1.5.4-1

2003-09-19 Thread Dr. Volker Zell
Hey Is this a packaging error ? There are two /usr/include/pty.h files one in inetutils-1.3.2-24 and one in cygwin-1.5.4-1 Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://

Packaging error in the latest libguile12-1.6.4-12 ?

2003-09-19 Thread Dr. Volker Zell
Hey There seems to be packaging error in the latest libguile12-1.6.4-12. The following files are found under /usr/bin libguile-srfi-srfi-13-14-v-1.la libguile-srfi-srfi-4-v-1.la libguilereadline-v-12.la whereas they should be instead under /usr/lib (in the package guild-devel-1.6.4-12) I think

URL for uw-imap-imapd-2002d-1 package

2003-09-19 Thread Dr. Volker Zell
Hi Does anybody still have a URL for the uw-imap-imapd-2002d-1 package handy ? ^^^ As has been already mentioned in this list (but too late for me) both curr and prev versions of uw-imap-imapd-2002d are crashing with a message of header size

[ANNOUNCEMENT] Updated: tidy-030901-1

2003-09-19 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tidy-030901-1 is now installable from setup.exe HTML Tidy is a program to clean up and correct messy HTML pages. Tidy is able to fix up a wide range of problems and to bring to your attention things that you need to work on yourself. This release add

Re: Packaging error in the latest libguile12-1.6.4-12 ?

2003-09-19 Thread Jan Nieuwenhuizen
Volker Zell writes: > libguile-srfi-srfi-13-14-v-1.la > libguile-srfi-srfi-4-v-1.la > libguilereadline-v-12.la > > whereas they should be instead under /usr/lib (in the package > guild-devel-1.6.4-12) I think. No, this is correct. These are dlopened and need to be in PATH. Try: guile -c '(

Re: Two /usr/include/pty.h files one in inetutils-1.3.2-24 and one in cygwin-1.5.4-1

2003-09-19 Thread Corinna Vinschen
On Fri, Sep 19, 2003 at 12:20:50PM +0200, Dr. Volker Zell wrote: > Hey > > Is this a packaging error ? > There are two /usr/include/pty.h files one in inetutils-1.3.2-24 and one in > cygwin-1.5.4-1 No, that's a known inter developmental state. Corinna -- Corinna Vinschen Ple

Re: ssh-keygen and slogin oddity

2003-09-19 Thread Patrick Eisenacher
Corinna, do you have any reference for this? Unless this is something inherent in the ssh protocol or its implementation, which I'm not familiar with, I'm not aware that crypto systems based on discrete logarithms (DSA) are less secure than those based on factoring large integers (RSA). FWIW:

Re: flushinp on /dev/ptmx

2003-09-19 Thread Hiroshi Sainohira
>Look at http://www.cygwin.com/snapshots/. The latest snapshot has >it already. Ok. I installed cygwin-inst-20030918.tar.bz2. To test flushing input buffers, I used a RogueLike game which uses flushinp of ncurses. After I played it for a while, I found that the implemented codes work very fin

Re: ssh-keygen and slogin oddity

2003-09-19 Thread Corinna Vinschen
On Fri, Sep 19, 2003 at 02:19:54PM +0200, Patrick Eisenacher wrote: > Corinna, > > do you have any reference for this? There has been discussion about this on the openssh-unix-dev mailing list. Basically RSA is a better choice when the source of random numbers is suspect. A description of this p

Re: Packaging error in the latest libguile12-1.6.4-12 ?

2003-09-19 Thread Igor Pechtchanski
On Fri, 19 Sep 2003, Jan Nieuwenhuizen wrote: > Volker Zell writes: > > > libguile-srfi-srfi-13-14-v-1.la > > libguile-srfi-srfi-4-v-1.la > > libguilereadline-v-12.la > > > > whereas they should be instead under /usr/lib (in the package > > guild-devel-1.6.4-12) I think. > > No, this is correct.

Re: URL for uw-imap-imapd-2002d-1 package

2003-09-19 Thread Igor Pechtchanski
On Fri, 19 Sep 2003, Dr. Volker Zell wrote: > Hi > > Does anybody still have a URL for the uw-imap-imapd-2002d-1 package handy ? > ^^^ > As has been already mentioned in this list (but too late for me) both > curr and prev versions of uw-ima

Re: Packaging error in the latest libguile12-1.6.4-12 ?

2003-09-19 Thread Jan Nieuwenhuizen
Igor Pechtchanski writes: >> No, this is correct. These are dlopened and need to be in PATH. Try: >> >> guile -c '(use-modules (srfi srfi-4) (srfi srfi-13) (srfi srfi-14))' >> >> Jan. > > Aren't the names a bit misleading, then? The .la files are supposed to be > libtool library files, i.e.

Re: Packaging error in the latest libguile12-1.6.4-12 ?

2003-09-19 Thread Dr. Volker Zell
> "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: Jan> Volker Zell writes: >> libguile-srfi-srfi-13-14-v-1.la >> libguile-srfi-srfi-4-v-1.la >> libguilereadline-v-12.la >> >> whereas they should be instead under /usr/lib (in the package >> guild-devel-1.6.4-

2 packages have CVS subdirs in their directory structure: lynx and irc

2003-09-19 Thread Dr. Volker Zell
Hi see subject Ciao Volker -- 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: getopt: ugly linker messages

2003-09-19 Thread Charles Wilson
Corinna Vinschen wrote: Since that auto-import is working fine for a long while now and since this sort of auto-import is normal for any other platform... isn't there a time we can get rid of that message? auto-import is not the default for all pei386 versions of binutils, particularly mingw. An

tetex-base 2.0.2-13...

2003-09-19 Thread Jason Fu
Hi there, Please be informed that the installation of tetex-base 2.02-13 gets hung. Cheers, Jason http://www.hkucs.org:8080/~tsfu/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: tetex-base 2.0.2-13...

2003-09-19 Thread Cliff Hones
Jason Fu wrote: > Please be informed that the installation of tetex-base 2.02-13 gets hung. How long have you left it? I seem to recall thinking it got stuck too, but I was using a rather old and slow processor. It did eventually finish, despite giving the impression of doing nothing for some

Re: getopt: ugly linker messages

2003-09-19 Thread Christopher Faylor
On Fri, Sep 19, 2003 at 09:49:25AM -0400, Charles Wilson wrote: >Corinna Vinschen wrote: > >>Since that auto-import is working fine for a long while now and since >>this sort of auto-import is normal for any other platform... isn't there >>a time we can get rid of that message? > >auto-import is no

Re: tetex-base 2.0.2-13...

2003-09-19 Thread Yadin Y. Goldschmidt
I concur. there is a font file that grows without a limit, Gigabytes... The tar file of tetex.base is corrupted. "Jason Fu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi there, > > Please be informed that the installation of tetex-base 2.02-13 gets hung. > > Cheers, > > Jason > >

Re: Pine 4.58 Cygwin issue

2003-09-19 Thread Eduardo Chappa
*** On Thu, 18 Sep 2003 I wrote: :) I am trying to look into this issue, and I am afraid that I will have :) to build Pine in a 32bit world rather than upgrade it to the 64bit :) world, which seems like a lot of work to make (e.g the size of off_t is :) bigger than the size of unsigned long in the

Re[2]: Windows 2k crash while processing big bash script

2003-09-19 Thread -TifsSoft-
I provide all information as wrote in http://cygwin.com/problems.html. (I reed it before sending problem letter). cygcheck.out is in my first letter. I tryed to process ./configure in new copy of cygwin (only base + gcc + binutils + make...) and I try it with all libraries, having a one result -- t

Re: tetex-base 2.0.2-13...

2003-09-19 Thread Weiqi Gao
Cliff Hones wrote: Jason Fu wrote: Please be informed that the installation of tetex-base 2.02-13 gets hung. How long have you left it? I seem to recall thinking it got stuck too, but I was using a rather old and slow processor. It did eventually finish, despite giving the impression of doin

Re: getopt: ugly linker messages

2003-09-19 Thread Corinna Vinschen
On Fri, Sep 19, 2003 at 11:18:03AM -0400, Christopher Faylor wrote: > On Fri, Sep 19, 2003 at 09:49:25AM -0400, Charles Wilson wrote: > >Perhaps a cygwin-special (e.g. doesn't go back to binutils CVS) patch? > >In that case, it's a one-liner -- just change the default value of > >link_info.pei386

Re: 2 packages have CVS subdirs in their directory structure: lynx and irc

2003-09-19 Thread Corinna Vinschen
On Fri, Sep 19, 2003 at 03:42:15PM +0200, Dr. Volker Zell wrote: Thanks, corrected. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developermailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin

Re: tetex-base 2.0.2-13...

2003-09-19 Thread Cliff Hones
Weiqi Gao wrote: > ... > I had the same problem. Doing a tar jtvf on the bzip2ed tar file > revealed that the download had an integrity problem: > > > -rw-r--r-- root/root 18948 1997-12-26 17:00:00 > usr/share/texmf/fonts/type1/pu

RE: objdump : inaccurate demangling for foo(char* const)

2003-09-19 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Ronald Landheer-Cieslak > AFAIK, const is a compiler directive - there is nothing in the assembler > that make a symbol const. You should see const more like a promise: "I > promise I won't change the value of this variable". That pro

Re: getopt: ugly linker messages

2003-09-19 Thread Larry Hall
At 11:18 AM 9/19/2003, Christopher Faylor you wrote: >On Fri, Sep 19, 2003 at 09:49:25AM -0400, Charles Wilson wrote: >>Corinna Vinschen wrote: >> >>>Since that auto-import is working fine for a long while now and since >>>this sort of auto-import is normal for any other platform... isn't there >>>

Setup Parse Errors

2003-09-19 Thread Parker, Ron
I am attempting to run setup version 2.340.2.5, which I just downloaded from cygwin.com, and I am receiving a number of different "Parse Errors" processing setup.bz2. They all read: (null) line X: syntax error, unexpected NL, expecting STRING (null) line X: unrecognized line X

text setup

2003-09-19 Thread Krzysztof Duleba
I use Cygwin along with Win2k. Is it possible to update the software in text mode (access only via ssh)? Regards Krzysztof Duleba -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/do

Re: objdump : inaccurate demangling for foo(char* const)

2003-09-19 Thread Rolf Campbell
foo(char* const) is no different from foo(char*), from the perspective of linking/overloading. Did you mean foo(char const *)? Alex Vinokur wrote: == Windows 2000 Professional CYGWIN_NT-5.0 1.5.4(0.94/3/2) GNU gcc version 3.2 20020927 (prerelease) GNU objd

Re: text setup

2003-09-19 Thread Igor Pechtchanski
On Fri, 19 Sep 2003, Krzysztof Duleba wrote: > I use Cygwin along with Win2k. Is it possible to update the software in > text mode (access only via ssh)? There is currently no way to do a text-mode setup. There is, however, a way to run setup unattended via ssh. Search the list archives for "un

Re: text setup

2003-09-19 Thread Krzysztof Duleba
Igor Pechtchanski wrote >> I use Cygwin along with Win2k. Is it possible to update the software in >> text mode (access only via ssh)? > > There is currently no way to do a text-mode setup. There is, however, a > way to run setup unattended via ssh. Search the list archives for > "unattended set

Re: text setup

2003-09-19 Thread Igor Pechtchanski
On Fri, 19 Sep 2003, Krzysztof Duleba wrote: > Igor Pechtchanski wrote > > >> I use Cygwin along with Win2k. Is it possible to update the software in > >> text mode (access only via ssh)? > > > > There is currently no way to do a text-mode setup. There is, however, > > a way to run setup unattend

^C not getting to sub, sub, sub, sub processes (was: Re: 1.5.4s assertion "hsig_inited" failed)

2003-09-19 Thread Rolf Campbell
Christopher Faylor wrote: On Fri, Aug 15, 2003 at 09:10:12PM -0400, Rolf Campbell wrote: Christopher Faylor wrote: On Mon, Sep 08, 2003 at 04:44:58PM -0400, Rolf Campbell wrote: I started a large build, then hit ^Z. Then "fg", and this is what happened: A large build shouldn't even recognize

Re: text setup

2003-09-19 Thread Krzysztof Duleba
Igor Pechtchanski wrote: I use Cygwin along with Win2k. Is it possible to update the software in text mode (access only via ssh)? >>> >>> There is currently no way to do a text-mode setup. There is, however, >>> a way to run setup unattended via ssh. Search the list archives for >>> "u

RE: getopt: ugly linker messages

2003-09-19 Thread Ivan Warren
> > I'm willing to do this but I have the same reservations that I think > you're expressing above, Chuck. Also, the auto-import of > data variables > is slower than a normal dllimport so I don't feel real > comfortable about > making this the default. > > I don't feel really strongly about th

setup.ini corrupted on sources.redhat.com

2003-09-19 Thread Christopher Faylor
A recent change that I made to the 'upset' program resulted in a setup.ini that is unparseable by setup.exe. I fixed the problem and an updated setup.ini should be arriving on mirrors soon. Sorry about that. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

setup

2003-09-19 Thread Robert McNulty Junior
I'm having difficulty with setup. THe problem seems to be that setup won't read the setup.ini file. This is with the setup called 2.340.2.5. And the snapshot. THe error is null then a line number then syntax error, etc. Robert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr

Re: text setup

2003-09-19 Thread Christopher Faylor
On Fri, Sep 19, 2003 at 08:43:35PM +0200, Krzysztof Duleba wrote: >Is any text-mode setup developed? Or at least planned? I would increase a >lot the value of Cygwin. I don't know if this is exactly what you mean, but I'm working on a perl-based+exec front end 'cygupdate' program. It requires an

Re: tetex-base 2.0.2-13...

2003-09-19 Thread Jan Nieuwenhuizen
Jason Fu writes: > Hi there, > > Please be informed that the installation of tetex-base 2.02-13 gets hung. Thanks. A bug report even before the announce. Phew. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www

Re: text setup

2003-09-19 Thread Krzysztof Duleba
Christopher Faylor wrote >>Is any text-mode setup developed? Or at least planned? I would increase a >>lot the value of Cygwin. > > I don't know if this is exactly what you mean, but I'm working on a > perl-based+exec front end 'cygupdate' program. It requires an existing > installation with such

Re: text setup

2003-09-19 Thread Christopher Faylor
On Fri, Sep 19, 2003 at 09:18:35PM +0200, Krzysztof Duleba wrote: >Christopher Faylor wrote >>I've been using it for all of my updates for a while with no problem >>but it is not quite polished enoug for wide distribution yet. There >>are still some problems with replacing running binaries, like f

Re: text setup

2003-09-19 Thread Krzysztof Duleba
Christopher Faylor wrote >>>I've been using it for all of my updates for a while with no problem >>>but it is not quite polished enoug for wide distribution yet. There >>>are still some problems with replacing running binaries, like for >>>instance, the cygupdate.exe itself. >> >>AFAIK setup hand

segmentation fault with some apps on new cygwin release 1.5.4-1

2003-09-19 Thread Joe Vallino
I'm running cygwin version 1.3.22-1 on one AMD machine, and all works fine. I recently installed cygwin on another AMD machine, new release 1.5.4-1 when i try to start xedit i get a segmentation fault. Also, when I compile clisp version 2.30 from sourceforge, it compiles ok, but also generates a

Re: segmentation fault with some apps on new cygwin release 1.5.4-1

2003-09-19 Thread Igor Pechtchanski
On Fri, 19 Sep 2003, Joe Vallino wrote: > I'm running cygwin version 1.3.22-1 on one AMD machine, and all works > fine. > > I recently installed cygwin on another AMD machine, new release 1.5.4-1 > when i try to start xedit i get a segmentation fault. Also, when I > compile clisp version 2.30 fro

Re: Setup Parse Errors

2003-09-19 Thread Yadin Y. Goldschmidt
I am getting the same problem exactly after downloading setup 2.340.2.5 due to the tetex problem. I can no longer update cygwin. "Parker, Ron" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am attempting to run setup version 2.340.2.5, which I just downloaded from > cygwin.com, an

RE: setup.ini corrupted on sources.redhat.com

2003-09-19 Thread Parker, Ron
Chris, thank you for correcting this quickly. I am back up and running again. -- 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: segmentation fault with some apps on new cygwin release 1.5.4-1

2003-09-19 Thread Joe Vallino
When I install clisp that is now part of cygwin dist. (2.31), it runs fine. Thanks! i did not know it had been added to official dist. Sorry for the miss-post on xedit. cheers, -joe > -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: Friday, September 19,

Re: setup.ini corrupted on sources.redhat.com

2003-09-19 Thread Christopher Faylor
On Fri, Sep 19, 2003 at 02:59:14PM -0500, Parker, Ron wrote: >Chris, thank you for correcting this quickly. I am back up and running >again. You're welcome. Want to make a bet on how many problem reports we'll see on this issue as the fixed setup.ini works its way around? cgf -- Unsubscribe in

Re: objdump : inaccurate demangling for foo(char* const)

2003-09-19 Thread Alexander Osipenko
YES, there ARE a noticeable difference between GCC 3.2 and MS VisualC 7.1 struct A { virtual void foo(char* a) { std::cout << "A"; } }; struct B: public A { virtual void foo(char* const a) { std::cout << "B"; } }; int main() { B b; A* a = &b; a->foo(""); } This example prin

gdb20030901-1: aborts with stack dump

2003-09-19 Thread Bryan Higgins
Here is gdb.exe.stackdump, for what it's worth: Exception: STATUS_ACCESS_VIOLATION at eip=610B7374 eax=0010 ebx=0010 ecx=0004 edx= esi=D012 ebp=0022F518 esp=0022F50C program=c:\cygwin\bin\gdb.exe cs=001B ds=0023 es=0023 fs=0038 gs= ss=0023 Stack trace: Frame Function A

Re: /etc/profile - futile try to predict order of execution

2003-09-19 Thread Igor Pechtchanski
On Fri, 19 Sep 2003, Hannu E K Nevalainen (garbage mail) wrote: > While looking for the reason why "less" has stopped understanding the > BACKSPACE key (and a bunch of others) I stumbled over the following. > > I'm sending this just to INFORM about it. > I'm NOT on the xfree list. > I'm NOT intere

Re: getopt: ugly linker messages

2003-09-19 Thread Danny Smith
Re: getopt: ugly linker messages From: Corinna Vinschen To: cygwin at cygwin dot com Date: Fri, 19 Sep 2003 17:34:09 +0200 Subject: Re: getopt: ugly linker messages References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED

RE: /etc/profile - futile try to predict order of execution

2003-09-19 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Igor Pechtchanski Please, Igor - I got FOUR COPIES of this... - just one of them ended up in the cygwin ML folder. > On Fri, 19 Sep 2003, Hannu E K Nevalainen (garbage mail) wrote: > > > While looking for the reason why "less" has stopped understanding the > > BACKSPACE key (and a bunch

Re: /etc/profile - futile try to predict order of execution

2003-09-19 Thread Christopher Faylor
On Sat, Sep 20, 2003 at 12:14:37AM +0200, Hannu E K Nevalainen (garbage mail) wrote: >> From: Igor Pechtchanski > >Please, Igor - I got FOUR COPIES of this... - just one of them ended >up in the cygwin ML folder. He was trying to bypass the subject blocker. Several keywords are blocked here rega

/bin/kill version 1.14

2003-09-19 Thread Jean-Pierre Praz
hello after an update of a few cygwin components, i have now the problem that some scripts that use 'kill -9' or 'kill -INT' don't work any more. they produce the following output: Usage: kill [-f] [-signal] [-s signal] pid1 [pid2 ...] kill -l [signal] Send signals to processes -f, --fo

Re: /bin/kill version 1.14

2003-09-19 Thread Christopher Faylor
On Sat, Sep 20, 2003 at 02:28:57AM +0200, Jean-Pierre Praz wrote: >after an update of a few cygwin components, i have now the problem that >some scripts that use 'kill -9' or 'kill -INT' don't work any more. they >produce the following output: Fixed in the latest snapshot and will be fixed in th

setup.exe cannot proceed...

2003-09-19 Thread Jason Fu
Hi there, I tried to update this morning and setup.exe just could not proceed and crashed earlier after invoked. Regards, Jason http://www.hkucs.org:8080/~tsfu/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documenta

RE: getopt: ugly linker messages

2003-09-19 Thread Ivan Warren
> And.. Hmmm.. > > I *think* auto import of data variables may be somewhat broken > (and declared > import of data variables too) if > > 1) The import library is stripped with --strip-unneeded >and/or > 2) The import is from another DLL (.exe -> .dll[func] -> .dll[data]) > > (See msg dated 9/17

Re: ^C not getting to sub, sub, sub, sub processes (was: Re: 1.5.4s assertion "hsig_inited" failed)

2003-09-19 Thread Christopher Faylor
On Fri, Sep 19, 2003 at 02:34:37PM -0400, Rolf Campbell wrote: >Christopher Faylor wrote: >>This problem sounded familiar so I did a little archive diving. It was >>reported before and I investigated it before. I remember thinking that >>this would be hard to fix owing to a race condition with si

setup.exe cannot proceed...

2003-09-19 Thread Jason Fu
Hi there, I tried to update this morning and setup.exe just could not proceed and crashed earlier after invoked. But this is only when use the mirrors.rcn.net. Regards, Jason http://www.hkucs.org:8080/~tsfu/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: setup.exe cannot proceed...

2003-09-19 Thread Robert McNulty Junior
Have you tried lately? Works for me. I use Direct Connection. Try that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jason Fu Sent: Friday, September 19, 2003 8:32 PM To: cygwin Subject: setup.exe cannot proceed... Importance: High Hi there, I tried to

[ANNOUNCEMENT] Updated: gdb-20030919-1 (also includes GUI "insight" debugger)

2003-09-19 Thread Christopher Faylor
I've made a new version of the gdb debugger available for installation. This version is a refresh from the CVS repository on sources.redhat.com. The package also contains the "insight" graphical debugger. One notable change in the CVS repository is a change that I checked in to stop the random gdb

Re: ^C not getting to sub, sub, sub, sub processes

2003-09-19 Thread Rolf Campbell
Christopher Faylor wrote: I have a reproducable (at least on my machine) of some ^C handling issues. #!/bin/python import sys, os, select if(int(sys.argv[1]) > 0): os.system(sys.argv[0] + " %d" % (int(sys.argv[1])-1)) else: select.select([], [], [], 10) Try running this as "./deep.py 0", and t

RE: setup.exe cannot proceed...

2003-09-19 Thread Jason Fu
> > Have you tried lately? Yes, I tried again for ftp://mirrors.rcn.net but it still didn't work yet. > Works for me. > I use Direct Connection. > Try that. I tried for ftp://mirrors.kernel.org and it worked. Anyway, I should not rely only ftp://mirrors.rcn.net but many other mirror sites. J

Re: objdump : inaccurate demangling for foo(char* const)

2003-09-19 Thread Alex Vinokur
"Rolf Campbell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > foo(char* const) is no different from foo(char*), from the perspective > of linking/overloading. > > Did you mean foo(char const *)? > I meant foo(char* const). not foo(char const *). Thanks. ===

Re: /etc/profile - futile try to predict order of execution (Please inform maintainer of 00xfree.sh)

2003-09-19 Thread Christopher Faylor
On Fri, Sep 19, 2003 at 05:23:40PM -0400, Igor Pechtchanski wrote: >On Fri, 19 Sep 2003, Christopher Faylor wrote: > >> On Fri, Sep 19, 2003 at 04:59:07PM -0400, Igor Pechtchanski wrote: >> >Speaking of your machine, could this be because you're using Win98? >> >(Checking) Bingo! Somehow, on Win98