Re: cygpath and star character

2021-07-14 Thread Ken Brown via Cygwin
On 7/14/2021 4:10 AM, Tomas Jura via Cygwin wrote: Hi I found a strange behaviour of the program cygpath program 0 >cygpath -w "./*/*"   <--- IMHO wrong output  \ 0 >cygpath -w "./*/*"  | od -a   <--- a detailed dump 000   o nul   *   \   o nul   *  nl 010 Wh

Re: Building from latest git master no longer builds winsup...

2021-07-14 Thread Ken Brown via Cygwin
On 7/14/2021 1:13 PM, Brian Inglis wrote: Building from latest git master does not build winsup... only newlib. Did you run winsup/autogen.sh? See https://cygwin.com/pipermail/cygwin-developers/2021-June/012161.html Ken -- Problem reports: https://cygwin.com/problems.html FAQ:

cfsetspeed is not consistent with Linux

2021-07-11 Thread Ken Brown via Cygwin
While investigating an emacs bug (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49524), I noticed a difference in the behavior of cfsetspeed(3) on Cygwin and Linux. I'm not sure we should "fix" this, because Cygwin's behavior is consistent with the Linux man page, and Linux's behavior is not.

Re: Can I request to add a software?

2021-07-09 Thread Ken Brown via Cygwin
On 7/9/2021 8:51 AM, ® Fxzx mic via Cygwin wrote: Hello everyone, I want to use this software: “kleopatra”, but the cygwin source does not have this software, so can I ask you to help add the cygwin version of this software? Software source code here: PIM / Kleopatra · GitLab (kde.org)

Re: Inode number and file size problems in version 3.2.1

2021-07-07 Thread Ken Brown via Cygwin
On 7/7/2021 4:50 AM, Corinna Vinschen via Cygwin wrote: On Jul 6 11:53, Ken Brown via Cygwin wrote: [Please don't top-post on this list. Thanks.] On 7/6/2021 5:15 AM, Ruurd Beerstra wrote: Hi, I missed those question - sorry. This ping is the first I saw i response to my question.

[ANNOUNCEMENT] texinfo 6.8-2

2021-07-07 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * texinfo-6.8-2 * texinfo-tex-6.8-2 * info-6.8-2 This is a rebuild of the 6.8-1 release, with an upstream patch to fix the problem reported here: https://cygwin.com/pipermail/cygwin/2021-July/248849.html Ken -- Problem

Re: [ANNOUNCEMENT] texinfo 6.8

2021-07-06 Thread Ken Brown via Cygwin
On 7/6/2021 7:59 AM, Jon Turney wrote: On 05/07/2021 19:04, Ken Brown via Cygwin-announce via Cygwin wrote: The following packages have been uploaded to the Cygwin distribution: * texinfo-6.8-1 * texinfo-tex-6.8-1 * info-6.8-1 Texinfo is a documentation system that uses a single source file

Re: Inode number and file size problems in version 3.2.1

2021-07-06 Thread Ken Brown via Cygwin
[Please don't top-post on this list. Thanks.] On 7/6/2021 5:15 AM, Ruurd Beerstra wrote: Hi, I missed those question - sorry. This ping is the first I saw i response to my question. That was my guess and was the reason I added you to the CC on the ping and on this message. (The custom on

Re: Inode number and file size problems in version 3.2.1

2021-07-05 Thread Ken Brown via Cygwin
On 7/1/2021 12:21 PM, Ken Brown via Cygwin wrote: On 7/1/2021 8:15 AM, Ruurd Beerstra via Cygwin wrote: [...] I found a patch (cygwin1-20210426.dll) with an updated cygwin1.dll. That fixed the hangs. [...] Note the wrong (changing) times when I use the current 'stat' (the first

[ANNOUNCEMENT] texinfo 6.8

2021-07-05 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * texinfo-6.8-1 * texinfo-tex-6.8-1 * info-6.8-1 Texinfo is a documentation system that uses a single source file to produce output in a number of formats, both online and printed (dvi, html, info, pdf, xml, etc.). This is

Re: [ANNOUNCEMENT] harfbuzz 2.8.1-1 (TEST)

2021-07-05 Thread Ken Brown via Cygwin
On 5/20/2021 10:42 AM, Ken Brown via Cygwin-announce via Cygwin wrote: The following packages have been uploaded to the Cygwin distribution as test releases: * harfbuzz-2.8.1-1 * libharfbuzz0-2.8.1-1 * libharfbuzz-devel-2.8.1-1 * libharfbuzz-gobject0-2.8.1-1 * libharfbuzz-gobject-devel-2.8.1-1

Re: Font problems in cygwinx

2021-07-03 Thread Ken Brown via Cygwin
On 7/3/2021 12:28 AM, Robert McBroom wrote: On 7/2/21 5:46 PM, Ken Brown via Cygwin wrote: On 7/2/2021 5:21 PM, mcforum wrote: The legends in the heading for emacs have turned into boxes. the text in buffers is normal. I'm not sure what you mean by "legends in the heading".  A

Re: Font problems in cygwinx

2021-07-02 Thread Ken Brown via Cygwin
On 7/2/2021 5:21 PM, mcforum wrote: The legends in the heading for emacs have turned into boxes. the text in buffers is normal. I'm not sure what you mean by "legends in the heading". And when you say "have turned into boxes", are you saying that the problem just recently started? Or have

Re: Inode number and file size problems in version 3.2.1

2021-07-01 Thread Ken Brown via Cygwin
On 7/1/2021 8:15 AM, Ruurd Beerstra via Cygwin wrote: Hi, I am a long-time user and fan of Cygwin. I use it in a complex build environment of my IVT SSH terminal emulator, some 300.000 lines of C-code with lots of little shell-scripts to build and check. I use flex/bison, ctags, make, gawk, gr

Re: Setup: gio-querymodules.exe - Entrypoint not found

2021-06-18 Thread Ken Brown via Cygwin
On 6/16/2021 2:41 AM, Brian Inglis wrote: The idn2_punycode_decode issue was a libgnutls/libidn2 compatibility problem a couple of years ago but should be fixed now: https://bugzilla.redhat.com/show_bug.cgi?id=1683812 As Marco pointed out, the DLL in question is from one of the cross-too

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-12 Thread Ken Brown via Cygwin
On 6/12/2021 12:34 PM, Brian Inglis wrote: On 2021-06-11 12:05, Ken Brown via Cygwin wrote: On 6/11/2021 1:33 PM, Brian Inglis wrote: On 2021-06-10 13:50, Ken Brown via Cygwin wrote: On 6/10/2021 2:31 PM, Brian Inglis wrote: On 2021-06-10 08:57, Ken Brown via Cygwin wrote: On 6/9/2021 10:36

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-11 Thread Ken Brown via Cygwin
On 6/11/2021 1:33 PM, Brian Inglis wrote: On 2021-06-10 13:50, Ken Brown via Cygwin wrote: On 6/10/2021 2:31 PM, Brian Inglis wrote: On 2021-06-10 08:57, Ken Brown via Cygwin wrote: On 6/9/2021 10:36 PM, Brian Inglis wrote: On 2021-06-09 16:31, Keith Thompson via Cygwin wrote: [Sorry if the

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-11 Thread Ken Brown via Cygwin
On 6/11/2021 1:38 AM, ASSI wrote: Ken Brown via Cygwin writes: Can you be more specific? What goes wrong if TZ is not set? I haven't seen any POSIX or Linux documentation that says it should be set, and I've just checked on two different Linux distros that it's not set by

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-10 Thread Ken Brown via Cygwin
On 6/10/2021 2:31 PM, Brian Inglis wrote: On 2021-06-10 08:57, Ken Brown via Cygwin wrote: On 6/9/2021 10:36 PM, Brian Inglis wrote: On 2021-06-09 16:31, Keith Thompson via Cygwin wrote: [Sorry if the threading is messed up.  I don't subscribe, so I'm constructing this message fr

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-10 Thread Ken Brown via Cygwin
On 6/9/2021 10:36 PM, Brian Inglis wrote: On 2021-06-09 16:31, Keith Thompson via Cygwin wrote: [Sorry if the threading is messed up.  I don't subscribe, so I'm constructing this message from the web interface.  It should at least show up under the correct subject.] Brian Inglis wrote: On 2021

[ANNOUNCEMENT] icu 69.1-1

2021-05-27 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * libicu69-69.1-1 * libicu-devel-69.1-1 * icu-doc-69.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 a

[ANNOUNCEMENT] harfbuzz 2.8.1-1 (TEST)

2021-05-20 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution as test releases: * harfbuzz-2.8.1-1 * libharfbuzz0-2.8.1-1 * libharfbuzz-devel-2.8.1-1 * libharfbuzz-gobject0-2.8.1-1 * libharfbuzz-gobject-devel-2.8.1-1 * libharfbuzz-subset0-2.8.1-1 * libharfbuzz-subset-devel-2.8.1-1 * libharf

Re: [ANNOUNCEMENT] ghostscript 9.54.0-1 (TEST)

2021-05-18 Thread Ken Brown via Cygwin
On 4/12/2021 2:50 PM, Ken Brown via Cygwin-announce via Cygwin wrote: The following packages have been uploaded to the Cygwin distribution as test releases: * ghostscript-9.54.0-1 * libgs9-9.54.0-1 * libgs-devel-9.54.0-1 This has now been promoted from test to current. Ken -- Problem

Re: cygport i686/x86 library build undefined type in sys/stat.h

2021-05-15 Thread Ken Brown via Cygwin
On 5/15/2021 12:16 AM, Brian Inglis wrote: Trying to build latest libssh2 1.9.0 using cygport, works under x86_64, but under i686/x86 fails with: In file included from */usr/i686-pc-cygwin/include/sys/stat.h*:22, from ...: /usr/include/cygwin/stat.h:27:3: error: unknown type na

Re: Continued rsync failures

2021-05-08 Thread Ken Brown via Cygwin
[Please don't top post on this list.] On 5/8/2021 11:03 AM, Brent Epp wrote: Sorry, my silly mail client doesn't reply to the list by default. -- It might be worth noting that these rsync commands run using an on-demand script to manage sync jobs.  Generally, it wi

Re: Continued rsync failures

2021-05-07 Thread Ken Brown via Cygwin
On 5/7/2021 12:43 PM, Brent Epp wrote: Hello, I've reported this in the past, but I cannot reliably use rsync. This is a *local* synchronization between two Windows directories.  It seems that after a number of executions (a few dozen, maybe?), it just stops working and reports errors:   

Re: python > 3.5: Issue with unix domain sockets

2021-05-03 Thread Ken Brown via Cygwin
On 5/3/2021 8:57 AM, Maximilian.Blenk--- via Cygwin wrote: Hello everyone, I noticed that latest Cygwin release (3.2.0-1) has an issue with python and unix domain sockets, although I’m not a 100% sure about the root cause. My best guess is that something is wrong with the unix domain docket

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-27 Thread Ken Brown via Cygwin
On 4/15/2021 11:01 AM, Ken Brown via Cygwin wrote: On 4/15/2021 9:15 AM, sten.kristian.ivars...@gmail.com wrote: [snip] I tried SOCK_STREAM (and SOCK_SEQPACKET I think) for CYGWIN 3.2.0 but that didn't work at all As far as I understand, both all types on pretty much all implementa

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-15 Thread Ken Brown via Cygwin
On 4/15/2021 9:15 AM, sten.kristian.ivars...@gmail.com wrote: [snip] I tried SOCK_STREAM (and SOCK_SEQPACKET I think) for CYGWIN 3.2.0 but that didn't work at all As far as I understand, both all types on pretty much all implementations preserves message ordering though I haven't tried SOCK_S

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-14 Thread Ken Brown via Cygwin
On 4/14/2021 1:14 PM, sten.kristian.ivars...@gmail.com wrote: Hi Ken Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are sent [snip] Thanks for the test case. I can confirm the problem. I'm not famil

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-14 Thread Ken Brown via Cygwin
On 4/13/2021 6:43 PM, Ken Brown via Cygwin wrote: On 4/13/2021 10:47 AM, Ken Brown via Cygwin wrote: On 4/13/2021 10:06 AM, sten.kristian.ivars...@gmail.com wrote: Hi Ken Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-13 Thread Ken Brown via Cygwin
On 4/13/2021 10:47 AM, Ken Brown via Cygwin wrote: On 4/13/2021 10:06 AM, sten.kristian.ivars...@gmail.com wrote: Hi Ken Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are  sent [snip] Thanks for the

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-13 Thread Ken Brown via Cygwin
On 4/13/2021 10:06 AM, sten.kristian.ivars...@gmail.com wrote: Hi Ken Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are sent [snip] Thanks for the test case. I can confirm the problem. I'm not famil

[ANNOUNCEMENT] ghostscript 9.54.0-1 (TEST)

2021-04-12 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution as test releases: * ghostscript-9.54.0-1 * libgs9-9.54.0-1 * libgs-devel-9.54.0-1 GNU Ghostscript is a PostScript interpreter capable of converting PS files into a number of printer output formats. Ghostscript can also render P

Re: [ANNOUNCEMENT] xpdf 4.03-1 (TEST)

2021-04-12 Thread Ken Brown via Cygwin
On 2/2/2021 2:01 PM, Ken Brown via Cygwin-announce via Cygwin wrote: The following package has been uploaded to the Cygwin distribution as a test release: * xpdf-4.03-1 Xpdf is an open source viewer for Portable Document Format (PDF) files. (These are also sometimes called 'Acrobat&#

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-08 Thread Ken Brown via Cygwin
On 4/8/2021 3:47 PM, sten.kristian.ivars...@gmail.com wrote: Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are sent [snip] Thanks for the test case. I can confirm the problem. I'm not familiar enough

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-07 Thread Ken Brown via Cygwin
On 4/6/2021 10:50 AM, sten.kristian.ivars...@gmail.com wrote: Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are sent [snip] Thanks for the test case. I can confirm the problem. I'm not familiar enough

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-06 Thread Ken Brown via Cygwin
On 4/6/2021 10:50 AM, sten.kristian.ivars...@gmail.com wrote: Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are sent [snip] Thanks for the test case. I can confirm the problem. I'm not familiar enough

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-06 Thread Ken Brown via Cygwin
On 4/6/2021 3:52 AM, Noel Grandin wrote: On 2021/04/01 6:02 pm, Ken Brown via Cygwin wrote: Here's the issue, briefly.  The communication is done via a Windows named pipe. The receiver creates the pipe when it creates and binds its socket.  It creates only one pipe instance.  The s

Re: libgccjit

2021-04-04 Thread Ken Brown via Cygwin
On 4/4/2021 3:45 PM, Achim Gratz wrote: Ken Brown via Cygwin writes: Emacs development (on the feature/native-comp branch) is using libgccjit. Is it possible to build this library on Cygwin? Several false starts later I've munged my patches and the MinGW ones into something that gets

[ANNOUNCEMENT] TeX Live 2021

2021-04-02 Thread Ken Brown via Cygwin-announce via Cygwin
Cygwin's TeX Live packages have been updated to the latest upstream release, TeX Live 2021. TeX Live provides a comprehensive, cross-platform TeX system. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages arou

Re: [ANNOUNCEMENT] emacs 27.2-1

2021-04-02 Thread Ken Brown via Cygwin
On 4/2/2021 9:42 AM, Oleksandr Gavenko via Cygwin wrote: On 2021-03-27, Ken Brown via Cygwin-announce via Cygwin wrote: 7. The script /usr/bin/make-emacs-shortcut can be used to create a shortcut for starting emacs. See /usr/share/doc/emacs/README.Cygwin for details. /usr/bin/make

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-01 Thread Ken Brown via Cygwin
n 3/31/2021 11:07 AM, Ken Brown via Cygwin wrote: On 3/31/2021 4:24 AM, sten.kristian.ivars...@gmail.com wrote: [snip] Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are  sent [snip] Thanks for the test

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-03-31 Thread Ken Brown via Cygwin
On 3/31/2021 4:24 AM, sten.kristian.ivars...@gmail.com wrote: [snip] Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are sent [snip] Thanks for the test case. I can confirm the problem. I'm not familiar

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-03-30 Thread Ken Brown via Cygwin
On 3/24/2021 5:18 AM, Kristian Ivarsson via Cygwin wrote: Hi Glenn Thanks for the reply, so more below Hi all Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are sent Attached C:ish (with C++ threads tho

[ANNOUNCEMENT] emacs 27.2-1

2021-03-27 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * emacs-27.2-1 * emacs-common-27.2-1 * emacs-X11-27.2-1 * emacs-w32-27.2-1 * emacs-lucid-27.2-1 Emacs is a powerful, customizable, self-documenting, modeless text editor. Emacs contains special code editing features, a scripti

Re: Sv: Sv: Problems with native Unix domain sockets on Win 10/2019

2021-03-17 Thread Ken Brown via Cygwin
On 3/17/2021 8:47 AM, sten.kristian.ivars...@gmail.com wrote: [Snip] Hi all Does anyone know the status of these fixes ? I saw an announcement for cygwin-3.2.0-0.1 that seemed to contain some AF_UNIX-related fixes but I fail to find out where that distribution exists (if it is supposed to be p

Re: Sv: Problems with native Unix domain sockets on Win 10/2019

2021-03-16 Thread Ken Brown via Cygwin
On 3/16/2021 9:00 AM, Michael McMahon via Cygwin wrote: I think you can download pre-released builds from: https://cygwin.com/snapshots/ Right, but see below for cygwin-3.2.0-0.1. As mentioned already, the fix here is not actually support of AF_UNIX sockets natively. My understanding is that

libgccjit

2021-03-10 Thread Ken Brown via Cygwin
Emacs development (on the feature/native-comp branch) is using libgccjit. Is it possible to build this library on Cygwin? Ken -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe in

Re: [ANNOUNCEMENT] Updated: python packages

2021-03-07 Thread Ken Brown via Cygwin
On 3/7/2021 2:34 PM, Marco Atzeri via Cygwin wrote: On 07.03.2021 17:58, Ken Brown via Cygwin wrote: I have a CI job which runs 'setup -q -P python3,python3-lxml'.  It's nice if that gets me something where "python3 -c 'import lxml'" works, and doesn't

Re: [ANNOUNCEMENT] Updated: python packages

2021-03-07 Thread Ken Brown via Cygwin
On 3/7/2021 10:37 AM, Jon Turney wrote: On 10/02/2021 08:19, Marco Atzeri via Cygwin wrote: On 10.02.2021 03:29, Yaakov Selkowitz via Cygwin wrote: On Tue, 2021-02-09 at 21:31 +, Jon Turney wrote: On 22/01/2021 21:37, Marco Atzeri via Cygwin-announce via Cygwin wrote: Several python packa

Re: segfault on 32bit cygwin snapshot

2021-03-06 Thread Ken Brown via Cygwin
, Ken Brown via Cygwin wrote: On 3/4/2021 6:50 AM, Takashi Yano via Cygwin wrote: On Thu, 4 Mar 2021 12:11:11 +0100 marco atzeri wrote: I have no problem to patch Python to solve the issue, but I have not seen evidence of the dlsym mechanism . But of course I an NOT and expert in this field. If

Re: Cygwin now on Python 3? What about Mercurial?

2021-03-04 Thread Ken Brown via Cygwin
On 3/4/2021 6:05 AM, marco atzeri via Cygwin wrote: On Thu, Mar 4, 2021 at 10:27 AM Russell VT via Cygwin wrote: Cygwin Enthusiasts! Well, I was going to hold back on this one, but having now watched the list for a bit, I think this is a fair question (feel free to smack me if I'm feeling too

Re: segfault on 32bit cygwin snapshot

2021-03-04 Thread Ken Brown via Cygwin
On 3/4/2021 6:50 AM, Takashi Yano via Cygwin wrote: On Thu, 4 Mar 2021 12:11:11 +0100 marco atzeri wrote: I have no problem to patch Python to solve the issue, but I have not seen evidence of the dlsym mechanism . But of course I an NOT and expert in this field. If someone looking to the code c

Re: texlive-collection-binextra & python

2021-03-02 Thread Ken Brown via Cygwin
On 3/2/2021 3:36 PM, Marco Atzeri via Cygwin wrote: Ken can you check the python dependency of binextra ? https://cygwin.com/packages/summary/texlive-collection-binextra.html It pulls : python2, python27-pygments, python38-pygments It seems a bit too much Hi Marco, This happens because the p

Re: [ANNOUNCEMENT] Test: binutils-2.36.1-1, mingw64-{i686, x86_64}-binutils-2.36.1-1

2021-03-02 Thread Ken Brown via Cygwin
On 2/28/2021 2:45 PM, Achim Gratz wrote: I encourage all Cygwin package maintainers to try building (and testing) their packages with the new binutils, but please do not (yet) release such packages until further notice. I just built emacs with the new binutils, both 64 bit and 32 bit. No probl

[ANNOUNCEMENT] lcms2 2.12-1

2021-02-26 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * lcms2-2.12-1 * liblcms2_2-2.12-1 * liblcms2-devel-2.12-1 Little CMS intends to be an Open Source small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consor

Re: cygwin Rsync x32 issue

2021-02-18 Thread Ken Brown via Cygwin
On 2/18/2021 1:35 AM, Andrey Repin wrote: Greetings, Ken Brown! I have a problem with rsync that sounds very similar to this one. Every. Damn. Time. I attempt to upload files to a server, first attempt always fail approx halfway through. No matter if I upload no files or a hundred of them. First

[ANNOUNCEMENT] biber 2.16-2

2021-02-18 Thread Ken Brown via Cygwin-announce via Cygwin
The following package has been uploaded to the Cygwin distribution: * biber-2.16-2 Biber is a BibTeX replacement for users of BibLaTeX. Biber supports full UTF-8, can (re-)encode input and output, supports highly configurable sorting, dynamic bibliography sets, and many other features. This is

Re: [ANNOUNCEMENT] Updated: perl-5.32.1-1 and Perl distributions

2021-02-16 Thread Ken Brown via Cygwin
On 2/16/2021 12:48 PM, Achim Gratz wrote: Perl 5.32.1-1 is now available on Cygwin, replacing perl-5.30.3. Most Perl distributions and dependent packages have been either re-released or updated in conjunction with this update. Thank you! That's a huge amount of work. Ken -- Problem reports:

Re: cygwin Rsync x32 issue

2021-02-16 Thread Ken Brown via Cygwin
On 2/15/2021 6:18 PM, Ken Brown via Cygwin wrote: On 2/14/2021 9:48 PM, Jim Brain wrote: On 2/14/2021 8:21 PM, Ken Brown via Cygwin wrote:   strace -o rsync.strace rsync... Then post rsync.strace somewhere where people can look at it. https://www.dropbox.com/s/v1n9i77jhq3b3zh/rsync.strace

Re: cygwin Rsync x32 issue

2021-02-15 Thread Ken Brown via Cygwin
On 2/14/2021 9:48 PM, Jim Brain wrote: On 2/14/2021 8:21 PM, Ken Brown via Cygwin wrote:   strace -o rsync.strace rsync... Then post rsync.strace somewhere where people can look at it. https://www.dropbox.com/s/v1n9i77jhq3b3zh/rsync.strace?dl=0 Thanks. For the sake of comparison, could

Re: cygwin Rsync x32 issue

2021-02-14 Thread Ken Brown via Cygwin
On 2/14/2021 9:04 PM, Jim Brain wrote: On 2/14/2021 6:01 PM, Ken Brown via Cygwin wrote: On 2/13/2021 11:33 PM, Jim Brain wrote: There was a bug in Cygwin's implementation of fstatat(2) that was recently reported and fixed.  It affected 32-bit only.  On the chance that you've b

Re: cygwin Rsync x32 issue

2021-02-14 Thread Ken Brown via Cygwin
On 2/13/2021 11:33 PM, Jim Brain wrote: I perused the archive and did not see anything noted about this, but please forgive me if it's been discussed. Server: ubuntu 2004, running rsync 3.1.3 protocol version 31 client Windows 10 x64. When calling rsync x64 3.2.4dev, transfer works fine. Whe

Re: compilation errors trying to build unzip on cygwin

2021-02-13 Thread Ken Brown via Cygwin
On 2/13/2021 7:01 PM, Soren via Cygwin wrote: HI. HI!. I've been away from cygwin (and all computer programming /messing-about) fro several years. Still love Cygwin. I've gotan archive with the source for `unzip' and I am having trouble compiling that program. The is the output on the console:

Re: setrlimit always fails

2021-02-11 Thread Ken Brown via Cygwin
On 2/11/2021 10:23 AM, Patrick Chkoreff wrote: I'm trying to use setrlimit to impose limits on various resources such as CPU time and memory. The call to setrlimit always fails. I've distilled this into the following example test.c: [...] if (setrlimit(RLIMIT_CPU,&rlim) < 0) [...] setr

Re: [ANNOUNCEMENT] TeX Live collections 20210118-1

2021-02-10 Thread Ken Brown via Cygwin
On 2/6/2021 10:18 AM, Ken Brown via Cygwin wrote: On 2/6/2021 9:03 AM, airplanemath via Cygwin wrote: texlive-collection-latexrecommended contains "/usr/share/texmf-dist/tex/latex/ragged2e/ragged2e.sty". On line 145, this file uses everysel.sty, which appears to have been dropped fro

Re: Problems with native Unix domain sockets on Win 10/2019

2021-02-08 Thread Ken Brown via Cygwin
On 2/7/2021 2:35 PM, Michael McMahon via Cygwin wrote: Hi Ken, Corinna Sorry for the delay in responding. I have just tested the fix and it works great. Thank you very much for looking into it. When do you think it would be available in a form that regular users would be able to update/insta

Re: [ANNOUNCEMENT] TeX Live collections 20210118-1

2021-02-06 Thread Ken Brown via Cygwin
On 2/6/2021 9:03 AM, airplanemath via Cygwin wrote: texlive-collection-latexrecommended contains "/usr/share/texmf-dist/tex/latex/ragged2e/ragged2e.sty". On line 145, this file uses everysel.sty, which appears to have been dropped from the 2021 rebuild: $ cygcheck -p everysel.sty Found 5 matches

Re: *shell* buffer freezes within Cygwin and Emacs 27.1

2021-02-04 Thread Ken Brown via Cygwin
[Please don't top-post on this list. Thanks.] On 2/4/2021 11:54 AM, Randy Galbraith via Cygwin wrote: Good morning Takashi. Thank you so much for your response. I just tried: env CYGWIN=disable_pcon emacs-q and cmd input/output works again. I'll now need to document this for our team and see

[ANNOUNCEMENT] gd 2.3.1-1

2021-02-04 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * gd-2.3.1-1 * libgd3-2.3.1-1 * libgd-devel-2.3.1-1 GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and wrappers are available for Perl, PHP and other languages. GD cre

[ANNOUNCEMENT] xpdf 4.03-1 (TEST)

2021-02-02 Thread Ken Brown via Cygwin-announce via Cygwin
The following package has been uploaded to the Cygwin distribution as a test release: * xpdf-4.03-1 Xpdf is an open source viewer for Portable Document Format (PDF) files. (These are also sometimes called 'Acrobat' files, from the name of Adobe's PDF software.) The Xpdf viewer uses the Qt cross

Re: Problems with native Unix domain sockets on Win 10/2019

2021-02-01 Thread Ken Brown via Cygwin
On 1/31/2021 6:30 PM, Michael McMahon wrote: Thanks for taking this up again. While I had thought it was a Windows bug, and it is arguable, but at least there is a reasonable workaround for it. I'd be happy to test an update you have for it. This should now be fixed. As soon as Corinna has a

Re: Problems with native Unix domain sockets on Win 10/2019

2021-01-30 Thread Ken Brown via Cygwin
On 9/28/2020 7:03 AM, Michael McMahon wrote: On 26/09/2020 08:30, Michael McMahon via Cygwin wrote: On 25/09/2020 21:30, Ken Brown wrote: On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020

Re: thrd_sleep

2021-01-28 Thread Ken Brown via Cygwin
On 1/28/2021 6:36 PM, Rafał Jopek via Cygwin wrote: Hi, What package should be installed ? I use gcc under Cygwin: gcc (GCC) 10.2.0 Copyright (C) 2020 Free Software Foundation, Inc. C11 standard (ISO/IEC 9899:2011):7.26.5.7 The thrd_sleep function (p: 385) the code that compiles: ``` c #inclu

Re: Install Problem texlive

2021-01-27 Thread Ken Brown via Cygwin
On 1/27/2021 4:04 AM, Graf, Ingbert (HPE Pointnext Global Shared Delivery DACH) via Cygwin wrote: Hi, I’m having trouble running tex after installing the latest updates. /etc/postinstall/zp_texlive_finish.dash stops with the following error: fmtutil [ERROR]: running `pdftex -ini -jobname=xmlt

Re: Link/$PATH interaction problem

2021-01-24 Thread Ken Brown via Cygwin
On 1/24/2021 12:12 AM, Frank Eske via Cygwin wrote: Similar to December's "cygwin1.dll > 3.1.4 Program execution fails if (WSL-)symlink exists and is present in PATH", but it's still present in 3.1.6 and 3.1.7. Right. This was reported and fixed after the release of 3.1.7: https://cygwin.co

[ANNOUNCEMENT] biber 2.16-1

2021-01-23 Thread Ken Brown via Cygwin-announce via Cygwin
The following package has been uploaded to the Cygwin distribution: * biber-2.16-1 Biber is a BibTeX replacement for users of BibLaTeX. Biber supports full UTF-8, can (re-)encode input and output, supports highly configurable sorting, dynamic bibliography sets, and many other features. This is

[ANNOUNCEMENT] TeX Live collections 20210118-1

2021-01-22 Thread Ken Brown via Cygwin-announce via Cygwin
Cygwin's TeX Live collections have been updated to the latest upstream releases as of 2021-01-18. TeX Live provides a comprehensive, cross-platform TeX system. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many language

Re: [ANNOUNCEMENT] Updated: python packages

2021-01-22 Thread Ken Brown via Cygwin
On 1/22/2021 4:37 PM, Marco Atzeri via Cygwin-announce via Cygwin wrote: Several python packages have been promoted from test to stable Thank you, Marco! Ken -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cy

Re: missing perl directories

2021-01-22 Thread Ken Brown via Cygwin
On 1/22/2021 12:53 PM, Anthony Heading wrote: On Fri, Jan 22, 2021, at 4:36 PM, Marco Atzeri via Cygwin wrote: not on usr/local perl-Stow: Perl library for stow 2020-02-04 19:14 0 usr/share/perl5/ 2020-02-04 19:14 0 usr/share/perl5/site_perl/ 2020-02-04 1

Re: Terminal output disappearing after SSH into cygwin

2021-01-22 Thread Ken Brown via Cygwin
On 1/22/2021 3:16 AM, Brian Inglis wrote: On 2021-01-21 09:02, matthew patton via Cygwin wrote: On Thursday, January 21, 2021, 10:49:14 AM EST, Martyn B wrote: On 2021-01-21 11:13, Ken Brown via Cygwin wrote: There's also /etc/bash.bash_logout.  The default version of that clears the s

Re: gdb not working properly in Cygwin

2021-01-21 Thread Ken Brown via Cygwin
On 1/21/2021 5:27 PM, Tord Andreasson via Cygwin wrote: Hi, I encounter the same issue too. gdb starts however there is no gdb prompt, nothing is echoed and nothing is printed on the bash window except an empty blank line. From now you operate blindfolded. Debugging a simple application that p

Re: Terminal output disappearing after SSH into cygwin

2021-01-21 Thread Ken Brown via Cygwin
On 1/21/2021 1:30 PM, Takashi Yano via Cygwin wrote: On Thu, 21 Jan 2021 13:13:56 -0500 Ken Brown wrote: # when leaving the console clear the screen to increase privacy if [ "$SHLVL" = 1 ]; then [ -x /usr/bin/clear ] && /usr/bin/clear fi That should be the culprit. Is editing /etc/bash.bas

Re: Terminal output disappearing after SSH into cygwin

2021-01-21 Thread Ken Brown via Cygwin
On 1/21/2021 12:28 PM, Takashi Yano via Cygwin wrote: On Thu, 21 Jan 2021 15:45:28 +0100 Martyn B wrote: - same behavior if I use "exit" or "logout". "bash_logout" gives me "command not found" - shell is /bin/bash on both sides What does "cat ~/.bash_logout" say? - the command "cygchec

Re: gdb not working

2021-01-18 Thread Ken Brown via Cygwin
On 1/18/2021 12:35 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Monday, January 18, 2021 5:53 PM Ken Brown wrote: I was asking for the strace output. It might just show the same DLL loading issues that Marco noticed, or it might show something more. Ok, here are the first 100 lines, the whole th

Re: gdb not working

2021-01-18 Thread Ken Brown via Cygwin
[Resending. Accidentally sent to OP instead of list.] On 1/18/2021 8:08 AM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 9:02 PM Ken Brown wrote: On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 4:45 PM Jon Turney wrote: On 15/01/2021 12:28

Re: gdb not working

2021-01-18 Thread Ken Brown via Cygwin
On 1/18/2021 8:54 AM, Lemke, Michael SF/HZA-ZIC2 wrote: On Monday, January 18, 2021 2:23 PM Marco Atzeri wrote: On 18.01.2021 14:08, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 9:02 PM Ken Brown wrote: On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, Januar

Re: misterious GIT failure (SOLVED)

2021-01-16 Thread Ken Brown via Cygwin
On 1/16/2021 12:22 PM, matthew patton wrote: On Friday, January 15, 2021, 12:48:16 PM EST, Ken Brown via Cygwin wrote: > but it would be appreciated if you would confirm this by testing a snapshot. I have confirmed that running snapshot build Cygwin1.dll from 2021-01-13 handles symlinks

Re: gdb not working

2021-01-15 Thread Ken Brown via Cygwin
On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 4:45 PM Jon Turney wrote: On 15/01/2021 12:28, Lemke, Michael wrote: I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. However, gdb does not produce any output. Installing gdb versions 7.9.

Re: Fedora to Enable HarfBuzz in FreeType

2021-01-15 Thread Ken Brown via Cygwin
On 1/15/2021 12:52 PM, Brian Inglis wrote: https://fedoraproject.org/wiki/Changes/EnableHarfBuzzInFreeType Currently in Cygwin harfbuzz uses freetype but freetype does not use harfbuzz - thoughts on enabling harfbuzz from freetype? I'll follow Fedora. Thanks for the heads up. Ken -- Problem

Re: misterious GIT failure (SOLVED)

2021-01-15 Thread Ken Brown via Cygwin
On 1/15/2021 12:09 PM, matthew patton via Cygwin wrote: I excised the 2 symlink-involved PATH elements and now Git runs great with v3.1.5 of the DLL. I'll try one of the snapshots at some point, You've almost certainly run into the same bug that was fixed in https://sourceware.org/git/?p=newl

[ANNOUNCEMENT] poppler 21.01.0-1, poppler-data 0.4.10-1

2021-01-15 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * poppler-21.01.0-1 * libpoppler106-21.01.0-1 * libpoppler-devel-21.01.0-1 * libpoppler-cpp0-21.01.0-1 * libpoppler-cpp-devel-21.01.0-1 * libpoppler-glib8-21.01.0-1 * libpoppler-glib-devel-21.01.0-1 * libpoppler-glib-doc-21.01.0

Re: misterious GIT failure

2021-01-14 Thread Ken Brown via Cygwin
On 1/14/2021 5:27 PM, matthew patton via Cygwin wrote: ring a bell with anyone? C:\Users\mp1116\Downloads>Err_6.4.5.exe 0xc279# for hex 0xc279 / decimal -1073741191  STATUS_IO_REPARSE_TAG_NOT_HANDLED                              ntstatus.h# The layered file system driver for this IO tag

Re: tar 1.33 symlinks : Cannot change mode to...

2021-01-13 Thread Ken Brown via Cygwin
On 1/13/2021 4:07 PM, Morgan King via Cygwin wrote: On 13 January 2021 19:02, Corinna Vinschen via Cygwin wrote: On Jan 13 11:52, Ken Brown via Cygwin wrote: On 1/11/2021 2:57 PM, Morgan King via Cygwin wrote: Hello, I am experiencing the same issue with tar and I am able to reproduce it

Re: tar 1.33 symlinks : Cannot change mode to...

2021-01-13 Thread Ken Brown via Cygwin
On 1/11/2021 2:57 PM, Morgan King via Cygwin wrote: Hello, I am experiencing the same issue with tar and I am able to reproduce it following the steps at: https://lists.gnu.org/archive/html/bug-tar/2011-08/msg6.html This issue only appears to occur when using 32-bit Cygwin, I am unable to

[ANNOUNCEMENT] doxygen 1.9.1-1

2021-01-13 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * doxygen-1.9.1-1 * doxygen-doxywizard-1.9.1-1 Doxygen is a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavours) and to some extent PHP, C#, and D. This is an update to the latest upstream rel

Re: [ANNOUNCEMENT] Updated/Test: binutils-2.35.1-1, mingw64-{i686,x86_64}-binutils-2.35.1-1

2021-01-13 Thread Ken Brown via Cygwin
On 1/10/2021 9:02 AM, Achim Gratz wrote: The binutils packages for Cygwin and MingW64 cross-compilation toolchains have been updated to the latest upstream release 2.35.1. The packages are currently marked as test, so they require manual intervention to install. If you are developing software

Re: tar 1.33 symlinks : Cannot change mode to...

2021-01-12 Thread Ken Brown via Cygwin
On 1/12/2021 12:15 PM, Corinna Vinschen wrote: On Jan 12 11:55, Ken Brown via Cygwin wrote: On 1/11/2021 6:50 PM, Ken Brown via Cygwin wrote: On 1/11/2021 2:57 PM, Morgan King via Cygwin wrote: Hello, I am experiencing the same issue with tar and I am able to reproduce it following the steps

Re: tar 1.33 symlinks : Cannot change mode to...

2021-01-12 Thread Ken Brown via Cygwin
On 1/11/2021 6:50 PM, Ken Brown via Cygwin wrote: On 1/11/2021 2:57 PM, Morgan King via Cygwin wrote: Hello, I am experiencing the same issue with tar and I am able to reproduce it following the steps at: https://lists.gnu.org/archive/html/bug-tar/2011-08/msg6.html This issue only

<    1   2   3   4   5   6   >