How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Yu, Lei
Hi there,
    I want to create a windows batch file, which can
1. initialize and start multiple Windows -- such as my gtalk and my MSN
2. keep the applications running
3. let the batch file itself exit without any trace.
    That is a bit difficult to achieve via normal windows batch file,
since batch does not provide a background running mode, so the whole
process will be blocked at the first application starts, and all the
subsequent application will not get called before the first exits.
    And then I turned to Cygwin.  Seems it could achieve task 1 and
task 2.  However, it could not achieve task 3, which means that the
cygwin window will be kept open, until both (all) of the applications
get closed.  So I wonder whether there is any possibility, to achieve
all the 3 tasks I want?  And if yes, how?

    Below is the batch file I've written, any comments are welcome.

Lei
-
rem @echo off
C:
chdir C:\cygwin\bin
bash --login -c "/c/Program\ Files/Google/Google\ Talk/googletalk.exe
/startmenu &"
bash --login -c "/c/Program\ Files/Windows\ Live/Messenger/msnmsgr.exe &"
rem exit
pause

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Thorsten Kampe
* Yu, Lei (Thu, 22 Apr 2010 15:27:32 +0800)
>     I want to create a windows batch file, which can
> 1. initialize and start multiple Windows -- such as my gtalk and my MSN
> 2. keep the applications running
> 3. let the batch file itself exit without any trace.
>     That is a bit difficult to achieve via normal windows batch file,
> since batch does not provide a background running mode [...]

Sure it does: "start"

Thorsten


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Morten Kjærulff
or create a shortcut to what you want to execute, and execute the .lnk
file as a command
--
www.MortenKjarulff.dk



On Thu, Apr 22, 2010 at 9:37 AM, Thorsten Kampe wrote:
> * Yu, Lei (Thu, 22 Apr 2010 15:27:32 +0800)
>>     I want to create a windows batch file, which can
>> 1. initialize and start multiple Windows -- such as my gtalk and my MSN
>> 2. keep the applications running
>> 3. let the batch file itself exit without any trace.
>>     That is a bit difficult to achieve via normal windows batch file,
>> since batch does not provide a background running mode [...]
>
> Sure it does: "start"
>
> Thorsten
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Dave Korn
On 22/04/2010 08:37, Thorsten Kampe wrote:
> * Yu, Lei (Thu, 22 Apr 2010 15:27:32 +0800)
>> I want to create a windows batch file, which can
>> 1. initialize and start multiple Windows -- such as my gtalk and my MSN
>> 2. keep the applications running
>> 3. let the batch file itself exit without any trace.
>> That is a bit difficult to achieve via normal windows batch file,
>> since batch does not provide a background running mode [...]
> 
> Sure it does: "start"

  Which can be invoked from a cygwin shell (should you still wish to do so) as
"cmd /c start" plus whatever commandline and args you wanted to launch.

cheers,
  DaveK


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Strange problem with ssh-agent and ssh misbehaving (infinite loop) on two different versions of cygwin

2010-04-22 Thread Corinna Vinschen
On Apr 21 23:12, Nex Magik wrote:
> It looks like something is making the socket connection go bad, but I
> can't think of anything at the moment.

Firewall?

>27 27502786 [main] ssh-add 912 __set_winsock_errno: connect:1133 - winsock 
> error 10061 -> errno 111

$ net helpmsg 10061

No connection could be made because the target machine actively refused it.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-22 Thread Corinna Vinschen
On Apr  7 19:27, Corinna Vinschen wrote:
> On Apr  7 19:06, Corinna Vinschen wrote:
> > On Apr  7 09:06, Roe, Kevin L. wrote:
> > > Corinna,
> > > 
> > > My problem system is the netapp you previously in this thread helped me 
> > > with (the issue with the cp command).  It is not a Samba system.
> > 
> > Ok, back to square one.  I add the problem to my TODO list.  We need a
> > way to allow only DOS filenames on crippled filesystems.  Since I don't
> > have such a filesystem myself, I'll need to come back to you for testing
> > at one point.
> 
> Btw.
> 
> Can anybody reproduce this problem with trailing dots and spaces in
> filenames on other filesytems than netapp?
> 
> It would be quite helpful to get feedback from people using filesystems
> which are recognized by Cygwin as nwfs, unixfs, mvfs, or cifs.
> 
> For testing, try to create *in Cygwin* a file called "foo." and a file
> " foo ".  If it works, and if a following `ls' and `rm' on the file
> works as well, everything's fine.  If some error occurs, especially "No
> such file or directory", then that filesystem probably requires special
> handling just like netapp.

Here's another question to those who can reproduce the problem.

What I need is an strace from one netapp and and one nwfs filesystem
when trying to create a file with trailing dots and spaces:
for the following scenarios:

  $ strace -o lame_fs.trace touch 'foo.' 'foo '

This will help to create a workaround for those filesystems.

I only need straces for the *not* working cases.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Setup.exe: resets /home symlink to directory when run

2010-04-22 Thread Alex Leigh
Hello everyone,

