Re: bug in cygcheck -- claims missing files, but files are not missing.

2017-04-16 Thread L A Walsh
L A Walsh wrote: Andrey Repin wrote: Greetings, L A Walsh! Hi Andrey Repin! ;-) Any idea how to figure out what cygcheck is doing? How did you invoke cygcheck? I've seen similar behavior when invoking it as /usr/bin/cygcheck outside the Cygwin environment. I invoked it from bash at t

Re: How to create root account to own /var/empty for ssh?

2017-04-16 Thread L A Walsh
Marco Atzeri wrote: usage: ssh-host-config [OPTION]... ... Hi, long time I am not reconfiguring the sshd server, but ssh-host-config should propose by default the user separation and propose the creation of cyg_server user for that scope. Ah... I didn't run that ... just sorta ran it a

[ANNOUNCEMENT] texlive 20160520-5

2017-04-16 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * texlive-20160520-5 * libkpathsea6-20160520-5 * libkpathsea-devel-20160520-5 * libptexenc1-20160520-5 * libptexenc-devel-20160520-5 * libsynctex1-20160520-5 * libsynctex-devel-20160520-5 * libtexlua52_5-20160520-5 * libtexlua52

Re: [ANNOUNCEMENT] Updated: cyrus-sasl-2.1.26-11

2017-04-16 Thread Yaakov Selkowitz
On 2017-04-16 13:25, David Rothenberger wrote: A new release of cyrus-sasl and related packages is available. CYGWIN CHANGES: == Rebuild against libdb5.3. The x86 packages are actually dependent on libgdbm instead of libdb. -- Yaakov -- Problem reports: http://cygwin.com/pr

[ANNOUNCEMENT] Updated: cyrus-sasl-2.1.26-11

2017-04-16 Thread David Rothenberger
A new release of cyrus-sasl and related packages is available. IMPORTANT NOTE: === The previous 2.1.25-1 package included an ABI change from upstream without updating the DLL names. This can cause problems with other packages that were compiled against the earlier version of cyrus-sasl

[ANNOUNCEMENT] test: icu-59.1-1

2017-04-16 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * libicu59-59.1-1 * libicu-devel-59.1-1 * icu-doc-59.1-1 ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives appl

cygwin-doc html/ missing docbook.css and index dups cygwin-{api,ug-net}

2017-04-16 Thread Brian Inglis
Hi folks, Package cygwin-doc files /usr/share/doc/cygwin-2.8.0/html/cygwin-{api,ug-net}/*.html all contain references to docbook.css: but docbook.css is missing from the .../html/cygwin-{api,ug-net}/ directories. Could you please add docbook.css to the .../html/cygwin-{api

Re: [ANNOUNCEMENT] Test: flex-2.6.4-0.1

2017-04-16 Thread Marco Atzeri
On 16/04/2017 14:44, Steven Penny wrote: On Sun, 16 Apr 2017 10:53:15, Marco Atzeri wrote: Version 2.6.4-0.1 of flex for cygwin have been uploaded as test leaving 2.6.3-1 as current. Thanks for doing this, but shouldnt this be 2.6.3-2 or something? 2.6.4 does not exist officially: - http:/

Re: [ANNOUNCEMENT] Test: flex-2.6.4-0.1

2017-04-16 Thread Steven Penny
On Sun, 16 Apr 2017 10:53:15, Marco Atzeri wrote: Version 2.6.4-0.1 of flex for cygwin have been uploaded as test leaving 2.6.3-1 as current. Thanks for doing this, but shouldnt this be 2.6.3-2 or something? 2.6.4 does not exist officially: - http://github.com/westes/flex/releases - http://

Re: Numpy 1.12.1 setup issue (targetting Python 3.6.1) from Cygwin 2.8.0

2017-04-16 Thread Eliot Moss
On 4/16/2017 7:37 AM, Kptain wrote: Yes, but as I said, the problem is this step was already done: "I would add that python3-numpy package was added when I have selected cygwin package for setup". For me the problem is to identify clearly other cygwin packages required as dependencies are not a

Re: Numpy 1.12.1 setup issue (targetting Python 3.6.1) from Cygwin 2.8.0

2017-04-16 Thread Kptain
Yes, but as I said, the problem is this step was already done: "I would add that python3-numpy package was added when I have selected cygwin package for setup". For me the problem is to identify clearly other cygwin packages required as dependencies are not already highlighted by cygwin setup. C

Re: Numpy 1.12.1 setup issue (targetting Python 3.6.1) from Cygwin 2.8.0

2017-04-16 Thread Marco Atzeri
On 16/04/2017 11:44, Kptain wrote: Not possible to setup Numpy 1.12.1 from Cygwin: pip3 install numpy Install python3-numpy from Setup. Thanks in advance for your help, Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

[ANNOUNCEMENT] Test: flex-2.6.4-0.1

2017-04-16 Thread Marco Atzeri
Version 2.6.4-0.1 of flex for cygwin have been uploaded as test leaving 2.6.3-1 as current. CHANGES This is a latest upstream git code It should solve the upstream issue reported on https://cygwin.com/ml/cygwin/2017-04/msg00097.html For the full list of changes: https://github.com/westes/fle

Numpy 1.12.1 setup issue (targetting Python 3.6.1) from Cygwin 2.8.0

2017-04-16 Thread Kptain
Not possible to setup Numpy 1.12.1 from Cygwin: pip3 install numpy Collecting numpy Using cached numpy-1.12.1.zip Building wheels for collected packages: numpy Running setup.py bdist_wheel for numpy ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/

Re: strace (from git) segfaults

2017-04-16 Thread Marco Atzeri
On 21/03/2017 21:08, Daniel Santos wrote: This is a silly one because I ran gdb --args strace ls and it doesn't crash. Then I ran 'gdb --args strace strace ls' and it crashed in gdb ONCE! However, I don't usually work on Cygwin/Windows so I think gdb loaded up the wrong debug info and/or source

Re: How to create root account to own /var/empty for ssh?

2017-04-16 Thread Marco Atzeri
On 15/04/2017 23:33, L A Walsh wrote: Marco Atzeri wrote: How am I supposed to make ssh happy? Thanks! -l user separation ? $ ls -ld /var/empty drwxr-xr-x+ 1 cyg_server Administrators 0 Jan 7 2015 /var/empty Um, could elaborate? I mean do I just create a user called cyg_server, and

Re: Flex 2.6.3-1: error: ‘INITIAL’ undeclared here (not in a function)

2017-04-16 Thread Marco Atzeri
On 16/04/2017 08:20, ram rao via cygwin wrote: I get this error: vlex.l:37:25: error: ‘INITIAL’ undeclared here (not in a function) static int CurrentState=INITIAL; Googling this issue suggests one try "flex-old" However that is not available anywhere on Cygwin this means you need to inst