Perl stopped working

2025-04-18 Thread Michael via Cygwin
x27;print "Hello Perl\n"' | perl Hello Perl thanks a lot! Apr 17, 2025, 20:25 by cygwin@cygwin.com: > On 4/17/2025 9:52 AM, Michael via Cygwin wrote: > >> After running cygwin-setup and updating all cygwin-packages, perl no longer >> seems to work (or maybe a

Perl stopped working

2025-04-17 Thread Michael via Cygwin
t;try >echo 'print "Hello Perl\n"' | perl > >perhaps you're thinking of pythons REPL ? > >I sort of like >perl -de 1 >to interact with perl > > >On Thu, Apr 17, 2025 at 8:53 AM Michael via Cygwin >wrote: > >> After running cygwin-setu

Perl stopped working

2025-04-17 Thread Michael via Cygwin
After running cygwin-setup and updating all cygwin-packages, perl no longer seems to work (or maybe a coincidence). Executing "perl" without any argument normally let perl wait for input from stdin/keyboard. But it immediately returns to the prompt (same behavior as 'echo ""'). I can do perl per

Re: Is there a pre-made python312-cryptography module?

2025-03-29 Thread Michael Cook via Cygwin
You can try this: CRYPTOGRAPHY_DONT_BUILD_RUST=1 python -m pip install cryptography==3.4.3 to install an older version of cryptography before it required Rust. Though the last time I tried that was probably a couple years ago. -- Problem reports: https://cygwin.com/problems.html FAQ:

Remove FTP as supported protocol on ftp.fau.de

2025-02-18 Thread Michael Meier (FTP-Admin) via Cygwin
e available. (Note: this mail goes to this very generic mailinglist because https://cygwin.com/mirrors.html#mirroradmin said so, although it does not seem very fitting.) Regards, -- Michael Meier, FTP-Admin Friedrich-Alexander-Universitaet Erlangen-Nuernberg Regionales Rechenzentrum Erlangen Mar

astyle

2025-01-29 Thread Michael Cook via Cygwin
(apparently replaced with different spellings). This causes some grief trying to share .astylerc config files with people who might have different versions of astyle installed. I'd be happy to help. But I don't know anything about developing packages for Cygwin, so I'd need some gui

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-24 Thread Michael Soegtrop via Cygwin
days. Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-20 Thread Michael Soegtrop via Cygwin
ver) release end of January, but I can't do this before cygwin is fixed. I trust that you get this done in time. Best regards, Michael P.S.: While writing this I got in a daily build result with cygwin-devel 3.6.0-0.327.gca22984cc4ad - this succeeded twice so far, which is inconclusive - I

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-17 Thread Michael Soegtrop via Cygwin
& best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-16 Thread Michael Soegtrop via Cygwin
random effect. I am doing more runs to improve the statistics. Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-16 Thread Michael Soegtrop via Cygwin
Hi Takashi, somehow I have bi directional spam-filter issues with the cygwin mailing list, so I didn't see your mail up to now. I added --allow-test-packages to the cygwin setup calls in my CI and report on the statistics tomorrow. Thanks & best regards, Michael -- Proble

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-14 Thread Michael Soegtrop via Cygwin
est regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-09 Thread Michael Soegtrop via Cygwin
in good shape. I usually don't suspect cygwin if my CI breaks, so it usually takes me quite a while to figure this out. But if several projects break, this is more obvious and faster to analyze and to fix. Thanks & best regards, Michael -- Problem reports: https://c

Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-09 Thread Michael Soegtrop via Cygwin
reaks, so it usually takes me quite a while to figure this out. But if several projects break, this is more obvious and faster to analyze and to fix. Thanks & best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Docu

Re: random hangs

2025-01-03 Thread Michael Cook via Cygwin
dling. You might try with cygwin 3.5.4 to see if > your hang issues go away. That might help elimiate python as the culprit. > > On Fri, 3 Jan 2025, Michael Cook via Cygwin wrote: > > > The hangs I've looked at were when a Python script was using the > > `subproce

Re: random hangs

2025-01-03 Thread Michael Cook via Cygwin
terrupt. trying again" loop to give up eventually, say after 100 tries. That might lead to a greater understanding of what's happening? On Fri, Jan 3, 2025 at 2:21 PM Marco Atzeri wrote: > On 03/01/2025 18:31, Michael Cook via Cygwin wrote: > > I'm seeing hangs at the mo

random hangs (was: Test: python312-3.12.8-1 venv fails due to pip wheel?)

2025-01-03 Thread Michael Cook via Cygwin
FCE00 77 115520469 [sig] stty 20375 _cygtls::inside_kernel: pc 0x7FF91290D574, h 0x7FF91287, inside_kernel 1 66 115520535 [sig] stty 20375 sigpacket::setup_handler: couldn't interrupt. trying again. Is this interesting? The command was simply `stty size`. Michael On Thu, Jan 2,

Re: Test: python312-3.12.8-1 venv fails due to pip wheel?

2025-01-02 Thread Michael Cook via Cygwin
All the pip install commands I tried worked. But I did see one of my scripts hang trying to run an external command (via the subprocess module). I've seen that only once so far. On Thu, Jan 2, 2025 at 1:23 PM Robert Terzi via Cygwin wrote: > Thanks Michael that worked to create

Re: Test: python312-3.12.8-1 venv fails due to pip wheel?

2025-01-02 Thread Michael Cook via Cygwin
As a workaround, you can try passing `--without-pip`. I had success with this: python -m venv --system-site-packages --without-pip _venv Michael On Thu, Jan 2, 2025 at 11:38 AM Robert Terzi via Cygwin wrote: > Testing the 3.12 package, trying to make a virtual env fails. I think this &

[no subject]

2024-12-31 Thread Fiducia, Tom Arthur Michael via Cygwin
Hi, I'm trying to import a .cr3 file into imagej using the DCRaw reader. It is giving the error listed below. Do you know what I can do to fix this? Tom Cannot decode file C:\Users\fiduc\OneDrive\Data\NadeeshaNew\NadeeshaXmas_awake_31Jsc2_OD1IN_0pt2_5ms_0-8.cr3 at net.sf.ij_

Re: {External} Re: {External} Re: installation problem

2024-10-31 Thread Cramer, Michael via Cygwin
4-10-31 09:10, Cramer, Michael via Cygwin wrote: > Thanks for the quick response! My answers are below next to the questions. > Where are you geographically located, which mirror(s) have you selected, and > which ISP or network provider are you using? > Mike: Waltham, MA and I

RE: {External} Re: installation problem

2024-10-31 Thread Cramer, Michael via Cygwin
Hi Brian Thanks for the quick response! My answers are below next to the questions. Mike -Original Message- Where are you geographically located, which mirror(s) have you selected, and which ISP or network provider are you using? Mike: Waltham, MA and I am using the mirror at Clarkson

installation problem

2024-10-30 Thread Cramer, Michael via Cygwin
Hi folks I'm trying to install cygwin on a windows 11 laptop using the installer setup-x86_64.exe I downloaded from the website. My intent was to do a minimal install with some development tools like cmake. However, I continually get the following error: "The following package(s) had down

Newer Python? (was: Updated: python 3.8/3.9 packages)

2024-09-15 Thread Michael Cook via Cygwin
On Sat Dec 23 03:54:54 GMT 2023 Marco Atzeri wrote: > Python 3.12 will be in the near future introduced and we will skip 3.10 and 3.11. Is there a place where I can find the latest status of this effort? And how can I help? Michael -- Problem reports: https://cygwin.com/problems.html

Additional odd behavior after my upgrade to the latest CYGWIN64 version

2024-03-16 Thread Michael Goldshteyn via Cygwin
Cygwin handles (filename) case insensitivity in a very weird way at the Windows command prompt: -- c:\Users\Michael>set CYGWIN= c:\Users\Michael>printf "%q " 'a' 'A' "a" "A" a A a A a A a A REM OK, so far so goo

The grep 3.11 application when used in perl-regexp mode appears to now be broken

2024-03-16 Thread Michael Goldshteyn via Cygwin
I just updated my Cygwin64 installation, which includes the grep utility and its behavior has changed. It no longer works like it used to for Perl reg-ex matching, as demonstrated below: Simple test cases: == $ ls -l a -rwxr-xr-x 1 Michael None 6 Mar 16 12:15 a $ hexdump -C a

Re: Updated: setup (2.930)

2024-02-09 Thread Michael Soegtrop via Cygwin
Hi Jon, Thanks for reporting this. For the time being, I've reverted the URL to point to the previous 32-bit build, while I investigate. Thanks for the quick action! I can confirm that this fixed my CI (at least it starts to install Cygwin). Best regards, Michael -- Problem re

Re: Updated: setup (2.930)

2024-02-09 Thread Michael Soegtrop via Cygwin
re. This is 100% reproducible locally and in GitHub CI Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Recent update of libgpg-error0 and libassuan0 break curl and Opam (OCaml package manager)

2023-12-21 Thread Michael Soegtrop via Cygwin
say sorry for - cygwin is in my experience stability wise better than major Linux distros. Thank you for the good work! Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com

Re: Recent update of libgpg-error0 and libassuan0 break curl and Opam (OCaml package manager)

2023-12-19 Thread Michael Soegtrop via Cygwin
2.5.5-1 -> libassuan0-2.5.6-1 fixes the issue with curl and opam. Since there seem to be various issues with this update of libgpg-error0, can we please have a roll-back? Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygw

Recent update of libgpg-error0 and libassuan0 break curl and Opam (OCaml package manager)

2023-12-19 Thread Michael Soegtrop via Cygwin
uld appreciate a fast roll back. Otherwise I have to find a way to install the older versions without user interaction. Btw.: I do a daily build test of Coq Platform with a fresh cygwin since about 6 years and this is only the fourth failure! I really appreciate the stability of cygwin - excell

Errors in setup.log around ca-certificates and openssl (seems to work anyway)

2023-12-18 Thread Michael Soegtrop via Cygwin
PS downloads with curl seem to work anyway so these errors might be benign, but they are still not nice. Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscr

Re: portaudio: only OSS host API available since version 19.20210406-2

2023-10-05 Thread Michael Panzlaff via Cygwin
cygwin 3.5.0 is released. I guess it would be possible but would probably require a patched configure script. Either way if you change it away from OSS or now, I hope I could provide some useful feedback. Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: portaudio: only OSS host API available since version 19.20210406-2

2023-09-29 Thread Michael Panzlaff via Cygwin
). Is there a difference when building portaudio for Cygwin instead of native Windows? Is there a specific reason why MME, DirectSound, WASAPI are not available? Do they cause maintenance overhead? Am 29.09.2023 um 12:04 schrieb Takashi Yano: On Fri, 29 Sep 2023 02:12:51 +0200 Michael Panzlaff ro

portaudio: only OSS host API available since version 19.20210406-2

2023-09-28 Thread Michael Panzlaff via Cygwin
blem. So perhaps it's not caused by portaudio but from something else in Cygwin. Does anybody have any ideas? Best regards Michael Panzlaff PS: Here is a sample C code which queries the host APIs and which should list MME and definitely not OSS: #include #include int mai

Re: Add single package without installation update

2023-06-20 Thread Michael Lemke via Cygwin
On Mon, 19 Jun 2023 13:04:06 +0200, Jon Turney wrote: On 18/06/2023 20:58, Michael Lemke via Cygwin wrote: I just wanted to install a package which I hadn't installed before but since I haven't updated my installation in a while I get a huge list of stuff to update. Is there a wa

Add single package without installation update

2023-06-18 Thread Michael Lemke via Cygwin
I just wanted to install a package which I hadn't installed before but since I haven't updated my installation in a while I get a huge list of stuff to update. Is there a way in setup to install just the new package without having to click on every package in the list? Updating everything is ju

Re: Creating the sqlite3.exe stand-alone w/o cygwin dependency

2022-12-11 Thread Michael Soegtrop via Cygwin
files). But the better choice is to stop compiling for 32 bit. Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Creating the sqlite3.exe stand-alone w/o cygwin dependency

2022-12-11 Thread Michael Soegtrop via Cygwin
an option, but typically not well supported by the build systems. Also note that the distribution of a statically linked executable in many cases violates open source licenses, but doing this just for yourself is OK. Best regards, Michael -- Problem reports: https://cyg

Re: Creating the sqlite3.exe stand-alone w/o cygwin dependency

2022-12-10 Thread Michael Soegtrop via Cygwin
ell script which finds the shared library dependencies is here: https://github.com/coq/platform/blob/cb1646593beb42629d660e22323a3fe9e3779435/windows/create_installer_windows.sh#L107 It should explain how to do this. Best regards, Michael -- Problem reports: https://cygwin.com/problems.html

RE: [EXTERNAL] [BULK] Re: Internal Server Error running perl script in browser

2022-11-17 Thread Michael Lascuola via Cygwin
nternal Server Error running perl script in browser WARNING: This email originated outside of the Salina Regional Health Center email system. DO NOT CLICK links or attachments unless you recognize the sender and know the content is safe. On 11/17/2022 10:22 AM, Michael Lascuola via Cygwin wrote: &g

Internal Server Error running perl script in browser

2022-11-17 Thread Michael Lascuola via Cygwin
Good day! I have an issue where I receive "Internal Server Error" when running perl scripts in the browser. Here's an example script that works OK when running from the Cygwin Terminal: #!/usr/local/bin/perl use DBI; my @ary = DBI->available_drivers(); print @ary; print "Content-type:text/htm

Re: [ANNOUNCEMENT] Updated: curl, libcurl{4, -devel, -doc}, mingw64-{x86_64, i686}-curl 7.86

2022-10-31 Thread Michael Soegtrop via Cygwin
Adding to the note by Lem regarding a missing dependency of curl since this update, I want to note that in a standard installation of cygwin curl fails since this update with:     the following programs are not installed properly:     curl curl Best regards, Michael -- Problem reports

RE: When only rsync will do .. or maybe not

2022-10-14 Thread Lemke, Michael SF/HZA-ZE2E
-alu --parent /source /target >then purge /source > Another idea: instead of copies create hardlinks in /folder2 (ln without -s) and then use 'find /folder1 -links 2 ...' to remove the originals. Exact syntax left as an exercise to the reader. Method is a little fragile if har

Re: Generating Linux Compatible binaries

2021-12-03 Thread Michael Enright
On Fri, Dec 3, 2021 at 8:51 AM Goswami-EXT, Himanshu wrote: > > Hi, > > I want to generate the Linux compatible binaries on Windows System. > Cygwin is a cross compiler which offers POSIX environment. > But I could not find any Unix libraries to generate the Linux compatible > binaries. > Could y

RE: possible snprintf() regression in 3.3.2

2021-11-24 Thread Lemke, Michael SF/HZA-ZI2E
> of this old ldto, right? Just in case you didn't notice: Only the first 16 digits of both of Takashi's long numbers are correct. Floating point accuracy? Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documen

Re: [Bug] tmux 3.2-0

2021-06-02 Thread Michael Wild via Cygwin
st suite runs through with it? Cheers Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: [Bug] tmux 3.2-0

2021-06-02 Thread Michael Wild via Cygwin
On Mon, May 31, 2021 at 8:30 PM Achim Gratz wrote: > > Michael Wild via Cygwin writes: > > Just out of curiosity: is this a critical feature for you? E.g. are > > you automating tmux with it? Because as far as I understand control > > mode is intended for integration with

Re: [Bug] tmux 3.2-0

2021-05-31 Thread Michael Wild via Cygwin
On Wed, May 26, 2021 at 12:08 PM ASSI wrote: > > Michael Wild via Cygwin writes: > > Sorry for the mistake with the release number. Should that be a sanity > > check in calm? > > I personally don't think so, if you want to do a test / pre-release then > startin

Re: [Bug] tmux 3.2-0

2021-05-25 Thread Michael Wild via Cygwin
On Tue, May 25, 2021 at 11:02 PM Achim Gratz wrote: > > Achim Gratz writes: > > Michael Wild via Cygwin-announce via Cygwin writes: > >> The following packages have been uploaded to the Cygwin distribution: > >> > >> * tmux-3.2-0 > > > > [nit] &g

[ANNOUNCEMENT] tmux 3.2-0

2021-05-05 Thread Michael Wild via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * tmux-3.2-0 tmux enables a number of terminals (or windows) to be accessed and controlled from a single terminal like screen. tmux runs as a server-client system. A server is created automatically when necessary and holds a nu

[ANNOUNCEMENT] python-paramiko 2.7.2-0

2021-05-03 Thread Michael Wild via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * python36-paramiko-2.7.2-0 * python37-paramiko-2.7.2-0 * python38-paramiko-2.7.2-0 This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connecti

RE: X11 blinking cursor in text window like 'gvim' - only halts if moved-over another X11-win

2021-04-08 Thread Lemke, Michael SF/HZA-ZIC2
le with `gcc xmouse.c` or mingw. Something like this was included in the Windows PowerToys as xmouse.exe. Michael #define WINVER 0x0500 #include #include /* gcc -mno-cygwin -mwindows ... */ void ErrorExit(LPTSTR lpszFunction, DWORD dw) { LPVOID lpMsgBuf; LPVOID lpDisplayB

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

2021-03-16 Thread Michael McMahon via Cygwin
handled (eg deleted) as regular files through regular cygwin commands. Michael. On 16/03/2021 11:06, Kristian Ivarsson via Cygwin wrote: 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

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

2021-02-07 Thread Michael McMahon via Cygwin
ls -l" command on Unix normally indicates sockets with an "s" as the first character of the output: eg srwxr-xr-x  1 Michael None 0 Feb  7 11:19 foo.sock Currently, what is shown on Cygwin is -rwxr-xr-x  1 Michael None 0 Feb  7 11:19 foo.sock indicating a regular

RE: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Lemke, Michael SF/HZA-ZIC2
On Friday, February 5, 2021 4:18 PM Takashi Yano wrote: >On Fri, 5 Feb 2021 10:07:46 +0100 >Marco Atzeri wrote: >> On 05.02.2021 08:55, Daniel Röhrborn via Cygwin wrote: >> >> On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: >> >> > >> > Hi Marco, >> > it seems stacked and when blindly ty

RE: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Lemke, Michael SF/HZA-ZIC2
On Friday, February 5, 2021 3:08 PM Lemke, Michael SF/HZA-ZIC2 wrote: >On Friday, February 5, 2021 10:08 AM Marco Atzeri wrote: >>On 05.02.2021 08:55, Daniel RÃhrborn via Cygwin wrote: >>>> On 04.02.2021 13:13, Daniel RÃhrborn via Cygwin wrote: >> >>> >>

RE: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Lemke, Michael SF/HZA-ZIC2
On Friday, February 5, 2021 10:08 AM Marco Atzeri wrote: >On 05.02.2021 08:55, Daniel Röhrborn via Cygwin wrote: >>> On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: > >> >> Hi Marco, >> it seems stacked and when blindly typing "quit" it responds with exiting. So >> it seems like the outp

RE: Cygwin GDB won't start or hangs at startup

2021-02-04 Thread Lemke, Michael SF/HZA-ZIC2
On Thursday, February 4, 2021 1:13 PM Daniel Röhrborn wrote: >I have this issue on three different PCs (Win7_32bit, 2x Win10_64bit) with the >latest Cygwin installer. >I installed Cygwin gcc/g++/gdb. Compiler works but gdb doesn't output anything >when started. It seems to have blocked right afte

RE: python sys.executable inconsistency if called from cmd

2021-02-03 Thread Lemke, Michael SF/HZA-ZIC2
On Wednesday, February 3, 2021 4:28 PM Andrey Repin wrote: >Greetings, Lemke, Michael SF/HZA-ZIC2! > >> I don't know anything about python but want to use cygwin's >> python from nodejs npm with node-gyp. The node-gyp module is trying to >> find the python execu

python sys.executable inconsistency if called from cmd

2021-02-03 Thread Lemke, Michael SF/HZA-ZIC2
I don't know anything about python but want to use cygwin's python from nodejs with npm-gyp. The npm-gyp module is trying to find the python executable path from sys.executable and fails. While investigating this I found this to me quite inconsistent behavior: cygwin> /bin/python3.6m.exe -c 'impor

Re: Random assembler errors after update mingw64-x86_64-binutils-2.35.2-1

2021-02-01 Thread Michael Soegtrop via Cygwin
An update on this: I reverted to the previous version of MinGW 64 binutils in our CI and didn't have issues since then. Best regards, Michael Am 01/02/2021 um 10:25 schrieb Michael Soegtrop: Hi Achim, I have some evidence that this update leads to random assembler errors. I have

Random assembler errors after update mingw64-x86_64-binutils-2.35.2-1

2021-02-01 Thread Michael Soegtrop via Cygwin
f the package and see if the errors go away. The 32 bit version seems fine do far. Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.c

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

2021-01-31 Thread Michael McMahon via Cygwin
On 30/01/2021 16:00, Ken Brown wrote: 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

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

2021-01-30 Thread Michael Soegtrop
previous tar after cygwin setup. I will try the snapshot later locally. Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml

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

2021-01-30 Thread Michael Soegtrop
Hi Marco, have you tried the Cygwin snapshot as suggested in: https://sourceware.org/pipermail/cygwin/2021-January/247418.html sorry, I somehow missed this message. I will try this and report if it works. Thanks! Best regards, Michael -- Problem reports: https://cygwin.com

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

2021-01-30 Thread Michael Soegtrop via Cygwin
back to the previous version of tar. IMHO this is a very severe issue - tar is ubiquitous. Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

Re: GLX and libX11

2021-01-24 Thread Michael Enright
On Sun, Jan 24, 2021 at 5:38 AM Marco Atzeri via Cygwin wrote: > > > Have you started the program from inside a XTerm with a running > XServer ? > I compiled and ran the program in a mintty window, while X server was started and the environment variable DISPLAY was set. It ran perfectly. I don't

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
On Monday, January 18, 2021 6:42 PM Ken Brown wrote: >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 Marc

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
On Monday, January 18, 2021 5:53 PM Ken Brown wrote: > >[Resending. Accidentally sent to OP instead of list.] {Happens here too. Reply All or Reply (in Outlook) both send to OP instead of list.] > >On 1/18/2021 8:08 AM, Lemke, Michael SF/HZA-ZIC2 wrote: >> On Friday, Januar

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
On Monday, January 18, 2021 2:54 PM 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, Mich

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
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, January 15, 2021 4:45 PM

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
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, Lemke, Michael wrote: >>>> I just installed a fresh copy of Cygwin

RE: gdb not working

2021-01-15 Thread Lemke, Michael SF/HZA-ZIC2
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.1-1 and 7.10.1-1 w

gdb not working

2021-01-15 Thread Lemke, Michael SF/HZA-ZIC2
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.1-1 and 7.10.1-1 work, anything newer doesn't. Any ideas why? pc> gdb -v GNU gdb (GDB) Cygwin 7.9.1-1 Copyright (C) 2015 Free Software Foundation, Inc. Lice

Re: Package "python" removed from default package selection

2020-12-30 Thread Michael Soegtrop via Cygwin
-2.7.18-1.tar.bz2 0 python27 python27-2.7.18-1.tar.bz2 0 python3 python3-3.6.8-1.tar.bz2 0 python36 python36-3.6.10-1.tar.bz2 0 $ which python /usr/bin/python So I don't see an easy fix for this - short of creating the symlink manually. Best regards, Michael -- Problem reports:

Package "python" removed from default package selection

2020-12-30 Thread Michael Soegtrop via Cygwin
"python" fail. Is this an intended change? I didn't see an announcement for this change here. I hope, I can easily fix this by installing the package manually ... Bets regards, Michael Package selection a few days ago (with no python package explicitly selected): python pyth

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

2020-11-08 Thread Michael Soegtrop via Cygwin
I found so far. Even after a reboot, resetting the ACLs in various ways, ... no usual method to remove these files works. I understand that the contents / path of the symlink is as expected, so I am looking out for other oddities which could explain this behavior. Best regards, Michae

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

2020-11-05 Thread Michael Soegtrop via Cygwin
exit; } TAKEOWN /F "$PATH_WINFMT" /R /D Y ICACLS "$PATH_WINFMT" /grant :F /T CMD /C "DIR /AL /S /B $PATH_WINFMT" | sed 's|\\||g' | tr -d "\r" | while read f; do echo removing reparsepoint "$f"; FSUTIL REPARSEPOINT DELETE &

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

2020-09-28 Thread Michael McMahon via Cygwin
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 8:01 AM, Michael McMahon wrote: On 24/09

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

2020-09-26 Thread Michael McMahon via Cygwin
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 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael

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

2020-09-25 Thread Michael McMahon via Cygwin
We're just trying to compile a test case and I checked that the command line I sent does work. So, I think that it okay. But, the original problem is with the Cygwin command line tools. Michael. On 25/09/2020 15:37, Eliot Moss wrote: Native Windows is not Cygwin ... If you have a probl

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

2020-09-25 Thread Michael McMahon via Cygwin
On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I am having some trouble with Windows n

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

2020-09-24 Thread Michael McMahon via Cygwin
On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I am having some trouble with Windows native Unix domain sockets (a recent feature in Windows 10 and 2019 server) and Cygwin. I

Problems with native Unix domain sockets on Win 10/2019

2020-09-23 Thread Michael McMahon via Cygwin
h creates foo.sock in the current directory. Obviously, this only works on recent versions of Windows 10 and 2019 server. All the best, Michael McMahon #define WIN32_LEAN_AND_MEAN #include #include #include #include #include #include #define WIN32_LEAN_AND_MEAN int __cdecl main(int argc,

Issues with removing cygwin installed TTF font files

2020-09-13 Thread Michael Soegtrop
uld help me a lot! Best regards, Michael -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Linux

2020-09-08 Thread Zektser, Michael P via Cygwin
1 [main] ssh 11260 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in a

Cygwin terminal fails to start after win update

2020-09-02 Thread Michael Moats
    $ cd /usr     $ ln -s /bin /usr/bin     $ ls -i | grep bin     1125899907459844 bin/     562949954038681 sbin/     $ cd ..     $ ls -i | grep bin     1125899907459844 bin/     562949954038681 sbin/     $ ps -ef | grep -i min        X 649   1 ?    13:18:14 /usr/bin/mintty T

Setup: CMake-based build system

2020-08-31 Thread Michael Wild via Cygwin
Dear all Hi Jon For the purpose of my recent experiments I ported the setup app to CMake-based build system. Before I throw it away I thought I'd brush it up a bit and submit it for you to do with as you please. Kind regards Michael 0001-Add-CMake-based-build-system.patch Description: B