Apologizes if my question is addressed somewhere. I'm new to Cygwin
and I'm uncertain how to research this question further, so I would
like to turn to this list for help.

In my Cygwin installation I've deleted the /home directory and created
a symlink in its place that links to the Windows "Users" folder, so
that my homedir under Cygwin is the same as my Windows user folder
while retaining the nice and short "/home/[name]" path in Cygwin. This
has worked well except that each time I run setup.exe, at the end of
the update process the /home directory is restored and the symlink is
removed. It's not a big deal to recreate the symlink each time but I'm
wondering, is there a way to suppress this behavior of setup.exe?
Thanks in advance for any help.

Sincerely,
Alex

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Using cmd.exe as an emacs shell

2010-04-22 Thread Gary .
If this isn't enough for me to lose my non-kook status I don't know
what is, but...

Instead of / as well as using emacs' eshell, I occasionally need to do
stuff from a "DOS" command line. Is it possible to get cygwin's emacs
to do this?

-- 
Gary
Non-kook (allegedly)

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Setup.exe: resets /home symlink to directory when run

2010-04-22 Thread Dave Korn
On 22/04/2010 10:42, Alex Leigh wrote:
> Hello everyone,
> 
> Apologizes if my question is addressed somewhere. 

  It cropped up just recently on this very list!

http://cygwin.com/ml/cygwin/2010-04/threads.html#00126

  To summarize the outcome of the discussion: use a mountpoint rather than a
symlink.  The mountpoint will overlay (and override) the then-harmless
directory that setup recreates each time.  Plus it's a bit faster than a
symlink :)


cheers,
  DaveK

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: ImageMagick shared libraries missing?

2010-04-22 Thread Rolf Campbell

On 2010-04-22 01:37, Sivaram Neelakantan wrote:

"Larry Hall (Cygwin)"  writes:

On 4/21/2010 11:17 PM, Sivaram Neelakantan wrote:
'cygcheck montage' and 'cygcheck convert' should tell you the missing DLLs.
Then use  or 'cygcheck -p /bin/foo.dll' to
find the package to install.  If I had to guess, I'd say you're looking
for the libImagemagick1 package if you're just missing the ImageMagick-
specific DLLs.


Thanks, that worked.

It gave me cyggomp-1.dll as not found.  I got that and the
libImagemagick1 library through the setup from the repository and all
is well now.
  sivaram
I've been having the same problem.  And while I'm sure that would fix my 
problem too, this must mean that there is a dependency error for the 
ImageMagick tools.



--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [bulk] - Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-22 Thread Corinna Vinschen
On Apr 22 13:44, DEWI - N. Zacharias wrote:
> 
> Hi Corinna,
> 
> please have a look at the attachment.

Thank you.   Oh well.  When trying to open the file to check for its
existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which is
equivalent to the POSIX errno ENOENT, "No such file or directory".

Only afterwards, when trying to create the file, the status code is
STATUS_OBJECT_NAME_INVALID.  Too late for Cygwin.

That's tragic.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Using cmd.exe as an emacs shell

2010-04-22 Thread J. David Boyd
"Gary ."  writes:

> If this isn't enough for me to lose my non-kook status I don't know
> what is, but...
>
> Instead of / as well as using emacs' eshell, I occasionally need to do
> stuff from a "DOS" command line. Is it possible to get cygwin's emacs
> to do this?

Anything DOS can do, cygwin do better

Anything cygwin do, better than dos





--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Using nano in mintty : missing cursor

2010-04-22 Thread fer...@bonhard.uklinux.net
Try editing a text document using nano in a mintty terminal.
Press  to replace text.
The typed search string at the bottom of the page lacks a visible cursor 
(though it is there, as evidenced by use of  and  and 
inserting text) which is a small inconvenience.
(Cf using nano in a bash terminal or a rxvt terminal: using  to 
replace text the cursor helpfully remains visible.)
Any chance of a revision - to mintty - to address this? Thank you.
Fergus

BTW mintty is great and possesses the useful feature that it does not 
hang on exit. As previously reported this problem (hang on exiting rxvt) 
is now completely chronic [for me]. I am finding it hard to understand 
why there are not 4000 other reports of the same problem in this mailing 
list; but as there are not, I deduce my setup (newly installed on a new 
machine less than a week ago to no avail) possesses some hideous 
freakish quirk in ~/.bashrc or ~/.inputrc or ... not shared elsewhere.



mail2web.com - Microsoft® Exchange solutions from a leading provider -
http://link.mail2web.com/Business/Exchange



--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Using nano in mintty : missing cursor

2010-04-22 Thread david sastre
Hello,

You can try to change the settings in Options->Looks->Cursor to a
block cursor, for example,
and check if you can see it.
It works for me with a line cursor in minnty-0.6.2-1

Regards.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: ImageMagick shared libraries missing?

2010-04-22 Thread Reini Urban

Rolf Campbell schrieb:

On 2010-04-22 01:37, Sivaram Neelakantan wrote:

"Larry Hall (Cygwin)" writes:

On 4/21/2010 11:17 PM, Sivaram Neelakantan wrote:
'cygcheck montage' and 'cygcheck convert' should tell you the missing
DLLs.
Then use or 'cygcheck -p /bin/foo.dll' to
find the package to install. If I had to guess, I'd say you're looking
for the libImagemagick1 package if you're just missing the ImageMagick-
specific DLLs.


Thanks, that worked.

It gave me cyggomp-1.dll as not found. I got that and the
libImagemagick1 library through the setup from the repository and all
is well now.
sivaram

I've been having the same problem. And while I'm sure that would fix my
problem too, this must mean that there is a dependency error for the
ImageMagick tools.


Thanks for the report. I did this ImageMagick upload, though I'm not the 
original maintainer, so I missed some dependencies.


Volker, did you record this?
--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



ls bug

2010-04-22 Thread Road Warrior

Hello Cygwin Folk -

I don't remember if I've posted this before, but this issue that looks bug-like 
to me has been bothering me for years now. I figured it must be fixed in the 
latest cygwin so I just updated everything today, but still no go. I looked in 
the FAQ and searched mailing lists, but I didn't see mention of this; point me 
to the right place if it's already been discussed.

Basically, the last line of my ls is lost occasionally. This can be pretty 
frustrating, since one is inclined to believe what ls says:?

Here's an example. Nothing in the directory is changing, I'm just hitting "ls" 
over and over.

C:\_proj\sw\lib\bulletin>ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
Release bulletin_io_cpp.lib bulletin_pp_dll.exp
C:\_proj\sw\lib\bulletin>ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
Release bulletin_io_cpp.lib bulletin_pp_dll.exp
C:\_proj\sw\lib\bulletin>ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
C:\_proj\sw\lib\bulletin>ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
C:\_proj\sw\lib\bulletin>which ls
/usr/bin/ls
C:\_proj\sw\lib\bulletin>ls -l /usr/bin/ls
-rwxr-xr-x 1 stefan root 128526 2010-03-18 22:06 /usr/bin/ls
C:\_proj\sw\lib\bulletin>ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
C:\_proj\sw\lib\bulletin>ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
C:\_proj\sw\lib\bulletin>ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
C:\_proj\sw\lib\bulletin>ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
Release bulletin_io_cpp.lib bulletin_pp_dll.exp
 
I'm using a Windows XP Pro (Service Pack 3) command prompt above, but it 
happens in bash too (perhaps less frequently):

bash-3.2$ ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
Release bulletin_io_cpp.lib bulletin_pp_dll.exp
bash-3.2$ ls
Debug bulletin_gen_cpp.lib bulletin_pp.libp. bulletin_util.libib
Release bulletin_io_cpp.lib bulletin_pp_dll.exp
bash-3.2$ ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
Release bulletin_io_cpp.lib bulletin_pp_dll.exp
 
I'm not sure which cygwin package 'ls' is a part of, but I went through and 
updated all packages when I updated today.

Have other people seen this too? Can I provide more information on my system?

- Stefan  
_
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: ls bug

2010-04-22 Thread Eric Blake
On 04/22/2010 09:53 AM, Road Warrior wrote:
> Basically, the last line of my ls is lost occasionally.

This has been known to happen with BLODA; have you ruled that out?
http://cygwin.com/faq/faq.using.html#faq.using.bloda

> I'm not sure which cygwin package 'ls' is a part of

coreutils

-- 
Eric Blake   ebl...@redhat.com+1-801-349-2682
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature


Re: ls bug

2010-04-22 Thread Corinna Vinschen
On Apr 22 10:01, Eric Blake wrote:
> On 04/22/2010 09:53 AM, Road Warrior wrote:
> > I'm not sure which cygwin package 'ls' is a part of
> 
> coreutils

Wrong answer.  The right answer is

  $ cygcheck -f /usr/bin/ls

;-)


Corinna


-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



RE: ls bug

2010-04-22 Thread Road Warrior

 
I am not using any of the software listed on the BLODA FAQ page, but I'll try 
starting up in "safe mode" and see what happens then.
 
- Stefan


> Date: Thu, 22 Apr 2010 10:01:01 -0600
> From: ebl...@redhat.com
> To: cygwin@cygwin.com; warrior_r...@hotmail.com
> Subject: Re: ls bug
>
> On 04/22/2010 09:53 AM, Road Warrior wrote:
>> Basically, the last line of my ls is lost occasionally.
>
> This has been known to happen with BLODA; have you ruled that out?
> http://cygwin.com/faq/faq.using.html#faq.using.bloda
>
>> I'm not sure which cygwin package 'ls' is a part of
>
> coreutils
>
> --
> Eric Blake ebl...@redhat.com +1-801-349-2682
> Libvirt virtualization library http://libvirt.org
> 
_
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



RE: ls bug

2010-04-22 Thread Road Warrior

Oh, cool. Nice to know about that one.
 
bash-3.2$ cygcheck -f /usr/bin/ls
coreutils-8.4-2


