Re: commands spends time in cygheap_user

2015-08-16 Thread mku
I changed cygwin1.dll to Version 2.2.1 and got the results shown in the
attached log file (
cygwin-time-lag.txt
http://cygwin.1069669.n5.nabble.com/file/n120553/cygwin-time-lag.txt  ).
I'm sorry to say that the problem has not disappeared with that patch.




--
View this message in context: 
http://cygwin.1069669.n5.nabble.com/commands-spends-time-in-cygheap-user-tp119766p120553.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



Updated: run-1.3.4-1

2015-08-16 Thread Achim Gratz

Version 1.3.4 of run, previously available as a test release, is
promoted to current.  This version fixes a bug that caused run to fail
or crash randomly.  Empty arguments are now handed through to the
command when autoquoting is used.  A portability issue has been resolved
and the documentation regarding long option names improved.

Changes:

1.3.4-1

* src/util.c (run2_quote_strdup): When quoting, do not simply skip
empty arguments but return ''.

* src/run.c (file_exists_multi): Hoist char* t out of loop and
initialize NULL.  Remove redundant truncation of fullname.

* src/run.c (xemacs_special): Replace stricmp with strcasecmp 
throughout.
* src/util.c (run2_ends_with): Ditto.

* src/run.c (parse_args): Implement -wait/--wait and
-quote/--quote as valid long options, we prefer the double-dash
variant.
* src/run.1.in: All long options are preferedly using leading
double dashes.  Document the fact that single slashes work on two
of them for backwards compatibility.


This version should promote to current on your favorite mirror within
the next day.

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




[ANNOUNCEMENT] Updated: run-1.3.4-1

2015-08-16 Thread Achim Gratz

Version 1.3.4 of run, previously available as a test release, is
promoted to current.  This version fixes a bug that caused run to fail
or crash randomly.  Empty arguments are now handed through to the
command when autoquoting is used.  A portability issue has been resolved
and the documentation regarding long option names improved.

Changes:

1.3.4-1

* src/util.c (run2_quote_strdup): When quoting, do not simply skip
empty arguments but return ''.

* src/run.c (file_exists_multi): Hoist char* t out of loop and
initialize NULL.  Remove redundant truncation of fullname.

* src/run.c (xemacs_special): Replace stricmp with strcasecmp 
throughout.
* src/util.c (run2_ends_with): Ditto.

* src/run.c (parse_args): Implement -wait/--wait and
-quote/--quote as valid long options, we prefer the double-dash
variant.
* src/run.1.in: All long options are preferedly using leading
double dashes.  Document the fact that single slashes work on two
of them for backwards compatibility.


This version should promote to current on your favorite mirror within
the next day.

-- 
  *** 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: Downloading Empty setup.ini File from Mirrors

2015-08-16 Thread Marco Atzeri



On 16/08/2015 16:19, Emily Jackson wrote:

When I try to update cygwin I get an empty setup.ini file and the only
packages that appear are the ones I already have installed--they are all
listed under Miscellaneous. I get this with every mirror I try and on
two different PCs, both running Windows 10. This is from setup.log:

2015/08/16 09:03:29 Starting cygwin install, version 2.871
2015/08/16 09:03:29 User has backup/restore rights
2015/08/16 09:03:29 Current Directory: C:\Users\Emily\Downloads\cygwin
2015/08/16 09:03:29 Could not open service McShield for query, start and
stop. McAfee may not be installed, or we don't have access.
2015/08/16 09:03:32 source: network install
2015/08/16 09:03:37 root: C:\cygwin64 system
2015/08/16 09:03:40 Selected local directory:
C:\Users\Emily\Downloads\cygwin
2015/08/16 09:03:42 net: Direct
2015/08/16 09:03:55 site: http://cygwin.mirror.constant.com/
2015/08/16 09:04:18 Changing gid back to original
2015/08/16 09:04:18 running: C:\cygwin64\bin\dash.exe
/etc/postinstall/0p_000_autorebase.dash
2015/08/16 09:04:27 Changing gid to Administrators
2015/08/16 09:04:29 note: Nothing needed to be installed
2015/08/16 09:04:29 Ending cygwin install

Thanks,

Emily



this one seems fine:

http://mirrors.kernel.org/sourceware/cygwin/
http://mirrors.kernel.org/sourceware/cygwin/

while
http://cygwin.mirror.constant.com

has crippled setup.ini


--
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: Downloading Empty setup.ini File from Mirrors

2015-08-16 Thread Jon TURNEY

On 16/08/2015 15:33, Marco Atzeri wrote:

On 16/08/2015 16:19, Emily Jackson wrote:

When I try to update cygwin I get an empty setup.ini file and the only
packages that appear are the ones I already have installed--they are all
listed under Miscellaneous. I get this with every mirror I try and on
two different PCs, both running Windows 10. This is from setup.log:


[...]


this one seems fine:

http://mirrors.kernel.org/sourceware/cygwin/
http://mirrors.kernel.org/sourceware/cygwin/

while
http://cygwin.mirror.constant.com

has crippled setup.ini


It seems that sourceware.org had a hiccup last night (disk full?), which 
caused an empty setup.ini to be generated


This has been resolved and a correct setup.ini generated, but that needs 
to propagate to all mirrors.



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



Downloading Empty setup.ini File from Mirrors

2015-08-16 Thread Emily Jackson
When I try to update cygwin I get an empty setup.ini file and the only
packages that appear are the ones I already have installed--they are all
listed under Miscellaneous. I get this with every mirror I try and on
two different PCs, both running Windows 10. This is from setup.log:

2015/08/16 09:03:29 Starting cygwin install, version 2.871
2015/08/16 09:03:29 User has backup/restore rights
2015/08/16 09:03:29 Current Directory: C:\Users\Emily\Downloads\cygwin
2015/08/16 09:03:29 Could not open service McShield for query, start and
stop. McAfee may not be installed, or we don't have access.
2015/08/16 09:03:32 source: network install
2015/08/16 09:03:37 root: C:\cygwin64 system
2015/08/16 09:03:40 Selected local directory:
C:\Users\Emily\Downloads\cygwin
2015/08/16 09:03:42 net: Direct
2015/08/16 09:03:55 site: http://cygwin.mirror.constant.com/
2015/08/16 09:04:18 Changing gid back to original
2015/08/16 09:04:18 running: C:\cygwin64\bin\dash.exe
/etc/postinstall/0p_000_autorebase.dash
2015/08/16 09:04:27 Changing gid to Administrators
2015/08/16 09:04:29 note: Nothing needed to be installed
2015/08/16 09:04:29 Ending cygwin install

Thanks,

Emily

--
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: mkvtoolnix-8.3.0-1

2015-08-16 Thread David Stacey

The following packages have been updated in the Cygwin distribution:

* mkvtoolnix-8.3.0-1
* mkvtoolnix-gui-8.3.0-1

MKVToolNix is a set of tools to create, alter and inspect Matroska
files (*.mkv, *.mka).

This is an update to the latest upstream release.

The MKVToolNix developers have deprecated the GTK+ GUI 'mmg' in favour
of the Qt-based 'mkvtoolnix-gui'. Upstream have announced their
intention to remove 'mmg' from a future version of MKVToolNix. I will
continue to provide 'mmg' for Cygwin until it is dropped upstream.

Dave.

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



Updated: mkvtoolnix-8.3.0-1

2015-08-16 Thread David Stacey

The following packages have been updated in the Cygwin distribution:

* mkvtoolnix-8.3.0-1
* mkvtoolnix-gui-8.3.0-1

MKVToolNix is a set of tools to create, alter and inspect Matroska
files (*.mkv, *.mka).

This is an update to the latest upstream release.

The MKVToolNix developers have deprecated the GTK+ GUI 'mmg' in favour
of the Qt-based 'mkvtoolnix-gui'. Upstream have announced their
intention to remove 'mmg' from a future version of MKVToolNix. I will
continue to provide 'mmg' for Cygwin until it is dropped upstream.

Dave.



Please upgrade cygwin cmake to 3.3.0

2015-08-16 Thread Xi Shen
Hi,

Could you please upgrade cygwin cmake to 3.3.0.



Xi Shen
about.me/davidshen

--
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: Cannot connect

2015-08-16 Thread Adam Dinwoodie

On 12/08/2015 15:23, Kai Hartrampf wrote:

Hello,

I'm located in China, Guangzhou and cannot connect for some reason.
I usually use IPSec, it works very well for me.
Please see the Log below, it says that I should report this problem to 
this mail.


I have already downloaded and re-installed the newest version of my VPN,
but it still doesn't work.

-
Aug 12 10:19:14 PM: WiTopia Windows 2.3.2.217
Aug 12 10:19:14 PM: Viscosity IPSec Engine Started
Aug 12 10:19:14 PM: Running on Microsoft Windows 10 Home
Aug 12 10:19:14 PM: -
Aug 12 10:19:14 PM: Bringing up interface
Aug 12 10:19:14 PM: Checking reachability status of connection...
Aug 12 10:19:15 PM: Connection is reachable. Starting connection attempt.
Aug 12 10:19:15 PM: 0 [main] vpnc 4484 find_fast_cwd: WARNING: 
Couldn't compute FAST_CWD pointer.  Please report this problem to

Aug 12 10:19:15 PM: the public mailing list cygwin@cygwin.com
Aug 12 10:19:15 PM: warning: unknown configuration directive in 
./config.conf at line 1

Aug 12 10:19:15 PM: te
Aug 12 10:19:15 PM: tevpnc version 0.5.3
Aug 12 10:19:15 PM: Device: WiTopia
Aug 12 10:19:15 PM: TAP-Win32 Driver Version 9.21
Aug 12 10:19:16 PM: response was invalid [1]: 
(ISAKMP_N_INVALID_EXCHANGE_TYPE)(7)

Aug 12 10:19:16 PM: Stream returned null value
Aug 12 10:19:16 PM: Lost pipe to helper service
Aug 12 10:19:16 PM: Bringing down interface
Aug 12 10:19:16 PM: Bringing down routes
Aug 12 10:19:16 PM: State changed to Disconnected


Hi Kai,

(Cc'ing you as I'm not sure you're signed up to the list.)

It looks like you're using WiTopia, which evidently uses some Cygwin 
applications under the covers. Your best bet is to contact WiTopia for 
support here; the people on this list will likely know nothing about how 
WiTopia uses Cygwin, so there is very little we can do.


If you do want to get support here, please take a look at the problem 
reporting guidelines at https://cygwin.com/problems.html. In particular, 
we need the `cygcheck -s -r -v` output, which tells us about your system 
configuration. If WiTopia haven't provided access to that utility, there 
is incredibly little we can do, so you will have to return to WiTopia 
for help.


It is probably also worth noting that, while WiTopia is a paid-for 
service, Cygwin is free, and the people on this mailing list are (with 
very few exceptions) volunteers. If you want paid-for support, as 
opposed to whatever the volunteers here decide to volunteer to look at, 
you should go hassle the people you're paying :)


Adam

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



OpenSSH client defaults

2015-08-16 Thread Max Polk
On a new 64-bit Cygwin install, no /etc/ssh* files or dirs exist, I
copied over id_dsa and id_dsa.pub into my ~/.ssh, nothing else, and
got the directory and file permissions right.

Kept running into this failure connecting:
debug1: Skipping ssh-dss key /MYPATH/.ssh/id_dsa for not in
PubkeyAcceptedKeyTypes

I noticed that PubkeyAcceptedKeyTypes is new.  Apparently the client
didn't let me login because id_dsa keys weren't acceptable to Cygwin
ssh client.

To fix it, I had to create a ~/.ssh/config file and I placed into it a
setting to explicitly permit id_dsa style keys (by adding ssh-dss* at
the end):

Host *
PubkeyAcceptedKeyTypes OTHERTHINGS,ssh-dss*

Without this ~/.ssh/config permitting id_dsa style keys.  In general,
to find what kinds of things you can add to PubkeyAcceptedKeyTypes in
your config file, run:

ssh -Q key

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



Updated: subversion-1.8.14-1

2015-08-16 Thread David Rothenberger
NEWS:
=
See CHANGES (URL below) for more information about the differences
between 1.8.0 and previous Subversion releases.

IMPORTANT: Please read the release notes (URL below) before
upgrading from a previous major release. 1.8 includes a new working
copy format with a manual upgrade operation. This will render your
working copy unusable with previous major releases. Furthermore,
there are some issues trying to upgrade corrupt working copies.

Please see the release notes

  http://subversion.apache.org/docs/release-notes/1.8.html

for more details about the changes in Subversion.

See

  http://svn.apache.org/repos/asf/subversion/tags/1.8.14/CHANGES

for more details about the changes in 1.8.14.

This release changes mod_dav_svn to no longer map requests to the local
filesystem.  Administrators of mod_dav_svn servers should read the
section about this in the release notes:
http://subversion.apache.org/docs/release-notes/1.8.html#mod_dav_svn-fsmap

DESCRIPTION:

Subversion is a version control system designed to be a compelling
successor to CVS.

Please see 

  http://svnbook.red-bean.com/nightly/en/index.html

for the latest official release of the Subversion Book.

QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

-- 
David Rothenberger    daver...@acm.org

Facts are stupid things.
-- President Ronald Reagan
   (a blooper from his speech at the '88 GOP convention)


[ANNOUNCEMENT] Updated: subversion-1.8.14-1

2015-08-16 Thread David Rothenberger
NEWS:
=
See CHANGES (URL below) for more information about the differences
between 1.8.0 and previous Subversion releases.

IMPORTANT: Please read the release notes (URL below) before
upgrading from a previous major release. 1.8 includes a new working
copy format with a manual upgrade operation. This will render your
working copy unusable with previous major releases. Furthermore,
there are some issues trying to upgrade corrupt working copies.

Please see the release notes

  http://subversion.apache.org/docs/release-notes/1.8.html

for more details about the changes in Subversion.

See

  http://svn.apache.org/repos/asf/subversion/tags/1.8.14/CHANGES

for more details about the changes in 1.8.14.

This release changes mod_dav_svn to no longer map requests to the local
filesystem.  Administrators of mod_dav_svn servers should read the
section about this in the release notes:
http://subversion.apache.org/docs/release-notes/1.8.html#mod_dav_svn-fsmap

DESCRIPTION:

Subversion is a version control system designed to be a compelling
successor to CVS.

Please see 

  http://svnbook.red-bean.com/nightly/en/index.html

for the latest official release of the Subversion Book.

QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

-- 
David Rothenberger    daver...@acm.org

Facts are stupid things.
-- President Ronald Reagan
   (a blooper from his speech at the '88 GOP convention)

--
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: Seg Fault in strftime

2015-08-16 Thread Michael Enright
On Wed, Aug 5, 2015 at 1:02 AM, Corinna Vinschen  wrote:
 On Aug  3 23:33, Michael Enright wrote:
 On Mon, Aug 3, 2015 at 9:52 AM, Michael Enright wrote:
  I'm interested in a solution at the libmozjs level

 Is there anything I can do to advance a solution in libmozjs?

 You could report the problem upstream, ideally.  Since the behaviour
 is not restricted to Cygwin (at least glibc and OpenBSD both use the
 same way to handle tm_zone/tm_gmtoff in strftime), they should be
 interested in a fix.

Looking at the upstream source it seems that they (mozilla.org) have
done something to allow their configure script to detect tm_zone's
presence. If the related configure variable HAVE_TM_ZONE_TM_GMTOFF is
defined as a result of configure's testing, then some code is enabled
that has the goal of getting those fields populated in the struct tm
that is passed to strftime. The steps are to transfer values from the
pseudo-tm struct they use to a temporary struct tm, call mktime with
that to get a time_t, pass the time_t to localtime_r, and then use the
resulting tm_zone and tm_gmtoffset values in the struct tm that they
pass to strftime. To me this all means that mozilla.org has the proper
code available and machinery to activate it.

I think the only reason there's a crash is because this mozilla.org
code is not enabled in cygwin's libmozjs185 for some reason.

I cloned the git repo that mozilla.org makes available and ran the
configure script. I was not able to build from the resulting setup,
but I was able to confirm that the HAVE_TM_ZONE_TM_GMTOFF macro is
defined. So the mozilla.org configure script does detect the members
on current Cygwin headers. Since that is the case the next step is to
look specifically at how libmozjs185 is built for distribution within
Cygwin.

Is there a possibility that the maintainer of Cygwin's library uses
hand-modified configure output to get around some problem, and that
stuff needs to be tweaked?

--
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: Please upgrade cygwin cmake to 3.3.0

2015-08-16 Thread Tony Kelman

Could you please upgrade cygwin cmake to 3.3.0.


Sure, will do (3.3.1 is available so will build that), give me a few days.

Just out of curiosity, any specific features introduced since 3.1.2 that 
you're really wanting to use?


-Tony


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