--- Sab 27/2/10, ERIC HO ha scritto:
> I reported a bash hang issue a few
> months ago. When in bash, after enter ESC 2 4
> the prompt looks like this:
> (arg: 24)
> Pressing ';' at this point causes bash to hang.
>
on my cygwin-1.7 snapshots 20100224, I have no hang,
the output is:
$ ;;
I reported a bash hang issue a few months ago. When in bash, after enter ESC 2 4
the prompt looks like this:
(arg: 24)
Pressing ';' at this point causes bash to hang.
Someone indicated it is a missed degenerate case in Readline.
I contacted the GNU Readline maintainer who said he could
not duplic
On Sat, 27 Feb 2010, David Antliff wrote:
Hello,
Greetings, David,
I have an existing Cygwin-1.5 environment that I use to support my
development team. I am setting up a virtual machine with Cygwin 1.5 so
that I can test the upgrade to Cygwin 1.7.
The installation process for my Cygwin 1.5
On Fri, Feb 26, 2010 at 7:38 PM, David Antliff wrote:
> Hello,
>
> I have an existing Cygwin-1.5 environment that I use to support my
> development team. I am setting up a virtual machine with Cygwin 1.5 so
> that I can test the upgrade to Cygwin 1.7.
>
> The installation process for my Cygwin 1.5
Hello,
I have an existing Cygwin-1.5 environment that I use to support my
development team. I am setting up a virtual machine with Cygwin 1.5 so
that I can test the upgrade to Cygwin 1.7.
The installation process for my Cygwin 1.5 environment involves
installing from a previously downloaded and a
According to Vincent Richomme on 2/26/2010 12:05 PM:
> however once installed it will end up inside CYGWINDIR/bin
> and not CYGWINDIR/usr/bin.
That's all due to the magic of mount points - in cygwin, /bin and /usr/bin
are two spellings for the same directory from cygwin's point of view
(unless you
On 2/26/2010 1:23 PM, Alan wrote:
Hi Dave,
Thanks for helping.
A windows exe file is checked into a svn repository and the
file name
does not end in .exe. On checkout .exe is appended to the file name
even though subversion output shows the expected file name.
I cannot reproduce this probl
Hi Dave,
Thanks for helping.
> > A windows exe file is checked into a svn repository and the
> file name
> > does not end in .exe. On checkout .exe is appended to the file name
> > even though subversion output shows the expected file name.
>
> I cannot reproduce this problem. I used the note
Hi,
I have many files showing a file permission of 000. This happens with files
I drag and drop from somewhere into the cygwin folder. There's only one user
on this computer and I don't understand why I get a permission of 000. I
then try to chmod the files, but I get a "permission denied". But e
Thomas Wolff wrote:
> In general, a GUI application started in the background, like a terminal,
> should detach itself from its parent process so that it survives if the
> parent is terminated.
Says who? You can always invoke it with setsid or some such to detach it.
> I've noticed the following
I have moved the cygport development tree from Subversion to Git.
Repository:
git://cygwin-ports.git.sourceforge.net/gitroot/cygwin-ports/cygport
Gitweb:
http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/cygport
The Ports tree remains in Subversion.
Yaakov
Cygwin Ports
--
OK, I installed the update once again, and now things work as expected.
I'm not sure what changed, but thank you David for your support.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsub
On 02/26/2010 01:38 PM, Holmberg, Eric wrote:
I'm seeing an "Permission denied" failure when using chmod on a mapped network
drive. The problem doesn't occur on the local drive and if I use a Windows-style
backslash in the name, it works?!
CYGWIN_NT-5.1 EHOLMBER-XP 1.7.1(0.218/5/3) 2009-12-07
On 2/26/2010 1:59 PM, David Rothenberger wrote:
On 2/26/2010 10:37 AM, K Stahl wrote:
Cygcheck output attached (Edited to remove personal content).
That didn't help me, sorry.
The cygcheck output does indicate some possible BLODA interference.
Ken
--
Problem reports: http://cygwin.co
On Fri, Feb 26, 2010 at 08:05:16PM +0100, Vincent Richomme wrote:
>Hi,
>
>I am just curious to understand how package are installed on cygwin
>because from what I can see they are stored as .tar.bz2 archive.
>Let's say I have a package with one exe, so it will be packaged
>inside \usr\bin :
>
>usr
Hi,
I am just curious to understand how package are installed on cygwin
because from what I can see they are stored as .tar.bz2 archive.
Let's say I have a package with one exe, so it will be packaged
inside \usr\bin :
usr
bin
someapp.exe
however once installed it will end up inside CYGWIN
On 2/26/2010 10:37 AM, K Stahl wrote:
Cygcheck output attached (Edited to remove personal content).
That didn't help me, sorry.
What does "svn help; echo $?" output?
--
David Rothenberger daver...@acm.org
Cursor, n.:
One whose program will not run.
-- Robb Russ
I'm seeing an "Permission denied" failure when using chmod on a mapped network
drive. The problem doesn't occur on the local drive and if I use a
Windows-style backslash in the name, it works?!
CYGWIN_NT-5.1 EHOLMBER-XP 1.7.1(0.218/5/3) 2009-12-07 11:48 i686 Cygwin
$ echo $CYGWIN
nontsec
ehol
On Fri, Feb 26, 2010 at 10:04:22AM +0100, DEWI - N. Zacharias wrote:
>
>Hello all,
>
>
>> Von: Christopher Faylor [mailto:cgf-use-the-mailinglist-ple...@cygwin.com]
>> Gesendet: Donnerstag, 25. Februar 2010 16:43
>> An: cygwin@cygwin.com
>> Betreff: [bulk] - Re: Cygwin build scripts in perl
>>
>> O
On 2/26/2010 3:49 AM, Alan wrote:
> A windows exe file is checked into a svn repository and the file name
> does not end in .exe. On checkout .exe is appended to the file name
> even though subversion output shows the expected file name.
I cannot reproduce this problem. I used the notepad.exe exec
On 2/26/2010 5:52 AM, K Stahl wrote:
> After updating cygwin this morning, I discovered that the subversion
> command line client did not work.
>
> I tried the following:
> svn stat
> svn info
> svn help
>
> All svn command simply would not return anything.
>
> I first reinstalled the subversion
On Fri, Feb 26, 2010 at 8:53 AM, Eric Blake wrote:
> According to Tim Visher on 2/26/2010 6:46 AM:
>> Hi All,
>>
>> I'm working on my bashrc and I found [this
>> line](http://pastie.org/844068)
>
> Pasting 3 lines to pastebin was a waste; just inline them in your email:
>
> case $- in
> *i*) [[ -
In general, a GUI application started in the background, like a terminal,
should detach itself from its parent process so that it survives if the
parent is terminated.
I've noticed the following sometimes surprising inconsistencies about this:
mintty
xterm &
mintty &
exit
According to Tim Visher on 2/26/2010 6:46 AM:
> Hi All,
>
> I'm working on my bashrc and I found [this
> line](http://pastie.org/844068)
Pasting 3 lines to pastebin was a waste; just inline them in your email:
case $- in
*i*) [[ -f /etc/bash_completion ]] && . /etc/bash_completion ;;
esac
> M
After updating cygwin this morning, I discovered that the subversion
command line client did not work.
I tried the following:
svn stat
svn info
svn help
All svn command simply would not return anything.
I first reinstalled the subversion packages, but that did not solve the issue.
Next, I revert
Hi All,
I'm working on my bashrc and I found [this
line](http://pastie.org/844068) that I had copied out of /etc/skel via
cygwin. I'm trying to create a platform agnostic bash configuration
in the spirit of .emacs.d with .bashrc and .bash_profile and one thing
I'm running into is that various loc
According to Mohit Aron on 2/25/2010 11:25 PM:
> Hello,
>
> it seems the iperf package is not in cygwin. The cygwin-apps mailing
> list had some discussion last year and it appeared it was going to be
> added to cygwin. Any reason why cygwin still doesn't have it ?
Most likely because no one has
Hi,
I am having trouble as described below. Is there a way I can prevent this or is
it a bug? Thanks.
My problem:
A windows exe file is checked into a svn repository and the file name does not
end in .exe. On checkout .exe is appended to the file name even though
subversion output shows the ex
Hello all,
> Von: Christopher Faylor [mailto:cgf-use-the-mailinglist-ple...@cygwin.com]
> Gesendet: Donnerstag, 25. Februar 2010 16:43
> An: cygwin@cygwin.com
> Betreff: [bulk] - Re: Cygwin build scripts in perl
>
> On Tue, Feb 23, 2010 at 03:30:05PM -0800, Ilguiz Latypov wrote:
> >(a) I found t
29 matches
Mail list logo