> Date: Thu, 22 Apr 2010 18:04:10 +0200
> From: corinna-cyg...@cygwin.com
> To: cygwin@cygwin.com
> Subject: Re: ls bug
>
> On Apr 22 10:01, Eric Blake wrote:
>> On 04/22/2010 09:53 AM, Road Warrior wrote:
>>> I'm not sure which cygwin package 'ls' is a part of
>>
>> coreutils
>
> Wrong answer. The right answer is
>
> $ cygcheck -f /usr/bin/ls
>
> ;-)
>
>
> Corinna
>
>
> --
> Corinna Vinschen Please, send mails regarding Cygwin to
> Cygwin Project Co-Leader cygwin AT cygwin DOT com
> Red Hat
>
> --
> Problem reports: http://cygwin.com/problems.html
> FAQ: http://cygwin.com/faq/
> Documentation: http://cygwin.com/docs.html
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> 
_
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
https://signup.live.com/signup.aspx?id=60969

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: parrot-2.3.0-1, rakudo-201004-1 (aka perl6)

2010-04-22 Thread Reini Urban

I updated the Cygwin distribution to parrot-2.3.0-1 and rakudo-201004-1.

See also http://use.perl.org/~pmichaud/journal/39411
"When will Perl 6 be finished?"
We will make an "official", intermediate, useful and usable release of 
Perl 6 (an appropriate subset, called "Rakudo Star") by Spring 2010, 
estimated 2010Q2 (not this release). This will be called rakudo-star, 
which will be rakudo (the compiler) plus modules.


Canonical homepage:
  http://www.parrot.org/
  http://www.rakudo.org/

Canonical download:
  http://www.parrot.org/release/current
  http://github.com/rakudo/rakudo/downloads

My repo:

http://code.google.com/p/cygwin-rurban/source/browse/#svn/trunk/release/parrot

Packaging Details:
* No chances

=

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.  Once you've downloaded setup.exe, run it and select "Editors"
or "Text" and then click on the appropriate fields until the above
announced version numbers appear if they are not displayed already.

If your mirror doesn't yet have the latest version of this package after
24 hours, you can either continue to wait for that site to be updated or
you can try to find another mirror.

Please send questions or comments to the Cygwin mailing list at:
cygwin@cygwin.com

If you want to subscribe go to:
http://cygwin.com/ml/cygwin/

I would appreciate if you would use this mailing list rather than
emailing me directly.  This includes ideas and comments about the setup
utility or Cygwin in general.

If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.

--
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/

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Yu, Lei
Dear all,
Just to let you know that my issue could be solved following the
advise from Herrn Kampe.  That is, I could write

rem @echo off
start c:\Progra~1\Google\Google~1\googletalk.exe /startmenu
start c:\Progra~1\Wxi86f~1\Messen~1\msnmsgr.exe

 in the bat file, to get what I need.
 Issue closed.

Lei

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



RE: ls bug

2010-04-22 Thread Road Warrior

I just tried it in Safe Mode with Command Prompt only. I got weird stuff, 
though not exactly the same as I was getting before. Most of the time ls 
responded completely correctly. But a few times:bash-3.2$ lsDebug
bulletin_gen_cpp.lib  bulletin_pp.libp. bulletin_util.libibRelease  
bulletin_io_cpp.lib   bulletin_pp_dll.expbash-3.2$ lsCVS  bulletin_gen.lib  
bulletin_msg_cpp.lib  bulletin_pp_dll.libDebugbulletin_gen_cpp.lib  
bulletin_pp.lib   bulletin_util.libRelease  bulletin_io_cpp.lib   
bulletin_pp_dll.expYou can see in the top case case it's somehow munged the 2nd 
line and doesn't show the first one at all; the second ls output is the correct 
output.I think "safe mode" rules out BLODA, but even if it doesn't, an 
essential tool like ls would be especially useful if it could survive being 
installed at the same time as a virus checker, for example.- 
Stefan> From: warrior_r...@hotmail.com> 
To: cygwin@cygwin.com> Subject: RE: ls bug> Date: Thu, 22 Apr 2010 16:09:56 
+ I am not using any of the software listed on the BLODA FAQ page, but 
I'll try starting up in "safe mode" and see what happens then.>> - Stefan>> 
>> Date: Thu, 22 Apr 2010 10:01:01 
-0600>> From: ebl...@redhat.com>> To: cygwin@cygwin.com; 
warrior_r...@hotmail.com>> Subject: Re: ls bug On 04/22/2010 09:53 AM, Road 
Warrior wrote:>>> Basically, the last line of my ls is lost occasionally. 
This has been known to happen with BLODA; have you ruled that out?>> 
http://cygwin.com/faq/faq.using.html#faq.using.bloda> I'm not sure which 
cygwin package 'ls' is a part of coreutils -->> Eric Blake 
ebl...@redhat.com +1-801-349-2682>> Libvirt virtualization library 
http://libvirt.org>>> 
_> Hotmail: 
Trusted email with Microsoft’s powerful SPAM protection.> 
https://signup.live.com/signup.aspx?id=60969>> --> Problem reports: 
http://cygwin.com/problems.html> FAQ: http://cygwin.com/faq/> Documentation: 
http://cygwin.com/docs.html> Unsubscribe info: 
http://cygwin.com/ml/#unsubscribe-simple>   
   
