Re: bash issue... i think

2006-12-20 Thread Heiko
Hi Thanks. :) Bash and scripts work again :) Heiko Eric Blake-1 wrote: > > Yep. I am still unable to reproduce the hang, but did finally reproduce > why the postinstall is failing to upgrade /bin/sh - it was not checking > for the empty output that happens when /bin/sh fails with status 57.

Re: rxvt-unicode 7.7-5 - titles displaying wrongly

2006-12-20 Thread Mark Fisher
On 12/19/06, Mark Fisher wrote: i just upgraded to 7.7-5 from 7.7-4 and noticed that it breaks my titles of sessions that i create. it only seems to happen when using the fluxbox windowmanager. i tried with fvwm2 and the titles appear fine in 7.7-5. ... and i open sessions running urxvtc -e /bin/

Re: Bash process remains after I close rxvt in certain ways

2006-12-20 Thread Jason Curl
Charles Wilson wrote: rxvt-20050409-4 (e.g. the test version now on the mirrors) also has a common behavior across all three cases, but that behavior is different than the behavior described above. The new rxvt exits and sighups the child (which obligingly goes ahead and dies; no zombies) in a

Re: Problems with the new Cygwin-1.5.23-1

2006-12-20 Thread Corinna Vinschen
On Dec 19 22:19, Eric Lilja wrote: > Corinna Vinschen skrev: > >On Dec 19 20:19, Angelo Graziosi wrote: > >>After installing Cygwin-1.5.23-1, I have tried to build Emacs-CVS. > >> > >>But the build fails as shown below. The failure DOES NOT happen > >>using/reinstalling Cygwin-1.5.22-1 (i.e. the pr

Re: how to use DNS or libc/minires.c in cygwin

2006-12-20 Thread Corinna Vinschen
On Dec 19 22:17, andy wang wrote: > Hi, All: > > I want to use the DNS related library on cygwin and I noticed that > "src/winsup/cygwin ChangeLog libc/minires.c > Subject: src/winsup/cygwin ChangeLog libc/minires.c " > on > http://www.cygwin.com/ml/cygwin-cvs/2006-q4/msg00110.html > > I want to

Re: bash, rxvt and interactive shells not exiting as expected

2006-12-20 Thread Jason Curl
Dave Korn wrote: On 19 December 2006 23:43, Jason Curl wrote: Now, AFAICT rxvt should be starting bash as a login shell in interactive mode. When I close the window from RXVT, a SIGHUP should be sent to bash, and according to the manpages from bash this should also cause SIGHUPs to all the othe

[ANNOUNCEMENT] Updated: cygwin-1.5.23-2

2006-12-20 Thread Corinna Vinschen
I've made a new version of the Cygwin DLL and associated utilities available for download. This is a pure bug fix release. It also enables basic operations on Windows Vista 64. The 1.5.23-2 release fixes a packaging bug which resuls in spurious prob;ems when trying to link agains libg.a. Otherw

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.23-2

2006-12-20 Thread Corinna Vinschen
On Dec 20 11:35, Corinna Vinschen wrote: > I've made a new version of the Cygwin DLL and associated utilities > available for download. This is a pure bug fix release. It also > enables basic operations on Windows Vista 64. > > The 1.5.23-2 release fixes a packaging bug which resuls in spurious

Re: Cygwin 1.5.22 - everything crashes, windows exception

2006-12-20 Thread Hugh McMaster
Hi Dave, True - we don't. I'm not that Agnitum has released another version though. I may check that. Hugh On 20/12/06, Dave Korn wrote: I just mentioned it because we don't know if OP's version is the latest up-to-datest. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: Bash 3.1.17(9) $@ Expansion error

2006-12-20 Thread Mark Fortescue
Hi Eric, The mensioned problems are unique to cygwin. The $@ expansion error is not present in cygwin bash-3.0-14.tar.bz2 For re-preduction, see the Nov 6th email. The error prevents the CSSC-1.0.1 test suite from operating. On Linux, it runs through without any failures. Using bash-2.05 and

[ANNOUNCEMENT] Updated: file-4.19-1

2006-12-20 Thread Corinna Vinschen
I've updated the version of file to 4.19-1. This version is an update to the official version 4.19, mainly improved magic value recognition and bug fixes. The Cygwin version is build from the vanilla sources. To update your installation, click on the "Install Cygwin now" link on the http://cygw

Re: Problems with the new Cygwin-1.5.23-1

2006-12-20 Thread Eric Lilja
Corinna Vinschen skrev: On Dec 19 22:19, Eric Lilja wrote: Corinna Vinschen skrev: On Dec 19 20:19, Angelo Graziosi wrote: After installing Cygwin-1.5.23-1, I have tried to build Emacs-CVS. But the build fails as shown below. The failure DOES NOT happen using/reinstalling Cygwin-1.5.22-1 (i.e

Re: Bash 3.1.17(9) $ Expansion error

2006-12-20 Thread Eric Blake
Mark Fortescue mtfhpc.demon.co.uk> writes: > > Hi Eric, > > The mensioned problems are unique to cygwin. The $ expansion error is not > present in cygwin bash-3.0-14.tar.bz2 > > For re-preduction, see the Nov 6th email. > > Test case: Download and unpack CSSC-1.0.1. > > Enter the followin

Re: Bash regular expressions

2006-12-20 Thread Boris Toloknov
I tried: [[ abc =~ a.*c ]] && echo It works It doesn't work too. I did't try bash from gnu.org yet but debian bash (version 3.1.0(1)) works with and without quotes. Boris Eric Blake wrote: According to Boris Toloknov on 12/19/2006 1:45 PM: It seems that regular expressions [[ str =~ regex

Re: Bash regular expressions

2006-12-20 Thread Eric Blake
Boris Toloknov yandex.ru> writes: > > I tried: > [[ abc =~ a.*c ]] && echo It works > It doesn't work too. $ [[ abc =~ a.*c ]] && echo yes yes $ echo [EMAIL PROTECTED] abc $ echo $BASH_VERSION 3.2.9(10)-release Are you sure you are using the latest version of bash? (Hint - following these di

perl script dies with The instruction at "0x28089a3d" referenced memory at "0x0000004". The memory could not be "written".

2006-12-20 Thread moka
I am having problems with a perl script. For no apparent reason I get The instruction at "0x28089a3d" referenced memory at "0x004". The memory could not be "written". I used to have Activestate and then installed cygwin. Can I maybe de-install cygwin's perl(if so, how) or is that not the pr

Re: perl script dies with The instruction at "0x28089a3d" referenced memory at "0x0000004". The memory could not be "written".

2006-12-20 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: I am having problems with a perl script. For no apparent reason I get The instruction at "0x28089a3d" referenced memory at "0x004". The memory could not be "written". I used to have Activestate and then installed cygwin. Can I maybe de-install cygwin's perl(if so,

Re: how to use DNS or libc/minires.c in cygwin

2006-12-20 Thread andy wang
Thanks Corinna and Pierre Humblet too! Your works just make the life easier :-) I installed the minires package and tested a program previously posted on this list around May from http://www.cygwin.com/ml/cygwin/2006-05/msg00301.html and got nothing as the author did. I just want to ask the last

RE: how to use DNS or libc/minires.c in cygwin

2006-12-20 Thread Dave Korn
On 20 December 2006 19:28, andy wang wrote: > Thanks Corinna and Pierre Humblet too! > Your works just make the life easier :-) > > I installed the minires package and tested a program previously posted > on this list around May from > http://www.cygwin.com/ml/cygwin/2006-05/msg00301.html and got

ssh asks for key passphrase every time

2006-12-20 Thread burning shadow
I have created identification key with passphrase (id_dsa). Now every time I try to open ssh connection to any host, ssh asks for passphrase for this key. I believed, ssh should ask for a passphrase only if host wants to accept key. FreeBSD's ssh, for example, does it this way. -- Unsubscribe inf

Re: "cout" and "cerr" won't work after cygwin1.dll init from VC++

2006-12-20 Thread Francisco J. Royo Santas
I compiled the "cygload" package (it is supposed to be the way to load cygwin1.dll and have the 4K scratch space) under MSVC and generated msvc-cygload.exe. The execution result is: Connecting to cygwin... Warning! Stack base is 0014. padding ends at 0013FFC0. Delta is 64. Stac k variables

Command not found

2006-12-20 Thread Wallace, Richard K.
Hello, I have a win 2000 box using eclipse and gnuarm (rev gcc 4.1.1). I am using cgwin rev bu-2.17_gcc-4.1.1-c-c++_nl-1.14.0_gi-6.5.exe. The make command is failing within eclipse and at command prompt with error. (as seen from command prompt) R:\ make make: arm-elf-gcc: Command not found Make

Re: Bash regular expressions

2006-12-20 Thread Boris Toloknov
You are right. Without quotes it works: [[ abc =~ a.*c ]] && echo Yes Yes I was sure I tried that. Sorry. Thanks a lot, Boris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Re: Command not found

2006-12-20 Thread Andrew Louie
Wallace, Richard K. ngc.com> writes: > > Hello, > > I have a win 2000 box using eclipse and gnuarm (rev gcc 4.1.1). I am > using cgwin rev bu-2.17_gcc-4.1.1-c-c++_nl-1.14.0_gi-6.5.exe. > > The make command is failing within eclipse and at command prompt with > error. > > (as seen from comman

Error building cygwin DLL from CVS HEAD

2006-12-20 Thread David Rothenberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I'm encountering an error while trying to build dumper.cc. This is with the latest CVS HEAD. In file included from /usr/src/cygwin/src/winsup/utils/dumper.cc:16: /usr/src/cygwin/src/include/elf/external.h:248: error: `ATTRIBUTE_PACKED' does not nam

Re: how to use DNS or libc/minires.c in cygwin

2006-12-20 Thread Pierre A. Humblet
- Original Message - From: "Dave Korn" To: Sent: Wednesday, December 20, 2006 2:32 PM Subject: RE: how to use DNS or libc/minires.c in cygwin | On 20 December 2006 19:28, andy wang wrote: | | > Thanks Corinna and Pierre Humblet too! | > Your works just make the life easier :-) | > |

OT observation: displaying share perms while in an ssh session

2006-12-20 Thread Tom Rodman
Thought this was interesting. My theory: if your in a cygwin *password* *authenticated* ssh session, and you try to get a reporting of the permissions for a network share, that the report will fail, unless SYSTEM has read rights on the share. Both examples below were invoked on the same host ( Our

Re: OT observation: displaying share perms while in an ssh session

2006-12-20 Thread Andrew Louie
On 12/20/06, Tom Rodman trodman.com> wrote: Thought this was interesting. My theory: if your in a cygwin *password* *authenticated* ssh session, and you try to get a reporting of the permissions for a network share, that the report will fail, unless SYSTEM has read rights on the share. Are you

Re: OT observation: displaying share perms while in an ssh session

2006-12-20 Thread Larry Hall (Cygwin)
Andrew Louie wrote: On 12/20/06, Tom Rodman trodman.com> wrote: Thought this was interesting. My theory: if your in a cygwin *password* *authenticated* ssh session, and you try to get a reporting of the permissions for a network share, that the report will fail, unless SYSTEM has read rights on

Re: OT observation: displaying share perms while in an ssh session

2006-12-20 Thread Tom Rodman
On Wed 12/20/06 17:06 EST "Andrew Louie" wrote: > On 12/20/06, Tom Rodman trodman.com> wrote: > > Thought this was interesting. My theory: if your in a cygwin > > *password* *authenticated* ssh session, and you try to get a reporting > > of the permissions for a network share, that the report will

Re: Cygwin and Windows Vista support

2006-12-20 Thread Greg Youngdahl
Larry Hall (Cygwin) wrote: Carlo Florendo wrote: Neeraj Garg (TRANSPORT) wrote: I am not sure if that was request for help or just a witty comment back. I am willing to help Cygwin dev get in touch with appropriate folks in Windows Vista team to resolve the issue. It was a witty comme

Missing Programs

2006-12-20 Thread Harold Fuchs
Hello, I'm running Win XP Pro/SP2 I just downloaded and installed cygwin. I didn't choose any special options; I didn't ask to have anything special excluded; I didn't ask to have anything special included. I found and installed the pdksh package because I know the Kornshell and I don't know

Re: Missing Programs

2006-12-20 Thread Gary Johnson
On 2006-12-21, Harold Fuchs wrote: > Hello, > > I'm running Win XP Pro/SP2 > > I just downloaded and installed cygwin. I didn't choose any > special options; I didn't ask to have anything special excluded; I > didn't ask to have anything special included. > > I found and installed the pdksh pa

Re: how to use DNS or libc/minires.c in cygwin

2006-12-20 Thread andy wang
Hi, All! I found another domain name to test and got the right answer. $ ./a.exe Minires: search "_sip._udp.yalin.tw" type 33 Minires: /etc/resolv.conf: OK Minires: resolv.conf nameserver 192.168.1.1 Minires: server "192.168.1.1" Minires: key SYSTEM\CurrentControlSet\Services\Tcpip\Parameters Mi

cygwin 1.5.22 - cpan core dumping on initial

2006-12-20 Thread jake
Hello all, I'm having problems getting CPAN to work on my recent install of Cygwin. Perl is running fine elsewise, and I have had CPAN running before. This is a fairly fresh install of Cygwin (less than 2 months old). $ cpan -v cpan script version 1.03 CPAN.pm version 1.7601 $ perl -V Summary

RE: ssh asks for key passphrase every time

2006-12-20 Thread David Christensen
burning shadow wrote: > I have created identification key with passphrase (id_dsa). Now every > time I try to open ssh connection to any host, ssh asks for > passphrase for this key. I believed, ssh should ask for a passphrase > only if host wants to accept key. FreeBSD's ssh, for example, does it

Re: Error building cygwin DLL from CVS HEAD

2006-12-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to David Rothenberger on 12/20/2006 2:06 PM: > I'm encountering an error while trying to build dumper.cc. This is with > the latest CVS HEAD. > > In file included from /usr/src/cygwin/src/winsup/utils/dumper.cc:16: > /usr/src/cygwin/src/incl

Re: Command not found

2006-12-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Andrew Louie on 12/20/2006 1:34 PM: >> (as seen from command prompt) >> R:\ make >> make: arm-elf-gcc: Command not found >> Make: ** [main.o] error 127 > > > > perhaps you have the dos line ending problem Probably not. Usually, with d

Re: ssh asks for key passphrase every time

2006-12-20 Thread Robert McKay
On 12/20/06, burning shadow <[EMAIL PROTECTED]> wrote: I have created identification key with passphrase (id_dsa). Now every time I try to open ssh connection to any host, ssh asks for passphrase for this key. I believed, ssh should ask for a passphrase only if host wants to accept key. FreeBSD's

RE: Command not found

2006-12-20 Thread Dave Korn
On 20 December 2006 20:18, Wallace, Richard K. wrote: > I have a win 2000 box using eclipse and gnuarm (rev gcc 4.1.1). I am > using cgwin rev bu-2.17_gcc-4.1.1-c-c++_nl-1.14.0_gi-6.5.exe. > What have I done wrong? Asked the wrong mailing list, most likely... I don't think anyone has ever desc

Re: how to compile the .so to allow extern functions

2006-12-20 Thread andy wang
Hi, All: $ gcc -shared -o bug1-main.so bug1-main.c -ldl -Wl,--out-implib=libmain.dll.a Creating library file: libmain.dll.a $ gcc -shared -o bug1.so bug1.c -L. -lmain $ gcc -o bug1-main bug1-main.c -ldl $ ./bug1-main.exe in myfunc.so in main.func1() This method is wrong, because the bug1.so

[ANNOUNCEMENT] Updated: git-1.4.4.3-1

2006-12-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of git, 1.4.4.3-1, has been uploaded, replacing 1.4.4.1-3 as the current version. NEWS: = This is a new upstream release. See also the package documentation in /usr/share/doc/git-1.4.4.1/. Changes from the upstream release announce

Re: perl script dies with The instruction at "0x28089a3d" referenced memory at "0x0000004". The memory could not be "written".

2006-12-20 Thread moka
>> I am having problems with a perl script. For no apparent reason I get >> The instruction at "0x28089a3d" referenced memory at "0x004". The memory >> could not be "written". >> >> I used to have Activestate and then installed cygwin. Can I maybe de-install >> cygwin's perl(if so, how) or i