On 2/8/2011 10:42 AM, David Means wrote:
When running rebaseall, I receive a #13 error from FixImage:
$ /bin/rebaseall
/usr/lib/cygicudata.dll: skipped because nonexistent
/usr/lib/cygicui18n.dll: skipped because nonexistent
/usr/lib/cygicuio.dll: skipped because nonexistent
/usr/lib/cygicule.dl
On Feb 9 12:14, Sarkar, Kaushik wrote:
> After connecting through ssh immediately my connection is getting
> closed.
I can't reproduce this problem, neither with Cygwin 1.7.7, nor with the
latest Cygwin from CVS, neither with OpenSSH 5.6, nor 5.7, nor 5.8.
However, I *could* reproduce it on my m
On Feb 8 21:14, Gerry Reno wrote:
> Something else I just discovered after upgrading to 1.7.7 is that I now
> have lost the ability to login via ssh.
>
> I have OpenSSH installed and running sshd as a service. Both password
> and keys accepted. But now neither means will work.
>
> # ssh -i
>
> Perhaps it's time for a full problem report. See the link below for
> specifics on what should be in such a report.
>
> http://cygwin.com/problems.html
>
Larry, for the cygcheck log:
please mail (only to) me your personal e-mail address.
I can't mail the file to the list.
Paul.
--
Pro
Version 1.47-1 of cppcheck has been uploaded, following the upstream release.
cppcheck is a tool for static C/C++ code analysis. It tries to detect
bugs that your C/C++ compiler don't see.
The goal is no false positives.
cppcheck is versatile. You can check non-standard code that includes
vario
I first reported this problem to the Win32::OLE Perl module RT queue,
but as it turns out, the problem is in the Cygwin shell environment and
not in the Cygwin perl or the module.
>From Cygwin bash:
$ perl -MWin32::OLE -wle 'Win32::OLE->new("ADODB.Connection")'
Win32::OLE(0.1709) error 0x8007007e
changes introduced.
all file: add __attribute__ ((regparm (x))) explicitly in function
definition.
environ.cc fix findenv_func that were not prefixed __stdcall
exception.h add body to prevent compilation error with -DDEBUG_EXCEPTION
fhandler_floppy.cc
hookapi.cc
syscalls.cc
in6.h
passwd.cc
m
I have Cygwin mounted conventionally under Q:\cygwin.
I would like to access files under Q:\else.
But (for example) ls ../../.. only ever attains \cygwin (and lower).
I can use ls /cygdrive/q/else/ (and lower) but this means knowing the
drive name (in this case Q:)
I don't much want to change mou
On Feb 9 23:17, jojelino wrote:
> changes introduced.
>
> all file: add __attribute__ ((regparm (x))) explicitly in function
> definition.
> environ.cc fix findenv_func that were not prefixed __stdcall
> exception.h add body to prevent compilation error with -DDEBUG_EXCEPTION
>
>
> fhandler_flo
On 2011-02-09 14:42Z, Fergus wrote:
> I have Cygwin mounted conventionally under Q:\cygwin.
> I would like to access files under Q:\else.
> But (for example) ls ../../.. only ever attains \cygwin (and lower).
> I can use ls /cygdrive/q/else/ (and lower) but this means knowing the
> drive name (in
On 02/09/2011 08:42 AM, Fergus wrote:
> I have Cygwin mounted conventionally under Q:\cygwin.
> I would like to access files under Q:\else.
> But (for example) ls ../../.. only ever attains \cygwin (and lower).
> I can use ls /cygdrive/q/else/ (and lower) but this means knowing the
> drive name (in
On 02/09/2011 09:50 AM, Jeremy Bopp wrote:
> mount | grep -q 'on /mnt/else type' ||
> mount $(cygpath -m)/../else /mnt/else
^^^
I lost a slash in the above code. It should be as follows:
mount | grep -q 'on /mnt/else type' ||
mount $(cygpath -m /)/../else /mnt/else
-Jere
> I have Cygwin mounted conventionally under Q:\cygwin.
> I would like to access files under Q:\else.
> But (for example) ls ../../.. only ever attains \cygwin (and lower).
> I can use ls /cygdrive/q/else/ (and lower) but this means knowing the
> drive name (in this case Q:)
Well at some level yo
On 2/9/2011 1:45 AM, Sarkar, Kaushik wrote:
After connecting through ssh immediately my connection is getting
closed.
C:\WINDOWS>ssh -vvv 10.72.248.117 -l cyg_server OpenSSH_5.7p1, OpenSSL
^^
Don't use cyg-server to login. It's not meant for this
On 2/9/2011 6:31 AM, Paul Maier wrote:
Perhaps it's time for a full problem report. See the link below for
specifics on what should be in such a report.
http://cygwin.com/problems.html
Larry, for the cygcheck log:
please mail (only to) me your personal e-mail address.
I can't mail the fil
A new release of git, 1.7.4-1, has been uploaded, and will be available
for use when your mirror catches up. This leaves 1.7.3.3-1 as previous.
NEWS:
=
This is a new upstream release, with upstream release notes attached.
See also the package documentation in /usr/share/doc/git/.
When compil
On 02/09/2011 05:54 AM, Corinna Vinschen wrote:
> On Feb 8 21:14, Gerry Reno wrote:
>
>> Something else I just discovered after upgrading to 1.7.7 is that I now
>> have lost the ability to login via ssh.
>>
>> I have OpenSSH installed and running sshd as a service. Both password
>> and keys ac
On Feb 9 15:37, Greg Chicares wrote:
> On 2011-02-09 14:42Z, Fergus wrote:
> > I have Cygwin mounted conventionally under Q:\cygwin.
> > I would like to access files under Q:\else.
> > But (for example) ls ../../.. only ever attains \cygwin (and lower).
> > I can use ls /cygdrive/q/else/ (and lowe
On Feb 9 11:34, Gerry Reno wrote:
> On 02/09/2011 05:54 AM, Corinna Vinschen wrote:
> > On Feb 8 21:14, Gerry Reno wrote:
> >
> >> Something else I just discovered after upgrading to 1.7.7 is that I now
> >> have lost the ability to login via ssh.
> >>
> >> I have OpenSSH installed and running
On 02/08/2011 04:10 PM, Gerry Reno wrote:
> On 02/08/2011 03:28 PM, Gerry Reno wrote:
>
>> On 02/08/2011 03:14 PM, Larry Hall (Cygwin) wrote:
>>
>>
>>> On 2/8/2011 2:47 PM, Gerry Reno wrote:
>>>
>>>
>>>
>>>
>>>
As you can see it is not just the lapack0.sh file in /etc/p
Hi,
I'd like to write a script, which ought to work with the CygWin SVN
client as well as any native SVN clients. As a prerequisite, I need to
detect whether the "svn" program in the path is CygWin SVN or not.
Question is, how to do this? Because the output of "svn --version"
contains nothing that
On 02/09/2011 01:10 PM, Jochen Wiedmann wrote:
> Hi,
>
> I'd like to write a script, which ought to work with the CygWin SVN
> client as well as any native SVN clients. As a prerequisite, I need to
> detect whether the "svn" program in the path is CygWin SVN or not.
> Question is, how to do this?
Hello? Noone building cross-compilers for cygwin?
Thus spake Fabiano Sidler, 11/02/07 10:50:
> Hi folks!
>
> I'm trying to build a cross-compiler under Linux and MacOSX using this
> script: http://sourceware.org/ml/cygwin/2010-08/txt00010.txt
> I get the same error on Linux and MacOSX after the m
On Wed, Feb 9, 2011 at 8:17 PM, Jeremy Bopp wrote:
> I'm assuming that your script expects svn to be in the PATH, so you
> could check to see if the path to the svn client lives within Cygwin's
> installation:
>
> if [ $(type -p svn) = '/usr/bin/svn' ]; then
> echo "Found Cygwin's svn client"
>
On 02/09/2011 02:22 PM, Jochen Wiedmann wrote:
> On Wed, Feb 9, 2011 at 8:17 PM, Jeremy Bopp wrote:
>
>> I'm assuming that your script expects svn to be in the PATH, so you
>> could check to see if the path to the svn client lives within Cygwin's
>> installation:
>>
>> if [ $(type -p svn) = '/usr
Preferrably cmd
Or, in the alternative, the output of a cmd-Shell invocation to be
analyzed by some Java program.
On Wed, Feb 9, 2011 at 9:26 PM, Jeremy Bopp wrote:
> On 02/09/2011 02:22 PM, Jochen Wiedmann wrote:
>> On Wed, Feb 9, 2011 at 8:17 PM, Jeremy Bopp wrote:
>>
>>> I'm assuming that y
A new release of bash, 4.1.9-3, has been uploaded and will soon reach a
mirror near you; replacing 4.1.9-2 and leaving bash 3.2.51-24 as previous.
NEWS:
=
This is a minor rebuild which avoids a miscompilation that was causing
bash to crash on some machines during ssh-host-config.
There are a
On 02/08/2011 11:07 PM, Larry Hall (Cygwin) wrote:
> On 2/8/2011 9:14 PM, Gerry Reno wrote:
>> Something else I just discovered after upgrading to 1.7.7 is that I now
>> have lost the ability to login via ssh.
>>
>> I have OpenSSH installed and running sshd as a service. Both password
>> and keys
Hi Jochen,
On 2/9/11, Jochen Wiedmann wrote:
> Hi,
>
> I'd like to write a script, which ought to work with the CygWin SVN
> client as well as any native SVN clients. As a prerequisite, I need to
> detect whether the "svn" program in the path is CygWin SVN or not.
> Question is, how to do this?
On 02/09/2011 04:56 PM, Gerry Reno wrote:
> On 02/08/2011 11:07 PM, Larry Hall (Cygwin) wrote:
>
>> On 2/8/2011 9:14 PM, Gerry Reno wrote:
>>
>>> Something else I just discovered after upgrading to 1.7.7 is that I now
>>> have lost the ability to login via ssh.
>>>
>>> I have OpenSSH instal
On 02/09/2011 05:07 PM, Gerry Reno wrote:
> On 02/09/2011 04:56 PM, Gerry Reno wrote:
>
>> On 02/08/2011 11:07 PM, Larry Hall (Cygwin) wrote:
>>
>>
>>> On 2/8/2011 9:14 PM, Gerry Reno wrote:
>>>
>>>
Something else I just discovered after upgrading to 1.7.7 is that I now
On 2/9/2011 5:07 PM, Gerry Reno wrote:
On 02/09/2011 04:56 PM, Gerry Reno wrote:
On 02/08/2011 11:07 PM, Larry Hall (Cygwin) wrote:
On 2/8/2011 9:14 PM, Gerry Reno wrote:
Something else I just discovered after upgrading to 1.7.7 is that I now
have lost the ability to login via ssh.
I have O
On 2/9/2011 5:56 PM, Gerry Reno wrote:
On 02/09/2011 05:35 PM, Larry Hall (Cygwin) wrote:
On 2/9/2011 5:07 PM, Gerry Reno wrote:
On 02/09/2011 04:56 PM, Gerry Reno wrote:
On 02/08/2011 11:07 PM, Larry Hall (Cygwin) wrote:
On 2/8/2011 9:14 PM, Gerry Reno wrote:
Something else I just discove
On 02/09/2011 06:43 PM, Larry Hall (Cygwin) wrote:
> On 2/9/2011 5:56 PM, Gerry Reno wrote:
>> On 02/09/2011 05:35 PM, Larry Hall (Cygwin) wrote:
>>> On 2/9/2011 5:07 PM, Gerry Reno wrote:
On 02/09/2011 04:56 PM, Gerry Reno wrote:
> On 02/08/2011 11:07 PM, Larry Hall (Cygwin) wrote:
>
On 02/09/2011 07:21 PM, Gerry Reno wrote:
> On 02/09/2011 06:43 PM, Larry Hall (Cygwin) wrote:
>
>> On 2/9/2011 5:56 PM, Gerry Reno wrote:
>>
>>> On 02/09/2011 05:35 PM, Larry Hall (Cygwin) wrote:
>>>
On 2/9/2011 5:07 PM, Gerry Reno wrote:
> On 02/09/2011 04:56
On 02/09/2011 08:04 PM, Gerry Reno wrote:
> On 02/09/2011 07:21 PM, Gerry Reno wrote:
>
>> On 02/09/2011 06:43 PM, Larry Hall (Cygwin) wrote:
>>
>>
>>> On 2/9/2011 5:56 PM, Gerry Reno wrote:
>>>
>>>
On 02/09/2011 05:35 PM, Larry Hall (Cygwin) wrote:
On 2/8/2011 3:58 PM, Hans Horn wrote:
On 2/8/2011 3:32 PM, Cyrille Lefevre wrote:
Le 08/02/2011 22:42, Hans Horn a écrit :
Trying some of the more recent revisions listed on the "Cygwin Time
Machine".
e.g. ftp://www.fruitbat.org/pub/cygwin/circa/2011/01/11/194023
All give me "Unable to get ..
On 02/09/2011 08:21 PM, Gerry Reno wrote:
> On 02/09/2011 08:04 PM, Gerry Reno wrote:
>
>> On 02/09/2011 07:21 PM, Gerry Reno wrote:
>>
>>
>>> On 02/09/2011 06:43 PM, Larry Hall (Cygwin) wrote:
>>>
>>>
>>>
On 2/9/2011 5:56 PM, Gerry Reno wrote:
>
38 matches
Mail list logo