_
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: {apr1,libapr1,libapr1-devel}-1.4.2

2010-04-22 Thread David Rothenberger
apr1 has been updated to the latest upstream release.

CYGWIN NEWS:

This disables F_SETLK support as the tests were failing with that
enabled.

NEWS:
=
Please see

  http://www.apache.org/dist/apr/CHANGES-APR-1.4

for more details about the upstream changes

DESCRIPTION:

The mission of the Apache Portable Runtime (APR) project is to
create and maintain software libraries that provide a predictable
and consistent interface to underlying platform-specific
implementations. The primary goal is to provide an API to which
software developers may code and be assured of predictable if not
identical behaviour regardless of the platform on which their
software is built, relieving them of the need to code special-case
conditions to work around or take advantage of platform-specific
deficiencies or features.

DOWNLOAD:
=
Note that downloads from sourceware.org (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
To unsubscribe to the cygwin-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
David Rothenberger    daver...@acm.org

Worst Month of 1981 for Downhill Skiing:
August.  The lift lines are the shortest, though.
-- Steve Rubenstein

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: subversion-1.6.11-1

2010-04-22 Thread David Rothenberger
CYGWIN NEWS:

One test fails while using the serf HTTP library. Please switch to
neon if you encounter problems with serf. The maintainer uses serf
without problems for daily use.

NEWS:
=
See CHANGES (URL below) for more information about the differences
between 1.6.11 and previous Subversion releases.

IMPORTANT: This release will silently upgrade your Subversion
working copies to the 1.6 format, rendering them unusable with
previous major versions of Subversion.

Please see the release notes

  http://subversion.apache.org/docs/release-notes/1.6.html

for more details about the changes in Subversion.

See

  http://svn.apache.org/repos/asf/subversion/tags/1.6.11/CHANGES

for more details about the changes in 1.6.11.

DESCRIPTION:

Subversion is a version control system designed to be a compelling
successor to CVS.

Please see

  http://svnbook.red-bean.com/en/1.5/index.html

for the latest official release of the Subversion Book, covering 1.5
or

  http://svnbook.red-bean.com/en/nightly/index.html

for the WIP version of the book covering 1.6.

DOWNLOAD:
=
Note that downloads from sourceware.org (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need
to find a mirror which has this update, please choose the one
nearest to you: http://cygwin.com/mirrors.html

QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
To unsubscribe to the cygwin-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
David Rothenberger    daver...@acm.org

Worst Month of 1981 for Downhill Skiing:
August.  The lift lines are the shortest, though.
-- Steve Rubenstein

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



RE: ls bug

2010-04-22 Thread Road Warrior

Ick sorry about the formatting! I should know better than to send a plain-text 
hotmail message with a non-microsoft browser like Opera. Trying again:
 
I just tried it in Safe Mode with Command Prompt only. I got weird stuff, 
though not exactly the same as I was getting before. Most of the time ls 
responded completely correctly. But a few times:
 
bash-3.2$ ls
Debug bulletin_gen_cpp.lib bulletin_pp.libp. bulletin_util.libib
Release bulletin_io_cpp.lib bulletin_pp_dll.exp
 
bash-3.2$ ls
CVS bulletin_gen.lib bulletin_msg_cpp.lib bulletin_pp_dll.lib
Debug bulletin_gen_cpp.lib bulletin_pp.lib bulletin_util.lib
Release bulletin_io_cpp.lib bulletin_pp_dll.exp
 
You can see in the top case case it's somehow munged the 2nd line and doesn't 
show the first one at all; the second ls output is the correct output.
 
I think "safe mode" rules out BLODA, but even if it doesn't, an essential tool 
like ls would be especially useful if it could survive being installed at the 
same time as a virus checker, for example.
 
- Stefan
 
> From: warrior_r...@hotmail.com> To: 
cygwin@cygwin.com> Subject: RE: ls bug> Date: Thu, 22 Apr 2010 16:09:56 
+ I am not using any of the software listed on the BLODA FAQ page, but 
I'll try starting up in "safe mode" and see what happens then.>> - Stefan>> 
>> Date: Thu, 22 Apr 2010 10:01:01 
-0600>> From: ebl...@redhat.com>> To: cygwin@cygwin.com; 
warrior_r...@hotmail.com>> Subject: Re: ls bug On 04/22/2010 09:53 AM, Road 
Warrior wrote:>>> Basically, the last line of my ls is lost occasionally. 
This has been known to happen with BLODA; have you ruled that out?>> 
http://cygwin.com/faq/faq.using.html#faq.using.bloda> I'm not sure which 
cygwin package 'ls' is a part of coreutils -->> Eric Blake 
ebl...@redhat.com +1-801-349-2682>> Libvirt virtualization library 
http://libvirt.org>>>


> From: warrior_r...@hotmail.com
> To: cygwin@cygwin.com
> Subject: RE: ls bug
> Date: Thu, 22 Apr 2010 17:03:30 +
>
>
> I just tried it in Safe Mode with Command Prompt only. I got weird stuff, 
> though not exactly the same as I was getting before. Most of the time ls 
> responded completely correctly. But a few times:bash-3.2$ lsDebug 
> bulletin_gen_cpp.lib bulletin_pp.libp. bulletin_util.libibRelease 
> bulletin_io_cpp.lib bulletin_pp_dll.expbash-3.2$ lsCVS bulletin_gen.lib 
> bulletin_msg_cpp.lib bulletin_pp_dll.libDebug bulletin_gen_cpp.lib 
> bulletin_pp.lib bulletin_util.libRelease bulletin_io_cpp.lib 
> bulletin_pp_dll.expYou can see in the top case case it's somehow munged the 
> 2nd line and doesn't show the first one at all; the second ls output is the 
> correct output.I think "safe mode" rules out BLODA, but even if it doesn't, 
> an essential tool like ls would be especially useful if it could survive 
> being installed at the same time as a virus checker, for example.- 
> Stefan> From: 
> warrior_r...@hotmail.com> To: cygwin@cygwin.com> Subject: RE: ls bug> Date: 
> Thu, 22 Apr 2010 16:09:56 + I am not using any of the software listed 
> on the BLODA FAQ page, but I'll try starting up in "safe mode" and see what 
> happens then.>> - Stefan>> >> Date: 
> Thu, 22 Apr 2010 10:01:01 -0600>> From: ebl...@redhat.com>> To: 
> cygwin@cygwin.com; warrior_r...@hotmail.com>> Subject: Re: ls bug On 
> 04/22/2010 09:53 AM, Road Warrior wrote:>>> Basically, the last line of my ls 
> is lost occasionally. This has been known to happen with BLODA; have you 
> ruled that out?>> http://cygwin.com/faq/faq.using.html#faq.using.bloda> 
> I'm not sure which cygwin package 'ls' is a part of coreutils -->> 
> Eric Blake ebl...@redhat.com +1-801-349-2682>> Libvirt virtualization library 
> http://libvirt.org>>> 
> _> Hotmail: 
> Trusted email with Microsoft’s powerful SPAM protection.> 
> https://signup.live.com/signup.aspx?id=60969>> --> Problem reports: 
> http://cygwin.com/problems.html> FAQ: http://cygwin.com/faq/> Documentation: 
> http://cygwin.com/docs.html> Unsubscribe info: 
> http://cygwin.com/ml/#unsubscribe-simple>
> _
> Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
> https://signup.live.com/signup.aspx?id=60969
>
> --
> Problem reports: http://cygwin.com/problems.html
> FAQ: http://cygwin.com/faq/
> Documentation: http://cygwin.com/docs.html
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> 
_
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/fa

Re: ImageMagick shared libraries missing?

2010-04-22 Thread Sivaram Neelakantan
Reini Urban  writes:


[snipped 21 lines]

> Thanks for the report. I did this ImageMagick upload, though I'm not
> the original maintainer, so I missed some dependencies.
>
> Volker, did you record this?

And there seems to some problem with the path separator in some file?
Montage works but it throws this message up

montage: unable to read font
`/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
    
This issue was there in the previous packaged release too.

 sivaram
 -- 


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-22 Thread Corinna Vinschen
On Apr 22 14:12, Corinna Vinschen wrote:
> On Apr 22 13:44, DEWI - N. Zacharias wrote:
> > 
> > Hi Corinna,
> > 
> > please have a look at the attachment.
> 
> Thank you.   Oh well.  When trying to open the file to check for its
> existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which is
> equivalent to the POSIX errno ENOENT, "No such file or directory".
> 
> Only afterwards, when trying to create the file, the status code is
> STATUS_OBJECT_NAME_INVALID.  Too late for Cygwin.
> 
> That's tragic.

I've just applied a patch which is supposed to fix this problem.

The core component which evaluates a file and performs basic checks now
handles the case STATUS_OBJECT_NAME_NOT_FOUND specially.  It checks if
the filename has leading spaces and/or trailing dots and spaces.  If so,
it checks the filesystem.  If it's one of the known FSes with broken
(aka DOS-only) path handling, it removes the offending leading spaces
and trailing dots and spaces and tries again.

So this:

  $ touch "  abc...   "

will create the file

  "  abc...   "

for instance on NTFS or FAT, but it will create the file

  "abc"

on NetApp, NWFS and other filesystems recognized as CIFS (but not Samba).

This behaviour is equivalent to the behaviour in native Win32
applications and in Cygwin 1.5.

While I tested the patch, I had to fake a detail to make it work on
NTFS.  I have no access to one of the broken filesystems myself, so
a bit of testing under real-life conditions would be quite helpful.

So I'd like to urge all users who could reproduce the aforementioned
problems to test the *next* Cygwin DLL from the Cygwin Developer
Snapshots URL http://cygwin.com/snapshots/  and report back if it works
or if it doesn't.  *If* it doesn't work, please report the FS and
describe the scenario.

Oh, hey, the cvs problem which started this thread would be quite a
nice test.


Thanks in advance,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: ImageMagick shared libraries missing?

2010-04-22 Thread Eric Blake
On 04/22/2010 11:43 AM, Sivaram Neelakantan wrote:
> montage: unable to read font
> `/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
>     
> This issue was there in the previous packaged release too.

That's not necessarily a bug.  POSIX requires that a//b and a/b resolve
to the same file.  The only place where it matters how many slashes you
have is if you have two slashes instead of 1 or 3 at the beginning of an
absolute name.

-- 
Eric Blake   ebl...@redhat.com+1-801-349-2682
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature


Re: Using nano in mintty : missing cursor

2010-04-22 Thread Andy Koppe
fergus wrote:
> Try editing a text document using nano in a mintty terminal.
> Press  to replace text.
> The typed search string at the bottom of the page lacks a visible cursor
> (though it is there, as evidenced by use of  and  and
> inserting text) which is a small inconvenience.

Thanks for the report. A workaround is to set the cursor colour to
something that's sufficiently different both from the foreground and
the background colours, e.g. green as in PuTTY's default config.

> Any chance of a revision - to mintty - to address this?

Nah, I like to have a few bugs around to keep me company.

;) Andy

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



perl6 fails

2010-04-22 Thread David Vergin
I'm running cygwin on Windows 7 Pro with rakudo 2.3.0 and the most 
recent perl6 installed. cygcheck.out attached.


Simple perl6 test scripts fail. As does command line option -v. Am I 
missing something? Is something broken?


Transcript follows sig.

TIA
David

8<---

$ cat test.p6
#!/usr/bin/perl6

say "Hello P6 World";


$ ./test.p6
compiler returned NULL ByteCode 
'/usr/lib/parrot/2.3.0/library/config.pir' - No such file or directory
current instr.: 'parrot;PCT;HLLCompiler;init' pc 24 
(compilers/pct/src/PCT/HLLCompiler.pir:29)



$ perl6 test.p6
compiler returned NULL ByteCode 
'/usr/lib/parrot/2.3.0/library/config.pir' - No such file or directory
current instr.: 'parrot;PCT;HLLCompiler;init' pc 24 
(compilers/pct/src/PCT/HLLCompiler.pir:29)



$ ls -l /usr/lib/parrot/2.3.0/library/config.pir
-rw-r--r-- 1 admin root 2453 2010-04-20 10:20 
/usr/lib/parrot/2.3.0/library/config.pir



$ parrot -V
This is Parrot version 2.3.0 built for i386-cygwin.
Copyright (C) 2001-2010, Parrot Foundation.

This code is distributed under the terms of the Artistic License 2.0.
For more details, see the full text of the license in the LICENSE file
included in the Parrot source tree.


$ perl6 -v
compiler returned NULL ByteCode 
'/usr/lib/parrot/2.3.0/library/config.pir' - No such file or directory
current instr.: 'parrot;PCT;HLLCompiler;init' pc 24 
(compilers/pct/src/PCT/HLLCompiler.pir:29)




Cygwin Configuration Diagnostics
Current System Time: Thu Apr 22 17:28:17 2010

Windows 7 Professional N Ver 6.1 Build 7600 

Running under WOW64 on AMD64

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\Program Files\WIDCOMM\Bluetooth Software\
C:\Program Files\WIDCOMM\Bluetooth Software\syswow64
C:\Program Files\Intel\WiFi\bin\
C:\Program Files\Common Files\Intel\WirelessCommon\
C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\
C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\
C:\strawberry\c\bin
C:\strawberry\perl\bin
C:\Program Files (x86)\LilyPond\usr\bin

Output from C:\cygwin\bin\id.exe
UID: 1000(dvergin) GID: 513(None)
513(None)  545(Users)

SysDir: C:\Windows\system32
WinDir: C:\Windows

USER = 'dvergin'
PWD = '/c/Users/dvergin/Desktop'
HOME = '/home/dvergin'

HOMEPATH = '\Users\dvergin'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
APPDATA = 'C:\Users\dvergin\AppData\Roaming'
ProgramW6432 = 'C:\Program Files'
HOSTNAME = 'DavidDell'
TERM = 'xterm'
RoxioCentral = 'c:\Program Files (x86)\Common Files\Roxio Shared\10.0\Roxio 
Central36\'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 30 Stepping 5, GenuineIntel'
WINDIR = 'C:\Windows'
EMC_AUTOPLAY = 'c:\Program Files (x86)\Common Files\Roxio Shared\'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/home/dvergin'
USERDOMAIN = 'DavidDell'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
COMMONPROGRAMFILES = 'C:\Program Files (x86)\Common Files'
USERNAME = 'dvergin'
PROCESSOR_LEVEL = '6'
ProgramFiles(x86) = 'C:\Program Files (x86)'
FTP_PASSIVE = '1'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
PROCESSOR_ARCHITEW6432 = 'AMD64'
LANG = 'C.UTF-8'
USERPROFILE = 'C:\Users\dvergin'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\...@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\DAVIDDELL'
CommonProgramW6432 = 'C:\Program Files\Common Files'
PROCESSOR_ARCHITECTURE = 'x86'
LOCALAPPDATA = 'C:\Users\dvergin\AppData\Local'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
PATHEXT = '.PY;.SCM;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\Windows\system32\cmd.exe'
SYSTEMROOT = 'C:\Windows'
PRINTER = 'hp deskjet 5550 series (HPA)'
CVS_RSH = '/bin/ssh'
PROCESSOR_REVISION = '1e05'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files (x86)'
NUMBER_OF_PROCESSORS = '8'
SESSIONNAME = 'Console'
COMPUTERNAME = 'DAVIDDELL'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin

c:  hd  NTFS461899Mb  17% CP CS UN PA FC OS
d:  cd N/AN/A

C:\cygwin/  system  binary,auto
C:   /c system  binary
C:\cygwin\bin   

Python -- unable to remap cygz.dll

2010-04-22 Thread Rurik Christiansen
I've got the following error:

INFO: Running: ['latex', '-no-shell-escape', '-halt-on-error',
'latex-equation.tex'] (cwd:
/cygdrive/c/Users//AppData/Local/Temp/zim-)
  5 [main] python2.5 2712 C:\cygwin\bin\python2.5.exe: *** fatal
error - unable to remap C:\cygwin\bin\cygz.dll to same address as
parent: 0x56 != 0x692C
109 [main] python2.5 3764 fork: child 2712 - died waiting for dll
loading, errno 11

while trying to add an equation in a zim (personal wiki) notebook

Is there anything I can do ?

Cheers,
-- 
Nothing is true. Everything is permitted.


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Python -- unable to remap cygz.dll

2010-04-22 Thread Larry Hall (Cygwin)

On 4/22/2010 10:04 PM, Rurik Christiansen wrote:

I've got the following error:

INFO: Running: ['latex', '-no-shell-escape', '-halt-on-error',
'latex-equation.tex'] (cwd:
/cygdrive/c/Users//AppData/Local/Temp/zim-)
   5 [main] python2.5 2712 C:\cygwin\bin\python2.5.exe: *** fatal
error - unable to remap C:\cygwin\bin\cygz.dll to same address as
parent: 0x56 != 0x692C
 109 [main] python2.5 3764 fork: child 2712 - died waiting for dll
loading, errno 11

while trying to add an equation in a zim (personal wiki) notebook

Is there anything I can do ?


The two common causes of this are:

  1. 
  2. DLL collisions

The solutions:

  1. Kill BLODA. ;-)
  2. rebaseall

See the link above for details on BLODA and how to kill it.  Download
and install the 'rebase' package for (2).  Read the README:

/usr/share/doc/Cygwin/rebase-3.0.1.README

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Setup.exe: resets /home symlink to directory when run

2010-04-22 Thread Alex Leigh
Ah, that's brilliant. It works great now, thanks so much!

Best,
Alex

On 22/04/2010 10:42, Alex Leigh wrote:
> Hello everyone,
>
> Apologizes if my question is addressed somewhere.

  It cropped up just recently on this very list!

http://cygwin.com/ml/cygwin/2010-04/threads.html#00126

  To summarize the outcome of the discussion: use a mountpoint rather than a
symlink.  The mountpoint will overlay (and override) the then-harmless
directory that setup recreates each time.  Plus it's a bit faster than a
symlink :)


cheers,
  DaveK

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Is 256 colors possible with cmd.exe?

2010-04-22 Thread Alex Leigh
Hi everyone,

I've been using mintty with Cygwin but I'm finding myself running
Windows console programs that don't work with mintty, and it's
sometimes a hassle to juggle two terminal programs. I would like to
try to switch back to the cmd.exe based Cygwin shell, and I can live
without things like termios support, but I need 256 color support for
vim color schemes. So my question is, is it possible to get 256 colors
with Cygwin running on top of cmd.exe? I found something in this
mailing from 2005 where someone said that cmd.exe only supports 16
colors, but I'm hoping that perhaps that has improved in the 5 years
time since, however unlikely it may be.

If this is not possible, then does anyone have any advice on ways to
have compatibility with both Unix terminal features including 256
color and Windows console programs within a single terminal app? The
only solution of this sort I've found is conin.exe from the developers
of mintty. It does provide half the solution in that it allows input
to be piped from mintty to Windows console programs, but unfortunately
it's not possible to see the output from those programs.

Thank you very much for any help.
Alex

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



make install permission issue

2010-04-22 Thread Andrwe Lord Weber
Hi,

I'm trying to build dspam in cygwin after some changes in the build
scripts it compiled but now I'm trying to install it using make install
and this fails.
I get the following error:
/usr/bin/install: cannot change permissions of : Permission
denied

I've tried to change the permission of a file manually and both chmod
and chown succeeded although chown changes aren't shown by ls -l.

Am I missing something or why can I change the permissions manually but
the install can't?

Regards
Andrwe

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple