Problem with CMake and installation directories whose name contains a space

2017-05-17 Thread Arjen Markus
Hello, In the PLplot project (http://plplot.sf.net) we have encountered a problem with CMake 3.6.2 as part of the Cygwin packages: if you specify an installation directory whose name contains a space, the configuration step gets into an endless loop, more specifically, it writes a file export_plpl

Building modules for perl-5.24

2017-05-17 Thread Ken Brown
Achim, I'd like to build test releases for perl-5.24 of the perl modules needed by biber, so that I can upgrade biber (as a test release). I don't mind doing the work, but I imagine you have a script that simplifies the process. (Presumably you have to build and install the prerequisites fo

Re: setup 2.878 only processes one site

2017-05-17 Thread David Rothenberger
Jon Turney wrote: On 17/05/2017 18:06, David Rothenberger wrote: Jon Turney wrote: On 17/05/17 00:14, David Rothenberger wrote: When I use the new Direct Connection option in setup 2.878, it appears that setup only downloads the setup.xz file from one of the three sites I have selected. Some

Re: Composer segfault on multiple configurations

2017-05-17 Thread Richard H Lee
On 17/05/2017 20:17, Sky Diver wrote: Running "composer install" with the following composer.json ends up in a segmentation fault. -- START --- { "require": { "propel/propel": "~2.0@dev" }, "config": { "optimize-autoloader": true } }

Re: setup release candidate - please test

2017-05-17 Thread Jon Turney
On 16/05/2017 15:06, Jon Turney wrote: On 16/05/2017 14:45, Ian Lambert wrote: On May 16, 2017 6:52:17 AM EDT, Jon Turney <> wrote: On 15/05/2017 22:11, Brian Inglis wrote: On 2017-05-15 14:42, Ian Lambert via cygwin wrote: On Mon, 5/15/17, Jon Turney wrote: On 15/05/2017 16:29, Ian Lambert

Re: more issues with top

2017-05-17 Thread Brian Inglis
On 2017-05-16 17:28, Marty Shannon wrote: > For reasons I don't understand, sometimes top displays the process > command line as right-justified. Whenever it happens, all command > lines are right-justified. Anyone have any ideas? It is a bug, > albeit harmless. j toggles string field justific

Composer segfault on multiple configurations

2017-05-17 Thread Sky Diver
Hi, Running "composer install" with the following composer.json ends up in a segmentation fault. -- START --- { "require": { "propel/propel": "~2.0@dev" }, "config": { "optimize-autoloader": true } } -- END - (*) Note: when "opt

Re: setup 2.878 only processes one site

2017-05-17 Thread Jon Turney
On 17/05/2017 18:06, David Rothenberger wrote: Jon Turney wrote: On 17/05/17 00:14, David Rothenberger wrote: When I use the new Direct Connection option in setup 2.878, it appears that setup only downloads the setup.xz file from one of the three sites I have selected. Interesting. I don't s

Re: setup 2.878 only processes one site

2017-05-17 Thread David Rothenberger
Jon Turney wrote: On 17/05/17 00:14, David Rothenberger wrote: When I use the new Direct Connection option in setup 2.878, it appears that setup only downloads the setup.xz file from one of the three sites I have selected. Interesting. I don't see anything in the changes since 2.877 that woul

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Brian Inglis
On 2017-05-17 07:53, Alex wrote: > On 16/05/2017 20:08, Brian Inglis wrote: >> On 2017-05-16 02:12, Alex wrote: >>> I have windows 2008 server and external partner requested me to install >>> CGYWIN on it so they can send a file to via SSH. I created a domain user >>> called test1 and they sent me

CygwinX Intermittent Hangs

2017-05-17 Thread LNX1
Hi, I have an issue I think with Cygwin/X server freezing intermittently. I have looked at the log file but can not see anything printed as error or higher level message. For example when I launch an Xterm from local windows system (Xapplications Menu --> SystemTools --> Xterm), it works fine

Re: When running exec('rsync') with PHP, getting Warning: Error while sending QUERY packet.

2017-05-17 Thread Brian Inglis
On 2017-05-17 07:39, Björn Tantau wrote: > I encountered a rather strange PHP bug I could only reproduce in > cygwin (32 Bit and 64 Bit). > If you have a working MySQL-Connection and then run exec('rsync') the > next Query produces the Warning: > PHP Warning: Error while sending QUERY packet. PID

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Eliot Moss
On 5/17/2017 9:45 AM, Alex wrote: > On 16/05/2017 20:22, Dan Kegel wrote: >> On Tue, May 16, 2017 at 7:44 AM, Alex wrote: Did you try chmod 755 foo.dat on the file (assuming it's named foo.dat)? >>> >>> Yes I did , but I can access only the current files. If they send new file

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Alex
On 16/05/2017 20:08, Brian Inglis wrote: On 2017-05-16 02:12, Alex wrote: I have windows 2008 server and external partner requested me to install CGYWIN on it so they can send a file to via SSH. I created a domain user called test1 and they sent me the public key and installed home folder. They

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Alex
On 16/05/2017 20:22, Dan Kegel wrote: On Tue, May 16, 2017 at 7:44 AM, Alex wrote: Did you try chmod 755 foo.dat on the file (assuming it's named foo.dat)? Yes I did , but I can access only the current files. If they send new file next time, it won't get this setup so not possible to ope

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Alex
On 16/05/2017 17:59, cyg Simple wrote: On 5/16/2017 10:44 AM, Alex wrote: Yes I did , but I can access only the current files. If they send new file next time, it won't get this setup so not possible to open. I need something like folder permission and will apply to all files in it also must

When running exec('rsync') with PHP, getting Warning: Error while sending QUERY packet.

2017-05-17 Thread Björn Tantau
Sorry for the missing cygcheck.out, the Spamfilter wouldn't let me pass. Every package is up to date. rsync 3.1.2 php 7.0.19 mysql 10.1.19-MariaDB Hi, I encountered a rather strange PHP bug I could only reproduce in cygwin (32 Bit and 64 Bit). If you have a working MySQL-Connection and then run

Re: Request new buildbot-slave package (FAO Jon Turney)

2017-05-17 Thread Jon Turney
On 17/05/2017 10:27, Adam Dinwoodie wrote: On Fri, May 12, 2017 at 05:00:54PM +0100, Jon Turney wrote: On 10/05/17 19:01, Jon Turney wrote: On 10/05/2017 18:10, Adam Dinwoodie wrote: I see you're the maintainer of buildbot-slave. Would it be possible to get an updated version of this? The curr

Import error with python2-httplib2-0.9.2-1

2017-05-17 Thread Michael Diamond
Hello all, I’m running into trouble with the python2-httplib2[1] package in a fresh install of Cygwin: $ python -c 'import httplib2' Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 95, in from iri2uri import iri2u

Re: Request new buildbot-slave package (FAO Jon Turney)

2017-05-17 Thread Adam Dinwoodie
On Fri, May 12, 2017 at 05:00:54PM +0100, Jon Turney wrote: > On 10/05/17 19:01, Jon Turney wrote: > >On 10/05/2017 18:10, Adam Dinwoodie wrote: > >>I see you're the maintainer of buildbot-slave. Would it be possible to > >>get an updated version of this? The current version packaged for > >>Cygwin

Re: Can Cygwin's command logger output be changed from Windows event log to / var / log / messages?

2017-05-17 Thread
Thank you for your reply. When executed by the following procedure, it was able to output the logger log to / var / log / messages. ① Install syslog-ng ② Execute syslog-ng-config with administrator authority ③ Started with "$ netstart syslog-ng" ④ Log output with logger ⑤ Confirm log is output t

Re: setup 2.878 only processes one site

2017-05-17 Thread Jon Turney
On 17/05/17 00:14, David Rothenberger wrote: When I use the new Direct Connection option in setup 2.878, it appears that setup only downloads the setup.xz file from one of the three sites I have selected. Interesting. I don't see anything in the changes since 2.877 that would have caused this

cmake 3.6.2 for eclipse neon (9.x)+

2017-05-17 Thread Allan C.
Hi all, I am playing with cmake, generating eclipse projects files, but when trying to import in the IDE, an error popped up saying "Project already exist in workspace or project description file is corrupted". cmake -G "Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D CMAKE_ECLIPSE_VE