Re: possible to see windows created via sshd?

2015-03-10 Thread Herbert Stocker

On 09.03.2015 18:35, Andrey Repin wrote:

Greetings, Kevin Layer!


I'm running sshd on Windows (Server 2008 R2).  When I run Windows
programs via ssh the windows are not visible.  I realize this is a
long shot, but is there any fix or workaround or hack to this?


This is OS architectural change coming from Vista.


We run sshd under the cyg_server domain account.


Doesn't matter the user, services are running in a separate desktop session.
Only way to work around this is to start services from already logged in
user session, then windows will be created in it and will be visible.


i have another approach. i start a screen session from the logged in
user session and when i connect to my windows machine via ssh, i connect
to this screen session and start my windows programs there. screen is a
tool that comes with Cygwin.

screen also has another advance: if your ssh connection drops, or you
have to log out, your Cygwin command line tools and Windows programs
remain running.

BTW, after starting a screen session you can disconnect from it and
close the mintty window or DOS box you used for that. So there is no
such window remaining on your desktop.


best regards,

Herbert



But I feel that you've had different question in mind altogether.


--
WBR,
Andrey Repin (anrdae...@yandex.ru) 09.03.2015, 20:32

Sorry for my terrible english...


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




--
+49 176 6289 1952
+49 151 726 46412

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



rar multipart decompression tool?

2015-03-10 Thread Sivaram Neelakantan
Is there any commandline tool that can be used to decompress multipart
rar files?  I see only zip binaries in the installer.  What do people
use to decompress rar files especially multipart ones?

 sivaram
 -- 


--
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: rar multipart decompression tool?

2015-03-10 Thread DeTracey, Brendan
7-zip

https://cygwin.com/packages/x86/p7zip/


 -Original Message-
 From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On
 Behalf Of Sivaram Neelakantan
 Sent: March-10-15 8:13 AM
 To: cygwin@cygwin.com
 Subject: rar multipart decompression tool?
 
 Is there any commandline tool that can be used to decompress multipart rar
 files?  I see only zip binaries in the installer.  What do people use to 
 decompress
 rar files especially multipart ones?
 
  sivaram


--
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: rar multipart decompression tool?

2015-03-10 Thread Andrey Repin
Greetings, Sivaram Neelakantan!

 Is there any commandline tool that can be used to decompress multipart
 rar files?  I see only zip binaries in the installer.  What do people
 use to decompress rar files especially multipart ones?

rar of course.
How's this a Cygwin question?


--
WBR,
Andrey Repin (anrdae...@yandex.ru) 10.03.2015, 14:28

Sorry for my terrible english...


--
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: rar multipart decompression tool?

2015-03-10 Thread Tony Kelman

7-zip

https://cygwin.com/packages/x86/p7zip/


Note that Rar support is under a non-OSI-approved restrictive license,
so the Cygwin package for p7zip removes it with a patch. You should be
able to use the native Windows command-line 7z.exe for that though.

-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



Re: Cygwin SSHD logon Error - Unable to load C:\Windows\System33\userenv.dll

2015-03-10 Thread Georg Nikodym
On 2015 03 10 09:04 , Max Rockliff wrote:
 Yes, my cygwin is really located in C:\cygwin.  That was the default install
 folder and I thought it would ok.

Yes, c:\cygwin is the default location but your error message said
c:\cgwin (missing the 'y').  I pointed that out as a hint for you to
hunt for that typo elsewhere.

Sad to say, I don't have any special insight here.

I'm updating cygwin on one of my machines (long past due) and will be on
the lookout for this kind of problem.

-g




signature.asc
Description: OpenPGP digital signature


Re: [PATCH setup 4/4] Silently ignore 'x' and 'g' type tar extended headers

2015-03-10 Thread Jon TURNEY

On 06/03/2015 06:08, Achim Gratz wrote:

Jon TURNEY writes:

It seems that base-files has an 'x' extended header for each file, apparently to
store the mtime.


That's a result of me having built that file on openSUSE and openSUSE's
decision to default to POSIX format instead of GNU.


Hmm... maybe I should drop this patch, if the correct thing to do is to 
build base-files with tar --format=gnu?




Cron not working

2015-03-10 Thread Stefan Schumacher

Hello

I am trying to set up a cron job to run a script every 10 minutes. I 
have installed cron via the installer and configured it with cron-config
 to run as a system service.
Mar 10 14:11:33 stefan-PC cron: PID 3408: `cron' service started

This is stefan's crontab, generated with crontab -e.
*/10 * * * * /cygdrive/c/Users/stefan/copy_from_fileserver

According to /var/log/messages the cron job is executed correctly, but 
no test file is generated in the directory. Calling copy_from_fileserver
 from the command line works without complications and copies the 
file from the server as it should.

Mar 10 14:40:01 stefan-PC /usr/sbin/cron: PID 2340: (stefan) CMD 
(/cygdrive/c/Users/stefan/copy_from_fileserver)

How can I get this working? 

Yours

Stefan





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



[newlib-cygwin] Created branch 'refs/meta/config'

2015-03-10 Thread Corinna Vinschen
The branch 'refs/meta/config' was created pointing to:

 beaaada... Initial project.config


Re: Xorg server 1.7.1 spontaneously exiting with clipboard message

2015-03-10 Thread Jon TURNEY

On 08/03/2015 22:37, Jim Reisert AD1C wrote:

Occasionally my X server will spontaneously exit.  This usually
happens when the computer is left unattended.  I've attached the Xwin
log file as well as my Cygwin configuration.


Thanks.

This is pretty baffling, it just looks like the X server is deciding it 
needs to stop.


If this happens again, can you show me the ~/.xsession-errors file as well?

Do you have a ~/.startxwinrc?  What are it's contents?

Do you think this is perhaps associated with the unattended machine 
turning off the monitor? Or going into sleep/hibernate?


--
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
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: xwin Exit menu item doesn't work

2015-03-10 Thread Jon TURNEY

On 10/03/2015 06:57, Matt Seitz (matseitz) wrote:

Steps to reproduce:
-Right click XWin notification tray icon
-Left click Exit...

Expected results:  XWin notification tray icon disappears and process ends

Actual results:  No change, XWin continues to run


I can't reproduce this.

If this is easy for you to reproduce, could you show me the logfile 
produced on reproduction, after starting XWin with the '-logverbose 3' 
option?


It might be worthwhile to check that are stopping the X server you think 
you are, if you accidentally have multiple X servers running, some of 
which have been hidden in the notification area?


--
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
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 SSHD logon Error - Unable to load C:\Windows\System33\userenv.dll

2015-03-10 Thread Max
Hi,

Until recently and for about 2 years I have been successfully running the
CYGWIN SSHD service on my Vista Home Premium standalone PC.  It had been
working well.  I had 2 Windows user accounts, allowed to logon one using
SSH:  One a Windows Administrator (member of local group Administrators) and
the other just a basic, unprivileged account.  The admin account was setup
with the standard shell and produced a $ prompt and worked, letting me
login.  The unprivileged account was given an custom shell script called
no_shell (see below) which simply waited for an ENTER key then logged out
immediately.  This also worked well. 

The other day, I thought that I should upgrade my CYGWIN installation and
commenced the process to download setup-x86.exe, execute and download and
install from the Internet.  The process took and extraordinary long time
(hours!) and I killed and restarted several times.  I finally chose to just
download without install, then to run the install from the local downloaded
copy.  After doing this and seeing that the CYGWIN OpenSSHD service seems to
be running. I get the following very weird problem.

After restarting the PC I can logon using the basic user account quite
successfully - I get the press ENTER to exit prompt, it pauses and logs out
when I press ENTER.  However, in any subsequent logon, I get the following
error:

1 [main] sshd 4476 C:\cgwin\usr\sbin\sshd.exe *** fatal error - unable to
load C:\Windows\system32\userenv.dll, Win32 error 1114 Connection to host
closed.

And it closes the terminal session immediately.  This even happens in Cygwin
Terminal, using the ssh user@localhost command.

Short of a more comprehensive Cygwin removal, I renamed the C:\CYGWIN folder
and ran the setup again - problem persisted.  I've also searched through the
registry to find any Cygwin keys or values, but they all seemed quite simple
and not to relate to userenv.dll, or C:\Windows\System32.

A workaround for this seems to be to make the basic user a member of
Administrators, which is highly undesirable, but it does allow the account
to login.
Short of removing Cygwin completely (don't know how to do that) and
reinstalling completely fresh, I am at a complete loss to explain the
symptoms.

Here's what is in no_shell
#!/bin/bash
read -p PRESS ENTER TO TERMINATE CONNECTION TOTO exit

Can anyone please help?


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



[newlib-cygwin] Change CVS-GIT in docs

2015-03-10 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9272d8f942b79a0343a09647954c58341245d17c

commit 9272d8f942b79a0343a09647954c58341245d17c
Author: Corinna Vinschen cori...@vinschen.de
Date:   Tue Mar 10 14:19:42 2015 +0100

Change CVS-GIT in docs

Signed-off-by: Corinna Vinschen cori...@vinschen.de

Diff:
---
 winsup/doc/ChangeLog   |  5 +
 winsup/doc/faq-programming.xml | 12 ++--
 winsup/doc/setup-net.xml   |  5 +++--
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 6806bce..dc67480 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-10  Corinna Vinschen  cori...@vinschen.de
+
+   * faq-programming.xml: Accommodate switch of Cygwin repo to GIT.
+   * setup-net.xml: Ditto.
+
 2015-03-04  Corinna Vinschen  cori...@vinschen.de
 
* posix.xml (std-bsd): Add issetugid.
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index 78e4491..491da5d 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -710,11 +710,11 @@ which requires the literaldblatex/literal,
 documentation, see the README included in the literalcygwin-doc/literal 
package.
 /para
 
-paraNext, get the Cygwin source.  Ideally, you should check out
-what you need from CVS (ulink url=https://cygwin.com/cvs.html/).  This is 
the
-emphasispreferred method/emphasis for acquiring the sources.  Otherwise, if
-you are trying to duplicate a cygwin release then you should 
-download the corresponding source package
+paraNext, get the Cygwin source.  Ideally, you should check out what you
+need from GIT (ulink url=https://cygwin.com/git.html/).  This is the
+emphasispreferred method/emphasis for acquiring the sources.  Otherwise,
+if you are trying to duplicate a cygwin release then you should download the
+corresponding source package
 (literalcygwin-x.y.z-n-src.tar.bz2/literal). /para 
 
 paraYou emphasismust/emphasis build cygwin in a separate directory from
@@ -751,7 +751,7 @@ same time. Remove all but one.
 symbols that you see in gdb are basically meaningless. It is also a good
 idea to use the latest code in case the bug has been fixed, so we
 recommend trying the latest snapshot from
-ulink url=https://cygwin.com/snapshots// or building the DLL from CVS.
+ulink url=https://cygwin.com/snapshots// or building the DLL from GIT.
 /para
 paraTo build a debugging version of the Cygwin DLL, you will need to follow
 the instructions at ulink 
url=https://cygwin.com/faq/faq.html#faq.programming.building-cygwin/. 
diff --git a/winsup/doc/setup-net.xml b/winsup/doc/setup-net.xml
index 34246db..2752da3 100644
--- a/winsup/doc/setup-net.xml
+++ b/winsup/doc/setup-net.xml
@@ -34,8 +34,9 @@ The commandsetup.exe/command installer is designed to be 
easy
 for new users to understand while remaining flexible for the 
 experienced. The volunteer development team is constantly working
 on commandsetup.exe/command; before requesting a new feature,
-check the wishlist in the ulink 
url=https://sourceware.org/cgi-bin/cvsweb.cgi/setup/README?cvsroot=cygwin-appsamp;rev=2;CVS
 literalREADME/literal
-/ulink. It may already be present in the CVS version!
+check the wishlist in the
+ulink 
url=https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;a=blob_plain;f=README;hb=HEAD;GIT
 literalREADME/literal
+/ulink. It may already be present in the GIT version!
 /para
 
 para


Re: Cygwin SSHD logon Error - Unable to load C:\Windows\System33\userenv.dll

2015-03-10 Thread Georg Nikodym
On 2015 03 10 08:52 , Max wrote:

 After restarting the PC I can logon using the basic user account quite
 successfully - I get the press ENTER to exit prompt, it pauses and logs out
 when I press ENTER.  However, in any subsequent logon, I get the following
 error:
 
 1 [main] sshd 4476 C:\cgwin\usr\sbin\sshd.exe *** fatal error - unable to
 load C:\Windows\system32\userenv.dll, Win32 error 1114 Connection to host
 closed.

Is that a typo or is your sshd really located in cgwin?

-g





signature.asc
Description: OpenPGP digital signature


RE: Cygwin SSHD logon Error - Unable to load C:\Windows\System33\userenv.dll

2015-03-10 Thread Max Rockliff
Yes, my cygwin is really located in C:\cygwin.  That was the default install
folder and I thought it would ok.

-Original Message-
From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of
Georg Nikodym
Sent: Tuesday, 10 March 2015 8:57 PM
To: cygwin@cygwin.com
Subject: Re: Cygwin SSHD logon Error - Unable to load
C:\Windows\System33\userenv.dll

On 2015 03 10 08:52 , Max wrote:

 After restarting the PC I can logon using the basic user account quite 
 successfully - I get the press ENTER to exit prompt, it pauses and 
 logs out when I press ENTER.  However, in any subsequent logon, I get 
 the following
 error:
 
 1 [main] sshd 4476 C:\cgwin\usr\sbin\sshd.exe *** fatal error - unable 
 to load C:\Windows\system32\userenv.dll, Win32 error 1114 Connection 
 to host closed.

Is that a typo or is your sshd really located in cgwin?

-g





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



[newlib-cygwin/refs/meta/config] Initial project.config

2015-03-10 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=beaaadaa40c4c58499664dad9e3093f99da17cf3

commit beaaadaa40c4c58499664dad9e3093f99da17cf3
Author: Corinna Vinschen cori...@vinschen.de
Date:   Tue Mar 10 15:32:58 2015 +0100

Initial project.config

Diff:
---
 .gitattributes |20 +
 .gitignore |42 +
 COPYING|   340 +
 COPYING.LIB|   482 +
 COPYING.LIBGLOSS   |   382 +
 COPYING.NEWLIB |   980 +
 COPYING3   |   674 +
 COPYING3.LIB   |   165 +
 ChangeLog  | 15097 ++
 MAINTAINERS|   115 +
 Makefile.def   |   588 +
 Makefile.in| 47386 +++
 Makefile.tpl   |  1905 +
 README |47 +
 README-maintainer-mode |25 +
 compile|   143 +
 config-ml.in   |   877 +
 config.guess   |  1421 +
 config.rpath   |   543 +
 config.sub |  1807 +
 config/ChangeLog   |  1819 +
 config/acinclude.m4|   746 +
 config/acx.m4  |   621 +
 config/asmcfi.m4   |15 +
 config/bootstrap-O1.mk | 1 +
 config/bootstrap-O3.mk | 1 +
 config/bootstrap-asan.mk   | 7 +
 config/bootstrap-debug-big.mk  | 8 +
 config/bootstrap-debug-ckovw.mk|16 +
 config/bootstrap-debug-lean.mk |11 +
 config/bootstrap-debug-lib.mk  |12 +
 config/bootstrap-debug.mk  |12 +
 config/bootstrap-lto.mk| 5 +
 config/bootstrap-time.mk   | 2 +
 config/bootstrap-ubsan.mk  | 7 +
 config/cloog.m4|   152 +
 config/codeset.m4  |23 +
 config/depstand.m4 |   137 +
 config/dfp.m4  |57 +
 config/elf.m4  |27 +
 config/enable.m4   |38 +
 config/extensions.m4   |79 +
 config/futex.m4|64 +
 config/gc++filt.m4 |26 +
 config/gettext-sister.m4   |80 +
 config/gettext.m4  |   415 +
 config/glibc21.m4  |32 +
 config/gthr.m4 |27 +
 config/gxx-include-dir.m4  |32 +
 config/iconv.m4|   103 +
 config/intdiv0.m4  |72 +
 config/inttypes-pri.m4 |32 +
 config/inttypes.m4 |27 +
 config/inttypes_h.m4   |28 +
 config/isl.m4  |   151 +
 config/largefile.m4|34 +
 config/lcmessage.m4|32 +
 config/ld-symbolic.m4  |45 +
 config/lead-dot.m4 |31 +
 config/lib-ld.m4   |   110 +
 config/lib-link.m4 |   551 +
 config/lib-prefix.m4   |   155 +
 config/libstdc++-raw-cxx.m4|30 +
 config/lthostflags.m4  |33 +
 config/math.m4 |50 +
 config/mh-cygwin   | 4 +
 config/mh-darwin   |18 +
 config/mh-djgpp|14 +
 config/mh-mingw| 8 +
 config/mh-pa   | 4 +
 config/mh-pa-hpux10| 4 +
 config/mh-ppc-aix  | 8 +
 config/mmap.m4 |97 +
 config/mt-alphaieee| 3 +
 config/mt-d30v | 4 +
 config/mt-gnu  

Re: rar multipart decompression tool?

2015-03-10 Thread Sivaram Neelakantan
On Tue, Mar 10 2015,Tony Kelman wrote:

 7-zip

 https://cygwin.com/packages/x86/p7zip/

 Note that Rar support is under a non-OSI-approved restrictive license,
 so the Cygwin package for p7zip removes it with a patch. You should be
 able to use the native Windows command-line 7z.exe for that though.

 -Tony

So, there's none in cygwin as of the moment?


 sivaram
 -- 


--
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: rar multipart decompression tool?

2015-03-10 Thread Jim Reisert AD1C
I always build it myself from the source:

http://www.rarlab.com/rar/unrarsrc-5.2.6.tar.gz

-- 
Jim Reisert AD1C, jjreis...@alum.mit.edu, http://www.ad1c.us

--
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: Newlib/Cygwin now under GIT

2015-03-10 Thread Joseph Myers
On Tue, 10 Mar 2015, Corinna Vinschen wrote:

 Hi fellow developers,
 
 
 I'm happy to inform you that the move of Newlib/Cygwin from the src CVS
 repository to the new, combined GIT repository is now final.

I note that this repository includes the include/ directory, in its larger 
binutils-gdb form rather than the smaller GCC form.

How much of this is actually relevant for newlib?  Mostly it relates to 
libiberty and object file formats, for use of code that's not included in 
this repository (which does not include libiberty).  If little or none of 
this code is actually used in newlib, it might make sense to remove the 
unused files so it's clear they do not need merging from the other 
repositories.

(Apart from include/, various shared toplevel files and directories are 
out of sync between the three repositories - GCC, binutils-gdb, 
newlib-cygwin - and could do with someone identifying unmerged changes and 
applying them to the repositories missing them.)

-- 
Joseph S. Myers
jos...@codesourcery.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



[PATCH] cygwin: fix __x86_64__ conditional in stdint.h

2015-03-10 Thread Yaakov Selkowitz
Signed-off-by: Yaakov Selkowitz yselk...@redhat.com
---
 winsup/cygwin/ChangeLog| 4 
 winsup/cygwin/include/stdint.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 550490a..cd2dbb9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-10  Yaakov Selkowitz  yselkow...@cygwin.com
+
+   * include/stdint.h: Fix __x86_64__ conditional.
+
 2015-03-05  Corinna Vinschen  cori...@vinschen.de
 
* tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.
diff --git a/winsup/cygwin/include/stdint.h b/winsup/cygwin/include/stdint.h
index b670884..94b6b76 100644
--- a/winsup/cygwin/include/stdint.h
+++ b/winsup/cygwin/include/stdint.h
@@ -114,7 +114,7 @@ typedef unsigned long long uintmax_t;
 #if !defined (__cplusplus) || defined (__STDC_LIMIT_MACROS) \
 || defined (__INSIDE_CYGWIN__)
 
-#if __x86_64__
+#ifdef __x86_64__
 # define __I64(n) n ## L
 # define __U64(n) n ## UL
 #else
-- 
2.1.4



Re: [ITA/ITP] lots of perl distributions

2015-03-10 Thread Achim Gratz
Corinna Vinschen writes:
 On Mar 10 07:40, Achim Gratz wrote:
 Achim Gratz writes:
  The upload was extremely slow and I've had the connection drop a few
  times.  Does sourceware throttle connections?  At the moment I can't
  even get a directory listing via sshfs anymore, although lftp still
  seems to cope just fine.
 
 It seems I crossed a threshold with the number of directories in my
 release areas… :-(

 I'm not sure that's the problem.

The fact that it worked until I populated it with all the Perl
distributions and that it still works as long as I don't try to readdir
the **/release/ directories (which are the only ones that are so large)
made me suspect that.

 This looks like the same problem
 Federico and I have with sftp uploads for some reason.  I pinged
 overseers a couple of days ago but got no reply.  For some reason it
 works fine with lftp, though.

Yes, omly it's a lot less transparent to me.

 You could try the new cygport upload feature.  It uses lftp under the
 hood.

I can use lftp myself, I'll just have to creatre a bunch of aliases or
scripts, not sure yet how much I'm going to automate this.  I won't use
the cygport facility, mainly because I won't put my SSH key on the build
box, but also because it doesn't easily cater to the common situation
that I need to do things to a bunch of packages and/or remove some other
stuff at the same time.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds


Re: [ITP] maxima-5.35.1

2015-03-10 Thread Achim Gratz
Corinna Vinschen writes:
 I don't quite like the SUSE packaging with splitting out the language
 packs, but the Fedora packaging, while using another strategy, isn't
 really better, so that's ok.

…and Debian's and Arch's is even worse, IMHO.  I wouldn't mind putting
the localization files back in the main package, but then there are
probably a lot of people who'd never use those files.

 What's not quite ok are the setup.hint files, IMHO.  You have 7 packages
 and all ldesc's and sdesc's are exactly identical.  While that's perhaps
 not much of a problem for the language packs, it certainly is for
 maxima vs. maxima-exec-clisp and maxima-xmaxima.  How's the user
 to know what each of these packages is doing when looking them up in
 setup?

   maxima  Maxima Computer Algebra System
   maxima-exec-clisp   Maxima Computer Algebra System
   maxima-xmaxima  Maxima Computer Algebra System

 Package is GTG With a change to the sdescs to allow a user at least
 a bit of information in sdesc what the subpackages are doing.

Yeah, I'll fix that before release.  Thanks for checking.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables


Re: rar multipart decompression tool?

2015-03-10 Thread Sivaram Neelakantan
On Tue, Mar 10 2015,Andrey Repin wrote:

 Greetings, Sivaram Neelakantan!

 Is there any commandline tool that can be used to decompress multipart
 rar files?  I see only zip binaries in the installer.  What do people
 use to decompress rar files especially multipart ones?

 rar of course.
 How's this a Cygwin question?

ummI was asking what cygwin tool/utility provides this
functionality. 

[snipped 10 lines]


 sivaram
 -- 


--
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: Cron not working

2015-03-10 Thread Larry Hall (Cygwin)

On 03/10/2015 09:48 AM, Stefan Schumacher wrote:


Hello

I am trying to set up a cron job to run a script every 10 minutes. I
have installed cron via the installer and configured it with cron-config
  to run as a system service.
Mar 10 14:11:33 stefan-PC cron: PID 3408: `cron' service started

This is stefan's crontab, generated with crontab -e.
*/10 * * * * /cygdrive/c/Users/stefan/copy_from_fileserver

According to /var/log/messages the cron job is executed correctly, but
no test file is generated in the directory. Calling copy_from_fileserver
  from the command line works without complications and copies the
file from the server as it should.

Mar 10 14:40:01 stefan-PC /usr/sbin/cron: PID 2340: (stefan) CMD 
(/cygdrive/c/Users/stefan/copy_from_fileserver)

How can I get this working?


First, we need to know what your script is doing and what your configuration
is, both for cron and for Cygwin.  Check out the problem reporting
guidelines at the link below for details.


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


Just a wild guess based on what you said so far, your script requires
resources (paths, environment variables, permissions, etc.) that aren't
available to the script when it runs.  Keep in mind that the script isn't
being run by your user and as a result, you can't assume that your user's
environment exists when it runs.  If your script assumes these things, it
will fail.  To solve this problem, you need to identify the needed resources
and make sure they are available when the script runs.  This may be as
simple as running the crond service under your user's account (this means
that the service can _only_ service your user's account though) or adding
some needed environment to your script.


--
Larry

_

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: [PATCH setup 4/4] Silently ignore 'x' and 'g' type tar extended headers

2015-03-10 Thread Jon TURNEY

On 10/03/2015 14:23, Corinna Vinschen wrote:

On Mar 10 14:01, Jon TURNEY wrote:

On 06/03/2015 06:08, Achim Gratz wrote:

Jon TURNEY writes:

It seems that base-files has an 'x' extended header for each file, apparently to
store the mtime.


That's a result of me having built that file on openSUSE and openSUSE's
decision to default to POSIX format instead of GNU.


Hmm... maybe I should drop this patch, if the correct thing to do is to
build base-files with tar --format=gnu?


If your patch allows to unpack a POSIX tar archive correctly, without
generating a warning... why would you like to drop it?


POSIX tar archive are (potentially) not unpacked strictly correctly in 
both cases, as they contain extra information that setup does not interpret.


All this patch changes is if we warn about that loss of information, or 
silently drop it.




Re: [PATCH setup 4/4] Silently ignore 'x' and 'g' type tar extended headers

2015-03-10 Thread Corinna Vinschen
On Mar 10 14:01, Jon TURNEY wrote:
 On 06/03/2015 06:08, Achim Gratz wrote:
 Jon TURNEY writes:
 It seems that base-files has an 'x' extended header for each file, 
 apparently to
 store the mtime.
 
 That's a result of me having built that file on openSUSE and openSUSE's
 decision to default to POSIX format instead of GNU.
 
 Hmm... maybe I should drop this patch, if the correct thing to do is to
 build base-files with tar --format=gnu?

If your patch allows to unpack a POSIX tar archive correctly, without
generating a warning... why would you like to drop it?


Corinna

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


pgpq9G8m_Yz2z.pgp
Description: PGP signature


Newlib/Cygwin now under GIT

2015-03-10 Thread Corinna Vinschen
Hi fellow developers,


I'm happy to inform you that the move of Newlib/Cygwin from the src CVS
repository to the new, combined GIT repository is now final.

Here's how to access the new GIT repository:

Read-only:

  git clone git://sourceware.org/git/newlib-cygwin.git

Read/Write:  

  git clone sourceware.org:/git/newlib-cygwin.git

Web view:

  https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git

Commit messages go to the newlib-cvs and/or cygwin-cvs mailing lists,
just as before.  Commit messages also create a message to the freenode
IRC channel #cygwin-developers.

If you find problems, don't hesitate to report them, preferredly  on the
mailing list

  newlib AT sourceware DOT org
  
I'm not a git wizard, rather a wizzard (pardon the discworld reference)
so help in case of problems is highly appreciated.

Newlib list:  Jeff is on the road for the next couple of days so a
discussion of this point has to wait a while, but for the time being,
patches should continue to be accompanied by a ChangeLog entry.


Have fun,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat


pgpKIOTjNAcvv.pgp
Description: PGP signature


[newlib-cygwin] Created branch 'refs/meta/config'

2015-03-10 Thread Corinna Vinschen
The branch 'refs/meta/config' was created pointing to:

 ac21f95... Initial project configuration


[newlib-cygwin/refs/meta/config] Initial project configuration

2015-03-10 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ac21f954c5aff85bb2a3617ae1d416281b9b1499

commit ac21f954c5aff85bb2a3617ae1d416281b9b1499
Author: Corinna Vinschen cori...@vinschen.de
Date:   Tue Mar 10 15:57:39 2015 +0100

Initial project configuration

Diff:
---
 project.config | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/project.config b/project.config
new file mode 100644
index 000..8fced75
--- /dev/null
+++ b/project.config
@@ -0,0 +1,26 @@
+[hooks]
+from-domain = sourceware.org
+mailinglist = /git/newlib-cygwin.git/hooks-bin/email_to.py
+
+# We do not want to force a maximum line length in commit
+# revision logs, as they get in the way of copy-pasting
+# debugging session, error messages, logs, etc.
+max-rh-line-length = 0
+
+# Reject merge commits on master: We request that people rebase
+# their changes #before pushing instead (merge commits tend
+# to confuse git newcommers).
+reject-merge-commits = refs/heads/master
+
+# The style checker, applied to the contents of each file being
+# modified.
+style-checker = /git/newlib-cygwin.git/hooks-bin/style_checker
+
+# The URL where we can inspect the commit, inserted in the commit
+# notification email, and also copy sent to the file-commit-cmd.
+commit-url = 
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=%(rev)s
+# Send a copy to bugzilla if a commit has a PR number in it.
+#file-commit-cmd = /sourceware/infra/bin/email-to-bugzilla -G 'cygwin 
newlib'
+# The script that calls the irker (IRC notification of new
+# commits).
+post-receive-hook = /git/newlib-cygwin.git/hooks-bin/post-receive


Re: rar multipart decompression tool?

2015-03-10 Thread Andrey Repin
Greetings, Sivaram Neelakantan!

 Is there any commandline tool that can be used to decompress multipart
 rar files?  I see only zip binaries in the installer.  What do people
 use to decompress rar files especially multipart ones?

 rar of course.
 How's this a Cygwin question?

 ummI was asking what cygwin tool/utility provides this
 functionality. 

Does that make any difference? It works, it gets the job done, I'm satisfied
with its performance.
If you have any SPECIFIC requests, please voice them.


--
WBR,
Andrey Repin (anrdae...@yandex.ru) 10.03.2015, 23:44

Sorry for my terrible english...


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



Quanta Plus in cygwin?

2015-03-10 Thread Gery .
Hello all,

Has anyone successfully installed Quanta Plus in cygwin? I downloaded the bz2 
source file from sourceforge.net/projects/quanta and tried to install in my 
cygwin system with no success (CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 
2014-08-13 23:03 i686 Cygwin). It would be great some support to get it 
installed.

Thanks in advance,

Gery




  
--
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: Newlib/Cygwin now under GIT

2015-03-10 Thread Corinna Vinschen
[Somehow I managed to drop newlib from the recipient list.  Re-added]

On Mar 10 19:19, Corinna Vinschen wrote:
 On Mar 10 17:03, Joseph Myers wrote:
  On Tue, 10 Mar 2015, Corinna Vinschen wrote:
  
   Hi fellow developers,
   
   
   I'm happy to inform you that the move of Newlib/Cygwin from the src CVS
   repository to the new, combined GIT repository is now final.
  
  I note that this repository includes the include/ directory, in its larger 
  binutils-gdb form rather than the smaller GCC form.
  
  How much of this is actually relevant for newlib?
 
 Keep in mind that this is a combined repo for newlib and Cygwin.  Cygwin
 needs include/ for its dumper tool, which is a helper to create core
 files readable by GDB.  It includes
 
   bfd.h
   elf/common.h
   elf/external.h
 
 and all files included by those.
 
  Mostly it relates to 
  libiberty and object file formats, for use of code that's not included in 
  this repository (which does not include libiberty).  If little or none of 
  this code is actually used in newlib, it might make sense to remove the 
  unused files so it's clear they do not need merging from the other 
  repositories.
 
 Of course, I have no problems to remove unused files, just not
 now.  I'm still looking for a small problem in the repo, so please
 no unsolicited pushes for now.

The problems in the repo are fixed.  If you had a problem accessing
the repo in the last couple of minutes, it was me moving the problematic
repo out and a repaired repo back into place.  Sorry about that.


Corinna

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


pgprtI9ZDvbzs.pgp
Description: PGP signature


Re: [ITP] maxima-5.35.1

2015-03-10 Thread Achim Gratz
Achim Gratz writes:
 Package is GTG With a change to the sdescs to allow a user at least
 a bit of information in sdesc what the subpackages are doing.

 Yeah, I'll fix that before release.

Does that look better to you?

maxima/setup.hint:sdesc: Maxima - Computer Algebra 
System
maxima/maxima-exec-clisp/setup.hint:  sdesc: Maxima - CLisp executable
maxima/maxima-lang-de-utf8/setup.hint:sdesc: Maxima - Localization for de
maxima/maxima-lang-es-utf8/setup.hint:sdesc: Maxima - Localization for es
maxima/maxima-lang-pt-utf8/setup.hint:sdesc: Maxima - Localization for pt
maxima/maxima-lang-pt_BR-utf8/setup.hint: sdesc: Maxima - Localization for 
pt_BR
maxima/maxima-xmaxima/setup.hint: sdesc: Maxima - Tcl/Tk based GUI


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds


Re: [ITP] maxima-5.35.1

2015-03-10 Thread Corinna Vinschen
On Mar 10 21:27, Achim Gratz wrote:
 Achim Gratz writes:
  Package is GTG With a change to the sdescs to allow a user at least
  a bit of information in sdesc what the subpackages are doing.
 
  Yeah, I'll fix that before release.
 
 Does that look better to you?
 
 maxima/setup.hint:sdesc: Maxima - Computer Algebra 
 System
 maxima/maxima-exec-clisp/setup.hint:  sdesc: Maxima - CLisp executable
 maxima/maxima-lang-de-utf8/setup.hint:sdesc: Maxima - Localization for 
 de
 maxima/maxima-lang-es-utf8/setup.hint:sdesc: Maxima - Localization for 
 es
 maxima/maxima-lang-pt-utf8/setup.hint:sdesc: Maxima - Localization for 
 pt
 maxima/maxima-lang-pt_BR-utf8/setup.hint: sdesc: Maxima - Localization for 
 pt_BR
 maxima/maxima-xmaxima/setup.hint: sdesc: Maxima - Tcl/Tk based GUI

Perfect.

Corinna

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


pgpaA7K2ADH2G.pgp
Description: PGP signature


Re: [ITA/ITP] lots of perl distributions

2015-03-10 Thread Achim Gratz
Achim Gratz writes:
 I can use lftp myself, I'll just have to creatre a bunch of aliases or
 scripts, not sure yet how much I'm going to automate this.

Here's the set of lftp aliases to put into the lftp rc file.

--8---cut here---start-8---
alias cygdn  lcd ~/cygwin/cygwin.lftp  cd /  mirror --scan-all-first 
--use-cache -evvv
alias cygup  lcd ~/cygwin/cygwin.lftp  cd /  mirror -X \\!packages 
--scan-all-first --use-cache -Revvv
alias cygtst lcd ~/cygwin/cygwin.lftp  cd /  mirror -X \\!packages 
--scan-all-first --use-cache -Revvv --dry-run
alias cyggo  !touch --  x86{,_64}/\!ready  mput x86*/*ready
--8---cut here---end---8---

You might want to play with the mirror:parallel-directories and
mirror:parallel-transfer-count settings, although sourceware is just
really slow for me ATM no matter which settings.  I've also created a
bookmark for cygwin so that lftp doesn't ask for a password (since
cygwin is a password-less user).  BTW, on the command line you can
achieve the same effect using the '-u cygwin,' option.

--8---cut here---start-8---
cygwin  sftp://cygwin:@cygwin.com
--8---cut here---end---8---

So, 106 packages all uploaded.  Wish me luck… :-)


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra


[ANNOUNCEMENT] Updated: Perl distributions, formerly in perl_vendor and new ones

2015-03-10 Thread Achim Gratz

Obsoletions
===

The package perl_vendor is now obsolete (it was only in the x86
distribution).  It is replaced by separate Perl distribution packages
that were bundled within perl_vendor.  Due to some dependency changes
this is not exactly the same set of distributions that was in the old
perl_vendor, but it should achieve the same level of functionality.
Both the runtime and buildtime dependencies are now packaged.  This will
also create the same package layout for both architectures.

The package perl-LWP is renamed to perl-libwww-perl in order to conform
to the upstream naming.


Package Updates
===

Remark: Some packages had no upstream updates, in these cases only the
release number got increased since all packages have been rebuilt.


Cygwin Packages
---

Cygwin packages that were either bundled with poerl_vendor (on x86) or
already available as separate packages have been updated as follows:

perl-Archive-Zip-1.30-1   == perl-Archive-Zip-1.45-1
perl-Capture-Tiny-0.22-1  == perl-Capture-Tiny-0.28-1
perl-Digest-HMAC-1.03-1   == perl-Digest-HMAC-1.03-4
perl-Encode-Locale-1.03-1 == perl-Encode-Locale-1.04-1
perl-File-Listing-6.04-1  == perl-File-Listing-6.04-4
perl-HTML-Parser-3.70-1   == perl-HTML-Parser-3.71-2
perl-HTML-Tagset-3.20-1   == perl-HTML-Tagset-3.20-4
perl-HTTP-Cookies-6.01-1  == perl-HTTP-Cookies-6.01-4
perl-HTTP-Daemon-6.01-1   == perl-HTTP-Daemon-6.01-4
perl-HTTP-Date-6.02-1 == perl-HTTP-Date-6.02-4
perl-HTTP-Message-6.06-1  == perl-HTTP-Message-6.06-2
perl-HTTP-Negotiate-6.01-1== perl-HTTP-Negotiate-6.01-4
perl-IO-HTML-1.00-1   == perl-IO-HTML-1.00-3
perl-IPC-Run3-0.045-1 == perl-IPC-Run3-0.048-1
perl-LWP-MediaTypes-6.02-1== perl-LWP-MediaTypes-6.02-4
perl-LWP-6.05-1   == perl-libwww-perl-6.08-1
perl-Module-ScanDeps-1.10-1   == perl-Module-ScanDeps-1.18-1
perl-Net-HTTP-6.06-1  == perl-Net-HTTP-6.07-1
perl-PAR-Dist-0.49-1  == perl-PAR-Dist-0.49-2
perl-Params-Util-1.07-1   == perl-Params-Util-1.07-4
perl-Proc-ProcessTable-0.48-1 == perl-Proc-ProcessTable-0.51-1
perl-Term-ReadKey-2.30-1  == perl-TermReadKey-2.32-1
perl-Term-ReadLine-Gnu-1.20-1 == perl-Term-ReadLine-Gnu-1.26-1
perl-URI-1.60-1   == perl-URI-1.65-1
perl-WWW-RobotRules-6.02-1== perl-WWW-RobotRules-6.02-4
perl-XML-LibXML-2.0018-1  == perl-XML-LibXML-2.0118-1
perl-XML-NamespaceSupport-1.11-1  == perl-XML-NamespaceSupport-1.11-4
perl-XML-Parser-2.41-1== perl-XML-Parser-2.44-1
perl-XML-SAX-Base-1.08-1  == perl-XML-SAX-Base-1.08-4
perl-XML-SAX-0.99-2   == perl-XML-SAX-0.99-4
perl-YAML-0.84-1  == perl-YAML-1.14-1


Ports Packages
--

These packages were formerly available from Ports

perl-Algorithm-Diff-1.1902-1  == perl-Algorithm-Diff-1.1903-1
perl-Carp-1.3301-1== perl-Carp-1.3301-2
perl-Class-XSAccessor-1.18-1  == perl-Class-XSAccessor-1.19-2
perl-common-sense-3.72-1  == perl-common-sense-3.73-1
perl-Data-OptList-0.108-1 == perl-Data-OptList-0.109-1
perl-File-Copy-Recursive-0.38-1   == perl-File-Copy-Recursive-0.38-4
perl-File-HomeDir-1.00-1  == perl-File-HomeDir-1.00-2
perl-File-Which-1.09-1== perl-File-Which-1.09-4
perl-File-pushd-1.005-1   == perl-File-pushd-1.009-1
perl-IO-String-1.08-2 == perl-IO-String-1.08-4
perl-IO-Tty-1.10-1== perl-IO-Tty-1.12-1
perl-IPC-Run-0.92-1   == perl-IPC-Run-0.94-1
perl-Inline-0.51-1== perl-Inline-0.79-1
perl-JSON-2.90-1  == perl-JSON-2.90-2
perl-JSON-XS-3.01-1   == perl-JSON-XS-3.01-2
perl-Number-Compare-0.03-1== perl-Number-Compare-0.03-4
perl-Parse-RecDescent-1.967009-1  == perl-Parse-RecDescent-1.967009-4
perl-Probe-Perl-0.03-1== perl-Probe-Perl-0.03-2
perl-Sub-Install-0.926-1  == perl-Sub-Install-0.928-1
perl-Text-Diff-1.41-1 == perl-Text-Diff-1.41-4
perl-Text-Glob-0.09-1 == perl-Text-Glob-0.09-4
perl-Try-Tiny-0.12-1  == perl-Try-Tiny-0.22-1
perl-Types-Serialiser-1.0-1   == perl-Types-Serialiser-1.0-2


New Packages


These packages are new, most of these are recommends reespectively build
or test requires for the other packages, a few are updates to packages
from perl core.

perl-File-Find-Object-0.2.12-1
perl-B-Generate-1.50-1
perl-CPAN-DistnameInfo-0.12-4
perl-CPAN-Reporter-1.2011-1
perl-CPAN-Testers-Report-1.999003-1
perl-Compress-Bzip2-2.20-1
perl-Config-Perl-V-0.22-1
perl-Config-Tiny-2.20-2
perl-Data-Alias-1.18-2
perl-Data-GUID-0.048-1
perl-Data-UUID-1.220-1
perl-Devel-Autoflush-0.06-1
perl-Devel-Symdump-2.14-1
perl-Digest-SHA-5.95-1
perl-ExtUtils-MakeMaker-7.04-1
perl-File-Find-Object-Rule-0.0305-1
perl-IO-CaptureOutput-1.1104-1

Re: Newlib/Cygwin now under GIT

2015-03-10 Thread Corinna Vinschen
On Mar 10 17:03, Joseph Myers wrote:
 On Tue, 10 Mar 2015, Corinna Vinschen wrote:
 
  Hi fellow developers,
  
  
  I'm happy to inform you that the move of Newlib/Cygwin from the src CVS
  repository to the new, combined GIT repository is now final.
 
 I note that this repository includes the include/ directory, in its larger 
 binutils-gdb form rather than the smaller GCC form.
 
 How much of this is actually relevant for newlib?

Keep in mind that this is a combined repo for newlib and Cygwin.  Cygwin
needs include/ for its dumper tool, which is a helper to create core
files readable by GDB.  It includes

  bfd.h
  elf/common.h
  elf/external.h

and all files included by those.

 Mostly it relates to 
 libiberty and object file formats, for use of code that's not included in 
 this repository (which does not include libiberty).  If little or none of 
 this code is actually used in newlib, it might make sense to remove the 
 unused files so it's clear they do not need merging from the other 
 repositories.

Of course, I have no problems to remove unused files, just not
now.  I'm still looking for a small problem in the repo, so please
no unsolicited pushes for now.

 (Apart from include/, various shared toplevel files and directories are 
 out of sync between the three repositories - GCC, binutils-gdb, 
 newlib-cygwin - and could do with someone identifying unmerged changes and 
 applying them to the repositories missing them.)

This is a common problem.  I guess newlib/cygwin got the oldest set
and, afaik, the GCC toplevel stuff is kind of the master.  It would
be nice if we had some automatism in place to keep all former src
repos in sync.


Corinna

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


pgpGPEk0SYIjD.pgp
Description: PGP signature


Re: rar multipart decompression tool?

2015-03-10 Thread Eliot Moss

On 3/10/2015 1:36 PM, Sivaram Neelakantan wrote:

On Tue, Mar 10 2015,Jim Reisert AD1C wrote:


I always build it myself from the source:

http://www.rarlab.com/rar/unrarsrc-5.2.6.tar.gz


Thanks, will try that route.

  sivaram


Note that you can invoke Windows programs just fine from cygwin if you
get them on your path (or have a symlink to them on your path).  Of course
they will tend to want Windows style paths.  cygpath is your friend for
that, especially in scripts.

Regards -- EM

--
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: Perl distributions, formerly in perl_vendor and new ones

2015-03-10 Thread Achim Gratz

Obsoletions
===

The package perl_vendor is now obsolete (it was only in the x86
distribution).  It is replaced by separate Perl distribution packages
that were bundled within perl_vendor.  Due to some dependency changes
this is not exactly the same set of distributions that was in the old
perl_vendor, but it should achieve the same level of functionality.
Both the runtime and buildtime dependencies are now packaged.  This will
also create the same package layout for both architectures.

The package perl-LWP is renamed to perl-libwww-perl in order to conform
to the upstream naming.


Package Updates
===

Remark: Some packages had no upstream updates, in these cases only the
release number got increased since all packages have been rebuilt.


Cygwin Packages
---

Cygwin packages that were either bundled with poerl_vendor (on x86) or
already available as separate packages have been updated as follows:

perl-Archive-Zip-1.30-1   == perl-Archive-Zip-1.45-1
perl-Capture-Tiny-0.22-1  == perl-Capture-Tiny-0.28-1
perl-Digest-HMAC-1.03-1   == perl-Digest-HMAC-1.03-4
perl-Encode-Locale-1.03-1 == perl-Encode-Locale-1.04-1
perl-File-Listing-6.04-1  == perl-File-Listing-6.04-4
perl-HTML-Parser-3.70-1   == perl-HTML-Parser-3.71-2
perl-HTML-Tagset-3.20-1   == perl-HTML-Tagset-3.20-4
perl-HTTP-Cookies-6.01-1  == perl-HTTP-Cookies-6.01-4
perl-HTTP-Daemon-6.01-1   == perl-HTTP-Daemon-6.01-4
perl-HTTP-Date-6.02-1 == perl-HTTP-Date-6.02-4
perl-HTTP-Message-6.06-1  == perl-HTTP-Message-6.06-2
perl-HTTP-Negotiate-6.01-1== perl-HTTP-Negotiate-6.01-4
perl-IO-HTML-1.00-1   == perl-IO-HTML-1.00-3
perl-IPC-Run3-0.045-1 == perl-IPC-Run3-0.048-1
perl-LWP-MediaTypes-6.02-1== perl-LWP-MediaTypes-6.02-4
perl-LWP-6.05-1   == perl-libwww-perl-6.08-1
perl-Module-ScanDeps-1.10-1   == perl-Module-ScanDeps-1.18-1
perl-Net-HTTP-6.06-1  == perl-Net-HTTP-6.07-1
perl-PAR-Dist-0.49-1  == perl-PAR-Dist-0.49-2
perl-Params-Util-1.07-1   == perl-Params-Util-1.07-4
perl-Proc-ProcessTable-0.48-1 == perl-Proc-ProcessTable-0.51-1
perl-Term-ReadKey-2.30-1  == perl-TermReadKey-2.32-1
perl-Term-ReadLine-Gnu-1.20-1 == perl-Term-ReadLine-Gnu-1.26-1
perl-URI-1.60-1   == perl-URI-1.65-1
perl-WWW-RobotRules-6.02-1== perl-WWW-RobotRules-6.02-4
perl-XML-LibXML-2.0018-1  == perl-XML-LibXML-2.0118-1
perl-XML-NamespaceSupport-1.11-1  == perl-XML-NamespaceSupport-1.11-4
perl-XML-Parser-2.41-1== perl-XML-Parser-2.44-1
perl-XML-SAX-Base-1.08-1  == perl-XML-SAX-Base-1.08-4
perl-XML-SAX-0.99-2   == perl-XML-SAX-0.99-4
perl-YAML-0.84-1  == perl-YAML-1.14-1


Ports Packages
--

These packages were formerly available from Ports

perl-Algorithm-Diff-1.1902-1  == perl-Algorithm-Diff-1.1903-1
perl-Carp-1.3301-1== perl-Carp-1.3301-2
perl-Class-XSAccessor-1.18-1  == perl-Class-XSAccessor-1.19-2
perl-common-sense-3.72-1  == perl-common-sense-3.73-1
perl-Data-OptList-0.108-1 == perl-Data-OptList-0.109-1
perl-File-Copy-Recursive-0.38-1   == perl-File-Copy-Recursive-0.38-4
perl-File-HomeDir-1.00-1  == perl-File-HomeDir-1.00-2
perl-File-Which-1.09-1== perl-File-Which-1.09-4
perl-File-pushd-1.005-1   == perl-File-pushd-1.009-1
perl-IO-String-1.08-2 == perl-IO-String-1.08-4
perl-IO-Tty-1.10-1== perl-IO-Tty-1.12-1
perl-IPC-Run-0.92-1   == perl-IPC-Run-0.94-1
perl-Inline-0.51-1== perl-Inline-0.79-1
perl-JSON-2.90-1  == perl-JSON-2.90-2
perl-JSON-XS-3.01-1   == perl-JSON-XS-3.01-2
perl-Number-Compare-0.03-1== perl-Number-Compare-0.03-4
perl-Parse-RecDescent-1.967009-1  == perl-Parse-RecDescent-1.967009-4
perl-Probe-Perl-0.03-1== perl-Probe-Perl-0.03-2
perl-Sub-Install-0.926-1  == perl-Sub-Install-0.928-1
perl-Text-Diff-1.41-1 == perl-Text-Diff-1.41-4
perl-Text-Glob-0.09-1 == perl-Text-Glob-0.09-4
perl-Try-Tiny-0.12-1  == perl-Try-Tiny-0.22-1
perl-Types-Serialiser-1.0-1   == perl-Types-Serialiser-1.0-2


New Packages


These packages are new, most of these are recommends reespectively build
or test requires for the other packages, a few are updates to packages
from perl core.

perl-File-Find-Object-0.2.12-1
perl-B-Generate-1.50-1
perl-CPAN-DistnameInfo-0.12-4
perl-CPAN-Reporter-1.2011-1
perl-CPAN-Testers-Report-1.999003-1
perl-Compress-Bzip2-2.20-1
perl-Config-Perl-V-0.22-1
perl-Config-Tiny-2.20-2
perl-Data-Alias-1.18-2
perl-Data-GUID-0.048-1
perl-Data-UUID-1.220-1
perl-Devel-Autoflush-0.06-1
perl-Devel-Symdump-2.14-1
perl-Digest-SHA-5.95-1
perl-ExtUtils-MakeMaker-7.04-1
perl-File-Find-Object-Rule-0.0305-1
perl-IO-CaptureOutput-1.1104-1

Re: [ITA/ITP] lots of perl distributions

2015-03-10 Thread Achim Gratz
Achim Gratz writes:
 In order to get rid of perl_vendor on 32bit and update the packages to
 the same versions on 64bit, I need to maintain the packages that were
 formerly in perl_vendor plus another bunch that either are new
 dependencies or are needed to build and test those packages.

Done.  Upset didn't complain, so I hope everything is OK.

Yaakov, could you please remove the packages from ports that are now
available in Cygwin proper?  There have been a few collisions already
with the 64bit distribution, some even with the same version number
(they were probably the same packages in reality, but it still feels
unclean).


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


xwin Exit menu item doesn't work

2015-03-10 Thread Matt Seitz (matseitz)
Steps to reproduce:
-Right click XWin notification tray icon
-Left click Exit...

Expected results:  XWin notification tray icon disappears and process ends

Actual results:  No change, XWin continues to run




cygcheck.out
Description: cygcheck.out


XWin.8.log
Description: XWin.8.log
--
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: [ITA/ITP] lots of perl distributions

2015-03-10 Thread Achim Gratz
Achim Gratz writes:
 The upload was extremely slow and I've had the connection drop a few
 times.  Does sourceware throttle connections?  At the moment I can't
 even get a directory listing via sshfs anymore, although lftp still
 seems to cope just fine.

It seems I crossed a threshold with the number of directories in my
release areas… :-(

--8---cut here---start-8---
getdir[0]
[00032] OPENDIR
  [00032] HANDLE   14bytes (185ms)
[00033] READDIR
[00034] READDIR
debug1: client_input_channel_req: channel 0 rtype exit-signal reply 0
debug1: client_input_channel_req: channel 0 rtype e...@openssh.com reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
Transferred: sent 5064, received 4464 bytes, in 2.8 seconds
Bytes per second: sent 1799.7, received 1586.5
debug1: Exit status -1
remote host has disconnected
executing ssh -X -a -oClearAllForwardings=yes -ologlevel=debug -2 
cyg...@cygwin.com -s sftp
--8---cut here---end---8---

Is there someone who can check what's going on on the server side here?
If not I'll have to switch to using lftp for the upload, but that gives
me a lot less transparency about what is going on and so increases the
chances of doing something wrong.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


Re: Quanta Plus in cygwin?

2015-03-10 Thread J. David Boyd
Gery . gameji...@hotmail.com writes:

 Hello all,

 Has anyone successfully installed Quanta Plus in cygwin? I downloaded
 the bz2 source file from sourceforge.net/projects/quanta and tried to
 install in my cygwin system with no success (CYGWIN_NT-6.3-WOW64 gery
 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin). It would be great
 some support to get it installed.

 Thanks in advance,

 Gery


What errors did you get when you compiled it?  Any?

The first I have happen when I run ./configure is this:

configure: error: The important program kde-config was not found!

which makes sense, since I don't have KDE on my cygwin/windows machine...

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



[newlib-cygwin] cygwin: fix __x86_64__ conditional in stdint.h

2015-03-10 Thread Yaakov Selkowitz
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2a6db5083cae9c7f54a72b693bc9e7984d513483

commit 2a6db5083cae9c7f54a72b693bc9e7984d513483
Author: Yaakov Selkowitz yselk...@redhat.com
Date:   Tue Mar 10 10:44:47 2015 -0500

cygwin: fix __x86_64__ conditional in stdint.h

Signed-off-by: Yaakov Selkowitz yselk...@redhat.com

Diff:
---
 winsup/cygwin/ChangeLog| 4 
 winsup/cygwin/include/stdint.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 550490a..cd2dbb9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-10  Yaakov Selkowitz  yselkow...@cygwin.com
+
+   * include/stdint.h: Fix __x86_64__ conditional.
+
 2015-03-05  Corinna Vinschen  cori...@vinschen.de
 
* tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.
diff --git a/winsup/cygwin/include/stdint.h b/winsup/cygwin/include/stdint.h
index b670884..94b6b76 100644
--- a/winsup/cygwin/include/stdint.h
+++ b/winsup/cygwin/include/stdint.h
@@ -114,7 +114,7 @@ typedef unsigned long long uintmax_t;
 #if !defined (__cplusplus) || defined (__STDC_LIMIT_MACROS) \
 || defined (__INSIDE_CYGWIN__)
 
-#if __x86_64__
+#ifdef __x86_64__
 # define __I64(n) n ## L
 # define __U64(n) n ## UL
 #else


Re: [32bit] Xwin 1.17.1.0 broken ?

2015-03-10 Thread Bill Daily

The problem is in a Symantec file sysfer.dll.  It seems like it is some type
of Trojan horse that is designed to protect you from other Trojan horses.  I
tried disabling Symantec but am still getting the same error.  After some
more searching on the web I found this page.  


http://www.symantec.com/business/support/index?page=contentid=HOWTO95454

I added XWin.exe to the Application exception list and now it works.





--
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: Quanta Plus in cygwin?

2015-03-10 Thread Gery .
Thanks Dave for the reply, I get the same here, is it possible to install KDE? 
it seems that it is according to this 
http://comments.gmane.org/gmane.os.cygwin.ports.general/1264

Or the problem is that my cygwin is too old to have it?, I found this 
http://artfiles.org/cygwin.org/pub/cygwinports/x86/release/kde-workspace/kdebase-startkde/
 and I imagine that only newer versions has it already installed.

Gery


 To: cygwin@cygwin.com
 From: dbo...@mmm.com
 Subject: Re: Quanta Plus in cygwin?
 Date: Tue, 10 Mar 2015 17:20:19 -0400

 Gery . gameji...@hotmail.com writes:

 Hello all,

 Has anyone successfully installed Quanta Plus in cygwin? I downloaded
 the bz2 source file from sourceforge.net/projects/quanta and tried to
 install in my cygwin system with no success (CYGWIN_NT-6.3-WOW64 gery
 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin). It would be great
 some support to get it installed.

 Thanks in advance,

 Gery


 What errors did you get when you compiled it? Any?

 The first I have happen when I run ./configure is this:

 configure: error: The important program kde-config was not found!

 which makes sense, since I don't have KDE on my cygwin/windows machine...

 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

  
--
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: Quanta Plus in cygwin?

2015-03-10 Thread Eliot Moss

On 3/10/2015 6:59 PM, Gery . wrote:

Thanks Dave for the reply, I get the same here, is it possible to install KDE? 
it seems that it is according to this 
http://comments.gmane.org/gmane.os.cygwin.ports.general/1264

Or the problem is that my cygwin is too old to have it?, I found this 
http://artfiles.org/cygwin.org/pub/cygwinports/x86/release/kde-workspace/kdebase-startkde/
 and I imagine that only newer versions has it already installed.


Dear Gery -- kde is not available in cygwin, per se, but can be obtained built 
for cygwin
from cygports, apparently.

Regards -- Eliot Moss

--
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: Quanta Plus in cygwin?

2015-03-10 Thread Eliot Moss

On 3/10/2015 5:08 PM, Gery . wrote:


Has anyone successfully installed Quanta Plus in cygwin? I downloaded the bz2 
source file from sourceforge.net/projects/quanta and tried to install in my 
cygwin system with no success (CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 
2014-08-13 23:03 i686 Cygwin). It would be great some support to get it 
installed.


Dear Gery -- When you say install, you mean build and install, right?
You realize that cygwin does not run Unix binaries?  (Just checking, since
not all posters to the list seem to realize that ...)

Regards -- Eliot Moss

--
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: Quanta Plus in cygwin?

2015-03-10 Thread Gery .
Thank you Eliot Moss for your reply also, yeap I meant build and install (ie., 
configure, make, make install). Well, I have installed source code that runs on 
linux and unix in (more or less) the same fashion, and they worked on cygwin. 
Perhaps I am missing something obvious here, so please don't hesitate to give 
me further details.

All the best,

Gery



 Date: Tue, 10 Mar 2015 18:48:15 -0400
 From: m...@cs.umass.edu
 To: cygwin@cygwin.com
 Subject: Re: Quanta Plus in cygwin?

 On 3/10/2015 5:08 PM, Gery . wrote:

 Has anyone successfully installed Quanta Plus in cygwin? I downloaded the 
 bz2 source file from sourceforge.net/projects/quanta and tried to install in 
 my cygwin system with no success (CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 
 2014-08-13 23:03 i686 Cygwin). It would be great some support to get it 
 installed.

 Dear Gery -- When you say install, you mean build and install, right?
 You realize that cygwin does not run Unix binaries? (Just checking, since
 not all posters to the list seem to realize that ...)

 Regards -- Eliot Moss

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

  
--
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: Quanta Plus in cygwin?

2015-03-10 Thread Gery .
I get it now, thanks so much Eliot, I have:

2014/08/13 16:08:13 Starting cygwin install, version 2.850

so, it should work according to: http://cygwinports.org

I will give it a shot, thanks again.

__
Piensa en el medio ambiente - mantenlo en la pantalla. NO lo imprimas si NO es 
necesario.
Think green - keep it on the screen. Do NOT print if it is NOT necessary.
Denken Sie an die Umwelt - bewahren Sie es auf dem Bildschirm. Drucken Sie es 
NICHT, wenn es NICHT notwendig ist.



 Date: Tue, 10 Mar 2015 19:12:36 -0400
 From: m...@cs.umass.edu
 To: cygwin@cygwin.com
 Subject: Re: Quanta Plus in cygwin?

 On 3/10/2015 6:59 PM, Gery . wrote:
 Thanks Dave for the reply, I get the same here, is it possible to install 
 KDE? it seems that it is according to this 
 http://comments.gmane.org/gmane.os.cygwin.ports.general/1264

 Or the problem is that my cygwin is too old to have it?, I found this 
 http://artfiles.org/cygwin.org/pub/cygwinports/x86/release/kde-workspace/kdebase-startkde/
  and I imagine that only newer versions has it already installed.

 Dear Gery -- kde is not available in cygwin, per se, but can be obtained 
 built for cygwin
 from cygports, apparently.

 Regards -- Eliot Moss

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

  
--
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: net user completed with one or more errors

2015-03-10 Thread BGINFO4X
Hello, ,y problem was the remote terminal connection inside Eclipse.
Running a linux terminal doesn't return any error.

Sorry for the inconvenience.




2015-03-09 16:02 GMT+01:00 Roger Wells roger.k.we...@leidos.com:
 On 03/09/2015 09:43 AM, Kizito Porta Balanyà wrote:

 Hello,

 Executing net user or cmd.exe /c net user inside a ssh console
 returns:  The command completed with one or more errors.

 This doesn't happen locally with or without cygwin.

 Is this a bug or similar ?

 Thanks a lot for your time.

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



 FWIW
 I tried your test and I think it is ok:

 In an SSH session (from a Fedora client to a Cygwin64/Win7 sshd server):

 roger@rwells-x220 ~
 $ net user

 User accounts for \\RWELLS-X220

 ---
 Administratorcyg_server Guest
 rogersshd
 The command completed successfully.


 And:

 $ uname -a
 CYGWIN_NT-6.1 rwells-x220 1.7.34(0.285/5/3) 2015-02-04 12:14 x86_64 Cygwin

 HTH


 --
 Roger Wells, P.E.
 leidos
 221 Third St
 Newport, RI 02840
 401-847-4210 (voice)
 401-849-1585 (fax)
 roger.k.we...@leidos.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


--
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: [ITA/ITP] lots of perl distributions

2015-03-10 Thread Corinna Vinschen
On Mar 10 07:40, Achim Gratz wrote:
 Achim Gratz writes:
  The upload was extremely slow and I've had the connection drop a few
  times.  Does sourceware throttle connections?  At the moment I can't
  even get a directory listing via sshfs anymore, although lftp still
  seems to cope just fine.
 
 It seems I crossed a threshold with the number of directories in my
 release areas… :-(

I'm not sure that's the problem.  This looks like the same problem
Federico and I have with sftp uploads for some reason.  I pinged
overseers a couple of days ago but got no reply.  For some reason it
works fine with lftp, though.

 [...]
 Is there someone who can check what's going on on the server side here?
 If not I'll have to switch to using lftp for the upload, but that gives
 me a lot less transparency about what is going on and so increases the
 chances of doing something wrong.

You could try the new cygport upload feature.  It uses lftp under the
hood.


Corinna

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


pgpbiOlppALPX.pgp
Description: PGP signature


Re: [ITP] maxima-5.35.1

2015-03-10 Thread Corinna Vinschen
On Mar  7 08:07, Achim Gratz wrote:
 Yaakov correctly pointed out the 32bit maxima I rememebered to be in
 Cygwin was actually from ports, so here's the requisite ITP for maxima
 to introduce it into Cygwin properly.

I don't quite like the SUSE packaging with splitting out the language
packs, but the Fedora packaging, while using another strategy, isn't
really better, so that's ok.

What's not quite ok are the setup.hint files, IMHO.  You have 7 packages
and all ldesc's and sdesc's are exactly identical.  While that's perhaps
not much of a problem for the language packs, it certainly is for
maxima vs. maxima-exec-clisp and maxima-xmaxima.  How's the user
to know what each of these packages is doing when looking them up in
setup?

  maxima  Maxima Computer Algebra System
  maxima-exec-clisp   Maxima Computer Algebra System
  maxima-xmaxima  Maxima Computer Algebra System

Package is GTG With a change to the sdescs to allow a user at least
a bit of information in sdesc what the subpackages are doing.


Thanks,
Corinna

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


pgpoVxNba0dTu.pgp
Description: PGP signature


Re: perl-5.14.4

2015-03-10 Thread Corinna Vinschen
On Mar  5 14:20, Corinna Vinschen wrote:
 On Feb 16 16:42, Achim Gratz wrote:
  Corinna Vinschen writes:
   Uh oh, the debug information is either broken (which is unlikely) or GDB
   doesn't use it anymore due to the CRC mismatch.  Maybe the same CRC
   mismatch breaks objcopy in cygport, given that both are based on the
   same BFD code?
  
  Maybe, but none of the tools ever complained about the CRC (I remember
  that GDB checks it though).  A CRC should be a fixable thing, though.
  
   For the time being, is it really required to rebase the DLLs for testing
   before the debug information is split off?  If you could do the rebase
   and test cycle after splitting off the debug info, the problem should be
   neglectable.
  
  For the moment I've changed the patch to EUMM to check if it's run from
  cygport and not rebase the just produced DLL in that case.  I only need
  to remember to package the module before testing instead of the other
  way around (and do a manual rebase before testing, but that isn't
  difficult).  So, I have a workaround.
 
 FYI: https://sourceware.org/bugzilla/show_bug.cgi?id=18025
 
 So the binutils problem is fixed upstream, we're just waiting for GDB
 to catch up.  Another collegue of mine will have a look as soon as time
 permits.

Here's one for testing, Achim:

https://cygwin.com/ml/cygwin-announce/2015-03/msg00020.html


Thanks,
Corinna

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


pgpp_Yw56UHh9.pgp
Description: PGP signature


sshd PID changed

2015-03-10 Thread Kizito Porta Balanyà
Hello,

I'm receiving some rare monit messages related to the sshd service.

The service cygrunsrv sshd is not restarted (eventviewer is OK), but
sometimes (not always) I get the following alerts:


Alert 1:
PID changed Service checkMatching_sshd
 Date:Mon, 09 Mar 2015 16:14:26
 Description: process PID changed from 1968 to 1744

PPID changed Service checkMatching_sshd
 Date:Mon, 09 Mar 2015 16:14:26
 Description: process PPID changed from 5344 to 2860


Alert 2:
PID changed Service checkMatching_sshd
 Date:Mon, 09 Mar 2015 16:14:42
 Description: process PID changed from 1744 to 2464

PPID changed Service checkMatching_sshd
 Date:Mon, 09 Mar 2015 16:14:42
 Description: process PPID changed from 2860 to 5344


Does the ssh service changes its own pid?

Thanks a lot for your time.

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