Re: 1.7: mintty 5.5.1 refuses to take hippos seriously ;-(

2009-12-23 Thread Andy Koppe
2009/12/23 Lee Rothstein:
> Chris,
>
> Thanks for the reference. As I mentioned, it wasn't retrievable via Google.
> Strange.
>
> As you had stated earlier, the key to solving the problem is to reference:
>
>  --icon=c:\_0\cygicons-hippo-vista-0.dll,10 in the shortcut

Hippo hippo hurray!


> Note to everyone, including Andy, the ICO file worked until Mintty v0.5.4.
> And, all my other ICO files seem to work with Mintty v0.5.5, including an
> earlier one, I had gerri-rigged.

Strange. I wonder what's different about the hippo. I might have a
look at implementing a fallback from 0.5.5's ExtractIcon call to
0.5.4's LoadImage.

Andy

--
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



[ANNOUNCEMENT] NEW major release: cygwin-1.7.1-1

2009-12-23 Thread Corinna Vinschen
Hi Cygwin friends and users,


after an exceptionally long time of development and testing we're proud
to release Cygwin's next major version 1.7.1.

This release is a big leap from the former Cygwin releases in a couple
of ways.  For the full list we urge you to read the new User's Guide,
which you can now find in the usual place:

http://cygwin.com/cygwin-ug-net/

There's a "What's new" section at

http://cygwin.com/cygwin-ug-net/ov-new1.7.html

The most important changes are:

- The mount table is no longer stored in the registry.  Rather, it's
  stored in /etc/fstab and /etc/fstab/$USER.  See
  http://cygwin.com/cygwin-ug-net/using.html#mount-table

- Support for pathnames beyond the former 260 chars border.  PATH_MAX
  is now set to 4096, but Cygwin will try to support even longer paths
  up to the Windows maxium of 32767 Unicode chars,

- Multiple Cygwin installations can co-exist on a machine, as long
  as you keep them separate.

- Support for IPv6.

- Default character set is now UTF-8, but other character sets are
  supported via an improved internationalization support.  See
  http://cygwin.com/cygwin-ug-net/setup-locale.html

- Support for new authentication methods which are supposed to improve
  changing the user context without password.

- No more support for Windows 95, Windows 98 and Windows Me.

==
IMPORTANT NOTES for those who upgrade from an existing Cygwin 1.5.25
installation:

You *must* upgrade to the latest setup.exe from our main web page at
http://cygwin.com/

Moving the mount table from the registry to /etc/fstab works only
automatically for system mount points.  User mount points have to be
taken care of manually, using the /usr/bin/copy-user-registry-fstab
script.  See http://cygwin.com/cygwin-ug-net/using.html#mount-table
==


Have fun,
Corinna


  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=3d3dyourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://cygwin.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:cygwin@cygwin.com
Red Hat, Inc.

--
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: 1.7.1: Mintty/bash window start: -bash: regtool: command not found

2009-12-23 Thread Andy Koppe
2009/12/23 Lee D. Rothstein:
> Just installed 1.7.1.  Bravo, again.
>
> Everything seems to be working okay, but every time I start up a Mintty/Bash
> window I get the following
> error message.
>
> -bash: regtool: command not found
>
> Shortcut is:
>
> C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 -
>
> 'regtool' does not appear in my profile nor my bashrc.
>
> Huh?

There's a regtool call in /etc/profile:

PRINTER="`regtool -q get '\user\Software\Microsoft\Windows
NT\CurrentVersion\Window\Device' | sed 's/,.*$//'`"

I can reproduce this as follows:

- Leave a Cygwin session open.
- Run setup.exe
- Select reinstall for cygwin-1.7.1-1.
- Click next
- "in-use files detected" appears
- Click retry.

Strangely, 'retry' is accepted even without closing all Cygwin
processes. But it doesn't seem to make a difference to the outcome
anyway: regtool and also mount and ps aren't installed.

It can be fixed by reinstalling the cygwin package again, this time
without any Cygwin processes running.

Andy

--
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



setup 1.7.1 hangs on 000-cygwin-post-install.sh

2009-12-23 Thread Frank Fesevur
Hi,

I have problems installing 1.7.1.

I first tried to upgrade my existing 1.5 installation. All went as
expected until setup (2.673) comes to the end of the process where the
scripts are run. It tries to run /etc/postinstall/
000-cygwin-post-install.sh but this doesn't seem to do anything. After
about 5 minutes I canceled the dialog, but that leaves three instances
of bash.exe running.

I also tried a clean installation by deleting the complete c:\cygwin
tree, deleting all related registry entries I could find and running
the setup again. Same result.

With this clean installation I only tried to install the basic
environment so continuously pressing Next, without selecting any
additional packages.

Regards,
Frank

--
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: setup 1.7.1 hangs on 000-cygwin-post-install.sh

2009-12-23 Thread Corinna Vinschen
On Dec 23 11:19, Frank Fesevur wrote:
> Hi,
> 
> I have problems installing 1.7.1.
> 
> I first tried to upgrade my existing 1.5 installation. All went as
> expected until setup (2.673) comes to the end of the process where the
> scripts are run. It tries to run /etc/postinstall/
> 000-cygwin-post-install.sh but this doesn't seem to do anything. After
> about 5 minutes I canceled the dialog, but that leaves three instances
> of bash.exe running.
> 
> I also tried a clean installation by deleting the complete c:\cygwin
> tree, deleting all related registry entries I could find and running
> the setup again. Same result.
> 
> With this clean installation I only tried to install the basic
> environment so continuously pressing Next, without selecting any
> additional packages.

Works fine for me.  You should examine the /var/log/setup.log and
/var/log/setup.log.full files if you can find any hint.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: setup 1.7.1 hangs on 000-cygwin-post-install.sh

2009-12-23 Thread Frank Fesevur
2009/12/23 Corinna Vinschen :
> Works fine for me.  You should examine the /var/log/setup.log and
> /var/log/setup.log.full files if you can find any hint.

Thanks for the reply. Here is the content of setup.log.postinstallXa05832.

  5 [main] bash 2832 C:\Cygwin\bin\bash.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x6D, top 0x73,
reserve_size 389120, allocsize 393216, page_const 4096
 31 [main] bash 5568 child_info::sync: wait failed, pid 2832, Win32 error 0
  50513 [main] bash 5568 fork: child -1 - died waiting for longjmp
before initialization, retry 0, exit code 0x100, errno 11
  5 [main] bash 3988 C:\Cygwin\bin\bash.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x6D, top 0x73,
reserve_size 389120, allocsize 393216, page_const 4096
302192511 [main] bash 5568 child_info::sync: wait failed, pid 3988,
Win32 error 0
302240495 [main] bash 5568 fork: child -1 - died waiting for longjmp
before initialization, retry 0, exit code 0x100, errno 11
  5 [main] bash 5940 C:\Cygwin\bin\bash.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x6D, top 0x73,
reserve_size 389120, allocsize 393216, page_const 4096
605358747 [main] bash 5568 child_info::sync: wait failed, pid 5940,
Win32 error 0
605407711 [main] bash 5568 fork: child -1 - died waiting for longjmp
before initialization, retry 0, exit code 0x100, errno 11
  5 [main] bash 992 C:\Cygwin\bin\bash.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x6D, top 0x73,
reserve_size 389120, allocsize 393216, page_const 4096
910591220 [main] bash 5568 child_info::sync: wait failed, pid 992, Win32 error 0
910623935 [main] bash 5568 fork: child -1 - died waiting for longjmp
before initialization, retry 0, exit code 0x100, errno 11
  5 [main] bash 1796 C:\Cygwin\bin\bash.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x6D, top 0x73,
reserve_size 389120, allocsize 393216, page_const 4096

Don't understand why there is a "couldn't allocate heap". The system
run fine with more the 800mb memory available and not much
applications running.

I forgot the mention that I run Windows XP.

Regards,
Frank

--
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: setup 1.7.1 hangs on 000-cygwin-post-install.sh

2009-12-23 Thread Corinna Vinschen
On Dec 23 11:46, Frank Fesevur wrote:
> 2009/12/23 Corinna Vinschen :
> > Works fine for me.  You should examine the /var/log/setup.log and
> > /var/log/setup.log.full files if you can find any hint.
> 
> Thanks for the reply. Here is the content of setup.log.postinstallXa05832.
> 
>   5 [main] bash 2832 C:\Cygwin\bin\bash.exe: *** fatal error -
> couldn't allocate heap, Win32 error 487, base 0x6D, top 0x73,
> reserve_size 389120, allocsize 393216, page_const 4096
>  31 [main] bash 5568 child_info::sync: wait failed, pid 2832, Win32 error > 0
> [...]
> Don't understand why there is a "couldn't allocate heap". The system
> run fine with more the 800mb memory available and not much
> applications running.

That has usually nothing to do with the RAM availbale in your computer.

> I forgot the mention that I run Windows XP.

Works for me on XP as well. 

http://cygwin.com/faq/faq.using.html#faq.using.bloda ?

Personally I'm running MSFT Security Essentials with real-time protection
turned on on that machine and it works still as expected.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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



HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Corinna Vinschen
Hi,

I just found an unfortunate side-effect of the move of the Cygwin 1.7
release area.  If you use the new setup.exe for Cygwin 1.7 on a mirror
which hasn't catched up with the update yet, you are in danger to
overwrite your 1.7 installation with a Cygwin 1.5.25-based installation.

Be *VERY* careful to check the packages setup tries to update.  If you
see that it tries to "update" your Cygwin from 1.7.0-68 to 1.5.25-15,
then CANCEL setup.exe IMMEDIATELY and try another mirror.

Hopefully this negative side-effect has been rectified by the mirror
updates within the next 24 hours.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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



[ANNOUNCEMENT] HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Corinna Vinschen
Hi,

I just found an unfortunate side-effect of the move of the Cygwin 1.7
release area.  If you use the new setup.exe for Cygwin 1.7 on a mirror
which hasn't catched up with the update yet, you are in danger to
overwrite your 1.7 installation with a Cygwin 1.5.25-based installation.

Be *VERY* careful to check the packages setup tries to update.  If you
see that it tries to "update" your Cygwin from 1.7.0-68 to 1.5.25-15,
then CANCEL setup.exe IMMEDIATELY and try another mirror.

Hopefully this negative side-effect has been rectified by the mirror
updates within the next 24 hours.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: setup 1.7.1 hangs on 000-cygwin-post-install.sh

2009-12-23 Thread Frank Fesevur
2009/12/23 Corinna Vinschen :
> http://cygwin.com/faq/faq.using.html#faq.using.bloda ?
>
> Personally I'm running MSFT Security Essentials with real-time protection
> turned on on that machine and it works still as expected.

No, I don't run any of the mentioned applications. I tried disabling
Kasperky, without any luck. Tried closing all other application, still
without luck.

Regards,
Frank

--
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: 1.7: mintty 5.5.1 refuses to take hippos seriously ;-(

2009-12-23 Thread Chris Sutcliffe
>> Note to everyone, including Andy, the ICO file worked until Mintty v0.5.4.
>> And, all my other ICO files seem to work with Mintty v0.5.5, including an
>> earlier one, I had gerri-rigged.
>
> Strange. I wonder what's different about the hippo. I might have a
> look at implementing a fallback from 0.5.5's ExtractIcon call to
> 0.5.4's LoadImage.

If a fallback to LoadImage is added, keep in mind that LoadImage will
work with .ico files only.  AFAIK the issue with the hippo.ico file
had something to do with the compression of the PNG file used to
create the .ico file and the the fact that Vista is generally anal
retentive regarding compressed files.  As a result, as Chuck found,
'hiding' the icon in a DLL bypassed Vista's qualms about accessing an
icon that contained a compressed image.

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org

--
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: setup 1.7.1 hangs on 000-cygwin-post-install.sh

2009-12-23 Thread Charles Wilson
Frank Fesevur wrote:
> 2009/12/23 Corinna Vinschen :
>> http://cygwin.com/faq/faq.using.html#faq.using.bloda ?
>>
>> Personally I'm running MSFT Security Essentials with real-time protection
>> turned on on that machine and it works still as expected.
> 
> No, I don't run any of the mentioned applications. I tried disabling
> Kasperky, without any luck. Tried closing all other application, still
> without luck.

I saw something similar a while back. I "fixed" it by doing the following:

1) launch an ash shell from a cmd window
2) run rebaseall (google for more instructions on this).
3) re-run setup (this will attempt again to run any uncompleted
postinstall scripts from the previous attempt).

--
Chuck




--
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



[ANNOUNCEMENT] Updated: arpack-96-2

2009-12-23 Thread Marco Atzeri
New versions 96-2 of

arpack (source) / libarpack-devel / libarpack0

for cygwin-1.7 are available in the Cygwin distribution:

CHANGES
Updated to avoid a well known sigsev error
http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2006-November/001230.html

DESCRIPTION
ARPACK is a collection of Fortran77 subroutines designed to solve large
scale eigenvalue problems.

ARPACK software is capable of solving large scale symmetric,
nonsymmetric, and generalized eigenproblems from significant
application areas. The software is designed to compute a few (k)
eigenvalues with user specified features such as those of largest
real part or largest magnitude. Storage requirements are on the order
of n*k locations. No auxiliary storage is required. A set of Schur
basis vectors for the desired k-dimensional eigen-space is computed
which is numerically orthogonal to working precision. Numerically
accurate eigenvectors are available on request.

HOMEPAGE
http://www.caam.rice.edu/software/ARPACK/

Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
look at the "List-Unsubscribe: " tag in the email header of this
message. Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that
is available starting at this URL.






--
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: NEW major release: cygwin-1.7.1-1

2009-12-23 Thread Warren Young

On 12/23/2009 2:56 AM, Corinna Vinschen wrote:


after an exceptionally long time of development and testing we're proud
to release Cygwin's next major version 1.7.1.


I know it says "no donations" on the site, but is this EU 
regulation...flexible?  Perhaps I am interested in sending you a 
Christmas gift of a tasty beverage of your choice?  Don't tell me a pack 
of lawmakers didn't write in a few loopholes! :)


--
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: NEW major release: cygwin-1.7.1-1

2009-12-23 Thread Jason Pyeron
> -Original Message-
> From: Warren Young
> Sent: Wednesday, December 23, 2009 9:12
> To: The Cygwin Mailing List
> Subject: Re: NEW major release: cygwin-1.7.1-1
> 
> On 12/23/2009 2:56 AM, Corinna Vinschen wrote:
> >
> > after an exceptionally long time of development and testing we're 
> > proud to release Cygwin's next major version 1.7.1.
> 
> I know it says "no donations" on the site, but is this EU 
> regulation...flexible?  Perhaps I am interested in sending 
> you a Christmas gift of a tasty beverage of your choice?  
> Don't tell me a pack of lawmakers didn't write in a few loopholes! :)

Does purchasing the commercial licensed version from RH help development? We
could (don't know how much it is) be interested in doing that.

-Jason


--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.


--
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: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-23 Thread XYM

Hello,

I have encountered same problem after upgrading to 1.7.x. First to say that
I'm not so familiar with all of that.

I was running a ssh-server and connect with Putty to my server using a
tunnel. Everything works fine till today. After upgrading to 1.7.x and
trying to connect to my server I get the following message:


2 [main] -bash 3776 C:\CygWin\bin\bash.exe: *** fatal error - couldn't
dynamically determine load address for 'WSAGetLastError' (handle
0x), Win32 error 126

Tried to set up new sshd but no change.

Any ideas?

Happy X-Mas. :)




René Berber-2 wrote:
> 
> Michael H. wrote:
> 
> [snip]
>> The steps to reproduce have been done directly after installing Cygwin
>> without any modifications. The logfile /var/log/sshd.log is empty even
>> after
>> the error has been printed on the Linux machine from which I connected to
>> the Windows / Cygwin machine.
> 
> The "system log" the manual refers to is not the one you are looking at,
> its /var/log/messages and is only active if you installed and use syslog
> (I prefer syslog-ng).
> 
>> I executed the commands
>> 
>> $ cygrunsrv -E sshd
>> $ /usr/sbin/sshd -ddde
> 
> And there you are creating the problem... or another problem: the
> service runs as a special user, when you run it yourself its running as
> your user so, if it works, that means you have permissions set to run as
> your user not the service user.  Did that made sense? or I managed to
> make something simple into some obscure fact.
> 
> The usual fix for what I described is to run the service installation
> again, it should complain about the permissions so you can fix them.
> -- 
> René Berber
> 
> 
> --
> 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
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/1.7.0-51%3A-Problem-using-ssh-public-private-key-authentication-tp24513829p26902826.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Christopher Faylor
On Wed, Dec 23, 2009 at 12:37:31PM +0100, Corinna Vinschen wrote:
>Hi,
>
>I just found an unfortunate side-effect of the move of the Cygwin 1.7
>release area.  If you use the new setup.exe for Cygwin 1.7 on a mirror
>which hasn't catched up with the update yet, you are in danger to
>overwrite your 1.7 installation with a Cygwin 1.5.25-based installation.

Shouldn't you get a warning when you use a mirror that is no longer listed?

According to the source, you should see this message:

  One or more mirrors you have selected is/are not on the
  list of official Cygwin mirrors any more.
  It/They may be out of date or missing some packages.
  This affects the following mirror(s):

cgf

--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Andy Koppe
2009/12/23 Christopher Faylor:
> On Wed, Dec 23, 2009 at 12:37:31PM +0100, Corinna Vinschen wrote:
>>Hi,
>>
>>I just found an unfortunate side-effect of the move of the Cygwin 1.7
>>release area.  If you use the new setup.exe for Cygwin 1.7 on a mirror
>>which hasn't catched up with the update yet, you are in danger to
>>overwrite your 1.7 installation with a Cygwin 1.5.25-based installation.
>
> Shouldn't you get a warning when you use a mirror that is no longer listed?
>
> According to the source, you should see this message:
>
>  One or more mirrors you have selected is/are not on the
>  list of official Cygwin mirrors any more.
>  It/They may be out of date or missing some packages.
>  This affects the following mirror(s):

I did get that message on one machine, which I think was set to the
tu-dresden mirror, but not on another a few hours later that was set
to www.mirrorservice.org. The latter looked like it was going to
downgrade to 1.5 in the 'partial' package view. I didn't press Next to
try.

Andy

--
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: NEW major release: cygwin-1.7.1-1

2009-12-23 Thread Corinna Vinschen
On Dec 23 07:11, Warren Young wrote:
> On 12/23/2009 2:56 AM, Corinna Vinschen wrote:
> >
> >after an exceptionally long time of development and testing we're proud
> >to release Cygwin's next major version 1.7.1.
> 
> I know it says "no donations" on the site, but is this EU
> regulation...flexible?  Perhaps I am interested in sending you a
> Christmas gift of a tasty beverage of your choice?  Don't tell me a
> pack of lawmakers didn't write in a few loopholes! :)

Thanks!  I re-enabled my donation button.  I had some trouble due to too
many and too big donations.  I have to keep track and pay taxes for
them.

Therefore, in future I'd prefer small, symbolic donations.  After all,
it's the thought which counts, not the money.  Actually, I'm more happy
about a 5 bucks donation from somebody who's really happy with Cygwin,
than with a 200 bucks donation from somebody who just want to read the
name of his or her company on the donations page.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Corinna Vinschen
On Dec 23 10:11, Christopher Faylor wrote:
> On Wed, Dec 23, 2009 at 12:37:31PM +0100, Corinna Vinschen wrote:
> >Hi,
> >
> >I just found an unfortunate side-effect of the move of the Cygwin 1.7
> >release area.  If you use the new setup.exe for Cygwin 1.7 on a mirror
> >which hasn't catched up with the update yet, you are in danger to
> >overwrite your 1.7 installation with a Cygwin 1.5.25-based installation.
> 
> Shouldn't you get a warning when you use a mirror that is no longer listed?
> 
> According to the source, you should see this message:
> 
>   One or more mirrors you have selected is/are not on the
>   list of official Cygwin mirrors any more.
>   It/They may be out of date or missing some packages.
>   This affects the following mirror(s):

I didn't get this message.  I was using a local mirror which isn't
listed on the mirrors page.  Probably that was the reason.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Andy Koppe
2009/12/23 Andy Koppe:
> 2009/12/23 Christopher Faylor:
>> On Wed, Dec 23, 2009 at 12:37:31PM +0100, Corinna Vinschen wrote:
>>>Hi,
>>>
>>>I just found an unfortunate side-effect of the move of the Cygwin 1.7
>>>release area.  If you use the new setup.exe for Cygwin 1.7 on a mirror
>>>which hasn't catched up with the update yet, you are in danger to
>>>overwrite your 1.7 installation with a Cygwin 1.5.25-based installation.
>>
>> Shouldn't you get a warning when you use a mirror that is no longer listed?
>>
>> According to the source, you should see this message:
>>
>>  One or more mirrors you have selected is/are not on the
>>  list of official Cygwin mirrors any more.
>>  It/They may be out of date or missing some packages.
>>  This affects the following mirror(s):
>
> I did get that message on one machine, which I think was set to the
> tu-dresden mirror, but not on another a few hours later that was set
> to www.mirrorservice.org. The latter looked like it was going to
> downgrade to 1.5 in the 'partial' package view. I didn't press Next to
> try.

ps: Caching effects perhaps?

Andy

--
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: NEW major release: cygwin-1.7.1-1

2009-12-23 Thread Corinna Vinschen
On Dec 23 09:22, Jason Pyeron wrote:
> > From: Warren Young
> > On 12/23/2009 2:56 AM, Corinna Vinschen wrote:
> > > after an exceptionally long time of development and testing we're 
> > > proud to release Cygwin's next major version 1.7.1.
> > 
> > I know it says "no donations" on the site, but is this EU 
> > regulation...flexible?  Perhaps I am interested in sending 
> > you a Christmas gift of a tasty beverage of your choice?  
> > Don't tell me a pack of lawmakers didn't write in a few loopholes! :)
> 
> Does purchasing the commercial licensed version from RH help development? We
> could (don't know how much it is) be interested in doing that.

Thanks for this generous offer.

There's no way to buy the commercial version since it's downloadable for
free just like the net distro.  You can purchase a buyout license, user
support, or developer support, see
http://www.redhat.com/services/custom/cygwin/.

So far there's no commercial version derived from 1.7.  The intention is
to wait a couple of weeks until the dust settled around the 1.7 release
and then move over at one point in the first quarter of 2010.

Having said that, a small user support contract would certainly help
development since that's basically how my job is paid.  If your company
is really interested to do that, please feel free to contact our team
via the web form at http://www.redhat.com/services/custom/contact.html


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: [ANNOUNCEMENT] NEW major release: cygwin-1.7.1-1

2009-12-23 Thread Andrew Schulman
> Hi Cygwin friends and users,
> 
> 
> after an exceptionally long time of development and testing we're proud
> to release Cygwin's next major version 1.7.1.
> 
> This release is a big leap from the former Cygwin releases in a couple
> of ways.

Indeed it is.  As maintainer of the gold star page, I've taken the liberty of
awarding three gold stars each to Christopher and Corinna for releasing Cygwin
1.7.

Normally it's Christopher and Corinna who award gold stars to us, the community,
but this time it's our turn to recognize their work.  It's been a long effort
from which all Cygwin users (well, except for the ones still on Win9x :) will
benefit.

Andrew.


--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Christopher Faylor
On Wed, Dec 23, 2009 at 03:17:31PM +, Andy Koppe wrote:
>2009/12/23 Christopher Faylor:
>> On Wed, Dec 23, 2009 at 12:37:31PM +0100, Corinna Vinschen wrote:
>>>Hi,
>>>
>>>I just found an unfortunate side-effect of the move of the Cygwin 1.7
>>>release area. ??If you use the new setup.exe for Cygwin 1.7 on a mirror
>>>which hasn't catched up with the update yet, you are in danger to
>>>overwrite your 1.7 installation with a Cygwin 1.5.25-based installation.
>>
>> Shouldn't you get a warning when you use a mirror that is no longer listed?
>>
>> According to the source, you should see this message:
>>
>> ??One or more mirrors you have selected is/are not on the
>> ??list of official Cygwin mirrors any more.
>> ??It/They may be out of date or missing some packages.
>> ??This affects the following mirror(s):
>
>I did get that message on one machine, which I think was set to the
>tu-dresden mirror, but not on another a few hours later that was set
>to www.mirrorservice.org. The latter looked like it was going to
>downgrade to 1.5 in the 'partial' package view. I didn't press Next to
>try.

mirrorservice.org is actually listed as being up-to-date so if that really
was happening then it looks like something else is going on.

cgf

--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Robert Pendell
On Wed, Dec 23, 2009 at 6:37 AM, Corinna Vinschen wrote:
> Hi,
>
> I just found an unfortunate side-effect of the move of the Cygwin 1.7
> release area.  If you use the new setup.exe for Cygwin 1.7 on a mirror
> which hasn't catched up with the update yet, you are in danger to
> overwrite your 1.7 installation with a Cygwin 1.5.25-based installation.
>
> Be *VERY* careful to check the packages setup tries to update.  If you
> see that it tries to "update" your Cygwin from 1.7.0-68 to 1.5.25-15,
> then CANCEL setup.exe IMMEDIATELY and try another mirror.
>
> Hopefully this negative side-effect has been rectified by the mirror
> updates within the next 24 hours.
>
>
> Corinna

Yes.  I noticed that and thanks for posting the message about it.  I
have globally denied access to my mirror for the moment until
unscheduled update is done.  Once the update has completed it will be
opened up again so if you are getting forbidden errors on it then you
know why.

Robert Pendell
shi...@elite-systems.org
CAcert Assurer
"A perfect world is one of chaos."

--
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



"mount -a" has no effect on the cygdrive prefix

2009-12-23 Thread Karl M


Hi All...
 
With the last 1.7.0 version and with a clean 1.7.1 install on an XP Pro SP3 
machine,
if I edit my fstab to change my cygdrive prefix and then do a "mount -a", my 
mounts
as shown by the mount command or catting mtab are not updated. I only tried it 
with
the cygdrive prefix, not with other mounts.
 
How soon should we start the "Way back in the Cygwin 1.7.0 days, things were 
much..."
musings?
 
Thanks to all that made 1.7.1 with its new gcc, X11 and more POSIXy world 
possible.
What a great Christmas present...great new free software.
 
Thanks,
 
...Karl   
_
Hotmail: Free, trusted and rich email service.
http://clk.atdmt.com/GBL/go/171222984/direct/01/

--
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



Questions about gnu debug

2009-12-23 Thread Liming
I read the FAQ, but still very confused, please help.

1.
I have a project written by C++, I want to debug it under Cygwin. I
know I can use g++ -g, but I think this is for a single .cpp file. How
to debug a whole Project? Anyway to debug the project inside a windows like 
editor?

2. The gnu C++ under Cygwin only support 32 bit windowss vista or 7. Is that 
right? Thanks!



  

--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Christopher Faylor
On Wed, Dec 23, 2009 at 11:24:52AM -0500, Robert Pendell wrote:
>On Wed, Dec 23, 2009 at 6:37 AM, Corinna Vinschen wrote:
>>I just found an unfortunate side-effect of the move of the Cygwin 1.7
>>release area.  ??If you use the new setup.exe for Cygwin 1.7 on a
>>mirror which hasn't catched up with the update yet, you are in danger
>>to overwrite your 1.7 installation with a Cygwin 1.5.25-based
>>installation.
>>
>>Be *VERY* careful to check the packages setup tries to update.  ??If
>>you see that it tries to "update" your Cygwin from 1.7.0-68 to
>>1.5.25-15, then CANCEL setup.exe IMMEDIATELY and try another mirror.
>>
>>Hopefully this negative side-effect has been rectified by the mirror
>>updates within the next 24 hours.
>
>Yes.  I noticed that and thanks for posting the message about it.  I
>have globally denied access to my mirror for the moment until
>unscheduled update is done.  Once the update has completed it will be
>opened up again so if you are getting forbidden errors on it then you
>know why.

If people are really able to use out-of-date mirrors without getting a
warning then perhaps one of our vast pool of setup.exe developers would
be interested in figuring out why?

cgf

--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Robert Pendell
On Wed, Dec 23, 2009 at 12:08 PM, Christopher Faylor wrote:
> On Wed, Dec 23, 2009 at 11:24:52AM -0500, Robert Pendell wrote:
>>On Wed, Dec 23, 2009 at 6:37 AM, Corinna Vinschen wrote:
>>>I just found an unfortunate side-effect of the move of the Cygwin 1.7
>>>release area.  ??If you use the new setup.exe for Cygwin 1.7 on a
>>>mirror which hasn't catched up with the update yet, you are in danger
>>>to overwrite your 1.7 installation with a Cygwin 1.5.25-based
>>>installation.
>>>
>>>Be *VERY* careful to check the packages setup tries to update.  ??If
>>>you see that it tries to "update" your Cygwin from 1.7.0-68 to
>>>1.5.25-15, then CANCEL setup.exe IMMEDIATELY and try another mirror.
>>>
>>>Hopefully this negative side-effect has been rectified by the mirror
>>>updates within the next 24 hours.
>>
>>Yes.  I noticed that and thanks for posting the message about it.  I
>>have globally denied access to my mirror for the moment until
>>unscheduled update is done.  Once the update has completed it will be
>>opened up again so if you are getting forbidden errors on it then you
>>know why.
>
> If people are really able to use out-of-date mirrors without getting a
> warning then perhaps one of our vast pool of setup.exe developers would
> be interested in figuring out why?
>
> cgf

Well I use my own mirror too so I wanted to get it up to date anyways.
 The warning does come up when the mirror is not on the list so that
is not the issue.  I think it is very possible for someone to click
yes anyways and end up downgrading their install by accident.

--
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: cygwin 1.7: perl/perl package has wrong description

2009-12-23 Thread Reini Urban
2009/12/21 Bruce Cran:
> I have a cygwin 1.7 installation, and went to install perl today. I
> noticed that both perl/perl and perl/perl_manpages both have the same
> description, "perl manpages".

Oops. This was online only.
Just fixed it.

Thanks Bruce!
-- 
Reini Urban
http://phpwiki.org/   http://murbreak.at/

--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Christopher Faylor
On Wed, Dec 23, 2009 at 12:56:23PM -0500, Robert Pendell wrote:
>Well I use my own mirror too so I wanted to get it up to date anyways.
> The warning does come up when the mirror is not on the list so that
>is not the issue.

Are you saying that you actually *saw* the message?  In that case, you
ignore the warning at your peril.

>I think it is very possible for someone to click yes anyways and end up
>downgrading their install by accident.

Yes, I'm aware of the fact that people do stupid things.  I do read the
Cygwin mailing list, after all.

cgf

--
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: 1.7.1: Mintty/bash window start: -bash: regtool: command not found

2009-12-23 Thread Lee D. Rothstein

Andy Koppe wrote:

2009/12/23 Lee D. Rothstein:
  

Just installed 1.7.1.  Bravo, again.

Everything seems to be working okay, but every time I start up a Mintty/Bash
window I get the following
error message.

-bash: regtool: command not found

Shortcut is:

C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 -

'regtool' does not appear in my profile nor my bashrc.

Huh?



There's a regtool call in /etc/profile:

PRINTER="`regtool -q get '\user\Software\Microsoft\Windows
NT\CurrentVersion\Window\Device' | sed 's/,.*$//'`"

I can reproduce this as follows:

- Leave a Cygwin session open.
- Run setup.exe
- Select reinstall for cygwin-1.7.1-1.
- Click next
- "in-use files detected" appears
- Click retry.

Strangely, 'retry' is accepted even without closing all Cygwin
processes. But it doesn't seem to make a difference to the outcome
anyway: regtool and also mount and ps aren't installed.

It can be fixed by reinstalling the cygwin package again, this time
without any Cygwin processes running.

  

Thanks, Andy, this fixed the sucker! And too, regtool did get installed.

Is this a setup bug?

--
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



Cygwin-doc 1.5, with Cygwin 1.7.1?

2009-12-23 Thread Lee D. Rothstein

Is that correct?

--
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



git stopped working with 1.7.1

2009-12-23 Thread Kevin Layer
  la...@hobart128 /c/tmp
  $ git clone git:/repo/git/acl acl.test
  Initialized empty Git repository in /c/tmp/acl.test/.git/
  remote: Counting objects: 9205, done.
  remote: Compressing objects: 100% (3300/3300), done.
  fatal: The remote end hung up unexpectedly
  fatal: early EOFs:  62% (5708/9205)
  fatal: index-pack failed

  la...@hobart128 /c/tmp
  $ 

This is on XP 64-bit.  Also happens on Windows 7 64-bit (a fresh
install of 1.7.1).

I'm using binary mounts:

  $ mount
  C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
  C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
  C:/cygwin on / type ntfs (binary,auto)
  D:/cvs on /d/cvs type ntfs (text)
  C: on /c type ntfs (binary)
  D: on /d type ntfs (binary)
  E: on /e type ntfs (binary)
  X: on /x type smbfs (binary,notexec)
  Y: on /y type smbfs (binary,notexec)
  Z: on /z type smbfs (binary,notexec)
  N: on /cygdrive/n type smbfs (binary,posix=0,user,noumount,auto)

  la...@hobart128 /c/tmp
  $


At this point I have no idea what to do.  Ideas would be appreciated.
Thanks.

Kevin Layer

--
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



Incorrect permissions on mount point when user does not have permission to access mounted directory

2009-12-23 Thread Chris January

Hello,



I have drive I: mounted at /backup but the ACLs deny access to anyone not

in the Administrators group. I am in the Administrators group, but running

Windows 7 so I can only access the drive if I am running with elevated

privileges. If I run Cygwin without elevated privileges and type ls -l

/backup, Cygwin shows the following:



$ ls -l /backup

-rw-r--r-- 1 Chris None 0 2006-12-01 00:00 /backup



i.e. Cygwin incorrectly reports the mount point is a regular file and not

a directory.



$ mount

C:/cygwin/bin on /usr/bin type ntfs (binary,auto)

C:/cygwin/lib on /usr/lib type ntfs (binary,auto)

C:/cygwin on / type ntfs (binary,auto)

I: on /backup type unknown (binary,noacl)

C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)



$ uname -a

CYGWIN_NT-6.1 bonsai 1.7.0(0.218/5/3) 2009-12-04 17:08 i686 Cygwin



Chris



-- 

http://www.atomice.com


--
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



Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Harry G McGavran Jr

Updates using 1.5.25 have always worked, so I had
assumed my setup configuration files had managed
to stay intact.

But, after reading the new User Guide I tried
the new setup.exe and after about the third
package download from ftp://mirrors.kernel.org
I got:

Can't open
G:/installs/cygwin/packages/ftp%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwi
n%2f/release/GNOME/_obsolete/atk/atk-1.26.0-1.tar.bz2.tmp
for writing.

and when I click OK on that, setup just exits.

There is no _obsolete subdirectory in that tree.

What does one do now???

Harry McGavran


-- 

Harry G. McGavran, Jr.

E-mail: w5...@arrl.net




--
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: git stopped working with 1.7.1

2009-12-23 Thread Kevin Layer
  la...@hobart128 /c/tmp
  $ git clone git:/repo/git/acl acl.test
  Initialized empty Git repository in /c/tmp/acl.test/.git/
  remote: Counting objects: 9205, done.
  remote: Compressing objects: 100% (3300/3300), done.
  fatal: The remote end hung up unexpectedly
  fatal: early EOFs:  62% (5708/9205)
  fatal: index-pack failed

I should mention that the percentage at which it fails is random.  Out
of 40 times I've run the command above, it worked exactly 1 time.
Usually, however, the failures are anwhere from 20% to 63% on the
"early EOFs" line.

Also, other people seem to be having the issue, too:

http://stackoverflow.com/questions/1493645/git-fatal-remote-end-hung-up/1954050#1954050


--
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: HEADSUP: Check mirror carefully when updating your 1.7 installation

2009-12-23 Thread Robert Pendell
On Wed, Dec 23, 2009 at 1:00 PM, Christopher Faylor wrote:
> On Wed, Dec 23, 2009 at 12:56:23PM -0500, Robert Pendell wrote:
>>Well I use my own mirror too so I wanted to get it up to date anyways.
>> The warning does come up when the mirror is not on the list so that
>>is not the issue.
>
> Are you saying that you actually *saw* the message?  In that case, you
> ignore the warning at your peril.

Yes.  I made sure to update the mirror before the setup program had at
it for sure.  I seem to have a glitch though in my setup so I am going
to try and do a clean (and basic) 1.7.1 before posting a separate
message concerning it.

Anyways access was restored as soon as I got done and I can see it was
already added back anyways. ;)

--
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: Questions about gnu debug

2009-12-23 Thread Csaba Raduly
On Wed, Dec 23, 2009 at 6:48 PM, Liming  wrote:
> I read the FAQ, but still very confused, please help.
>
> 1.
> I have a project written by C++, I want to debug it under Cygwin. I
> know I can use g++ -g, but I think this is for a single .cpp file.

Hi Liming,
If you have a project with multiple C++ files, you can compile each
C++ file with "g++ -g" into an object file (usually with .o suffix).
Then you can link the object files together with ... "g++ -g", like
this:

g++ -g -o executable_name  a.o b.o ...

Then you have an executable with debug info, which you can load with gdb.

> How
> to debug a whole Project? Anyway to debug the project inside a windows like 
> editor?
>

If you used Windows IDEs, GDB needs time to get used to. It has an
extensive manual (search for "Debugging with GDB").

There are many GDB front-ends. I've been using ddd successfully. It
has a Cygwin package, I think (under Devel).

Emacs has gdb integration. It is a very powerful editor, but takes a
long time to learn.

Anther possibility is Eclipse (it has GDB integration too, but a bit
of an overkill, really). But it's fiddly to set up because it is a
Windows program and sometimes paths have to be translated between
Windows format and Cygwin.

Hope this helps,
Csaba
-- 
Life is complex, with real and imaginary parts

--
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



setup version 1.7.1-1 failure

2009-12-23 Thread Collin Monahan
I tried to upgrade to the 1.7.1-1 version on Windows 7 Home 64bit. Toward the 
end of the process I had to click through several modal dialogs which say:

The procedure entry point stpcpy could not be located in the dynamic link 
library cygwin1.dll.

Although I'm not too familiar with the way Cygwin setup works, that box seemed 
to be raised on configuration of several packages.

Then, following setup completion, when I click on cygwin.bat, I get the same 
message, and the Cygwin window closes without offering a prompt.

I was previously using one of the 1.5 versions on the same system without a 
problem.

thanks
Collin Monahan


  

--
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



Borken link on cygwin.com home page

2009-12-23 Thread Paul McFerrin

On the home page for cygwin.com, these is a broken link at:

Latest Cygwin DLL release version is
  1.7.1-1  (broken link) 



I'm cleaning up my 1.5 distro.  Boy I didn't tkink that day would come!
Good work to all you developers that contributed to this undertaking!

--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Larry Hall (Cygwin)

On 12/23/2009 02:24 PM, Harry G McGavran Jr wrote:


Updates using 1.5.25 have always worked, so I had
assumed my setup configuration files had managed
to stay intact.

But, after reading the new User Guide I tried
the new setup.exe and after about the third
package download from ftp://mirrors.kernel.org
I got:

Can't open
G:/installs/cygwin/packages/ftp%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwi
n%2f/release/GNOME/_obsolete/atk/atk-1.26.0-1.tar.bz2.tmp
for writing.

and when I click OK on that, setup just exits.

There is no _obsolete subdirectory in that tree.

What does one do now???


Try again.  ftp://mirrors.kernel.org/sourceware/cygwin/release/GNOME/ shows 
that

directory now.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
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: setup version 1.7.1-1 failure

2009-12-23 Thread Christopher Faylor
On Wed, Dec 23, 2009 at 12:15:21PM -0800, Collin Monahan wrote:
>I tried to upgrade to the 1.7.1-1 version on Windows 7 Home 64bit. Toward the 
>end of the process I had to click through several modal dialogs which say:
>
>The procedure entry point stpcpy could not be located in the dynamic link 
>library cygwin1.dll.

That sounds like you have more than one version of cygwin1.dll on your
system.

See:

>Problem reports:   http://cygwin.com/problems.html

For steps to diagnose problems like this.

--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Harry G McGavran Jr

>Try again. ftp://mirrors.kernel.org/sourceware/cygwin/release/GNOME/ shows that
>directory now.
>
>
>--
>Larry Hall  http://www.rfk.com
>RFK Partners, Inc.  (508) 893-9779 - RFK Office
>216 Dalton Rd.  (508) 893-9889 - FAX
>Holliston, MA 01746

I just did, but I still get the same error

  Harry McGavran



-- 

Harry G. McGavran, Jr.

E-mail: w5...@arrl.net




--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Larry Hall (Cygwin)

On 12/23/2009 04:19 PM, Harry G McGavran Jr wrote:

I just did, but I still get the same error


OK, if another mirror doesn't help either, you'll need to look at 
/var/log/setup.log.full

for a clue.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Harry G McGavran Jr

After the try again suggestion failing, I cd'd to
G:/installs/cygwin/packages/ftp%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwi
n%2f/release
and did a mkdir -p GNOME/_obsolete/atk.

Then I tried setup again, and it got past that package and came
to another where it claimed it couldn't write to base-cygwin.

So I did a mkdir base-cygwin and tried again.

Then it got to where it claimed it couldn't write to base-files,
so I did a mkdir base-files.

Then it got to where it claimed it couldn't write to base-passwd,
so I decided this is getting very very old.
Something isn't right.  Yet, 1.5.25 never had such troubles
in this directory

Harry McGavran



-- 

Harry G. McGavran, Jr.

E-mail: w5...@arrl.net




--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Harry G McGavran Jr

Here's setup.log.full just after I tried setup again
following the last mkdir I did...



2009/12/23 14:34:32 Starting cygwin install, version 2.673
2009/12/23 14:34:32 io_stream_cygfile: fopen(/etc/setup/setup.rc) failed 2 No 
such file or directory
2009/12/23 14:34:32 io_stream_cygfile: fopen(/etc/setup/net-method) failed 2 
No such file or directory
2009/12/23 14:34:32 io_stream_cygfile: fopen(/etc/setup/net-proxy-host) failed 
2 No such file or directory
2009/12/23 14:34:32 io_stream_cygfile: fopen(/etc/setup/net-proxy-port) failed 
2 No such file or directory
2009/12/23 14:34:32 io_stream_cygfile: fopen(/etc/setup/extrakeys) failed 2 No 
such file or directory
2009/12/23 14:34:32 io_stream_cygfile: fopen(/etc/setup/chooser_window_settings
) failed 2 No such file or directory
2009/12/23 14:34:32 Current Directory: G:\installs\cygwin\packages\
2009/12/23 14:34:32 User has backup/restore rights
2009/12/23 14:34:32 Changing gid to Administrators
2009/12/23 14:34:32 Could not open service McShield for query, start and stop. 
McAfee may not be installed, or we don't have access.
2009/12/23 14:34:36 source: network install
2009/12/23 14:34:37 root: C:\cygwin\ binary system
2009/12/23 14:34:38 Selected local directory: G:\installs\cygwin\packages\
2009/12/23 14:34:39 net: Direct
Loaded cached mirror list
get_url_to_membuf http://cygwin.com/mirrors.lst
getUrlToStream http://cygwin.com/mirrors.lst
2009/12/23 14:34:40 site: ftp://mirrors.kernel.org/sourceware/cygwin/
get_url_to_membuf ftp://mirrors.kernel.org/sourceware/cygwin//setup.bz2
getUrlToStream ftp://mirrors.kernel.org/sourceware/cygwin//setup.bz2
ftp > 220 Welcome to mirrors.kernel.org.
ftp > 331 Please specify the password.
ftp > 230-  Welcome to the
ftp > 230-
ftp > 230-  Welcome to the mirrors archives of the
ftp > 230-  LINUX KERNEL ARCHIVES
ftp > 230-mirrors.kernel.org
ftp > 230-
ftp > 230-This site contains mirrors of other archives.  If you are looking for
ftp > 230-   the Linux Kernel Archives, please go to ftp.kernel.org instead.
ftp > 230-
ftp > 230-This site is provided as a public service by the Linux Kernel
ftp > 230-Organization, a California nonprofit corporation.  Bandwidth is
ftp > 230-provided by The Internet Software Consortium, Inc.  Our servers are
ftp > 230-located in San Francisco and Palo Alto, California; Corvallis, 
Oregon;
ftp > 230-Amsterdam, Netherlands and Umeå, Sweden; use in violation of any
ftp > 230-applicable laws strictly prohibited.
ftp > 230-
ftp > 230-Due to U.S. Exports Regulations, all cryptographic software on this
ftp > 230-site is subject to the following legal notice:
ftp > 230-
ftp > 230-This site includes publicly available encryption source code
ftp > 230-which, together with object code resulting from the compiling of
ftp > 230-publicly available source code, may be exported from the United
ftp > 230-States under License Exception "TSU" pursuant to 15 C.F.R. 
Section
ftp > 230-740.13(e).
ftp > 230-
ftp > 230-This legal notice applies to cryptographic software only.  Please see
ftp > 230-the Bureau of Industry and Security (http://www.bis.doc.gov/) for 
more
ftp > 230-information about current U.S. regulations.
ftp > 230-
ftp > 230-Neither the Linux Kernel Organization, nor its sponsors make any
ftp > 230-guarantees, explicit or implicit, about the contents of this site.
ftp > 230-Use at your own risk.
ftp > 230-
ftp > 230-This site is accessible via the following mechanisms:
ftp > 230-
ftp > 230-  FTP ftp://ftp.kernel.org/pub/
ftp > 230-  HTTPhttp://www.kernel.org/pub/
ftp > 230-  RSYNC   rsync://rsync.kernel.org/pub/
ftp > 230-
ftp > 230-NFS and SMB/CIFS are no longer available.
ftp > 230-
ftp > 230-For comments on this site, please contact .
ftp > 230-Please do not use this address for questions that are not related to
ftp > 230-the operation of this site.  Please see our homepage at
ftp > 230-http://www.kernel.org/ for links to Linux documentation resources.
ftp > 230-
ftp > 230 Login successful.
ftp > 200 Switching to Binary mode.
ftp > 227 Entering Passive Mode (204,152,191,39,77,128).
ftp > 150 Opening BINARY mode data connection for /sourceware/cygwin//setup.bz2
 (232513 bytes).
get_url_to_membuf ftp://mirrors.kernel.org/sourceware/cygwin//setup.bz2.sig
getUrlToStream ftp://mirrors.kernel.org/sourceware/cygwin//setup.bz2.sig
ftp > 226 File send OK.
ftp > 227 Entering Passive Mode (204,152,191,39,255,168).
ftp > 150 Opening BINARY mode data connection for /sourceware/cygwin//setup.bz2
.sig (65 bytes).
2009/12/23 14:34:54 io_stream_cygfile: fopen(/etc/setup/new-cygwin-version) 
failed 2 No such file or directory
get_url_to_file ftp://mirrors.kernel.org/sourceware/cygwin//release/alternative
s/alternatives-1.3.30c-10.tar.bz2 G:\installs\cygwin\packages\/ftp%3a%2f%2fmirr
ors.kernel.org%2fsourceware%2fcyg

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-23 Thread René Berber
XYM wrote:

> I have encountered same problem after upgrading to 1.7.x. First to say that
> I'm not so familiar with all of that.
> 
> I was running a ssh-server and connect with Putty to my server using a
> tunnel. Everything works fine till today. After upgrading to 1.7.x and
> trying to connect to my server I get the following message:
> 
> 
> 2 [main] -bash 3776 C:\CygWin\bin\bash.exe: *** fatal error - couldn't
> dynamically determine load address for 'WSAGetLastError' (handle
> 0x), Win32 error 126
> 
> Tried to set up new sshd but no change.

The error above is a client side error, you re-installed the server
which is not the problem.

In fact is not even a client side error, is bash complaining after you
logged in, the error code means "The specified module could not be
found." so it looks like bash is not finding all its libraries... but I
could be wrong, never seen an error message like that.
-- 
René Berber


--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Larry Hall (Cygwin)

On 12/23/2009 04:48 PM, Harry G McGavran Jr wrote:


Here's setup.log.full just after I tried setup again
following the last mkdir I did...







ftp>  227 Entering Passive Mode (204,152,191,39,247,39).
ftp>  150 Opening BINARY mode data connection for /sourceware/cygwin//release/b
ase-files/base-files-3.9-3.tar.bz2 (44672 bytes).
2009/12/23 14:35:32 Download G:\installs\cygwin\packages\/ftp%3a%2f%2fmirrors.k
ernel.org%2fsourceware%2fcygwin%2f/release/base-files/base-files-3.9-3.tar.bz2
wrong size (0 actual vs 44672 expected)
get_url_to_file ftp://mirrors.kernel.org/sourceware/cygwin//release/base-passwd
/base-passwd-3.1-1.tar.bz2 G:\installs\cygwin\packages\/ftp%3a%2f%2fmirrors.ker
nel.org%2fsourceware%2fcygwin%2f/release/base-passwd/base-passwd-3.1-1.tar.bz2.
tmp
ftp>  226 File send OK.
ftp>  227 Entering Passive Mode (204,152,191,39,223,193).
ftp>  150 Opening BINARY mode data connection for /sourceware/cygwin//release/b
ase-passwd/base-passwd-3.1-1.tar.bz2 (553 bytes).
2009/12/23 14:35:32 mbox fatal: Can't open G:\installs\cygwin\packages\/ftp%3a%
2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/release/base-passwd/base-passw
d-3.1-1.tar.bz2.tmp for writing: No such file or directory
2009/12/23 14:35:37 Ending cygwin install


OK, you're getting nowhere fast.  I don't see the file sizes being created as
anything but 0.  So here are a few questions:

  1. Can you create a file in any of these directories yourself?
  2. Is this a local or network drive?
  3. Does it work better if you create a new, local directory to download into?
  4. What if you used http instead of ftp?

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
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: git stopped working with 1.7.1

2009-12-23 Thread Kevin Layer
  la...@hobart128 /c/tmp
  $ git clone git:/repo/git/acl acl.test
  Initialized empty Git repository in /c/tmp/acl.test/.git/
  remote: Counting objects: 9205, done.
  remote: Compressing objects: 100% (3300/3300), done.
  fatal: The remote end hung up unexpectedly
  fatal: early EOFs:  62% (5708/9205)
  fatal: index-pack failed

  la...@hobart128 /c/tmp
  $ 

I have no problem ssh'ing to the `git' host, btw.


I went back to 1.5.25-15 and git works again (of course, it's an older
version of git, 1.6.1.2).



I tried to install 1.6.1.2 on 1.7.1, but it didn't work.  The clone
complained that the index-pack program was missing.  I did the usual

  ./configure && make && make install

so I'm not sure what else to try.



I still have cygwin 1.7.1 installed on a Windows 7 machine, so I can
try 1.6.1.2 if someone can help me get it installed properly.


Since Windows 7 isn't supported with 1.5, I really need to figure this
out.

Thanks for any help you can provide.

Kevin

--
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: git stopped working with 1.7.1

2009-12-23 Thread Kevin Layer
  I tried to install 1.6.1.2 on 1.7.1, but it didn't work.  The clone
  complained that the index-pack program was missing.  I did the usual

./configure && make && make install

  so I'm not sure what else to try.


I copied git-index-pack.exe from the build directory to
/usr/local/libexec/git-core/ and now 1.6.1.2 behaves the same as the
cygwin-built git:

  la...@hobart256 ~
  $ git clone git:/repo/git/acl acl
  Initialized empty Git repository in /home/layer/acl/.git/
  remote: Counting objects: 9205, done.
  remote: Compressing objects: 100% (3300/3300), done.
  fatal: The remote end hung up unexpectedly
  fatal: early EOFs:  32% (2946/9205)
  fatal: index-pack failed

  la...@hobart256 ~


So, it would seem that something in cygwin, not git, has made this
fail, since git 1.6.1.2 is working for me with cygwin 1.5.25.

Kevin

--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Harry G McGavran Jr

>OK, you're getting nowhere fast.  I don't see the file sizes being created as
>anything but 0.  So here are a few questions:
>
>
>  1. Can you create a file in any of these directories yourself?
  Yes
>  2. Is this a local or network drive?
  Local -- FAT32
>  3. Does it work better if you create a new, local directory to download into?
  No -- my package directory is G:/cygwin/installs/packages.
  I mv'd that to G:/cygwin/installs/packages.sav
  and make G:/cygwin/installs/packages again.
  But Setup failed again in the same way.
  I (or any local user) can write that drive
  and it's subdirectories just fine...
>  4. What if you used http instead of ftp?
  No difference -- same problem.
>
>
>--
>Larry Hall  http://www.rfk.com
>RFK Partners, Inc.  (508) 893-9779 - RFK Office
>216 Dalton Rd.  (508) 893-9889 - FAX
>Holliston, MA 01746


This is with Windows XP SP3.  Cygwin's root is C:/cygwin.
Drive C: is NTFS and G: is FAT32.

Harry


-- 

Harry G. McGavran, Jr.

E-mail: w5...@arrl.net




--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Larry Hall (Cygwin)

On 12/23/2009 05:15 PM, Harry G McGavran Jr wrote:

  2. Is this a local or network drive?

   Local -- FAT32


I'm going to guess this is the problem.  Any chance you can try again and
point to a NTFS formatted partition?

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
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



The procedure entry point stpcpy could not be located in the dynamic link library cygwin1.dll

2009-12-23 Thread Reid Thompson

I'm getting the subject error on attempting to update.
Any pointer or suggestions for a remedy?

removed the attached the error screen shot as mailing list disallowed it.

pasted it here
http://tinypic.com/view.php?pic=2mwaygw&s=6


Thanks
reid


--
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: The procedure entry point stpcpy could not be located in the dynamic link library cygwin1.dll

2009-12-23 Thread Jason Pyeron
> -Original Message-
> From: Reid Thompson
> Sent: Wednesday, December 23, 2009 17:25
> Subject: The procedure entry point stpcpy could not be 
> located in the dynamic link library cygwin1.dll
> 
> I'm getting the subject error on attempting to update.
> Any pointer or suggestions for a remedy?
> 
> removed the attached the error screen shot as mailing list 
> disallowed it.
> 
> pasted it here
> http://tinypic.com/view.php?pic=2mwaygw&s=6

Could you move the dialog, I would like to see which part of the setup it is in.

Thanks.

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.

 


--
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: 1.5.25: ocamlrun crashes with GetModuleHandleA not located

2009-12-23 Thread Misha Aizatulin

  I just updated to 1.7 and the error is gone. Thanks! Still interested
what exactly was happening though.

Misha

--
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: The procedure entry point stpcpy could not be located in the dynamic link library cygwin1.dll

2009-12-23 Thread Reid Thompson

Jason Pyeron wrote:


Could you move the dialog, I would like to see which part of the setup it is in.

Thanks.


I think i've gotten past it.  I found and renamed the infrarecorder installed
C:\Program Files\InfraRecorder\cdrtools  cygwin1.dll and the cygwin /bin/cygwin1.dll. Re-ran setup marked to 
reinstall cygwin and it installed an updated cygwin1.dll.



$ ls -rlt cygwin1*
-rwx--x---  1 Administrator None  1800981 2005-09-12 23:25 cygwin1-20050912.dll
-rwxr-x---  1 Administrator None  1295582 2005-09-12 23:27 cygwin1.dll.orig
-rwxr-x---+ 1 Administrator Users 1872884 2008-06-12 13:35 cygwin11.dll
-rwxr-xr-x  1 Administrator root  2477372 2009-12-07 05:51 cygwin1.dll

--
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



Updating the Wikipedia entry for Cygwin

2009-12-23 Thread DePriest, Jason R.
Does anyone on the list keep an eye on the Wikipedia entry for Cygwin?

It is where you would expect: http://en.wikipedia.org/wiki/Cygwin for
the English Wikipedia.

It has the current version as "1.5.25-15 / 14 June 2008".

Someone with a better understanding of the fundamental changes may
want to update the entry to reflect the release of version 1.7.

Thanks.

-Jason

--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Harry G McGavran Jr

>On 12/23/2009 05:15 PM, Harry G McGavran Jr wrote:
>>
>>   2. Is this a local or network drive? 
>>
>>Local -- FAT32 
>>
>
>I'm going to guess this is the problem.  Any chance you can try again and
>point to a NTFS formatted partition?

Yes, that fixed it.  I'd sure like to be able to keep my package
directory on the FAT32 partition.  Is there any chance that
will ever work again?  It worked fine with 1.5.25.

  Harry 

>
>
>
>
>--
>Larry Hall  http://www.rfk.com
>RFK Partners, Inc.  (508) 893-9779 - RFK Office
>216 Dalton Rd.  (508) 893-9889 - FAX
>Holliston, MA 01746

-- 

Harry G. McGavran, Jr.

E-mail: w5...@arrl.net




--
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



Two questions

2009-12-23 Thread Gregg Levine
Hello!
With the release of version 1.7.1 I decided to install it, and had a
few issues with the beta one.

I decided to install it into its own folder, cygwin171.

Here are the two questions:
How do I move the normally running services that Cygwin supplies from
the regular folder to my new one?

Following that, how do I remove the old folder?

Here's the thing, Windows insists that I am the Administrator on this
laptop. Everything that happened with regards to Cygwin seems to
suggest that is not the case.

And in this case the profile for Cygwin was installed while running
the launcher as administrator.

Please note, I have been away from Cygwin for some years, perhaps as
much seven years.

-- 
-
Gregg C Levine gregg.drw...@gmail.com
"This signature was once found posting rude
 messages in English in the Moscow subway."

--
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: Upgrade from 1.5.25 to 1.7.1 fails.

2009-12-23 Thread Larry Hall (Cygwin)

On 12/23/2009 06:53 PM, Harry G McGavran Jr wrote:



On 12/23/2009 05:15 PM, Harry G McGavran Jr wrote:


   2. Is this a local or network drive?

Local -- FAT32



I'm going to guess this is the problem.  Any chance you can try again and
point to a NTFS formatted partition?


Yes, that fixed it.  I'd sure like to be able to keep my package
directory on the FAT32 partition.  Is there any chance that
will ever work again?  It worked fine with 1.5.25.


And "setup.exe" has undergone allot of work since the 1.5.25 days too.
AFAIK, no one was consciously disabling FAT32 drives for "setup.exe" so
in that respect, I would expect that this could be rectified.  But Cygwin
itself is more and more restricted by the lack of permissions on FAT
and FAT32 partitions, so there is an argument to be made for not
spending allot of time maintaining these less capable formats in
"setup.exe" either.  That said, I'm sure your report and the information
you've provided while narrowing this down with me will be helpful in
looking at the problem.  And I'm sure any patch that addresses it
will get serious attention. I can't say that I'll be the one providing
such a patch but if I get some time, I will look into it.  That statement
shouldn't stop someone else from doing the same though. :-)

Thanks again for helping track down the specifics here.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
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-installed cygwin 1.7 but still getting error running Perl

2009-12-23 Thread Wardman_Michael
Hi all

I am getting this error when I try to run Perl

$ perl -v
/usr/bin/perl.exe: error while loading shared libraries: ?: cannot open
shared object file: No such file or directory


I originally tried to used setup.exe to upgrade my 1.5.x cygwin to 1.7.x
and things seemed to be quite broken.

So, I renamed c:\cygwin to c:\cygwin.orig and started from scratch. 

Now I'm unable to run Perl :-(

Does anyone have any idea how to diagnose what's going wrong?

Thanks
~ Michael

 <> 


cygcheck.out
Description: cygcheck.out
--
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

A question about setup.exe

2009-12-23 Thread Paul McFerrin
I did the upgrade to 1.7.1-1 without any problems.  During the remainder 
of the day, I accidentally blew away my installation of 1.7.1-1.  I 
restored my installation from a backup several days old (1.7.0-65).  Now 
I'm trying to upgrade again.


Now the questions I have are:
When I run setup again, it downloads/installes everything in under a 
minute instead of the hour previously.  How can I "force" all of my 
installed packages obsolete to force a reload?  I hate to spend all that 
time checking the 200+ boxes on the packages page?


--
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



1.7 hangs installing libncurses8-5.5-10

2009-12-23 Thread Wes S
60% Cygwin Setup
Installing  libncurses8-5.5-10
/MZ|

Stops here.

I picked another mirror, downloaded everything again and installed.  
Stopped at same place.

W2K SP4

Wes



--
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: 1.7 hangs installing libncurses8-5.5-10

2009-12-23 Thread Charles Wilson
Wes S wrote:
> 60% Cygwin Setup
> Installing  libncurses8-5.5-10
> /MZ|
> 
> Stops here.
> 
> I picked another mirror, downloaded everything again and installed.  
> Stopped at same place.

I suspect you have a cygwin process still running, and cygncurses-8.dll
is in use.  Now, this /should/ cause a popup dialog telling you about
that -- maybe the dialog is hidden?

--
Chuck


--
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



File permissions on Vista

2009-12-23 Thread Mark Stewart

I saw Corinna Vinschen's posting

http://lists-archives.org/cygwin/30817-file-permission-hassles-on-vista.html


 Vista, these attributes give the file a 'shared' property, which adds a
 shared file overlay on the GUI icons. If you try to manipulate files from
 the Windows GUI, things become VERY slow. It can take minutes just to move


Sorry, I can't reproduce this.


I got this problem when I created a TAR file (on a Windows XP machine), 
and un-TARed it on Vista.  I'm glad I found your helpful posting so I 
can fix my /etc/passwd before I un-TAR some other TARs!


- Mark



--
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: Questions about gnu debug

2009-12-23 Thread Liming
Thanks. Csaba,

I still not so clear about gdb, I am usually use microsoft Visual Studio

1. With g++ -g -o executable_name  a.o b.o ...
Can I set break point? or this one only display the place the code has problem, 
then go to there to modify it?

2. For ddd, Emacs, Eclipse
Are they IDC with debug inside and can set break point? I just wondering if 
there has a software like Visual Studio IDE, so I can debug it inside it.

--- On Wed, 12/23/09, Csaba Raduly  wrote:

> From: Csaba Raduly 
> Subject: Re: Questions about gnu debug
> To: cygwin@cygwin.com
> Cc: linhai...@yahoo.com
> Date: Wednesday, December 23, 2009, 5:56 PM
> On Wed, Dec 23, 2009 at 6:48 PM,
> Liming 
> wrote:
> > I read the FAQ, but still very confused, please help.
> >
> > 1.
> > I have a project written by C++, I want to debug it
> under Cygwin. I
> > know I can use g++ -g, but I think this is for a
> single .cpp file.
> 
> Hi Liming,
> If you have a project with multiple C++ files, you can
> compile each
> C++ file with "g++ -g" into an object file (usually with .o
> suffix).
> Then you can link the object files together with ... "g++
> -g", like
> this:
> 
> g++ -g -o executable_name  a.o b.o ...
> 
> Then you have an executable with debug info, which you can
> load with gdb.
> 
> > How
> > to debug a whole Project? Anyway to debug the project
> inside a windows like editor?
> >
> 
> If you used Windows IDEs, GDB needs time to get used to. It
> has an
> extensive manual (search for "Debugging with GDB").
> 
> There are many GDB front-ends. I've been using ddd
> successfully. It
> has a Cygwin package, I think (under Devel).
> 
> Emacs has gdb integration. It is a very powerful editor,
> but takes a
> long time to learn.
> 
> Anther possibility is Eclipse (it has GDB integration too,
> but a bit
> of an overkill, really). But it's fiddly to set up because
> it is a
> Windows program and sometimes paths have to be translated
> between
> Windows format and Cygwin.
> 
> Hope this helps,
> Csaba
> -- 
> Life is complex, with real and imaginary parts
> 




--
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



Problems with SSHD service partially resolved (Other problem not resolved.)

2009-12-23 Thread Gregg Levine
Hello!
Okay, I've found and fixed the locations for the Windows Service
entries concerning my new location for Cygwin.

It does indeed confirm that the Cygwin service agent is indeed found
at my new directory.

But the SSHD service doesn't start as expected, it reports the same
issues found back in November, covering the 21 to the 23rd.

In case you are curious Larry, the first thing that I did when this
installation was completed I then ran the scripts for the SSH services
both host and client. And of course the regular service agent for
Cygwin.

My other problems are the typically idiotic Windows problems
concerning removing a directory (or a directory of directories). The
system refuses to believe that I have the rights to remove that
directory.
-
Gregg C Levine gregg.drw...@gmail.com
"This signature was once found posting rude messages in English in the
Moscow subway."

--
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



upgrade to 1.7 experience ; Cygwin.bat doesn't find home directory

2009-12-23 Thread Myron Flickner
I just upgraded my first XP Pro machine from 1.5 to 1.7 - a couple of minor 
issues

Part of the post-install failed with many popup dialogs  - "The procedure entry 
point __ctype_ptr__ could not be located in the dynamic link library 
cygwin1.dll".  

After a reboot bash wouldn't start  - same error message.  Reinstalling the 
base package cleared this issue up. 

Cygwin.bat doesn't find my home directory (which is a sym link) rathe it prints 
a message telling me that there isn't a ./.bashrc in /usr/bin.   Looks like 
Cygwin.bat is identical between 1.5 and 1.7 but the behavior is different.I 
thought this might be related to the mount point changes - but running 
copy-user-registry-fstab didn't change anything.I did notice that this 
script uses $USER  which isn't set for me.   I set it and re-ran the script but 
I don't see any difference.I never did see a /etc/fstab.d/$USER directory - 
but I don't have user mount points on this machine.  I also created a none sym 
link home directory but that didn't help either. 

Are other folks seeing this behavior ?   Any suggestions ?

imaging away / flick



  

--
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: Questions about gnu debug

2009-12-23 Thread Marco Atzeri
--- Gio 24/12/09, Liming ha scritto:

> Thanks. Csaba,
> 
> I still not so clear about gdb, I am usually use microsoft
> Visual Studio
> 
> 1. With g++ -g -o executable_name  a.o b.o ...
> Can I set break point? or this one only display the place
> the code has problem, then go to there to modify it?
> 

http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html

> 2. For ddd, Emacs, Eclipse
> Are they IDC with debug inside and can set break point? I
> just wondering if there has a software like Visual Studio
> IDE, so I can debug it inside it.
> 
> --- On Wed, 12/23/09, Csaba Raduly 

1) don't quote other email address. 
   Spammers like to receive fresh address.

2) don't post on top.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


Marco





--
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



How to install Legacy from scratch?

2009-12-23 Thread Fergus

Thanks for great new version.

1.7 uses setup.ini, draws from release/, uses setup.exe v.2.673.
1.5 uses setup-legacy.ini, draws from release-legacy/, uses setup.exe 
v.2.673 (i.e. the same version as 1.7).


My question is: how does a user install 1.5 from scratch (if desired or 
needed e.g. old faithful W98SE machine)?


One way is to download setup.exe, setup-legacy.ini and the entire 
release-legacy/*, change the .ini filename to setup.ini and then run 
setup.exe as a local install.


(Actually I haven't tried this yet, will one additionally have to rename 
the directory release-legacy/ to release/ and change all instances of 
release-legacy/ where they occur in the .ini file to release/? I guess 
it depends what setup.exe is expecting and whether the term 
release-legacy will trip it up.)


But how to manage a web install?

Thanks.

Fergus


--
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: How to install Legacy from scratch?

2009-12-23 Thread Andy Koppe
2009/12/24 Fergus:
> Thanks for great new version.
>
> 1.7 uses setup.ini, draws from release/, uses setup.exe v.2.673.
> 1.5 uses setup-legacy.ini, draws from release-legacy/, uses setup.exe
> v.2.673 (i.e. the same version as 1.7).

No, 1.5 you uses http://www.cygwin.com/setup-legacy.exe

Andy

--
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: upgrade to 1.7 experience ; Cygwin.bat doesn't find home directory

2009-12-23 Thread Christopher Faylor
On Wed, Dec 23, 2009 at 09:45:15PM -0800, Myron Flickner wrote:
>I just upgraded my first XP Pro machine from 1.5 to 1.7 - a couple of minor 
>issues
>
>Part of the post-install failed with many popup dialogs  - "The procedure 
>entry point __ctype_ptr__ could not be located in the dynamic link library 
>cygwin1.dll".  

Errors like this are indicative of more than one cygwin1.dll on your
system.

See:

>Problem reports:   http://cygwin.com/problems.html

Running cygcheck may find the offending copy of cygwin1.dll.  If it doesn't
then you will have to hunt it down yourself.

cgf

--
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: How to install Legacy from scratch?

2009-12-23 Thread Christopher Faylor
On Thu, Dec 24, 2009 at 07:18:19AM +, Fergus wrote:
>Thanks for great new version.
>
>1.7 uses setup.ini, draws from release/, uses setup.exe v.2.673.
>1.5 uses setup-legacy.ini, draws from release-legacy/, uses setup.exe 
>v.2.673 (i.e. the same version as 1.7).
>
>My question is: how does a user install 1.5 from scratch (if desired or 
>needed e.g. old faithful W98SE machine)?
>
>One way is to download setup.exe, setup-legacy.ini and the entire 
>release-legacy/*, change the .ini filename to setup.ini and then run 
>setup.exe as a local install.
>
>(Actually I haven't tried this yet, will one additionally have to rename 
>the directory release-legacy/ to release/ and change all instances of 
>release-legacy/ where they occur in the .ini file to release/? I guess 
>it depends what setup.exe is expecting and whether the term 
>release-legacy will trip it up.)
>
>But how to manage a web install?

Uh, huh?

If you want to install 1.5 then run setup-legacy.exe.  There shouldn't
be any mystery here.  And, you certainly don't want to play games with
renaming files because that's not going to work.

cgf

--
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: A question about setup.exe

2009-12-23 Thread Andy Koppe
2009/12/24 Paul McFerrin:
> I did the upgrade to 1.7.1-1 without any problems.  During the remainder of
> the day, I accidentally blew away my installation of 1.7.1-1.  I restored my
> installation from a backup several days old (1.7.0-65).  Now I'm trying to
> upgrade again.
>
> Now the questions I have are:
> When I run setup again, it downloads/installes everything in under a minute
> instead of the hour previously.

It wouldn't need to download the packages again, because they should
still be stored in setup.exe's local package directory. So it only
needs to do the install.

> How can I "force" all of my installed
> packages obsolete to force a reload?

If the backup and restore went correctly, you shouldn't need to,
because the install state of all packages is stored in the cygwin
directory, in /etc/setup. You can see which packages are going to be
upgraded by switching to the "Partial" view on setup.exe's package
selection screen.

Andy

--
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: upgrade to 1.7 experience ; Cygwin.bat doesn't find home directory

2009-12-23 Thread Myron Flickner
It appears that bash not finding the home directory is caused by a missing 
/etc/profile.   I copied over this file from a 1.5 system and now bash finds my 
profile  and .bashrc.   

Is this a bug or by design ? 

 imaging away / flick



- Original Message 

Sorry for the crappy formatting on my first post - this should be easier to 
read. 

I just upgraded my first XP Pro machine from 1.5 to 1.7 - a couple of minor 
issues

Part of the post-install failed with many popup dialogs  - "The procedure entry 
point __ctype_ptr__ could not be located in the dynamic link library 
cygwin1.dll".  

After a reboot bash wouldn't start  - same error message.  Reinstalling the 
base package cleared this issue up. 

Cygwin.bat doesn't find my home directory (which is a sym link) rathe it prints 
a message telling me that there
 isn't a ./.bashrc in /usr/bin.   Looks like Cygwin.bat is identical between 
1.5 and 1.7 but the behavior is 
different.I thought this might be related to the mount point changes - but 
running copy-user-registry-fstab
 didn't change anything.I did notice that this script uses $USER  which 
isn't set for me.   I set it and re-ran the
 script but I don't see any difference.I never did see a /etc/fstab.d/$USER 
directory - but I don't have user 
mount points on this machine.  I also created a none sym link home directory 
but that didn't help either.
 

Are other folks seeing this behavior ?   Any suggestions ?

imaging away / flick


  

--
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