Re: cygwin64 info.exe Exception: STATUS_ACCESS_VIOLATION if no info file found

2013-11-06 Thread Csaba Raduly
Hi Brian, On Tue, Nov 5, 2013 at 8:27 PM, Brian Inglis wrote: > > cygcheck output appended with usernames Xed: (snip) Note that according to http://cygwin.com/problems.html#cygcheck , you should send the cygcheck output as an attachment, not paste it into the body of the message. If somebody wan

Windows Guest Account Locked SSH

2013-11-06 Thread Jez.Noake
I have a similar problem to this post: http://cygwin.com/ml/cygwin/2012-06/msg00507.html except that the version I am using is 1.7.25, downloaded relatively recently. It seems that making an ssh connection to the CygWin host, using RSA certificate to achieve passwordless connection, causes the S

Re: Windows Guest Account Locked SSH

2013-11-06 Thread Adam Dinwoodie
On 6 November 2013 10:26, Jez.Noake wrote: > I have tried to attach the sanitized output of cygcheck -s -v -r > > cygcheck.out as suggested and copies of the ssh config files, but > Cygwin mailserver sees the mail as spam?! That's probably because of this: > This e mail carries a disclaimer, a co

Re: suggestion for Cygwin FAQ 2.19 "How do I uninstall all of Cygwin?"

2013-11-06 Thread Corinna Vinschen
Hi Tom, On Nov 5 09:41, Tom Schutter wrote: > I was attempting to uninstall all of Cygwin when I ran into a snag. I > couldn't delete bin/cyglsa/cyglsa.dll because it was referenced by > LSASS. I was able to fix the problem by restoring the > /HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control

Re: Building a snapshot ("Not an ELF file" error)

2013-11-06 Thread Shaddy Baddah
Hi, On Nov 06 02:37, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: It'd still be very interesting to know an opinion of the CYGWIN gurus about this trouble that I asked yesterday (thanks to Marco, I now know that the original ELF error is benign): make[3]: Entering directory `/home/lavr/cygwin-s

Re: Building a snapshot ("Not an ELF file" error)

2013-11-06 Thread Corinna Vinschen
On Nov 7 00:31, Shaddy Baddah wrote: > Hi, > > On Nov 06 02:37, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: > >It'd still be very interesting to know an opinion of the CYGWIN gurus > >about this trouble that I asked yesterday (thanks to Marco, I now know > >that the original ELF error is benign):

Re: Still confused about cyg_server vs. user id when logging in via ssh

2013-11-06 Thread Anthony Geoghegan
>> My bottom line question is whether there is any way to login via SSH >> and to get a shell with true ADMINISTRATOR privileges so that there is >> no difference between a SSH log in and a local login... at a minimum >> is there any way to get subinacl to work right. > > http://cygwin.com/cygwin-u

RE: Building a snapshot ("Not an ELF file" error)

2013-11-06 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> We don't support building within the source dir. That's unclear to me. I just did "./configure" then "make" at the top snapshot directory. AFAICT, the build result was stored under ./i868-pc-cygwin. > xidepend is guaranteed to be not in. Well, that is even more confusing. If it not supposed

Re: Building a snapshot ("Not an ELF file" error)

2013-11-06 Thread Larry Hall (Cygwin)
On 11/6/2013 9:35 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: We don't support building within the source dir. That's unclear to me. I just did "./configure" then "make" at the top snapshot directory. AFAICT, the build result was stored under ./i868-pc-cygwin. See the FAQ:

YouCompleteMe build fails: problem with LONG_BIT in pyport.h or ld missing python lib

2013-11-06 Thread Whitedwarf
Hi all, I'm trying to install (i.e., mainly, build) the vim plugin YouCompleteMe in cygwin64 on a x86_64 machine and got stuck. The first error message was [ 11%] Building CXX object BoostParts/CMakeFiles/BoostParts.dir/libs/python/src/converter/arg_to_python_base.cpp.o In file included from /u

RE: Building a snapshot ("Not an ELF file" error)

2013-11-06 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> See the FAQ: I see, thanks Larry! There's a Readme file at the top level of the snapshot tar ball, which I glanced at, and saw the usual "./configure; make" sequence even though now when I looked more closely, the file is just somethi

Re: Windows Guest Account Locked SSH

2013-11-06 Thread Larry Hall (Cygwin)
On 11/6/2013 5:26 AM, jez.no...@gmp.police.uk wrote: I have a similar problem to this post: http://cygwin.com/ml/cygwin/2012-06/msg00507.html except that the version I am using is 1.7.25, downloaded relatively recently. It seems that making an ssh connection to the CygWin host, using RSA certif

RE: Building a snapshot

2013-11-06 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> > See the FAQ: Well, I guess this time I followed the instructions to a tee by using a separate "build" directory, but the snapshot build still fails at the very same spot: ... make[3]: Leaving directory `/home/lavr/build/i686-pc-cygw

Small wrapper to start Cygwin scripts by unix name

2013-11-06 Thread Andrey Repin
Greetings, All! I was using a simple [C:\]$ ftype unixshell.script unixshell.script="C:\Programs\Cygwin\bin\env.exe" "%1" %* association to run Cygwin scripts, until I've discovered, that, say, gawk is unable to digest native path to script. Had to thinker around it, but original idea to have n

Re: Building a snapshot

2013-11-06 Thread Andrey Repin
Greetings, Lavrentiev, Anton (NIH/NLM/NCBI) [C]! >> > See the FAQ: > Well, I guess this time I followed the instructions to a tee > by using a separate "build" directory, but the snapshot build still > fails at the very same spot: > ..

RE: Building a snapshot

2013-11-06 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> The page you mentioned expressly say that these errors can be ignored. It says, > Normally, building ignores any errors in building the documentation which IIUC means it should ignore such errors on its own -- not stop with a hard failure, such as with not being able to construct a path with a

[ANNOUNCEMENT] Updated: texinfo-5.2-1 (32/64)

2013-11-06 Thread Christopher Faylor
I've made a new version of 'texinfo' available for installation. This is the most recent version of texinfo available from ftp.gnu.org. Texinfo is a documentation system for on-line information and printed output. It is available in the Text and Doc category. This version should fix the info.ex

Re: python aborts

2013-11-06 Thread Jean-Pierre Flori
Dear all, Le Tue, 27 Aug 2013 23:59:43 -0400, Christopher Faylor a écrit : > On Thu, Jul 25, 2013 at 11:10:48PM -0400, Christopher Faylor wrote: >>On Fri, Jul 26, 2013 at 06:16:10AM +0800, JonY wrote: >>>On 7/26/2013 01:20, Christopher Faylor wrote: On Fri, Jul 26, 2013 at 12:10:17AM +0800,

Find dll name corresponding to an import library

2013-11-06 Thread Jean-Pierre Flori
Dear all, Is there a canonical way to do so? Best, JP -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Couldn't compute FAST_CWD pointer on Win8.1 x64

2013-11-06 Thread Christopher Faylor
On Sat, Nov 02, 2013 at 10:32:38AM +0100, Corinna Vinschen wrote: >On Oct 31 22:17, Alfred Theorin wrote: >> I get the following error when I start cygwin (32-bit version 1.7.25) >> on Win8.1 x64: >> >> 0 [main] bash find_fast_cwd: WARNING: Couldn't compute FAST_CWD >> pointer. > >First of all,

Re: Windows Guest Account Locked SSH

2013-11-06 Thread Christopher Faylor
On Wed, Nov 06, 2013 at 10:26:17AM +, jez.no...@gmp.police.uk wrote: >...Cygwin mailserver sees the mail as spam?! First: please calm down. Second: If you think you're being blocked inappropriately then send email to postmaster. No one here is going to spend time fixing spam issues. -- Prob

Re: Building a snapshot ("Not an ELF file" error)

2013-11-06 Thread Christopher Faylor
On Wed, Nov 06, 2013 at 03:20:55PM +, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >> See the FAQ: > >I see, thanks Larry! There's a Readme file at the top level of >the snapshot tar ball, which I glanced at, and saw the usual >"./co

Re: Building a snapshot ("Not an ELF file" error)

2013-11-06 Thread Shaddy Baddah
Hi, On Nov 07 00:47, Corinna Vinschen wrote: On Nov 06 02:37, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: It'd still be very interesting to know an opinion of the CYGWIN gurus about this trouble that I asked yesterday (thanks to Marco, I now know that the original ELF error is benign): make[3

Re: Building a snapshot ("Not an ELF file" error)

2013-11-06 Thread Christopher Faylor
On Thu, Nov 07, 2013 at 11:20:15AM +1100, Shaddy Baddah wrote: >As the OP has suggested in a recent post in their "Building a snapshot" >thread, the problem is that there is a mix in methods to locating >xidepend, whereby it is referenced via a relative dir path which would >be direct. > >Only that

Re: Find dll name corresponding to an import library

2013-11-06 Thread Warren Young
On 11/6/2013 15:31, Jean-Pierre Flori wrote: Is there a canonical way to do so? The canonical way is to name your import libraries so that the name of the corresponding DLL is obvious. Non-Cygwin import libraries are traditionally named after the DLL: foo.lib is for foo.dll. Cygwin's sto

Re: Find dll name corresponding to an import library

2013-11-06 Thread Warren Young
On 11/6/2013 18:46, Warren Young wrote: libfoo.a is for cygfoo.dll. Sorry, that should be "libfoo.dll.a is for cygfoo*.dll, where the wildcard may be replaced by some extra version information". Use the objtool command to narrow things down if there are multiple candidates. -- Problem repo

Re: Find dll name corresponding to an import library

2013-11-06 Thread Charles Wilson
On 11/6/2013 5:31 PM, Jean-Pierre Flori wrote: Is there a canonical way to do so? dlltool --identify libfoo.a -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

RE: Seeking a suggestion for unattended mass install procedure

2013-11-06 Thread Buchbinder, Barry (NIH/NIAID) [E]
Christopher Faylor sent the following at Monday, November 04, 2013 3:31 PM >On Mon, Nov 04, 2013 at 08:13:41PM +, Buchbinder, Barry (NIH/NIAID) >[E] wrote:> >>Lavrentiev, Anton (NIH/NLM/NCBI) [C] sent the following at Monday, November >>04, 2013 1:28 PM >>>Thanks for the suggestion. My Systems