Re: Runtime SEGV from gcc -O3 -march=native

2010-07-22 Thread Yaakov (Cygwin/X)
On Thu, 2010-07-22 at 22:16 -0400, Joseph Quinsey wrote: > I've submitted a bug report to gcc, and it has been flagged as a duplicate > of the 2008 report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216 It is indicated there that this has been fixed for gcc-4.5, which should be available soon f

Re: Cygwin command line takes a long time to start

2010-07-22 Thread Andy Koppe
On 23 July 2010 02:53, David Antliff wrote: >> OK then the easiest thing to do is add "set -x" to your ~/.bash_profile >> and watch where the delay happens as the statements scroll by. > > Ah, that's useful - I also have a 10-second-or-so delay when mintty > starts. By using a bunch of 'echo' comma

Runtime SEGV from gcc -O3 -march=native

2010-07-22 Thread Joseph Quinsey
FYI. Source code: int main(void) { static int foo[4]; int bar[4]; int i; for (i = 0; i < 4; i++) foo[i] = bar[i]; return 0; } Compile and run, using Cygwin's current gcc version 4.3.4: gcc -O3 -march=native foobar.c a.exe Segmentation fault (core dumped)

Re: Cygwin command line takes a long time to start

2010-07-22 Thread Larry Hall (Cygwin)
On 7/22/2010 9:53 PM, David Antliff wrote: On Fri, Jul 23, 2010 at 07:49, Larry Hall (Cygwin) wrote: OK then the easiest thing to do is add "set -x" to your ~/.bash_profile and watch where the delay happens as the statements scroll by. Ah, that's useful - I also have a 10-second-or-so delay wh

Re: Cygwin command line takes a long time to start

2010-07-22 Thread David Antliff
On Fri, Jul 23, 2010 at 07:49, Larry Hall (Cygwin) wrote: > OK then the easiest thing to do is add "set -x" to your ~/.bash_profile > and watch where the delay happens as the statements scroll by. Ah, that's useful - I also have a 10-second-or-so delay when mintty starts. By using a bunch of 'echo

Re: git and openssh issue

2010-07-22 Thread Bill Hoffman
On 7/22/2010 6:44 PM, Jeremy Bopp wrote: Just to clarify things, are you hosting your first clone under Cygwin (from which you make another clone using Cygwin which fails), or are you hosting it under a non-Windows system? It might be good to try this under the conditions of Cygwin client<-> C

Re: cygwin-specific gcc question

2010-07-22 Thread Dave Korn
On 21/07/2010 22:54, Eric Blake wrote: > Is there any sane reason that: > > gcc -E -dD -o - foo.c > > generates ./-.exe on cygwin, rather than outputting to stdout like on > every other platform? This tripped up an autoconf test. Fortunately, > removing '-o -' appears to be portable. I've se

Re: git and openssh issue

2010-07-22 Thread Jeremy Bopp
On 7/22/2010 2:47 PM, Bill Hoffman wrote: > On 7/22/2010 11:25 AM, Jeremy Bopp wrote: > >>> >>> Are there any other experiments you would like to see? Seems to happen >>> with any reasonable size git repo. So, if you were to say clone VTK or >>> Qt, I am sure you could reproduce this as well. >

RE: Stray /c invoking robocopy

2010-07-22 Thread Daniel Colascione
Thanks everyone; indeed, I have a /c mount. Sorry for the noise -- in retrospect, the problem is obvious. I was thinking there was some kind of weird cmd.exe special case. Sometimes it's hard to keep track of the interaction of Windows and POSIX command-line conventions. > -Original Message---

1.7.5+: Bug in write() handling of 'disk full' condition? (XP)

2010-07-22 Thread Catalin Patulea
Hi, I'm running a Windows XP SP3 with NTFS drives and woefully little disk space.. I have ~200MB free on my D:\ drive. When I use write() with a buffer larger than my available disk space, the return value is bogus and sometimes larger than the buffer size I pass in (!). errno is not set. I believ

RE: Stray /c invoking robocopy

2010-07-22 Thread Buchbinder, Barry (NIH/NIAID) [E]
Daniel Colascione sent the following at Thursday, July 22, 2010 5:04 PM > >Where does the /c come from when I type "robocopy /?"? > >When I type, at a bash prompt, "robocopy /?", robocopy complains about >an invalid parameter #1, "/c". With switches other than "/?", I don't >have a problem. Sound

RE: Difficulty setting up domain SSH daemon under Domain Security Policies

2010-07-22 Thread Hunter, Bryan
Thank you Chris for your reply. >From: "Hunter, Bryan" >The SSHD service is successfully running under the local cyg_server >userid set up by ssh-host-config. Pulbic key authentication is working. >It is running on a Windows 2003 Server with Domain Security Policies >being pushed down fro

Stray /c invoking robocopy

2010-07-22 Thread Daniel Colascione
Where does the /c come from when I type "robocopy /?"? When I type, at a bash prompt, "robocopy /?", robocopy complains about an invalid parameter #1, "/c". With switches other than "/?", I don't have a problem. -- Problem reports: http://cygwin.com/problems.html FAQ: htt

Re: Cygwin command line takes a long time to start

2010-07-22 Thread Larry Hall (Cygwin)
On 7/22/2010 2:43 PM, John Oliver wrote: On Thu, Jul 22, 2010 at 01:30:37PM -0400, Larry Hall (Cygwin) wrote: On 7/22/2010 1:14 PM, John Oliver wrote: After opening the Cygwin shell, I get the black box and a blinking underscore for ten or fifteen seconds before the prompt appears. How would I

Re: git and openssh issue

2010-07-22 Thread Bill Hoffman
On 7/22/2010 11:25 AM, Jeremy Bopp wrote: Are there any other experiments you would like to see? Seems to happen with any reasonable size git repo. So, if you were to say clone VTK or Qt, I am sure you could reproduce this as well. I'm game to try this out. Can you send me the exact git c

Re: Need to uninstall many packages, how?

2010-07-22 Thread Andrey Repin
Greetings, Brad De Vries! > BTW, I second the motion to fix setup.exe. You're not even third, as I'm aware. >From the past discussions, people is well aware of the issue, the real problem is to get someone to actually do something about it. The human power are lacking... Good suggestion with cle

Re: Cygwin command line takes a long time to start

2010-07-22 Thread John Oliver
On Thu, Jul 22, 2010 at 01:30:37PM -0400, Larry Hall (Cygwin) wrote: > On 7/22/2010 1:14 PM, John Oliver wrote: > >After opening the Cygwin shell, I get the black box and a blinking > >underscore for ten or fifteen seconds before the prompt appears. How > >would I go about figuring out what the de

Re: cygport cross-compiling beta1

2010-07-22 Thread Christopher Faylor
On Thu, Jul 22, 2010 at 10:27:33AM -0700, Karl M wrote: >> Subject: Re: cygport cross-compiling beta1 >> From: yselkowitz >> Date: Wed, 21 Jul 2010 03:21:44 -0500 We already saw most of this in the header. >>> But...somebody out there might have (cygwin) code that doesn't compile >>> with gcc4. T

Re: Cygwin command line takes a long time to start

2010-07-22 Thread Larry Hall (Cygwin)
On 7/22/2010 1:14 PM, John Oliver wrote: After opening the Cygwin shell, I get the black box and a blinking underscore for ten or fifteen seconds before the prompt appears. How would I go about figuring out what the delay is all about? Are you running bash? Have you installed the bash-complet

Re: cygport cross-compiling beta1

2010-07-22 Thread Karl M
> Subject: Re: cygport cross-compiling beta1 > From: yselkowitz > Date: Wed, 21 Jul 2010 03:21:44 -0500 > >> But...somebody out there might have (cygwin) code that doesn't compile >> with gcc4. They ought to fix their code, but...this is not an ideal world. > > Distros maintain patches for still

Cygwin command line takes a long time to start

2010-07-22 Thread John Oliver
After opening the Cygwin shell, I get the black box and a blinking underscore for ten or fifteen seconds before the prompt appears. How would I go about figuring out what the delay is all about? -- *** * John Oliver

Re: gettext util msgfmt error (javac: subprocess failed)

2010-07-22 Thread Arian
I got closer to my problem maybe someone can beat me before i find solution... so when javac.sh gets called, the file below is executed: #!/bin/sh /cygdrive/c/Program Files/Java/jdk1.5.0_22/bin/javac.exe $1 $2 $3 `cygpath -w -p $4` if i try to just call /home/ahojat/bin/javac.sh on a java file to

Re: git and openssh issue

2010-07-22 Thread Jeremy Bopp
On 7/22/2010 10:01 AM, Bill Hoffman wrote: > On 7/21/2010 12:30 AM, Jeremy Bopp wrote: > >>> http://git.661346.n2.nabble.com/Error-when-cloning-gc-ed-repository-td4425832.html >>> >>> >>> >>> Basically, it is this random error: >>> fatal: early EOFs: 47% (657/1396) >>> >>> >>> Seems like an issue

gettext util msgfmt error (javac: subprocess failed)

2010-07-22 Thread Arian
Hey everyone, I have a .po file I created and I wanted to translate that into a java ResourceBundle properties file. There is a util to do that via something like: msgfmt --java2 -d . messages_fr_FR.po But i got an error saying to set JAVAC or install gcj... javac is in my java/bin PATH env vari

Re: git and openssh issue

2010-07-22 Thread Bill Hoffman
On 7/21/2010 12:30 AM, Jeremy Bopp wrote: http://git.661346.n2.nabble.com/Error-when-cloning-gc-ed-repository-td4425832.html Basically, it is this random error: fatal: early EOFs: 47% (657/1396) Seems like an issue with openssh and not git as using plink fixes the problem. Anyway, with so

Re: UK mirror

2010-07-22 Thread Larry Hall (Cygwin)
On 7/22/2010 5:59 AM, Alex Morris wrote: Hello, I'd like to suggest a new UK mirror for Cygwin. I'm not sure that sourcemaster@ is readable. The implication from what you wrote above is that you're not the one maintaining this mirror. For obvious reasons, it isn't really feasible for the list

Re: Help: mount xfs SD card

2010-07-22 Thread Lo�c Tron
Corinna Vinschen wrote in news:20100722130831.gg8...@calimero.vinschen.de: > On Jul 22 12:40, Lo�c Tron wrote: >> Corinna Vinschen wrote > > > > http://cygwin.com/acronyms/#PCYMTNQREAIYR > > > >> > On Jul 22 11:39, L Tron wrote: >> >> I am trying to mount a XFS formated SD card witho

Re: Help: mount xfs SD card

2010-07-22 Thread Corinna Vinschen
On Jul 22 12:40, Lo�c Tron wrote: > Corinna Vinschen wrote http://cygwin.com/acronyms/#PCYMTNQREAIYR > > On Jul 22 11:39, L Tron wrote: > >> I am trying to mount a XFS formated SD card without any success, > >> there is nothing in /cygdrive. I use cygwin 1.7 on XP SP3, and have > >> tried

Re: Help: mount xfs SD card

2010-07-22 Thread Lo�c Tron
Corinna Vinschen wrote in news:20100722120810.gf8...@calimero.vinschen.de: > On Jul 22 11:39, L Tron wrote: >> Hello >> I am trying to mount a XFS formated SD card without any success, >> there is nothing in /cygdrive. I use cygwin 1.7 on XP SP3, and have >> tried mount -f. The card has letter F

Re: Help: mount xfs SD card

2010-07-22 Thread Corinna Vinschen
On Jul 22 11:39, L Tron wrote: > Hello > I am trying to mount a XFS formated SD card without any success, there is > nothing in /cygdrive. > I use cygwin 1.7 on XP SP3, and have tried mount -f. The card has letter F: > on windows but can not be read of course. Nor can it be read from Cygwin, unl

UK mirror

2010-07-22 Thread Alex Morris
Hello, I'd like to suggest a new UK mirror for Cygwin. I'm not sure that sourcemaster@ is readable. URL of mirror: http://cygwin.favoritelinks.net/ Contact email address: mirrors at favoritelinks.net Update frequency: daily Approximate bandwidth: 100 Mbit/sec IP address : 193.33.187.240 Loca

Help: mount xfs SD card

2010-07-22 Thread L Tron
Hello I am trying to mount a XFS formated SD card without any success, there is nothing in /cygdrive. I use cygwin 1.7 on XP SP3, and have tried mount -f. The card has letter F: on windows but can not be read of course. Thanks for the help Lo?c

Re: remove alternate access method / access control list

2010-07-22 Thread Corinna Vinschen
On Jul 21 12:03, Eric Blake wrote: > On 07/21/2010 11:44 AM, Fred Wheeler wrote: > > chmod affects the access permissions according to the ntsec system, > > but has no effect on this alternate access method. > > This is possibly a bug in cygwin. POSIX says: > [...] > That is, calling chmod() to c