Re: Forcing setup.exe not to create WSL symlinks

2020-08-30 Thread Michael Wild via Cygwin
On Sun, 30 Aug 2020, 22:24 Jon Turney wrote: > On 27/08/2020 06:48, Michael Wild via Cygwin wrote: > > On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: > >> > >> However, even if that's fixed, there's no value for winsymlinks in > >> CYGWIN env va

Re: Forcing setup.exe not to create WSL symlinks

2020-08-27 Thread Michael Wild via Cygwin
On Thu, Aug 27, 2020 at 2:48 PM Michael Wild wrote: > > > [...] I attached this fix as a patch. [...] > > No, I didn't... 0001-Keep-CYGWIN-environment-variable-when-running-script.patch Description: Binary data -- Problem reports: https://cygwin.c

Re: Forcing setup.exe not to create WSL symlinks

2020-08-27 Thread Michael Wild via Cygwin
On Thu, Aug 27, 2020 at 11:44 AM Michael Wild wrote: > > On Thu, Aug 27, 2020 at 11:02 AM Corinna Vinschen wrote: > >> On Aug 27 07:48, Michael Wild via Cygwin wrote: >> > On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: >> > >> > > >>

Re: Forcing setup.exe not to create WSL symlinks

2020-08-27 Thread Michael Wild via Cygwin
On Thu, Aug 27, 2020 at 11:02 AM Corinna Vinschen wrote: > On Aug 27 07:48, Michael Wild via Cygwin wrote: > > On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: > > > > > > > > It turns out to be the case that setup doesn't propagate the CYGWIN > > >

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Michael Wild via Cygwin
oration. Isn't winsymlinks=lnk supposed to do this per the documentation? Could Corinna be convinced to include an option where this can be done? To be honest, my hopes are greater to get this worked-around in a useful timeframe from the Cygwin side than getting the proper fix into Docker. Mi

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Michael Wild via Cygwin
On Wed, Aug 26, 2020 at 9:06 PM Michael Wild wrote: > > > On Wed, Aug 26, 2020 at 8:31 PM Achim Gratz wrote: > >> Michael Wild via Cygwin writes: >> > Is there a way to disable WSL symlinks when installing Cygwin with >> > setup.exe? Problem is that Docker o

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Michael Wild via Cygwin
On Wed, Aug 26, 2020 at 8:31 PM Achim Gratz wrote: > Michael Wild via Cygwin writes: > > Is there a way to disable WSL symlinks when installing Cygwin with > > setup.exe? Problem is that Docker on Windows apparently doesn't support > > them (see https://github.com/moby/m

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Michael Wild via Cygwin
Hi Andrey On Wed, Aug 26, 2020 at 5:20 PM Andrey Repin wrote: > Greetings, Michael Wild! > > > Is there a way to disable WSL symlinks when installing Cygwin with > > setup.exe? Problem is that Docker on Windows apparently doesn't support > > them (see https://gith

[ANNOUNCEMENT] python-paramiko 2.7.1-1

2020-08-26 Thread Michael Wild via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * python36-paramiko-2.7.1-1 * python37-paramiko-2.7.1-1 * python38-paramiko-2.7.1-1 This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connecti

[ANNOUNCEMENT] python-nacl 1.4.0-1

2020-08-26 Thread Michael Wild via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * python36-nacl-1.4.0-1 * python37-nacl-1.4.0-1 * python38-nacl-1.4.0-1 PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usabil

[ANNOUNCEMENT] python-bcrypt 3.2.0-1

2020-08-26 Thread Michael Wild via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * python36-bcrypt-3.2.0-1 * python37-bcrypt-3.2.0-1 * python38-bcrypt-3.2.0-1 Password hashing library for Python -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documenta

  1   2   3   4   5   6   7   8   9   10   >