Re: cygcheck and literal plus sign

2017-01-28 Thread Steven Penny
On Fri, 27 Jan 2017 21:01:14, Doug Henderson wrote: > Try this: > $ cygcheck -p "mingw32-g[*-,][*-,]" > Found 4 matches for mingw32-g[*-,][*-,] Thanks for this. Using ranges is gross, because it relies on your locale, but it did put me on the right track: $ cygcheck -p 'mingw32-g[:punct:][:pu

Re: [ANNOUNCEMENT] Updated: dash-0.5.8-3

2017-01-28 Thread Houder
On Wed, 25 Jan 2017 16:14:00, Steven Penny wrote: > Obviously Bash is not the problem, nor readline as Dash doesnt use readline. > So > it appears the issue this time is again with cygwin1.dll, or perhaps the Dash > package. .. uhm, it appears to me that Windows is the issue here. As those in th

Re: [ANNOUNCEMENT] Updated: dash-0.5.8-3

2017-01-28 Thread Houder
On Wed, 25 Jan 2017 15:31:09, cyg Simple wrote: > On 1/25/2017 8:37 AM, Houder wrote: > > On Tue, 24 Jan 2017 17:28:13, Steven Penny wrote: > >> On Tue, 24 Jan 2017 16:58:39, Houder wrote: > >>> When the omega symbol is entered, followed by a backspace, the input > >>> buffer > >>> is NOT correctl

Re: cygcheck and literal plus sign

2017-01-28 Thread Brian Inglis
On 2017-01-28 05:21, Steven Penny wrote: > On Fri, 27 Jan 2017 21:01:14, Doug Henderson wrote: >> Try this: >> $ cygcheck -p "mingw32-g[*-,][*-,]" >> Found 4 matches for mingw32-g[*-,][*-,] > Thanks for this. Using ranges is gross, because it relies on your locale, but > it did put me on the right

Re: cygcheck and literal plus sign

2017-01-28 Thread Eric Blake
On 01/28/2017 11:45 AM, Brian Inglis wrote: >> it did put me on the right track: >> $ cygcheck -p 'mingw32-g[:punct:][:punct:]' | awk 'NR>1{$0=$1}1' > Your command is the same as: > > $ cygcheck -p mingw32-g[:ctnpu][:ctnpu] | sed '2,$s/\s.*//' Not necessarily. You forgot quotes, so dependin

[ANNOUNCEMENT] [Updated] Perl distributions

2017-01-28 Thread Achim Gratz
The following Perl distributions have been updated to their latest version available from CPAN: noarch perl-Archive-Extract-0.80-1 perl-Data-GUID-0.049-1 perl-IO-Socket-SSL-2.044-1 perl-Mojolicious-7.22-1 perl-Test-RequiresInternet-0.05-1 perl-Tie-Cycle-1.222-1 perl-YAML-Tiny-1.70-1 per

Re: cygcheck and literal plus sign

2017-01-28 Thread Brian Inglis
On 2017-01-28 12:06, Eric Blake wrote: > On 01/28/2017 11:45 AM, Brian Inglis wrote: >>> it did put me on the right track: >>> $ cygcheck -p 'mingw32-g[:punct:][:punct:]' | awk 'NR>1{$0=$1}1' >> Your command is the same as: >> $ cygcheck -p mingw32-g[:ctnpu][:ctnpu] | sed '2,$s/\s.*//' > Not ne

Re: [ANNOUNCEMENT] Updated: bash-4.4.12-3

2017-01-28 Thread Steven Penny
On Fri, 27 Jan 2017 13:23:53, "Eric Blake (cygwin)" wrote: > A new release of bash, 4.4.12-3, has been uploaded and will soon reach a > mirror near you. Bash printf cannot handle any Unicode blocks starting with "Private Use Area" (U+E000 - U+F8FF). Note I will be skipping the surrogate blocks[1]

Re: [ANNOUNCEMENT] Updated: bash-4.4.12-3

2017-01-28 Thread Steven Penny
On Sat, 28 Jan 2017 12:27:48, Steven Penny wrote: > Bash printf cannot handle any Unicode blocks starting with "Private Use Area" > (U+E000 - U+F8FF). Note I will be skipping the surrogate blocks[1] (U+D800 - > U+DFFF) for this post, as /bin/printf does not support them either[2]: A patch was subm

dirent.d_type is not working on Cygwin symbolic links.

2017-01-28 Thread waterlan
Hi, The dirent.d_type value for Cygwin symbolic links is 0 (DT_UNKNOWN). The value is 10 (DT_LNK) for Windows native symbolic links. I think d_type should be 10 for Cygwin symbolic links too. Example program. Run it in a folder with a Cygwin symbolic link and a Windows symbolic link (create

Re: Debugging MariaDB Severe Crash (mysqld daemon dies)

2017-01-28 Thread OwN-3m-All
Unfortunately, I'm unable to debug mysql-server with the version that comes with Cygwin. /usr/sbin/mysqld --debug=o,/var/log/mysqld.trace produces the following error: "debug is disabled in this build" "mysqld_safe --debug=o,/var/log/mysqld.trace" also does not log anything of value. -- Problem

[ANNOUNCEMENT] Updated: mkvtoolnix-9.8.0-1

2017-01-28 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * mkvtoolnix-9.8.0-1 * mkvtoolnix-gui-9.8.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. Dave. -- Problem reports: http://

[ANNOUNCEMENT] Updated: perl-Text-CSV-1.91-1

2017-01-28 Thread David Stacey
The following package has been updated in the Cygwin distribution: * perl-Text-CSV-1.91-1 Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. T

I cannot understand popen/_popen absence

2017-01-28 Thread Пётр Б .
tchar.h: http://pastebin.com/raw/109n342z So I only get popen if _POSIX_ is defined (which is not defined in any header, I searched Cygwin folder with file manager). stdio.h: http://pastebin.com/raw/jrd2dmzP So I only get popen if some conditions which I did not hear about are fullfilled. So, wh

Re: I cannot understand popen/_popen absence

2017-01-28 Thread Пётр Б .
Excuse me for vague wording, let me explain it. I am trying to build Qt under Cygwin. For some mysterious reason Cygwin compiler does not expose popen with std=c++11 which is required for Qt BUT at the same time the MinGW compiler installed from Cygwin repository does expose popen with same standa

X colormap problem when viewed via Microsoft Remote Desktop

2017-01-28 Thread jeff_schenck
After a fairly recent update of cygwin, I now find that all my X windows (xterm, emacs, etc.) have color and font problems. Non-x terminal windows are fine. Windows 7 is running as a VM on an esxi hypervisor, so I view it remotely with Microsoft Remote Desktop. It worked well on a previous cygw

Re: I cannot understand popen/_popen absence

2017-01-28 Thread Brian Inglis
On 2017-01-28 18:16, Пётр Б. wrote: > Excuse me for vague wording, let me explain it. > I am trying to build Qt under Cygwin. For some mysterious reason > Cygwin compiler does not expose popen with std=c++11 which is > required for Qt > BUT > at the same time the MinGW compiler installed from Cygw

Re: Debugging MariaDB Severe Crash (mysqld daemon dies)

2017-01-28 Thread OwN-3m-All
I opened a bug here with MariaDB since I don't know what else to do: https://jira.mariadb.org/browse/MDEV-11931 The link above contains a database dump and the query that causes it to crash on Windows running under cygwin. -- Problem reports: http://cygwin.com/problems.html FAQ: