On Oct 27 23:30, Vermessung AVT - Wolfgang Rieger wrote:
> From: Corinna Vinschen [mailto:corinna-cyg...@cygwin.com]
> Sent: Tuesday, October 27, 2015 10:53
> To: cygwin@cygwin.com
> Subject: Re: gawk: Bad File Descriptor error with concurrent readonly access
> to a network file
> (Snip)
> > Cygw
On Oct 28 04:49, Mark Geisert wrote:
> Anthony Heading writes:
> > On the build I made on Windows 10, however, I hit the problem on the
> > very first invocation. I imagine you therefore are building on Windows 7
> > or earlier, which seems to produce binaries that work OK.
>
> Yes, I'm building o
On Oct 27 19:06, John Carey wrote:
> Sorry for the delay.
>
> From: Corinna Vinschen [corinna-cyg...@cygwin.com]
> Sent: Friday, October 23, 2015 5:55 AM
> > > I've attached a test case that I *think* gets into the right spot, at
> > > least for 64-bit Cygwin 2.0.4. That is, it hangs trying to re
Dear folks,
I try to compile Cygwin on Cygwin on Wine in a loop, and found a
random hang. Usually, it happens more than 1/10.
The hang could happen in different processes, including `sh.exe`,
`gcc.exe`, `as.exe`, etc, but the backtraces are all similar.
Here is one example I get now:
(1) `pstr
Corinna Vinschen writes:
> On Oct 28 04:49, Mark Geisert wrote:
> > Anthony Heading writes:
> > > On the build I made on Windows 10, however, I hit the problem on the
> > > very first invocation. I imagine you therefore are building on Windows 7
> > > or earlier, which seems to produce binaries tha
On Wed, Oct 28, 2015 at 7:11 AM, Warren Young wrote:
(snip)
>
> This is why you don’t go telling Cygwin to install *everything*. You don’t
> want everything.
You can't have everything. Where would you put it? :)
Csaba
--
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao
Greetings, Csaba Raduly!
> On Wed, Oct 28, 2015 at 7:11 AM, Warren Young wrote:
> (snip)
>>
>> This is why you don’t go telling Cygwin to install *everything*. You don’t
>> want everything.
> You can't have everything. Where would you put it? :)
That's easy - I'd put it everywhere.
--
With
On Oct 28 01:33, Jan Bruun Andersen wrote:
> Today, as I installed inetutils (I needed telnet for Cygwin; telnet
> for Windows 10 does nothing; no error, no nothing) I got an error from
> setup-084_64. The error message directed me to look at
> /var/log/setup.log.full. Here is the relevant part, ve
I just updated the csih service installation helper package to 0.9.9-1.
This bugfix release is supposed to address various permission
problems reported over the last couple of months. Especially the
problem where a service installer script reports wrong permissions
on /var, e.g.
*** Warning: T
I did not get time to try to to fix this last night, other than
un-installing all the ActiveState stuff (to eventually re-install).
I noticed a bunch of stuff in my ~/.bashrc file, how much of this is
necessary for Cygwin Perl 5.22?
PATH="/cygdrive/D/Home/perl5/bin${PATH+:}${PATH}"; export PATH;
On Wed, Oct 28, 2015 at 3:49 PM, Jim Reisert AD1C wrote:
> I did not get time to try to to fix this last night, other than
> un-installing all the ActiveState stuff (to eventually re-install).
>
> I noticed a bunch of stuff in my ~/.bashrc file, how much of this is
> necessary for Cygwin Perl 5.22
On Tue, 2015-10-27 at 20:58 -0500, Steven Penny wrote:
> I have installed the "gcc-core" package:
>
> $ gcc --version
> gcc (GCC) 4.9.3
>
> Using this file:
>
> http://gcc.gnu.org/git?p=gcc.git;a=blob;f=gcc/testsuite/c-c%2B%2B-common/ubsan/undefined-1.c;hb=382ecb
>
> and this command:
>
Looks good. No errors are reported on my end now.
On 28 October 2015 at 14:28, Corinna Vinschen wrote:
> On Oct 28 01:33, Jan Bruun Andersen wrote:
>> Today, as I installed inetutils (I needed telnet for Cygwin; telnet
>> for Windows 10 does nothing; no error, no nothing) I got an error from
>> s
Corinna Vinschen cygwin.com> writes:
>
> On Oct 26 19:16, Brian Inglis wrote:
> > On 2015-10-26 11:34, Brian Inglis wrote:
> > >Third time lucky - pasting inline into email and resending to all
previous lists.
> > >
> > >Please note that conversion into too-small buffer size in regression
test m
When synchronizing two directories on the same NTFS-formatted drive, unison
(with -perms 0o1777) fails to set execute permissions on new files. (It also
fails to detect changes in execute permissions and to set them on existing
files.)
I am running Cygwin 64-bit from setup version 2.873. Belo
On Wed, Oct 28, 2015 at 12:05:06AM -0600, Warren Young wrote:
> On Oct 27, 2015, at 7:21 AM, Nellis, Kenneth wrote:
> >
> > From: Warren Young
> >>
> >> On Oct 25, 2015, at 3:11 PM, t s wrote:
> >>>
> >>> Q: How do I install everything?
> >>> A: You do not want to do this!
> >>
> >> I explain this
> What allocation unit size should I specify when formatting?
"Standard 4k or 8k if you don't expect to create tons of small files should
work."
surely cygwin *does* create lots of small files on install? is NTFS with 4k
okay, or should I make it less?
Is it okay to click 'next' on the screen
It's my understanding that collation is supposed to take whitespace and
punctuation into account in the POSIX locale but not in other locales.
This doesn't seem to be the case on Cygwin. Here's a test case using
wcscoll, but the same problem occurs with strcoll.
$ cat wcscoll_test.c
#include
Greetings, Duncan Roe!
> As it happens, I also saw that message last night. I only wanted to
> *reinstall*
> everything I had installed previously, owing to AVG antivirus having deleted I
> don't know what.
> I configured AVG to never look at C:\cygwin64 in future but was that the best
> I
> co
On Wed, Oct 28, 2015 at 9:57 AM, Csaba Raduly wrote:
> I suspect none of it. Those env variables sound like an attempt to
> marry some non-Cygwin Perl into Cygwin.
Raduly got it right. I must have had some problem at some point,
added those variables, and got everything all crossed up. I remove
On 10/28/2015 04:14 PM, Ken Brown wrote:
> It's my understanding that collation is supposed to take whitespace and
> punctuation into account in the POSIX locale but not in other locales.
Not quite right. It is up to the locale definition whether whitespace
affects collation. But you are correct
Hi, everyone
I'm trying to run xinit.exe to start a GUI program in a windows cmd
prompt. The command I run:
"c:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/xinit.exe
/home/Administrator/rdesktop.exe -f 192.168.1.79
But, it seems that rdesktop.exe isn't running, the window was just
showin
22 matches
Mail list logo