cygcheck -svc segfaults on Windows 8.1 with cygwin64

2013-11-18 Thread Gabriel Marcano
cygcheck -svc causes a segfault on Windows 8.1 on line 1610 of cygcheck.cc, based on gdb output. I'm including some gdb output below that showcases this issue: 1610    strcat (osname, products[prod]); (gdb) list 1605  if (prod == PRODUCT_UNLICENSED) 1606 

Re: Libtool version 2.4.2 ?

2013-11-18 Thread Peter Rosin
On 2013-11-18 16:25, Charles Wilson wrote: > On 11/17/2013 1:31 AM, marco atzeri wrote: >> starting to see programs with >> >> configure.ac:16: error: Libtool version 2.4.2 or higher is required >> m4/libtool.m4:48: LT_PREREQ is expanded from... >> >> any chanche to move on ? >> >> On the related l

Re: emacs-w32 24.3-7 aborts frequently using TRAMP

2013-11-18 Thread SDS
Ran another session of emacs-w32 -Q with TRAMP. Opened a Dired buffer and a file on the remote. The previous session with these conditions did this: On 11/18/2013 3:53 PM, SDS wrote: On 11/18/2013 3:14 PM, SDS wrote: More information about Lisp errors. I got a different Lisp error while leavi

Re: emacs-w32 24.3-7 aborts frequently using TRAMP

2013-11-18 Thread SDS
Update on the session that produced this error earlier: On 11/18/2013 3:14 PM, SDS wrote: More information about Lisp errors. I got a different Lisp error while leaving emacs-w32 -Q with TRAMP in the background. Output from the Lisp Debugger is shown below: Debugger entered--Lisp error: (error

Re: Fwd: Subversion packages

2013-11-18 Thread Yaakov (Cygwin/X)
On 2013-11-18 12:35, David Rothenberger wrote: Kevin Connor Arpe wrote: I was thinking about this type of SVN package setup: * 1.6.x (svn_1.6) * 1.7.x (svn_1.7) * 1.8.x (svn_1.8) * svn (latest -- currently svn_1.8) I could create statically linked binaries that can live side-by-side, e.g., /usr

Re: Fwd: Subversion packages

2013-11-18 Thread Christopher Faylor
On Mon, Nov 18, 2013 at 10:35:58AM -0800, David Rothenberger wrote: >I know of no other Linux distribution that supports multiple >installed versions of Subversion. I don't think it's a good idea. And, as I said, neither do I. I'm vetoing this idea. I don't think it's something that we want for

Re: emacs-w32 24.3-7 aborts frequently using TRAMP

2013-11-18 Thread SDS
More information about Lisp errors. I got a different Lisp error while leaving emacs-w32 -Q with TRAMP in the background. Output from the Lisp Debugger is shown below: Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'") seconds-to-time(0.5) timer-relative-ti

Re: Problem with latest setup-x86.exe

2013-11-18 Thread Achim Gratz
Corinna Vinschen writes: > I just explained that in a reply an the cygwin-apps list: > http://cygwin.com/ml/cygwin-apps/2013-11/msg00075.html > > I applied a patch to setup which should fix the issue. The patch WJFFM. :-) Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda

Re: Problem with latest setup-x86.exe

2013-11-18 Thread Achim Gratz
Harry G McGavran Jr writes: > int main(int argc, char **argv, char **envp) The entry point in setup.exe is WinMain, which has a different signature and entry point. The use of __argv ties into the actual RTC entry point of WinMainCRTStartup and gets populated on startup. If indeed on one of your

Re: Fwd: Subversion packages

2013-11-18 Thread David Stacey
On 18/11/13 18:18, Kevin Connor Arpe wrote: Thanks for your response. I have one more important point to add. I feel most hard-core UNIX hackers will laugh when I explain. I use IntelliJ at work which is a Java IDE. It depends upon SVNKit for its Subversion functionality. SVNKit is a Pure Ja

Re: emacs-w32 24.3-7 aborts frequently using TRAMP

2013-11-18 Thread Achim Gratz
Ken Brown writes: > Can you do some experimentation to try to narrow this down? For example: > > * Is it related to Tramp or not? I don't think so, I get those crashes without Tramp in the picture and sometimes with an Emacs that simply has a single file open and then left alone. FWIW, besides c

Re: Fwd: Subversion packages

2013-11-18 Thread David Rothenberger
Kevin Connor Arpe wrote: > I was thinking about this type of SVN package setup: > * 1.6.x (svn_1.6) > * 1.7.x (svn_1.7) > * 1.8.x (svn_1.8) > * svn (latest -- currently svn_1.8) > > I could create statically linked binaries that can live side-by-side, > e.g., /usr/bin/svn1.6, svn1.7, svn1.8 and pl

Re: can not mount Windows shares correctly

2013-11-18 Thread Larry Hall (Cygwin)
On 11/18/2013 1:08 PM, DEWI - N. Zacharias wrote: Hi all, Situation : A windows shared NAS to which I can connect using net use 192.168.109.252\\storage /user:PC06\\user1 passwd but then it is not possible to mount it to lets say /cygdrive/b mount 192.168.109.252\\storage /cygdrive/

Re: emacs-w32 24.3-7 aborts frequently using TRAMP

2013-11-18 Thread SDS
On 11/18/2013 9:21 AM, Ken Brown wrote: Can you do some experimentation to try to narrow this down? For example: * Is it related to Tramp or not? * Does the abort still occur if you start emacs with "emacs -Q"? * Is the problem specific to emacs-w32 or does it happen with emacs-nox and emacs

Re: Fwd: Subversion packages

2013-11-18 Thread Kevin Connor Arpe
David, Thanks for your response. I have one more important point to add. I feel most hard-core UNIX hackers will laugh when I explain. I use IntelliJ at work which is a Java IDE. It depends upon SVNKit for its Subversion functionality. SVNKit is a Pure Java implementation of the SVN protocol.

can not mount Windows shares correctly

2013-11-18 Thread DEWI - N. Zacharias
Hi all, Situation : A windows shared NAS to which I can connect using net use 192.168.109.252\\storage /user:PC06\\user1 passwd but then it is not possible to mount it to lets say /cygdrive/b mount 192.168.109.252\\storage /cygdrive/b mount: warning - /cygdrive/s does not exist. moun

Re: Sshd and key based authentication

2013-11-18 Thread Larry Hall (Cygwin)
On 11/18/2013 2:58 AM, Andrea Venturoli wrote: Hello. I'm trying to set up sshd on a Windows 2003 domain controller. Everything works with password authentication; however I need this for a script, so, in order to get non-interactive login, I must use keys. Tried as hard as I could, but I could

Re: Problem with latest setup-x86.exe

2013-11-18 Thread Harry G McGavran Jr
Corinna Vinschen wrote: >I just explained that in a reply an the cygwin-apps list: >http://cygwin.com/ml/cygwin-apps/2013-11/msg00075.html> > >I applied a patch to setup which should fix the issue. > I grabbed the latest source (which has the nt_fopen in it) and built it without the argv patch, bu

Re: Libtool version 2.4.2 ?

2013-11-18 Thread marco atzeri
Il 11/18/2013 4:25 PM, Charles Wilson ha scritto: On 11/17/2013 1:31 AM, marco atzeri wrote: starting to see programs with configure.ac:16: error: Libtool version 2.4.2 or higher is required m4/libtool.m4:48: LT_PREREQ is expanded from... any chanche to move on ? On the related libtool annaun

Re: [ANNOUNCEMENT] Updated: run-1.3.0-1

2013-11-18 Thread Charles Wilson
On 11/18/2013 8:36 AM, Patrick Herbst wrote: . That's the latest from Wednesday last week. Any news on this?? No, it's been on hold until I could get the inetutils package pushed out. Now it's back to the top of the task list. -- C

Re: Audio Related

2013-11-18 Thread d.henman
Thanks for the informative explanation. It would be nice if someone see this and has the audio knowldge to update this area as you said. Thanks Corinna Vinschen > On Nov 16 11:09, wynfield wrote > > > > I want to add audio output volume control to an application. But, I don't > > know how

Re: Libtool version 2.4.2 ?

2013-11-18 Thread Charles Wilson
On 11/17/2013 1:31 AM, marco atzeri wrote: starting to see programs with configure.ac:16: error: Libtool version 2.4.2 or higher is required m4/libtool.m4:48: LT_PREREQ is expanded from... any chanche to move on ? On the related libtool annaunce, some time ago: Now that (a) inetutils is out,

[ANNOUNCEMENT] [ANNOUNCEMENT] Updated: sqlite3-3.8.1-1 for Cygwin/Cygwin64

2013-11-18 Thread Jan Nijtmans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.7.17-3 = * Updated to upstream 3.8.1 release. Main new features: * Partial indexes: * N

Re: emacs-w32 24.3-7 aborts frequently using TRAMP

2013-11-18 Thread Ken Brown
On 11/17/2013 7:43 PM, SDS wrote: Emacs-w32 aborts about once/twice a day when using SSH with TRAMP. I rarely use Emacs without TRAMP, so I'm not sure whether this issue is really related to TRAMP. The abort doesn't appear to be caused by direct user input, as I've seen background sessions that I

Re: [ANNOUNCEMENT] Updated: run-1.3.0-1

2013-11-18 Thread Patrick Herbst
> On 9/30/2013 3:17 PM, Gary Johnson wrote: > >> Any updates on this? Any other information we can provide to >> expedite a fix? >> >> I just had my PC upgraded from Windows XP to Windows 7 and have been >> reinstalling various applications including Cygwin. I'm using the >> 32-bit version becaus

Re: setup-x86-2.831 crash when processes it want to stop already gone.

2013-11-18 Thread Corinna Vinschen
On Nov 17 04:54, Andrey Repin wrote: > Greetings, All! > > I've just made a mistake of launching Setup, when I've had a shell window > running. > When setup asked to kill it because it was unable to replace a library, I > manually exited the shell, and told Setup to proceed with killing. > Sadly,

Re: Audio Related

2013-11-18 Thread Corinna Vinschen
On Nov 16 11:09, wynfi...@gmail.com wrote: > > I want to add audio output volume control to an application. But, I don't > know how to go about it yet. > > If you know anything about controlling volume from within cygwin applications > or have done so, I would appreciate your telling me about

Re: Problem with latest setup-x86.exe

2013-11-18 Thread Corinna Vinschen
On Nov 17 18:54, Achim Gratz wrote: > Christopher Faylor writes: > > I appreciate your looking at the source code but given what you changed, > > I don't understand how what you did would fix that. If your changes > > were really necessary then something would have to be seriously wrong > > with m

Re: Sshd and key based authentication

2013-11-18 Thread Andrea Venturoli
On 11/18/13 09:22, Andrey Repin wrote: Did you installed Cygwin LSA module? http://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd2 I don't think so, but I can't check right now... Should I? bye & Thanks av. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Sshd and key based authentication

2013-11-18 Thread Andrey Repin
Greetings, Andrea Venturoli! > I'm trying to set up sshd on a Windows 2003 domain controller. > Everything works with password authentication; however I need this for a > script, so, in order to get non-interactive login, I must use keys. > Tried as hard as I could, but I could not achieve this: