Couldn't compute FAST_CWD pointer

2017-11-07 Thread Ramirez Castro, Jesus Miguel
0 [main] ls 17564 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscrib

[ANNOUNCEMENT] Updated: poco-1.7.9p1-1

2017-11-07 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * libpoco-devel-1.7.9p1-1 * libpoco49-1.7.9p1-1 * poco-1.7.9p1-1 * poco-doc-1.7.9p1-1 The POCO C++ Libraries are open source C++ class libraries that simplify and accelerate the development of network-centric, portable applicat

[SOLVED] Re: tcsh path conversion messed up?

2017-11-07 Thread Will Parsons
Lemke, Michael ST/HZA-ZIC2 wrote: > On Tuesday, November 07, 2017 7:12 AM Brian Inglis wrote: >>On 2017-11-06 14:59, Will Parsons wrote: >>> Will Parsons wrote: I asked about what I thought was a shell scripting problem: PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/c/Windows/sys

Re: Various questions about 10.1.26-MariaDB on CYGWIN_NT-10.0 2.9.0(0.318/5/3) 2017-09-12 10:18 x86_64 Cygwin

2017-11-07 Thread Keith Christian
GRANT syntax issue SOLVED: Log in to the mysql client as root: $ mysql -u root -p Enter password: MariaDB [keithdb]> use keithdb; Database changed MariaDB [keithdb]> grant usage on keithdb.* to 'keith'@'localhost' with grant option; Query OK, 0 rows affected (0.00 sec) Thanks to all who re

[ANNOUNCEMENT] pdf2djvu 0.9.7-1

2017-11-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * pdf2djvu-0.9.7-1 pdf2djvu creates DjVu files from PDF files. It's able to extract graphics, text, hyperlinks, bookmarks, and metadata. This is an update to the latest upstream release, and built with poppler 0.57. -- Yaako

[ANNOUNCEMENT] inkscape 0.92.2-1

2017-11-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * inkscape-0.92.2-1 Inkscape is an open source drawing tool that uses the W3C standard scalable vector graphics format (SVG). Some supported SVG features include basic shapes, paths, text, markers, clones, alpha blending, tra

[ANNOUNCEMENT] poppler 0.57.0-1

2017-11-07 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * poppler-0.57.0-1 * poppler-data-0.4.8-1 * poppler-data-devel-0.4.8-1 * libpoppler66-0.52.0-2 * libpoppler68-0.57.0-1 * libpoppler-devel-0.57.0-1 * libpoppler-cpp0-0.57.0-1 * libpoppler-cpp-devel-0.57.0-1 * libpoppler-glib8-0.5

[ANNOUNCEMENT] Updated: icoutils-0.32.2-1

2017-11-07 Thread David Stacey
The following package has been updated in the Cygwin distribution: * icoutils-0.32.2-1 The icoutils are a set of programs for extracting and converting images in Microsoft Windows icon and cursor files. This is an update to the latest upstream release. Dave. -- Problem reports: http://c

Potential BLODA issue with commercial file encryption tool

2017-11-07 Thread Weiner Michael
Dear Cygwin folks, there seems to be a BLODA issue between Cygwin and a commercial file encryption tool named "fideAS file enterprise". Since this tool was upgraded from version 6.4.0.12 to 7.1.0.8 on some computers, errors like the following started to occur. Some applications (like tmux) alwa

Bug in poll/select readable state on write end of pipe

2017-11-07 Thread Erik Bray
Hi, I encountered this bug through a hang in Twisted, but narrowed it down to a simple example (in Python here, but the same would work in C). Basically, in Twisted's system process runner, there's a "hack" [1] which basically assumes readability (as in a poll() loop) of the writable end of a pip

Re: strange shell output using tcsh under Cygwin

2017-11-07 Thread cyg Simple
On 11/6/2017 2:46 PM, Will Parsons wrote: > > But regardless of solving the original problem, I'd still like to know why > the original script doesn't work under tcsh only. > >From what I read of your original thread, it did work. You asked tr to substitute ':' for '\n' and it did. Your PATH c

Re: setup.ini has multiple "prev" entries ... Why?

2017-11-07 Thread Jon Turney
On 07/11/2017 10:25, Houder wrote: On Mon, 06 Nov 2017 19:02:08, Achim Gratz wrote: Jon Turney writes: Since [1], there's no way to install a prev version using setup, without explicitly selecting which version you want, so the ordering of those [prev] versions in setup.ini is relatively unimpo

[ANNOUNCEMENT] fish 2.7b1 (test)

2017-11-07 Thread Andrew Schulman
fish 2.7b1 is now available as a test release in Cygwin. This is an upstream beta release, with lots of small improvements and bug fixes. See https://github.com/fish-shell/fish-shell/releases/tag/2.7b1 for the list. fish is the friendly interactive shell. It's a Unix shell that focuses on interac

Re: setup.ini has multiple "prev" entries ... Why?

2017-11-07 Thread Houder
On Mon, 06 Nov 2017 19:02:08, Achim Gratz wrote: > Jon Turney writes: > > Since [1], there's no way to install a prev version using setup, > > without explicitly selecting which version you want, so the ordering > > of those [prev] versions in setup.ini is relatively unimportant. > > For setup tha

RE: tcsh path conversion messed up? [was: strange shell output using tcsh under Cygwin]

2017-11-07 Thread Lemke, Michael ST/HZA-ZIC2
On Tuesday, November 07, 2017 7:12 AM Brian Inglis wrote: >On 2017-11-06 14:59, Will Parsons wrote: >> Will Parsons wrote: >>> I asked about what I thought was a shell scripting problem: >>> >>> PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/c/Windows/system32:/c/Windows:/c/Windows/system32/wbem: