TeX Live collections 20210118-1

2021-01-22 Thread Ken Brown via Cygwin-announce
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

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:

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

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 screen

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

Re: [PATCH] Cygwin: ptsname_r: always return an error number on failure

2021-01-21 Thread Ken Brown via Cygwin-patches
On 1/20/2021 1:00 PM, Ken Brown via Cygwin-patches wrote: Following Linux, return ENOTTY on a bad file descriptor and also set errno to ENOTTY. Previously 0 was returned and errno was set to EBADF. Returning 0 violates the requirement in https://man7.org/linux/man-pages/man3/ptsname_r.3.html

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

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

[PATCH] Cygwin: normalize_posix_path: fix error handling when .. is encountered

2021-01-20 Thread Ken Brown via Cygwin-patches
When .. is in the source path and the path prefix exists but is not a directory, return ENOTDIR instead of ENOENT. This fixes a failing gnulib test of realpath(3). Addresses: https://lists.gnu.org/archive/html/bug-gnulib/2021-01/msg00214.html --- winsup/cygwin/path.cc | 4 +++-

Re: python 2 check & cleaning

2021-01-19 Thread Ken Brown via Cygwin-apps
On 1/18/2021 1:25 PM, Ken Brown via Cygwin-apps wrote: On 1/18/2021 12:33 AM, Marco Atzeri via Cygwin-apps wrote: Hi All, the current python test packages remove the link python->python2.7 and replace with an alternative appraouch. Before making the switch, I would like to review the packa

Re: python 2 check & cleaning

2021-01-18 Thread Ken Brown via Cygwin-apps
On 1/18/2021 12:33 AM, Marco Atzeri via Cygwin-apps wrote: Hi All, the current python test packages remove the link python->python2.7 and replace with an alternative appraouch. Before making the switch, I would like to review the packages that could be broken, so I looked at all packages, not

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

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

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,

Re: GitHub automation for Cygwin builds [Was: Updated: moreutils v0.65-1]

2021-01-16 Thread Ken Brown via Cygwin-apps
On 1/16/2021 3:33 PM, Adam Dinwoodie wrote: On Sat, 16 Jan 2021 at 20:22, Adam Dinwoodie wrote: Version 0.65-1 of moreutils has been uploaded and should be coming soon to a distribution server near you. In case anyone's interested or has thoughts: As part of working on this release, I've

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 symli

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

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

[PATCH] Cygwin: document a recent bug fix

2021-01-15 Thread Ken Brown via Cygwin-patches
This documents commit aec64798, "Cygwin: add flag to indicate reparse points unknown to WinAPI". --- winsup/cygwin/release/3.2.0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0 index 132d5c810..c18a848de 100644 ---

Re: [PATCH] Cygwin: document a recent bug fix

2021-01-15 Thread Ken Brown via Cygwin-patches
On 1/15/2021 12:42 PM, Ken Brown via Cygwin-patches wrote: This documents commit b951adce, "Cygwin: add flag to indicate reparse points unknown to WinAPI". Sorry, there's a mistake in the commit message. A corrected version is on the way. Ken

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

[PATCH] Cygwin: document a recent bug fix

2021-01-15 Thread Ken Brown via Cygwin-patches
This documents commit b951adce, "Cygwin: add flag to indicate reparse points unknown to WinAPI". --- winsup/cygwin/release/3.2.0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0 index 132d5c810..c18a848de 100644 ---

[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 *

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

Re: [ITA] libnice-0.1.18-1

2021-01-14 Thread Ken Brown via Cygwin-apps
On 1/14/2021 10:11 AM, Ken Brown via Cygwin-apps wrote: On 1/14/2021 1:41 AM, Marco Atzeri via Cygwin-apps wrote: On 14.01.2021 03:53, Ken Brown via Cygwin-apps wrote: On 1/10/2021 8:36 AM, Lemures Lemniscati via Cygwin-apps wrote: On Sun, 10 Jan 2021 12:46:43 +0100, Marco Atzeri via Cygwin

Re: [ITA] libnice-0.1.18-1

2021-01-14 Thread Ken Brown via Cygwin-apps
On 1/14/2021 1:41 AM, Marco Atzeri via Cygwin-apps wrote: On 14.01.2021 03:53, Ken Brown via Cygwin-apps wrote: On 1/10/2021 8:36 AM, Lemures Lemniscati via Cygwin-apps wrote: On Sun, 10 Jan 2021 12:46:43 +0100, Marco Atzeri via Cygwin-apps On 10.01.2021 01:07, Lemures Lemniscati via Cygwin

Re: [ITA] libnice-0.1.18-1

2021-01-13 Thread Ken Brown via Cygwin-apps
On 1/10/2021 8:36 AM, Lemures Lemniscati via Cygwin-apps wrote: On Sun, 10 Jan 2021 12:46:43 +0100, Marco Atzeri via Cygwin-apps On 10.01.2021 01:07, Lemures Lemniscati via Cygwin-apps wrote: Building on my system I found that gobject-introspection will need a rebuild for python3.

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

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

doxygen 1.9.1-1

2021-01-13 Thread Ken Brown via Cygwin-announce
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

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: [PATCH] Cygwin: fstatat: call fstat64 instead of fstat

2021-01-13 Thread Ken Brown via Cygwin-patches
On 1/13/2021 3:56 AM, Corinna Vinschen via Cygwin-patches wrote: Hi Ken, Happy New Year, btw :) Thanks, same to you! Ken

[PATCH] Cygwin: fstatat: call fstat64 instead of fstat

2021-01-12 Thread Ken Brown via Cygwin-patches
This fixes a bug on 32-bit Cygwin that was introduced in commit 84252946, "Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flag". Add a comment explaining why fstat should not be called. Addresses: https://cygwin.com/pipermail/cygwin/2021-January/247399.html --- winsup/cygwin/release/3.2.0

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

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

2021-01-11 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

Re: perl 5.32

2021-01-11 Thread Ken Brown via Cygwin-apps
On 1/10/2021 7:42 AM, Achim Gratz wrote: Achim Gratz writes: The Perl 5.32 test repository is now up at: root=http://cygwin.stromeko.net/ $root/perl-5.32 Additionally the perl-5.32-RC1 is now available in this repo as a test package (perl-5.32.1-0.1). The distributions are all unchanged.

Re: Moving from python2 to python3

2020-12-30 Thread Ken Brown via Cygwin-apps
On 12/30/2020 9:10 AM, ASSI wrote: Marco Atzeri via Cygwin-apps writes: it seems the appveyor is not running the postinstall scripts It does run all the other ones, though… so there's something amiss with the logic that triggers that script. python38-3.8.3-1 is missing its postinstall

Re: Moving from python2 to python3

2020-12-29 Thread Ken Brown via Cygwin-apps
On 12/29/2020 7:04 AM, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: all python packages have been updated. /usr/bin/python /usr/bin/python3 both point now to python3.8 as default using alternatives. You broke the CI: Traceback (most recent call last): File "./scallywag", line

[ANNOUNCEMENT] harfbuzz 2.7.4-1

2020-12-27 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * harfbuzz-2.7.4-1 * libharfbuzz0-2.7.4-1 * libharfbuzz-devel-2.7.4-1 * libharfbuzz-gobject0-2.7.4-1 * libharfbuzz-gobject-devel-2.7.4-1 * libharfbuzz-subset0-2.7.4-1 * libharfbuzz-subset-devel-2.7.4-1 *

harfbuzz 2.7.4-1

2020-12-27 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * harfbuzz-2.7.4-1 * libharfbuzz0-2.7.4-1 * libharfbuzz-devel-2.7.4-1 * libharfbuzz-gobject0-2.7.4-1 * libharfbuzz-gobject-devel-2.7.4-1 * libharfbuzz-subset0-2.7.4-1 * libharfbuzz-subset-devel-2.7.4-1 *

Re: perl 5.32

2020-12-27 Thread Ken Brown via Cygwin-apps
On 12/27/2020 1:41 AM, Achim Gratz wrote: Ken Brown via Cygwin-apps writes: The Perl 5.32 test repository is now up at: root=http://cygwin.stromeko.net/ $root/perl-5.32 including all Perl distributions that I maintain or co-maintain. Thanks very much! It worked fine for building biber. Did

Re: perl 5.32

2020-12-26 Thread Ken Brown via Cygwin-apps
On 12/26/2020 12:43 PM, Achim Gratz wrote: Achim Gratz writes: Achim Gratz writes: I've cleaned up the patches so they still apply on top of 5.32.0 where applicable and built the initial packages. For the rest I'll have to set up one of my old build machines as I don't want to move my main

Re: wget missing?

2020-12-26 Thread Ken Brown via Cygwin
On 12/26/2020 2:41 PM, Brian Inglis wrote: On 2020-12-26 08:33, Ken Brown via Cygwin wrote: On 12/26/2020 9:33 AM, M Douglas McIlroy via Cygwin wrote: I use wget from cygwin fairly often. Today,  when I was updating via cygwin setup - select packages, I did not see wget listed in the web

Re: wget missing?

2020-12-26 Thread Ken Brown via Cygwin
On 12/26/2020 9:33 AM, M Douglas McIlroy via Cygwin wrote: I use wget from cygwin fairly often. Today, when I was updating via cygwin setup - select packages, I did not see wget listed in the web category. I hope this is a glitch, not a death notice for wget. It's in the Net category. You

Re: Another chmod issue on 3.1.7, Win 10.

2020-12-24 Thread Ken Brown via Cygwin
On 12/24/2020 4:30 PM, Kaz Kylheku via Cygwin wrote: Initial conditions:   0:BLACKBOX:~/txr$ rm testfile   0:BLACKBOX:~/txr$ touch testfile   0:BLACKBOX:~/txr$ chmod = testfile   0:BLACKBOX:~/txr$ ls -l testfile   -- 1 kaz kaz 0 Dec 24 13:23 testfile Now, light up all the bits,

Re: chmod issue on 3.1.7.

2020-12-24 Thread Ken Brown via Cygwin
On 12/24/2020 4:13 PM, Kaz Kylheku (Cygwin) via Cygwin wrote: On 2020-10-10 09:32, Kaz Kylheku (Cygwin) via Cygwin wrote: Hi all, Running this Cygwin on a Windows 10 system:   0:DESKTOP-K8055OB:~$ uname -a   CYGWIN_NT-10.0-WOW DESKTOP-K8055OB 3.1.7(0.340/5/3) 2020-08-22 19:03 i686 Cygwi When

[ANNOUNCEMENT] jansson 2.13.1-1

2020-12-24 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * libjansson4-2.13.1-1 * libjansson-devel-2.13.1-1 * libjansson-doc-2.13.1-1 Jansson is a C library for encoding, decoding, and manipulating JSON data. This is an update to the latest upstream release. See

jansson 2.13.1-1

2020-12-24 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libjansson4-2.13.1-1 * libjansson-devel-2.13.1-1 * libjansson-doc-2.13.1-1 Jansson is a C library for encoding, decoding, and manipulating JSON data. This is an update to the latest upstream release. See

[ANNOUNCEMENT] cairo 1.17.4-1

2020-12-24 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * libcairo2-1.17.4-1 * libcairo-devel-1.17.4-1 * libcairo-doc-1.17.4-1 Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and

cairo 1.17.4-1

2020-12-24 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libcairo2-1.17.4-1 * libcairo-devel-1.17.4-1 * libcairo-doc-1.17.4-1 Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and

[ANNOUNCEMENT] icu 68.2-1

2020-12-24 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * libicu68-68.2-1 * libicu-devel-68.2-1 * icu-doc-68.2-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

icu 68.2-1

2020-12-24 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libicu68-68.2-1 * libicu-devel-68.2-1 * icu-doc-68.2-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

Re: perl 5.32

2020-12-21 Thread Ken Brown via Cygwin-apps
On 12/21/2020 3:30 PM, Achim Gratz wrote: Achim Gratz writes: I've checked again, there was talk about getting 5.32.1 going end of November but nothing happened since then (on the mailing list anyway). I think it's unlikely to get released this year since Big Sur has created a bunch of problems

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: Boost wrongly built for 'context' lib

2020-12-18 Thread Ken Brown via Cygwin
[Please don't top-post on this list. Thanks.] On 12/18/2020 8:00 AM, Lluís Batlle i Rossell wrote: I could get a change to boost upstream that will fix it likely in the next release. But that would require the cygwin boost maintainer at least to provide that boost lib available. Nevertheless

Re: BUG Report: rlwrap + cygwin (dll) + Windows 10

2020-12-14 Thread Ken Brown via Cygwin
On 12/13/2020 9:41 AM, Marco Atzeri via Cygwin wrote: On 13.12.2020 13:43, Takashi Yano via Cygwin wrote: On Sat, 12 Dec 2020 20:05:05 + (UTC) Alberto Moral Beneitez via Cygwin  wrote: Hi, everybody Please try: env CYGWIN=disable_pcon rlwrap cmd Also, you can use alias like: alias

Re: Xwin has stopped working

2020-12-14 Thread Ken Brown via Cygwin
On 12/13/2020 3:10 AM, Andrey Voropaev via Cygwin wrote: On Sat, Dec 12, 2020 at 5:56 PM Ken Brown via Cygwin wrote: On 12/12/2020 11:19 AM, Andrey Voropaev via Cygwin wrote: On Sat, Dec 12, 2020 at 11:57 AM Marco Atzeri via Cygwin wrote: On 10.12.2020 14:17, Andrey Voropaev via Cygwin

Re: Xwin has stopped working

2020-12-12 Thread Ken Brown via Cygwin
On 12/12/2020 11:19 AM, Andrey Voropaev via Cygwin wrote: On Sat, Dec 12, 2020 at 11:57 AM Marco Atzeri via Cygwin wrote: On 10.12.2020 14:17, Andrey Voropaev via Cygwin wrote: I was using startxwin to run Xorg in multiwindow mode. Untill today it worked perfectly. Now my Windows 10 got some

Re: [ITP] no-more-secrets 0.3.3

2020-12-11 Thread Ken Brown via Cygwin-apps
On 12/1/2020 7:46 AM, Daisuke Fujimura via Cygwin-apps wrote: Hello, Can anyone please review it? On Sat, Nov 14, 2020 at 5:35 AM Daisuke Fujimura wrote: Hello, [ITP] A new package proposal: no-more-secrets - no-more-secrets SUMMARY: Recreation of the decrypting text effect from

Re: perl 5.32

2020-12-09 Thread Ken Brown via Cygwin-apps
On 12/9/2020 3:37 PM, Achim Gratz wrote: I'll see to get 5.32.0 out for you as a test release (let me know which distributions you need in addtion to perl itself). Thanks. Here's the BUILD_REQUIRES: perl-Business-ISBN perl-Business-ISMN perl-Business-ISSN perl-Class-Accessor

Re: perl 5.32

2020-12-08 Thread Ken Brown via Cygwin-apps
On 12/8/2020 2:05 PM, Achim Gratz wrote: Ken Brown via Cygwin-apps writes: I've just learned that the next release of biber is going to require 5.32. Do you have any plans to package the latter? Well, I get that they always want to be on the bleeding edge of UTF-8, but otherwise

perl 5.32

2020-12-07 Thread Ken Brown via Cygwin-apps
Achim, I've just learned that the next release of biber is going to require 5.32. Do you have any plans to package the latter? Ken

Re: Workaround for cygwin's way of linking folders?

2020-12-06 Thread Ken Brown via Cygwin
On 12/6/2020 5:41 PM, Johnathan Schneider via Cygwin wrote: Hi all, I'm setting up a cross platform development environment using Cygwin. Upon attempting to use Cygwin's CMake that is natively bundled, I discovered that Cygwin goes looking for the gcc in /usr/bin/cc, a folder that does not

Re: Unix Domain Socket Limitation?

2020-12-06 Thread Ken Brown via Cygwin
On 12/6/2020 12:17 PM, Norton Allen wrote: On 12/5/2020 6:52 PM, Ken Brown wrote: On 12/4/2020 8:51 AM, Norton Allen wrote: On 12/3/2020 8:11 PM, Ken Brown wrote: I'm traveling at the moment and unable to do any testing, but I wonder if you're bumping into an issue that was just discussed

Re: Unix Domain Socket Limitation?

2020-12-05 Thread Ken Brown via Cygwin
On 12/4/2020 8:51 AM, Norton Allen wrote: On 12/3/2020 8:11 PM, Ken Brown wrote: On 12/2/2020 12:30 PM, Norton Allen wrote: On 11/30/2020 9:22 PM, Norton Allen wrote: Yeah, so now the example no longer blocks for me. Unfortunately these bugs are not present in my application, so I will need

Re: Unix Domain Socket Limitation?

2020-12-03 Thread Ken Brown via Cygwin
On 12/2/2020 12:30 PM, Norton Allen wrote: On 11/30/2020 9:22 PM, Norton Allen wrote: Yeah, so now the example no longer blocks for me. Unfortunately these bugs are not present in my application, so I will need to keep working on this. After paring the main application down and back up, I

Re: cygwin1.dll > 3.1.4: Program execution fails if (WSL-)symlink exists and is present in PATH

2020-12-01 Thread Ken Brown via Cygwin
On 12/1/2020 4:24 AM, Mattl Mario wrote: Hello, Since cygwin1.dll version 3.1.5, I observed the following behavior: If a symbolic link is existing in the PATH environment, programs (external from Cygwin's system directory) using cygwin1.dll cannot be executed anymore. Possibly, because the

Re: [ITP] gengetopt 2.23

2020-12-01 Thread Ken Brown via Cygwin-apps
On 12/1/2020 11:04 AM, Rafel Amer Ramon wrote: El 30/11/20 a les 21:28, Ken Brown via Cygwin-apps ha escrit: On 11/30/2020 2:46 PM, Ken Brown via Cygwin-apps wrote: On 11/29/2020 2:19 PM, Rafel Amer Ramon wrote: Hi, [ITP] gengetopt 2.23 Program home page: https://www.gnu.org/software

Re: Unix Domain Socket Limitation?

2020-11-30 Thread Ken Brown via Cygwin
On 11/30/2020 1:26 PM, Norton Allen wrote: On 11/30/2020 1:14 PM, Ken Brown wrote: I can reproduce the hang, and it happens if I use the new AF_UNIX code also. But what I'm seeing (at least with the new code) isn't exactly what you describe. When the server's first select call returns, accept

Re: [ANNOUNCEMENT] mailutils 3.10-1 (TEST)

2020-11-30 Thread Ken Brown via Cygwin
On 9/2/2020 6:14 PM, Ken Brown via Cygwin-announce wrote: The following packages have been uploaded to the Cygwin distribution as test releases: * mailutils-3.10-1 * libmailutils7-3.10-1 * libmailutils-sieve-extensions-3.10-1 * libmailutils-devel-3.10-1 * mailutils-mh-3.10-1 * mailutils-comsatd

Re: [ITP] gengetopt 2.23

2020-11-30 Thread Ken Brown via Cygwin-apps
On 11/30/2020 2:46 PM, Ken Brown via Cygwin-apps wrote: On 11/29/2020 2:19 PM, Rafel Amer Ramon wrote: Hi, [ITP] gengetopt 2.23 Program home page: https://www.gnu.org/software/gengetopt License: This program is free software; you can redistribute it and/or modify it under the terms

Re: [ITP] gengetopt 2.23

2020-11-30 Thread Ken Brown via Cygwin-apps
On 11/29/2020 2:19 PM, Rafel Amer Ramon wrote: Hi, [ITP] gengetopt 2.23 Program home page: https://www.gnu.org/software/gengetopt License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free

Re: Unix Domain Socket Limitation?

2020-11-30 Thread Ken Brown via Cygwin
On 11/30/2020 12:19 PM, Norton Allen wrote: On 11/26/2020 12:13 PM, Ken Brown wrote: [Adding the Cygwin list back to the Cc.] On 11/26/2020 11:27 AM, Norton Allen wrote: On 11/25/2020 5:27 PM, Ken Brown via Cygwin wrote: On 11/25/2020 4:47 PM, Norton Allen wrote: In my recent tests

Re: [ITA] flexdll

2020-11-30 Thread Ken Brown via Cygwin-apps
On 11/30/2020 10:12 AM, David Allsopp via Cygwin-apps wrote: OCaml has been partially broken on Cygwin64 since 2018. I did some recent work upstream to fix it and we're expecting OCaml 4.12.0 by the end of the year to restore full support. This requires a new release of flexdll (I also maintain

Moving from python2 to python3

2020-11-28 Thread Ken Brown via Cygwin-apps
This is a followup to a thread with subject "[PATCH] doc: Various fixes to makedocbook for python3.8" that began on the newlib list and then moved to https://cygwin.com/pipermail/cygwin-apps/2020-August/040442.html, where it evolved into a discussion of moving from python2 to python3. A

Re: pip newer version available

2020-11-28 Thread Ken Brown via Cygwin
On 11/28/2020 9:18 AM, Csaba Raduly via Cygwin wrote: [I've cut out everything above this in your message, because you appear to have answered your own questions. But ask again if I'm misinterpreting.] $ which pip2 /usr/bin/pip2 Aha! $ pip2 install grip ... lots of output ... WARNING: You

Re: Error compiling gengetopt

2020-11-26 Thread Ken Brown via Cygwin
On 11/26/2020 12:25 PM, Rafel Amer Ramon wrote: El 26/11/20 a les 17:31, Ken Brown ha escrit: [Please don't top-post on this list.] On 11/26/2020 10:51 AM, Rafel Amer Ramon wrote: Hello, I get the same error with the bash terminal and directory /usr/local/src libtool: link: (cd

Re: Unix Domain Socket Limitation?

2020-11-26 Thread Ken Brown via Cygwin
[Adding the Cygwin list back to the Cc.] On 11/26/2020 11:27 AM, Norton Allen wrote: On 11/25/2020 5:27 PM, Ken Brown via Cygwin wrote: On 11/25/2020 4:47 PM, Norton Allen wrote: In my recent tests, it appears as though it is not possible to successfully connect via two Unix Domain sockets

Re: Error compiling gengetopt

2020-11-26 Thread Ken Brown via Cygwin
[Please don't top-post on this list.] On 11/26/2020 10:51 AM, Rafel Amer Ramon wrote: Hello, I get the same error with the bash terminal and directory /usr/local/src libtool: link: (cd .libs/libgengetopt.lax/libgnu.a && ar x "/usr/lacal/src/gengetopt-2.23/src/../gl/.libs/libgnu.a")

Re: [ITA] openbabel-3.1.1p32

2020-11-26 Thread Ken Brown via Cygwin-apps
On 11/25/2020 11:24 PM, Lemures Lemniscati via Cygwin-apps wrote: On Wed, 25 Nov 2020 18:48:00 -0500, Ken Brown via Cygwin-apps On 10/25/2020 7:51 AM, Lemures Lemniscati via Cygwin-apps wrote: Hi! ITA for openbabel, which have been maintained by Yaakov [1]. Now, the latest upstream version

[ANNOUNCEMENT] icu 68.1-1

2020-11-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libicu68-68.1-1 * libicu-devel-68.1-1 * icu-doc-68.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

icu 68.1-1

2020-11-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libicu68-68.1-1 * libicu-devel-68.1-1 * icu-doc-68.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

Re: Error compiling gengetopt

2020-11-26 Thread Ken Brown via Cygwin
On 11/26/2020 5:30 AM, Rafel Amer Ramon wrote: Hello, when I try to compile gengetopt with cygwin on Windows 10, I get the following error libtool: link: (cd .libs/libgengetopt.lax/libgnu.a && ar x "/cygdrive/c/Users/Rafel Amer/Downloads/gengetopt-2.23/src/../gl/.libs/libgnu.a") libtool:

Re: [ITA] openbabel-3.1.1p32

2020-11-25 Thread Ken Brown via Cygwin-apps
On 10/25/2020 7:51 AM, Lemures Lemniscati via Cygwin-apps wrote: Hi! ITA for openbabel, which have been maintained by Yaakov [1]. Now, the latest upstream version of Open Babel [0] is 3.1.1 [2]. A new candidate cygport file is placed at [3] (but it is not tested on Cygwin AppVeyor CI, yet).

Re: [ITP] schroedinger-coordgenlibs 1.4.2

2020-11-25 Thread Ken Brown via Cygwin-apps
On 10/25/2020 7:26 AM, Lemures Lemniscati via Cygwin-apps wrote: Hi ! [ITP] A new package proposal: schroedinger-coordgenlibs * libcoordgen-devel-1.4.2-1 * libcoordgen1-1.4.2-1 * schroedinger-coordgenlibs-1.4.2-1-src * schroedinger-coordgenlibs-debuginfo-1.4.2-1 Schrödinger:

Re: Unix Domain Socket Limitation?

2020-11-25 Thread Ken Brown via Cygwin
On 11/25/2020 4:47 PM, Norton Allen wrote: In my recent tests, it appears as though it is not possible to successfully connect via two Unix Domain sockets from one client application to one server application. Specifically, if I create a server which listens on a Unix Domain socket and a

Re: [ITP] schroedinger-maeparser 1.2.4

2020-11-25 Thread Ken Brown via Cygwin-apps
On 10/25/2020 7:19 AM, Lemures Lemniscati via Cygwin-apps wrote: Hi ! [ITP] A new package proposal: schroedinger-maeparser * libmaeparser-devel-1.2.4-1 * libmaeparser1-1.2.4-1 * schroedinger-maeparser-1.2.4-1-src * schroedinger-maeparser-debuginfo-1.2.4-1 Schrödinger: maeparser 1.2.4

Re: Sv: Sv: Sv: Sv: Sv: g++ and c++17 filesystem

2020-11-24 Thread Ken Brown via Cygwin
On 11/24/2020 9:31 AM, Kristian Ivarsson via Cygwin wrote: On 11/24/2020 4:32 AM, Kristian Ivarsson via Cygwin wrote: all the std::filesystem implementations I've seen for Windows The implementation on top of Cygwin is not "for Windows", it's "for Cygwin", i.e., "for Posix". And for Cygwin

[PATCH] Cygwin: fhandler_fifo::cleanup_handlers: improve efficiency

2020-11-19 Thread Ken Brown via Cygwin-patches
Traverse the fifo_client_handler list from the top down to try to avoid copying. --- winsup/cygwin/fhandler_fifo.cc | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/winsup/cygwin/fhandler_fifo.cc b/winsup/cygwin/fhandler_fifo.cc index eff05d242..8b67037cb 100644

Re: [PATCH] Cygwin: path_conv::eq_worker: add NULL pointer checks

2020-11-16 Thread Ken Brown via Cygwin-patches
On 11/16/2020 7:08 AM, Corinna Vinschen wrote: On Nov 14 09:16, Ken Brown via Cygwin-patches wrote: Don't call cstrdup on NULL pointers. --- winsup/cygwin/path.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index

[PATCH] Cygwin: path_conv::eq_worker: add NULL pointer checks

2020-11-14 Thread Ken Brown via Cygwin-patches
Don't call cstrdup on NULL pointers. --- winsup/cygwin/path.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index b94f13df8..0b3e72fc1 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -320,9 +320,11 @@ class

Re: [PATCH 11/11] Ensure temporary directory used by tests exists

2020-11-09 Thread Ken Brown via Cygwin-patches
On 11/9/2020 11:25 AM, Jon Turney wrote: On 08/11/2020 19:27, Ken Brown via Cygwin-patches wrote: On 11/8/2020 1:52 PM, Jon Turney wrote: On 08/11/2020 18:19, Ken Brown via Cygwin-patches wrote: On 11/5/2020 2:47 PM, Jon Turney wrote: +# temporary directory to be used for files created

Re: [PATCH 11/11] Ensure temporary directory used by tests exists

2020-11-08 Thread Ken Brown via Cygwin-patches
On 11/8/2020 1:52 PM, Jon Turney wrote: On 08/11/2020 18:19, Ken Brown via Cygwin-patches wrote: On 11/5/2020 2:47 PM, Jon Turney wrote: +# temporary directory to be used for files created by tests (as an absolute, +# /cygdrive path, so it can be understood by the test DLL, which will have

Re: [PATCH 11/11] Ensure temporary directory used by tests exists

2020-11-08 Thread Ken Brown via Cygwin-patches
On 11/5/2020 2:47 PM, Jon Turney wrote: +# temporary directory to be used for files created by tests (as an absolute, +# /cygdrive path, so it can be understood by the test DLL, which will have +# different mount table) +tmpdir = $(shell cygpath -ma $(objdir)/testsuite/tmp/ | sed -e

[PATCH] Cygwin: fhandler_fifo: reduce size

2020-11-08 Thread Ken Brown via Cygwin-patches
Replace the 'WCHAR pipe_name_buf[48]' class member by 'PWCHAR pipe_name_buf', and allocate space for the latter as needed. Change the default constructor to accommodate this change, and add a destructor that frees the allocated space. Also change get_pipe_name and clone to accommodate this

Re: Strange paths in NTFS reparse points created by Cygwin Setup for e.g. TTF fonts

2020-11-08 Thread Ken Brown via Cygwin
On 11/8/2020 9:40 AM, Michael Soegtrop wrote: Why shouldn't I be able to remove symlinks with rm -rf from within a cygwin? As far as I understand the standard behavior of "rm" is to remove the symlink and not its target. What I do when I remove a cygwin installation in our CI is an "rm -rf"

Re: Strange paths in NTFS reparse points created by Cygwin Setup for e.g. TTF fonts

2020-11-05 Thread Ken Brown via Cygwin
On 11/5/2020 4:41 PM, Michael Soegtrop via Cygwin wrote: Dear Cyhwin Users and Team, since a while I have issues removing cygwin installations, especially the symlinks to true type fonts in /usr/share/fonts/microsoft. Looking at these links with Windows tools I get:

Re: autotools fails to find /lib/liblz.a

2020-10-30 Thread Ken Brown via Cygwin-apps
On 10/30/2020 3:32 PM, Achim Gratz wrote: Brian Inglis writes: Hoping this is a symptom of a well known issue with a well known solution, or I can get the build to work without it: CCLD libwget.la *** Warning: linker path does not have real file for library -llz. That sounds like a

<    1   2   3   4   5   6   7   8   9   10   >