[ANNOUNCEMENT] Updated: gdal-2.2.0-1

2017-05-13 Thread Marco Atzeri
Version 2.2.0-1 of gdal libgdal-devel libgdal20 perl-gdal python-gdal have been uploaded for cygwin. The Geospatial Data Abstraction Library is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source license by the Open

Re: State of HTML Tidy package?

2017-05-13 Thread Brian Inglis
On 2017-05-13 17:11, Andrey Repin wrote: > Greetings, Marco Atzeri! >>> What is the current state of Tidy in cygwin? >> 20090325-1 >> (Same of Debian jessie, more or less) > More like less. > PHP 7.1 uses 5.4 on Windows. > There's 5.2+ versions readily available for Debian distros > (particularly f

Re: State of HTML Tidy package?

2017-05-13 Thread Brian Inglis
On 2017-05-13 17:11, Andrey Repin wrote: > Greetings, Marco Atzeri! >>> What is the current state of Tidy in cygwin? >> 20090325-1 >> (Same of Debian jessie, more or less) > More like less. > PHP 7.1 uses 5.4 on Windows. > There's 5.2+ versions readily available for Debian distros > (particularly f

Re: opencv 3.2.0-1: imshow() very slow

2017-05-13 Thread René Berber
On 5/13/2017 6:50 PM, Falk Tannhäuser wrote: [snip] > Starting the cvtest programs in a Gnome session doesn't change anything: > always the same warning message and a 25-seconds delay before displaying > the picture in a window. Then it gets complicated, the problem seems to be Dbus' configuratio

Re: opencv 3.2.0-1: imshow() very slow

2017-05-13 Thread Falk Tannhäuser
Am 07.05.2017 um 21:16 schrieb René Berber: Obviously you are not running dbus-daemon, which accounts for the time-out, and the delay, but where does that dependency come from? Is it needed? apparently not. According to OpenCV's documentation (http://docs.opencv.org/2.4/doc/tutorials/introductio

Re: State of HTML Tidy package?

2017-05-13 Thread Andrey Repin
Greetings, Marco Atzeri! >> What is the current state of Tidy in cygwin? > 20090325-1 > (Same of Debian jessie, more or less) More like less. PHP 7.1 uses 5.4 on Windows. There's 5.2+ versions readily available for Debian distros (particularly from Ondřej Surý). I know it wasn't in development

[ANNOUNCEMENT] Updated: weechat-1.8-1

2017-05-13 Thread Sébastien Helleu
Version 1.8-1 of "weechat" has been uploaded. ChangeLog and release notes: https://weechat.org/files/changelog/ChangeLog-1.8.html https://weechat.org/files/releasenotes/ReleaseNotes-1.8.html DESCRIPTION WeeChat is a fast, light and extensible chat client. It runs on many platforms like Linux, Un

Re: $ uptime: bad data in /proc/loadavg

2017-05-13 Thread cyg Simple
On 5/13/2017 12:01 PM, Andrey Repin wrote: > > $ export LC_NUMERIC=en_US > > $ uptime > 19:02:13 up 17:38, 0 users, load average: 4.00, 4.00, 4.00 > > Thanks, I can live with it for the time being. > It's not mission-critical. > > You could create an alias to help simplify life. alias upt

Re: State of HTML Tidy package?

2017-05-13 Thread Brian Inglis
On 2017-05-13 11:07, Andrey Repin wrote: > What is the current state of Tidy in cygwin? > I'm stumbling upon different results in different libs and I'd like > to match underlying libraries to some common point. > Latest Tidy release is > https://github.com/htacg/tidy-html5/tree/release/5.4 > as fa

Re: State of HTML Tidy package?

2017-05-13 Thread Marco Atzeri
On 13/05/2017 19:07, Andrey Repin wrote: Greetings, All! What is the current state of Tidy in cygwin? 20090325-1 (Same of Debian jessie, more or less) I'm stumbling upon different results in different libs and I'd like to match underlying libraries to some common point. Latest Tidy release i

State of HTML Tidy package?

2017-05-13 Thread Andrey Repin
Greetings, All! What is the current state of Tidy in cygwin? I'm stumbling upon different results in different libs and I'd like to match underlying libraries to some common point. Latest Tidy release is https://github.com/htacg/tidy-html5/tree/release/5.4 as far as I can tell. -- With best reg

Re: BUG: winmain GetCommandLine only returning program name and path with no arguments

2017-05-13 Thread Brian Inglis
On 2017-05-13 08:30, Mike Barry wrote: > Below is a sample program that demonstrates that the GetCommandLine > function is not returning the command line arguments. I attached > cygcheck.out. > > #include > #include > > int WINAPI > WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, i

Re: Ctrl-Break killing subprocess even though handled in parent process

2017-05-13 Thread Brian Inglis
On 2017-05-13 03:42, Brien Oberstein wrote: > I have a dotnet windows console application that runs a bash script > as a subprocess using CreateProcess() under the covers. > My windows app traps Ctrl-Break via SetConsoleCtrlHandler() and > handles it (returning true from the handler). > I execute t

Re: BUG: winmain GetCommandLine only returning program name and path with no arguments

2017-05-13 Thread Andrey Repin
Greetings, Mike Barry! > Below is a sample program that demonstrates that the GetCommandLine > function is not returning the command line arguments. I attached > cygcheck.out. > #include > #include > int WINAPI > WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) { > c

Re: $ uptime: bad data in /proc/loadavg

2017-05-13 Thread Andrey Repin
Greetings, Brian Inglis! > On 2017-05-12 20:44, Andrey Repin wrote: >> Just a few days ago it worked, but now >> $ uptime >> bad data in /proc/loadavg >> $ cat /proc/loadavg >> 0,00 0,00 0,00 1/3 > Something is localizing output from /proc/loadavg > - assume you're using ru locale? Yes, sorry, w

Re: Ctrl-Break killing subprocess even though handled in parent process

2017-05-13 Thread Andrey Repin
Greetings, Brien Oberstein! > I have a dotnet windows console application that runs a bash script as a > subprocess using CreateProcess() under the covers. > My windows app traps Ctrl-Break via SetConsoleCtrlHandler() and handles it > (returning true from the handler). > I execute the script vi

Re: BUG: winmain GetCommandLine only returning program name and path with no arguments

2017-05-13 Thread Richard H Lee
It works when using the mingw cross compiler. On 13/05/2017 15:30, Mike Barry wrote: Below is a sample program that demonstrates that the GetCommandLine function is not returning the command line arguments. I attached cygcheck.out. #include #include int WINAPI WinMain(HINSTANCE hInst, HINST

Re: BUG: winmain GetCommandLine only returning program name and path with no arguments

2017-05-13 Thread Dan Kegel
That same executable behaves properly when built with cl.exe *or* run from cmd. Only when built with cygwin gcc *and* run from cygwin shell does it not show the full string, and bonus, in that case does not set szCmdLine properly? #include #include int WINAPI WinMain(HINSTANCE hInst, HINSTANCE

BUG: winmain GetCommandLine only returning program name and path with no arguments

2017-05-13 Thread Mike Barry
Below is a sample program that demonstrates that the GetCommandLine function is not returning the command line arguments. I attached cygcheck.out. #include #include int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) { char* text = GetCommandLine(); pr

Re: copying "file.exe" + "file" (a shell script) => targetdir fails

2017-05-13 Thread cyg Simple
On 5/13/2017 1:22 AM, L A Walsh wrote: > I know *why* this is happening (cygwin treating x.exe as x), but > should it do it for shell files too? > > sourcedir: >> ll -di bin/updatedb bin/updatedb.exe > 337488497076088359 -rwxrwxr-x+ 1 10163 Apr 12 17:07 bin/updatedb* > 144115188075956844 -rwxrwx

[ANNOUNCEMENT] Updated: setup (2.878)

2017-05-13 Thread Jon Turney
A new version of Setup, release 2.878, has been uploaded to https://cygwin.com/setup-x86.exe (32 bit version) https://cygwin.com/setup-x86_64.exe (64 bit version) Changes compared to 2.877: - "Direct Connection" now uses the WinINet API to fetch URLs. This enables HTTPS and FTPS prot

Ctrl-Break killing subprocess even though handled in parent process

2017-05-13 Thread Brien Oberstein
Hi, I have a dotnet windows console application that runs a bash script as a subprocess using CreateProcess() under the covers. My windows app traps Ctrl-Break via SetConsoleCtrlHandler() and handles it (returning true from the handler). I execute the script via the command "bash.exe --login sc

Re: $ uptime: bad data in /proc/loadavg

2017-05-13 Thread Achim Gratz
Andrey Repin writes: > Just a few days ago it worked, but now > > $ uptime > bad data in /proc/loadavg > $ cat /proc/loadavg > 0,00 0,00 0,00 1/3 > > It reporting approx the same from under elevated shell. Use the latest snapshot or test package instead, I don't think that the fix for this is in a