Re: Subversion crashes

2015-09-03 Thread David Rothenberger
Sam Geeraerts wrote: > Op Thu, 27 Aug 2015 15:59:25 -0700 > schreef David Rothenberger : > >> I may or may not try to debug this and fix it in Subversion, but >> hopefully this will provide you with a reasonable work-around. > > I'm not sure what the right way is to build a package from source. I

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.3.0-0.2

2015-09-03 Thread Corinna Vinschen
Hi Cygwin friends and users, I released a new TEST version of Cygwin, 2.3.0-0.2. Difference to -0.1 is a fix for a minor problem in kernel object ACL handling, probably unnoticed by most. So the -0.1 release message still applies: This is the "new POSIX ACL handling reloaded" release. In loca

Re: Subversion crashes

2015-09-03 Thread Sam Geeraerts
Op Thu, 27 Aug 2015 15:59:25 -0700 schreef David Rothenberger : > I may or may not try to debug this and fix it in Subversion, but > hopefully this will provide you with a reasonable work-around. I'm not sure what the right way is to build a package from source. I downloaded the -src file, unpack

why no gpg-agent for Cygwin?

2015-09-03 Thread Andrew Schulman
As long as I've been using Cygwin, there's been no gpg-agent packaged with gnupg. I've always assumed this is for some good reason, like the insecure memory warning I get when I enter a passphrase. But I don't exactly know, and I can't find any information about it. So, why isn't there a gpg-age

Re: "permission denied" issues when removing files/folders created by cygwin

2015-09-03 Thread Achim Gratz
Roger Pack gmail.com> writes: > It appears the problem lies with creating a file named "NUL" windows > utilities just don't know how to deal with it (you can recreate it by > creating a folder, then from cygwin bash $ touch NUL) then try and > remove the folder with windows explorer. That is like

Re: "permission denied" issues when removing files/folders created by cygwin

2015-09-03 Thread Roger Pack
On 9/1/15, Corinna Vinschen wrote: > On Sep 1 13:05, Michael Enright wrote: >> On Tue, Sep 1, 2015 at 12:48 PM, Roger Pack wrote: >> > It appears the problem lies with creating a file named "NUL" windows >> > utilities just don't know how to deal with it (you can recreate it by >> > creating a f

Re: setting up private mirror

2015-09-03 Thread Achim Gratz
Chris Louden gmail.com> writes: > The process seem fairly straight forward > setting up an apache instance and rsycing twice a day. However our > NetSec folks have asked is there is any way I can sync the local repo > via an authenticated or encrypted method. I guess to rule out a man in > the mid

Terminal opens when on domain, Crash when not on domain?

2015-09-03 Thread Akak
My laptop is configured to be on a domain and authenticates through AD. On my home network I installed Cygwin on a local network (not attached to any domain) and launch a terminal so a bash shell opens, everything is ok. I go to work, attach to the network which puts me on the domain and everythi

gcc on 64-bit cywin - problems with __builtin_frame_address and __builtin_return_address

2015-09-03 Thread Herb Schwetman
Hello The 64-bit gcc procedure prolog pushes registers onto the stack in a manner that is different from the 32-bit gcc version. Furthermore, this appears to be unique to Cygwin64, and this does not happen on Linux. This shows up when you use __builtin_frame_address(n) and __builtin_return

Re: setting up private mirror

2015-09-03 Thread Chris Louden
Thats pretty much what my NetSec came back with this morning. However I can't check it against another mirror. I need to be able to get the hashes directly from Cygwin. What is the url for the main repo? Where do all the formal mirrors rsync from? -Chris On Wed, Sep 2, 2015 at 7:47 PM, Andrey Re

Re: Running Cygwin's "setup.exe" on a new computer

2015-09-03 Thread Warren Young
On Sep 2, 2015, at 6:06 AM, Marco Atzeri wrote: > > My W7 64bit had no complain for 23004 byte line It should go to 32 kB: http://stackoverflow.com/questions/3205027/maximum-length-of-command-line-string -- Problem reports: http://cygwin.com/problems.html FAQ: http:

[ANNOUNCEMENT] New: buildbot-slave-0.8.12-1

2015-09-03 Thread Jon TURNEY
The following package has been added to the Cygwin distribution: * buildbot-slave-0.8.12-1 Buildbot is a system to automate the compile/test cycle required by most software projects to validate code changes. This package contains the buildbot slave, which does the actual building on a host,

RE: [cygwin] Re: Is a disk image created within dd "safe"?

2015-09-03 Thread Lemke, Michael ST/HZA-ZIC2
On Thursday, September 03, 2015 12:23 AM Jason Pyeron wrote: > >> -Original Message- >> From: Eric Blake >> Sent: Wednesday, September 02, 2015 6:06 PM >> >> On 09/02/2015 03:57 PM, Clint Olsen wrote: >> >> > I'm also interested in generating images to preserve the >> entire disk. >> > W

Re: [OT] Wine + Cygwin: `script -e` exit status forwarding randomly return zero for non zero child process

2015-09-03 Thread Corinna Vinschen
Hi Qian, On Sep 2 22:27, Qian Hong wrote: > Dear list, > > Before the actual question, I wonder whether Wine specific issues are > considered as off-topic here, and whether it is allowed here? Anyway, > thanks for your great contribution on Cygwin! > > In the past few months, we were working on

Re: Error while building GMP on cygwin "configure: error: could not find a working compiler"

2015-09-03 Thread Marco Atzeri
On 03/09/2015 09:37, Hari Narasimhan H.N wrote: configure:8591: checking whether the C compiler works configure:8613: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 /usr/lib/gcc/i686-pc-cygwin/4.9.3/../../../../i686-pc-cygwin/bin/ld: cannot open output file a.exe: Permission denied

Re: Cygwin's ping requires privilege elevation.

2015-09-03 Thread Marco Atzeri
On 03/09/2015 03:27, Andrey Repin wrote: Greetings, All! I had this issue running for some time, but recently I've (with a little help from my friends) stumbled upon another Cygwin rip-off, and the hack they implemented to get around this issue. (Yes, they just renamed the ping.exe to cygping.)

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.3.0-0.1

2015-09-03 Thread Corinna Vinschen
On Sep 2 21:23, Achim Gratz wrote: > Corinna Vinschen writes: > > This is the "new POSIX ACL handling reloaded" release. > > Oh joy… I just have no time to test it thoroughly (or even at all) > during the next three weeks. I'll try to at least install it locally > tomorrow (the mirrors hadn't co

Re: Error while building GMP on cygwin "configure: error: could not find a working compiler"

2015-09-03 Thread Hari Narasimhan H.N
Please find the logs below = This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU MP configure 5.1.1, which was generated by GNU Autoconf 2.6

Error while building GMP on cygwin "configure: error: could not find a working compiler"

2015-09-03 Thread Hari Narasimhan H.N
Hi, An error shows up while running ./confiugre while building GMP on cygwin "configure: error: could not find a working compiler" I have a cygwin environment with gcc4.9.3 installed and working fine. Thanks and Regards, Hari -- Problem reports: http://cygwin.com/problems.html FAQ: