[ANNOUNCEMENT] Updated: tiff 4.2.0-1

2020-12-19 Thread Lemures Lemniscati via Cygwin-announce via Cygwin
Hi! tiff/libtiff packages have been updated to the latest upstream. The following packages have been uploaded: * libtiff-devel-4.2.0-1.tar.xz * libtiff6-4.2.0-1.tar.xz * tiff-4.2.0-1.tar.xz * tiff-doc-4.2.0-1.tar.xz * tiff-opengl-4.2.0-1.tar.xz * tiff-4.2.0-1-src.tar.xz * tiff-debuginfo-4.2.0-

Re: Can't ssh to a Cygwin machine in the Windows domain -- seteuid

2020-12-19 Thread Kevin Schnitzius via Cygwin
On Saturday, December 19, 2020, 05:53:18 PM EST, Nicola Mingotti via Cygwin wrote: > it is in the windows domain called 'WINDOM'. 'nicola' is a Domain User  > in Windom. > $> ssh nicola@domus ssh WINDOM+nicola@domus Kevin -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: GAWK Incorrect Data Display

2020-12-19 Thread Hans-Bernhard Bröker
Am 20.12.2020 um 00:34 schrieb Jason McGee via Cygwin: I confirmed there is not a problem with my code by comparing Cygwin against Gawk for Windows. Your presentation of the problem is quite unclear, but the root cause is almost certainly not in the code, but in the data. You're bound to be

RE: GAWK Incorrect Data Display

2020-12-19 Thread Jason McGee via Cygwin
Input Data SP 2183197 SELL 0.01 3686.3 SP 2183197 SELL 0.01 3686.3 3680.0 I’m adding a 0 at the end, if NF == 5 CORRECT C:\cygwin64\home\trading_scripts>gawk -f PROCESS_INGOT.awk ingot.txt "SP", 2183197,"SELL", 0.01, 3686.3, 0 "SP", 2183197,"SELL", 0.01, 3686.3, 3680.0 INCORRECT gawk -f PRO

GAWK Incorrect Data Display

2020-12-19 Thread Jason McGee via Cygwin
I confirmed there is not a problem with my code by comparing Cygwin against Gawk for Windows. sp_array[++ sp_count] = d_quote "SP" d_quote ", " ticket "," d_quote type ", " volume ", " price ", " 0 I’m reading a file and writing the data to an array. I’ve tried multiple variations are the prob

Can't ssh to a Cygwin machine in the Windows domain -- seteuid

2020-12-19 Thread Nicola Mingotti via Cygwin
Hi, I would like to run Cygwin ssh in a few computers in a Windows Domain. The DC is Samba, running in Debian 10. I found several issues. Lastly I decided to follow a guide, this: https://microtechnology-services.github.io/2016/04/29/cygwin-sshd-on-windows-domain.html It did not go well, so I f

Re: Is there an alternative to gmane for managing this mailing list?

2020-12-19 Thread Brian Inglis
On 2020-12-19 00:40, Achim Gratz wrote: Charles Russell writes: My ISP (AT&T) currently seems to be blocking mail to news.gmane.io. Is there some other way to maintain thread coherence without subscribing to the mailing list, which would inundate my inbox? Depends on whether your news reader a

Re: Cygwin 3.1.7 - xterm v360.1 - columns pasted from Excel no longer separated by tab

2020-12-19 Thread Brian Inglis
On 2020-12-19 02:35, Thomas Wolff wrote: Am 19.12.2020 um 08:26 schrieb Brian Inglis: On 2020-12-18 11:22, Bill shaffer wrote: On Thursday, December 17, 2020 11:22 PM, Brian Inglis wrote: On 2020-12-17 16:03, Bill Shaffer wrote: I am using Cygwin 3.1.7 and xterm 360.1 on Windows 10.  I run th

Re: Git test failures if and only if Git worktree is outside /home

2020-12-19 Thread Achim Gratz
Adam Dinwoodie writes: > As part of testing the latest Git release candidate, I've spotted some > behaviour I don't know where to begin explaining: one of the test > scripts fails if my Git worktree is at, say, /cygdrive/c/git, but not > if it's at /home/Adam/git. I've already answered to your pos

Re: New version of GLM package?

2020-12-19 Thread Marco Atzeri via Cygwin
On 17.12.2020 15:13, Marco Atzeri wrote: On 17.12.2020 14:19, Carlo B. via Cygwin wrote: Hello everyone, I'm wondering if it would be possible to release a newer version of this package and also fixing this bug if it is possible: https://cygwin.com/pipermail/cygwin/2020-August/245945.html Than

Git test failures if and only if Git worktree is outside /home

2020-12-19 Thread Adam Dinwoodie
As part of testing the latest Git release candidate, I've spotted some behaviour I don't know where to begin explaining: one of the test scripts fails if my Git worktree is at, say, /cygdrive/c/git, but not if it's at /home/Adam/git. I assume there's something odd going on with file permissions an

[ANNOUNCEMENT] Updated: zstd-1.4.8-1 and development headers / libraries

2020-12-19 Thread Achim Gratz
This release updates Zstandard to the latest upstream version, which is a maintenance release with performance improvements and bugfixes. Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression

Re: why does i686-w64-mingw32-gcc -static fail?

2020-12-19 Thread Ken Brown via Cygwin
On 12/19/2020 2:37 AM, Lee via Cygwin wrote: On 12/18/20, Brian Inglis wrote: On 2020-12-17 20:45, Lee via Cygwin wrote: Would someone please explain why adding "-static" makes i686-w64-mingw32-gcc fail? This works (or at least the compiler doesn't complain) $ i686-w64-mingw32-gcc -o a.exe

Re: Cygwin 3.1.7 - xterm v360.1 - columns pasted from Excel no longer separated by tab

2020-12-19 Thread Thomas Wolff
Am 19.12.2020 um 08:26 schrieb Brian Inglis: On 2020-12-18 11:22, Bill shaffer via Cygwin wrote: On Thursday, December 17, 2020 11:22 PM, Brian Inglis wrote: On 2020-12-17 16:03, Bill Shaffer via Cygwin wrote: I am using Cygwin 3.1.7 and xterm 360.1 on Windows 10.  I run the X server and wor