new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-25 Thread David Dyck via Cygwin
I upgraded to the most recent git and I get the following error ( stable2.45.1-1x86_648597 KiB2024-05-25 18:58 ) $ git clone -v https://github.com/lxml/lxml.git Cloning into 'lxml'... POST git-upload-pack (175 bytes) POST git-upload-pack (gzip 8652 to 4281 bytes) remote: Enumerating objects:

Re: 3.5.x regression: misquoting command line arguments from native processes

2024-04-20 Thread David Allsopp via Cygwin
Hi Corinna, > On Apr 9 22:38, Corinna Vinschen via Cygwin wrote: > > On Apr 3 16:53, David Allsopp via Cygwin wrote: > > > I have what appears to be a regression in Cygwin 3.5.0 which, owing to > > > a CI system lagging behind, we've only just discovered. > >

3.5.x regression: misquoting command line arguments from native processes

2024-04-03 Thread David Allsopp via Cygwin
: (0644/-rw-r--r--) Uid: (1049719/ DRA) Gid: (1049089/Domain Users) Access: 2024-04-03 16:48:43.003742000 +0100 Modify: 2024-04-03 14:09:08.012955600 +0100 Change: 2024-04-03 16:32:35.648039600 +0100 Birth: 2024-04-03 16:32:35.647539400 +0100 All best, David -- Problem reports: https://cy

Re: Python 3.5 and 3.6 removal (was Re: Bonfire of the Packages)

2024-04-01 Thread David Rothenberger via Cygwin-apps
On 3/30/2024 8:25 AM, Jon Turney wrote: On 29/03/2024 18:32, David Rothenberger via Cygwin-apps wrote: On 3/28/2024 10:50 AM, Jon Turney via Cygwin-apps wrote: [...] David, Is it possible to update/rebuild rdiff-backup, which replies upon the soon-to-be removed python36? (Or indicate

Re: Python 3.5 and 3.6 removal (was Re: Bonfire of the Packages)

2024-03-29 Thread David Rothenberger via Cygwin-apps
for python2 packages and the results are now available at [1]. So yeah, it looks like nothing uses 3.5. There are just a couple of packages using 3.6, I guess I'll ping the maintainers about those. [1] https://cygwin.com/packages/reports/python_rebuilds.html David, Is it possible to update/rebuild

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-01 Thread David Allsopp via Cygwin
On Fri, 1 Mar 2024 at 08:03, Takashi Yano via Cygwin wrote: > Please try: cygwin 3.6.0-0.66.gc77a5689f7bd (TEST) I can confirm this fixes the issue for me, thank you! David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentat

Re: Creating a desktop shortcut to Cygwin emacs

2024-02-22 Thread David Karr via Cygwin
e supposed to be generated by something? On Thu, Feb 22, 2024 at 1:12 PM Ken Brown wrote: > On 2/22/2024 2:44 PM, David Karr via Cygwin wrote: > > Every three years or so I have to set up a new laptop, and several things > > that I only do in that period I either lose the notes on it, or

Creating a desktop shortcut to Cygwin emacs

2024-02-22 Thread David Karr via Cygwin
Every three years or so I have to set up a new laptop, and several things that I only do in that period I either lose the notes on it, or something has changed that I'm not aware of. I'm installing Cygwin on a new laptop, version 3.5.0-1.x86_64. I had 3.4.6 on the old laptop. My desktop shortcut

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-05 Thread David Allsopp via Cygwin
CYGWIN=winjitdebug env > > This patch will be in Cygwin 3.5.1. For the time being, it will be > available in the next test release cygwin-3.6.0-0.28.g918c3eda4176 as > well. This completely fixes it for us, thank you very much Thanks, David -- Problem reports: https://cygwin.co

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-02 Thread David Allsopp via Cygwin
On Fri, 2 Feb 2024 at 14:18, Corinna Vinschen via Cygwin wrote: > > On Feb 2 13:35, David Allsopp via Cygwin wrote: > > Jon Turney via Cygwin wrote: > > > > > > I'm sympathetic, and personally I would prefer to revert the patch and > > > >

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-02 Thread David Allsopp via Cygwin
s the zstd DLL, but that has not been put in PATH - A direct call - not via Cygwin - to ocamlc -vnum therefore returns an exit code - Another call, already there from the Unix side, instead does sh -c "ocamlc -config | sed ..." but Cygwin has then _removed_ the calling application

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-02 Thread David Allsopp via Cygwin
On Fri, 2 Feb 2024 at 12:55, Corinna Vinschen via Cygwin wrote: > On Feb 2 09:43, David Allsopp via Cygwin wrote: > > On Thu, 1 Feb 2024 at 10:02, Corinna Vinschen via Cygwin > > wrote: > > > > > > The behaviour changed in 2020 > > > > > > https

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-02 Thread David Allsopp via Cygwin
he user forgot to add the sys-root into PATH, because at that point the CI system is down... Thanks, David -- 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: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-02-01 Thread David Allsopp via Cygwin
omething like "C:\cygwin64\bin\sh -c "./test.exe | sed ..." but then the popup error message appears. So somewhere along the line, Cygwin appears to be resetting the system error mode, and that appears contrary to previous (old) messages on the subject. Thanks, David -- Problem r

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-02-01 Thread David Allsopp via Cygwin
On Wed, 31 Jan 2024 at 22:27, Brian Inglis via Cygwin wrote: > > On 2024-01-31 06:40, David Allsopp via Cygwin wrote: > > Starting with this very trivial C program: > > > > #include > > #include > > > > int main(void) { > >

Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-01-31 Thread David Allsopp via Cygwin
m mintty. I also get the same popup if I run C:\cygwin64\bin\sh -c "/cygdrive/c/path/to/test" either from a Command Prompt or even from "Start -> Run". Running this via "sh" called from a non-Cygwin process (itself invoked from a Command Prompt) which has also ca

Tmux crashes on copy

2024-01-17 Thread David Stephenson via Cygwin
When using the copy function in tmux it crashes on Enter. Steps: ctrl-[ (enter copy mode) Navigate to text space (start copy) Navigate to end of text Enter (to select highlighted text) at this point tmux crashes cygcheck.out (email redacted) and tmux.exe.stackdump attached Thanks

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-12 Thread David Rothenberger via Cygwin
as a unit. For that reason, it doesn't make sense to pause Cygwin "releases" just because some of the packages are out-of-date, since Cygwin is itself just another one of these packages. -- David Rothenberger daver...@acm.org -- Problem reports: https://cygwin.com/problems.html FAQ:

setup-x86_64.exe can not create download folder

2023-06-29 Thread David Balažic via Cygwin
eate it" dialog just brings up the same dialog again and again, until a few iterations is shows the "Couldn't create directory , sorry." dialog. Can be workarounded, but a bit annoying. OS: Windows Server 2019 version 1809 When I start setup-x86_64.exe the UAC dialog pops up wher

Re: Another confusing error from someone else's Cygwin setup

2023-06-27 Thread David Karr via Cygwin
The line endings were the issue, thanks. They were that way because I didn't realize I should force those files in git to have eol=lf in a .gitattributes file. This is now all fixed. On Mon, Jun 26, 2023 at 7:08 PM Mike Gran wrote: > > On Monday, June 26, 2023 at 04:36:30 PM PDT, Davi

Another confusing error from someone else's Cygwin setup

2023-06-26 Thread David Karr via Cygwin
I'm seeing a problem with someone else's Cygwin setup, sort of similar to a problem I asked about a couple of weeks ago, in that it's a problem with the same user, but seemingly a completely different problem. He is using a Bash script that I wrote, and he gets a seemingly nonsensical error that

Re: Cygwin test 3.5.0 tar symlinks error messages and failure status

2023-06-24 Thread David Allsopp via Cygwin
xes this problem; the resulting binary then seems to be fine on Cygwin 3.4.6 as well. Please could tar 1.34 be re-packaged? All best, David -- 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: Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-16 Thread David Karr via Cygwin
what we > > did would fix this. > > > In system environment variables in Windows, they added "c:\cygwin64\bin" > to > > the end of the PATH. That fixes the problem. That just doesn't make any > > sense to me. In a Cygwin shell, "/usr/bin" is in the P

Re: Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-16 Thread David Karr via Cygwin
"/usr/bin" is in the PATH, which is the same as "c:\cygwin64\bin". On Thu, Jun 15, 2023 at 2:07 PM David Karr wrote: > (I replied with this earlier directly to someone who I didn't realize had > only replied to me.) > > I do have a couple other clues that I've noticed while c

Re: Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-15 Thread David Karr via Cygwin
x86_64 2021-03-26 22:17 UTC x86_64 Msys He is running Windows 11 (as I am). What else can I try to narrow this down? On Tue, Jun 13, 2023 at 2:54 PM David Karr wrote: > I have been using Cygwin for many years, although I wouldn't call myself > an advanced user. > > I'm working with

Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-13 Thread David Karr via Cygwin
I have been using Cygwin for many years, although I wouldn't call myself an advanced user. I'm working with some much newer users. They set up Cygwin, but I didn't see them do it. I ran "uname -a" and it was about the same as mine. I compared the output of "env|sort" and I saw some differences,

Re: python2 removal

2023-01-16 Thread David Rothenberger via Cygwin-apps
On 1/15/2023 4:52 AM, Jon Turney via Cygwin-apps wrote: net-snmp-python net-snmp   David Rothenberger [2] Getting net-snmp to compile is currently beyond me, so please consider it orphaned. -- David Rothenberger daver...@acm.org lighthouse, n.: A tall building

Re: Mailing list subscription problems

2022-12-19 Thread David Standish via Cygwin
/problems.html > FAQ: https://cygwin.com/faq/ > Documentation:https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple > I've experienced the same problem. I reactivated my subscription a couple times. More cygwin mail has been

Re: dirsfile incorrect on startup?

2022-11-12 Thread David Standish
. Here are a couple things that may work. You can set HOME env to override, You can also configure your user home in /etc/passwd. I see mention of setting db_home in /etc/nsswitch.conf. David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/

Re: Debugging malloc crash in gdb

2022-10-20 Thread David Allsopp
On Tue, 18 Oct 2022 at 20:09, Jon Turney wrote: > > On 18/10/2022 11:35, David Allsopp wrote: > > I'm wondering if I may be able to have some pointers for debugging what > > seems to be an unexpected interaction between mmap/mprotect/munmap and > > mallo

Debugging malloc crash in gdb

2022-10-18 Thread David Allsopp
. If the call to caml_mem_unmap at the end of unreserve_minor_heaps in runtime/domain.c is omitted, then this program succeeds - i.e. malloc does not appear to crash if the 256M region is left mapped. Obviously, I realise this may well be unrelated to what's going wrong. Any assistance to debug this f

Re: bash from local mounted drive with subst command

2022-09-19 Thread David Meyer
We're running into this same issue on my project. We're trying to shorten path names to get around Visual Studio limitations in path lengths, which are unfortunately very long for us since we're generating filenames based on package names and the like. If subst won't work to let us shorten path

RE: [ITA] ocaml 4.14.0

2022-08-24 Thread David Allsopp
Corinna Vinschen wrote: > On Aug 23 20:00, David Allsopp wrote: > > Jon Turney wrote: > > > I'm confused here: /usr/lib/ocaml/camlheaderd[di] look like > > > executables (according to file etc.) > > > > > > If they genuinely aren't, then perhaps they s

RE: [ITA] ocaml 4.14.0

2022-08-23 Thread David Allsopp
Jon Turney wrote: > On 13/07/2022 16:41, David Allsopp wrote: > > > >> 3) Interesting - on my machine, the camlheader[di] files had the .exe > >> extensions. I did some digging around and found the files are *built* > >> without the .exe suffix, an

RE: [ITA] ocaml 4.14.0

2022-07-14 Thread David Allsopp
William Hu wrote: > Hi David, > > > What were the missing symbols? With the OCaml 4.10 package, I hit > problems with this: > > > > echo 'print_endline "hello, world"' > hello.ml > > > > ocamlc -custom -runtime-variant _shared -o hello.exe he

RE: [ITA] ocaml 4.14.0

2022-07-13 Thread David Allsopp
mustn't be installed with a .exe extension (nor do they need to be executable). Incidentally, OCaml 4.12+ is also likely to run into problems if flexlink is older than 0.39 - I just removed the test mark from the flexdll 0.39 package (which I thought I'd done quite some time ago...) HTH, David

mmap failing with MAP_FIXED

2022-07-01 Thread David Allsopp
lloc with MEM_COMMIT and PAGE_READWRITE to commit smaller portions of it. Is there a way to do that with Cygwin's mmap? Thanks, David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubsc

Re: Cygwin Perl has slowed in recent months

2022-05-25 Thread David Christensen
On 5/25/22 08:04, gs-cygwin@gluelogic.com wrote: On Tue, May 24, 2022 at 11:36:21PM -0700, David Christensen wrote: I went back to the desktop computer that I have been using for Cygwin Perl testing: [...] 'make test' produced the following result: 99 wallclock secs ( 1.76 usr 0.41

Re: Cygwin Perl has slowed in recent months

2022-05-25 Thread David Christensen
usr 2.71 sys + 525.68 cusr 998.78 csys = 1529.57 CPU) David cygwin-20220524-2330.tar.gz Description: application/gzip -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe i

Re: Cygwin Perl has slowed in recent months

2022-05-24 Thread David Christensen
On 5/24/22 08:59, Sam Edge wrote: On 24/05/2022 16:03, David Christensen wrote: On 5/24/22 01:47, Sam Edge wrote: On 24/05/2022 09:25, Csaba Raduly wrote:  > On Mon, 23 May 2022 at 20:47, Lee  wrote:  >>  >> On 5/22/22, David Christensen wrote:  >>> On 5/21/22 10:

Re: Cygwin Perl has slowed in recent months

2022-05-24 Thread David Christensen
On 5/24/22 01:47, Sam Edge wrote: On 24/05/2022 09:25, Csaba Raduly wrote: > On Mon, 23 May 2022 at 20:47, Lee  wrote: >> >> On 5/22/22, David Christensen wrote: >>> On 5/21/22 10:55, Hans-Bernhard Bröker wrote: >>>> Am 18.05.2022 um 03:53 schrieb Da

Re: Cygwin Perl has slowed in recent months

2022-05-23 Thread David Christensen
On 5/23/22 11:47, Lee wrote: On 5/22/22, David Christensen wrote: On 5/21/22 10:55, Hans-Bernhard Bröker wrote: Am 18.05.2022 um 03:53 schrieb David Christensen: > I am working on a Perl module that runs on various Unix-like platforms. > When I 'make test' on similar com

Re: Cygwin Perl has slowed in recent months

2022-05-22 Thread David Christensen
On 5/21/22 10:55, Hans-Bernhard Bröker wrote: Am 18.05.2022 um 03:53 schrieb David Christensen: > I am working on a Perl module that runs on various Unix-like platforms. > When I 'make test' on similar computers: > > FreeBSD 12.3-RELEASE 28 wallclock secs > Debian

Cygwin Perl has slowed in recent months

2022-05-17 Thread David Christensen
. Is this expected? If not, how do I find the bottleneck? TIA, David -- 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

alternatives package dose not install /sbin executables

2022-04-29 Thread David Rogers via Cygwin
Due to security I had to remove some lines from cygcheck report I successfully installed: alternatives1.3.30c-10 OK According to the alternatives package file list I should have the following executables installed: alternatives.exe and

Re: [ANNOUNCEMENT] cygwin 3.3.4-1

2022-01-31 Thread David Schuler
For those of us who are experiencing this problem, what is the actual method of resolving this problem?  It's not obvious to me. THANKS David Schuler On 1/31/2022 5:20 PM, Adam Dinwoodie wrote: On Mon, Jan 31, 2022 at 06:49:01PM +, Allen Hewes wrote: From: Cygwin On Behalf Of David

Re: [ANNOUNCEMENT] cygwin 3.3.4-1

2022-01-31 Thread David Rothenberger
mirrors. I ended up rolling back to the previous version as well. -- David Rothenberger daver...@acm.org Doubt is not a pleasant condition, but certainty is absurd. -- Voltaire -- Problem reports: https://cygwin.com/problems.html FAQ: https

RE: Cygwin setup writing incorrect symlinks for native

2022-01-12 Thread David Allsopp
Jon Turney wrote: > On 09/01/2022 09:35, David Allsopp wrote: > > Jon Turney wrote: > >> On 06/01/2022 16:45, David Allsopp wrote: > >>> Jon Turney wrote: > >>>> On 06/01/2022 10:46, David Allsopp wrote: > >>>>> Running C

Inconsistent results from ls

2022-01-11 Thread David
hope them to be. However, the last result showed a mode setting displayed was different than the value shown in the others. This doesn't seem right, and I'm not sure what the correct value should be. Any ideas? David Pasted from my example, with the name of the owner changed to "myself

RE: Cygwin setup writing incorrect symlinks for native

2022-01-09 Thread David Allsopp
Jon Turney wrote: > On 06/01/2022 16:45, David Allsopp wrote: > > Jon Turney wrote: > >> On 06/01/2022 10:46, David Allsopp wrote: > >>> Running Cygwin setup 2.912 with --symlink-type native (or > >>> CYGWIN=winsymlinks:native) is not correctly translating

RE: Cygwin setup writing incorrect symlinks for native

2022-01-06 Thread David Allsopp
Jon Turney wrote: > On 06/01/2022 10:46, David Allsopp wrote: > > Running Cygwin setup 2.912 with --symlink-type native (or > > CYGWIN=winsymlinks:native) is not correctly translating all symlinks. > > A default install has these faulty ones: > > > > /etc/pki/tl

Cygwin setup writing incorrect symlinks for native

2022-01-06 Thread David Allsopp
pdf/mom-pdf.pdf -> \??\/usr\share\doc\groff-1.22.4\examples\mom\mom-pdf.pdf In particular, we noticed that /etc/ssl/certs being invalid breaks git. David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cy

RE: lost of admin right

2021-12-14 Thread david
You need --no-admin option to setup if you don't have administrative privileges, if that's all you're after. If you are asking how to modify/update your existing installation that was installed as administrator, that might be impossible, if you no longer have privileges there. Regards, David

[ANNOUNCEMENT] nmh 1.7.1-2

2021-10-24 Thread David Levine
The following packages have been uploaded to the Cygwin distribution: * nmh-1.7.1-2 A capable MIME-email-handling system with a command-line interface. nmh is a collection of single-purpose programs that send, receive, show, search, and otherwise manipulate emails, including MIME. They combine

nmh 1.7.1-2

2021-10-24 Thread David Levine
The following packages have been uploaded to the Cygwin distribution: * nmh-1.7.1-2 A capable MIME-email-handling system with a command-line interface. nmh is a collection of single-purpose programs that send, receive, show, search, and otherwise manipulate emails, including MIME. They combine

Re: emacs 28.0.60-1.f7e6c199bf (TEST)

2021-10-13 Thread David Billinghurst via Cygwin
On 14/10/2021 07:22, Jim Reisert AD1C wrote: I have noticed one slight performance issue, which may not be related to Cygwin at all. After creating a keyboard macro, the first time the macro is used/called (^x^e), it does not start right away. Subsequent uses are as fast as expected. Could

tcl3270 failure in new Cygwin install

2021-09-14 Thread David McNeill via Cygwin
maintainer compile against tcl 8.6.11.1 (assuming this is the problem)? Thanks, David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml

Request for catalogue

2021-08-25 Thread David Liu via Cygwin
Hello cygwin@cygwin.com I am David from IMEX sourcing company. Our customer finds your product interesting, as such we request that you send an official catalogue so we can send PO. Also be informed that our company charges 4% of the value of goods bought from the supplier which

Duplicates in /proc/partitions

2021-08-13 Thread David Balažic via Cygwin
either) Regards, David -- 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: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-11 Thread David Dyck via Cygwin
On Wed, Aug 11, 2021 at 10:10 PM Mark Geisert wrote: > > Hi David, > > David Dyck via Cygwin wrote: > > First, thanks for digging further into this. > > > > I'm guessing that I am missing some of the developer pieces that > > assisted you in deducing from

Re: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-11 Thread David Dyck via Cygwin
rading ncurses via Cygwin setup. Best case: things > > work. Worst > > case: things break but at a different address within the DLL. > > On another branch of this thread David reported that downgrading worked. We > still > don't know what the issue with current ncurses is,

Re: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-10 Thread David Dyck via Cygwin
On Tue, Aug 10, 2021 at 12:50 PM Mark Geisert wrote: > > > You could try downgrading ncurses via Cygwin setup. Best case: things work. Best case achieved Ran setup this is what it said it would do Uninstall libncursesw10 6.1-1.20190727 (automatically added) Uninstall ncurses 6.1-1.20190727

Re: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-10 Thread David Dyck via Cygwin
On Tue, Aug 10, 2021 at 10:56 AM Brian Inglis wrote: > Apparently that Windows Version is for the Windows 11 Preview. > That appears to be an alpha quality product, from bug fix announcements. > I didn't find anything much useful from MS or articles only features. > You might want to reach out

Re: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-09 Thread David Dyck via Cygwin
On Mon, Aug 9, 2021 at 10:04 PM Brian Inglis wrote: > It's a known problem that after Windows updates, especially Insider, > quarterly, or biannually e.g. [20]20H2 [20]2009, it's often advisable to > rerun Cygwin Setup and allow packages to be upgraded in case patches are > made for new

Re: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-09 Thread David Dyck via Cygwin
On Mon, Aug 9, 2021 at 10:08 PM Takashi Yano wrote: > > On Mon, 9 Aug 2021 21:36:15 -0700 > David Dyck wrote: > > I've had it running for many years, but recently upgraded to windows 10 > > c:\cygwin64\bin>ver > > > > Microsoft Windows [Version 10

Problem with mingw64-x86_64-qt5ct

2021-07-21 Thread David R. Bergstein via Cygwin
-style.so I did a search for this file both here and online and could not find it.  Is there a solution for this issue? Sincerely, David R. Bergstein -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com

RE: Fix nanosleep returning negative rem

2021-07-21 Thread David Allsopp
> On Jul 20 16:16, David Allsopp wrote: > > I've pushed a repro case for this to > > https://github.com/dra27/cygwin-nanosleep-bug.git > > > > Originally noticed as the main CI system for OCaml has been failing > > sporadically for the signal.ml test mentioned

Fix nanosleep returning negative rem

2021-07-20 Thread David Allsopp
tch is attached which simply guards a negative return value. The test on tbi.SignalState is in theory unnecessary. All best, David 0001-Ensure-nanosleep-2-never-returns-negative-rem.patch Description: Binary data

Regenerate Cygwin FAQ

2021-07-20 Thread David Allsopp via Cygwin
The instructions for building Cygwin changed in April and the FAQ was updated (c66797ee), but the website doesn't appear to have been regenerated (https://cygwin.com/faq.html#faq.programming.building-cygwin). Thanks! David -- Problem reports: https://cygwin.com/problems.html FAQ

Problem with mingw64-x86_64-qt5ct

2021-07-19 Thread David R. Bergstein via Cygwin-apps
not find it.  Is there a solution for this issue? Sincerely, David R. Bergstein

Re: Difficult getting pure-ftpd to work under Cygwin on Windows 10, esp anonymous ftp

2021-06-29 Thread David Oppenheim
w patton Subject: Re: Difficult getting pure-ftpd to work under Cygwin on Windows 10, esp anonymous ftp To: David Oppenheim and look at cygrunsrv --start On Monday, June 28, 2021, 08:00:10 PM EDT, matthew patton wrote: specifically SeAssignPrimaryTokenPrivile

Difficult getting pure-ftpd to work under Cygwin on Windows 10, esp anonymous ftp

2021-06-28 Thread David Oppenheim
I have debugged various obstacles getting logins to pure-ftpd to work under Cygwin on Windows 10 (Home edition 20H2 on this particular PC), especially getting anonymous ftp to login successfully. My pure-ftpd is version 1.0.46-1 as downloaded by the Cygwin installer. There are problems with how

Re: Fwd: outdated git-review version

2021-05-18 Thread David Rothenberger
Hi Marco, I would greatly appreciate you adopting and updating this package. I no longer use it in my day job. Regards, David On 5/18/2021 9:49 AM, Marco Atzeri via Cygwin-apps wrote: David, It seems this package is still python 2.7 one. If you want I can take over and adapt to python 3.8

RE: Building Coq in Cygwin

2021-05-06 Thread David Allsopp via Cygwin
. (NB flexdll 0.39 must be selected manually or using the new flexdll=0.39-1 syntax on the command line, as I've left it marked test until ocaml 4.12 is packaged) HTH, David -- 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

Cygwin base install no longer has iconv binary

2021-04-28 Thread David Allsopp via Cygwin
in base, and thus on "any" Cygwin installation. I was already working on removing OCaml's dependency on the iconv binary, so I don't have a strong opinion either way, but should libiconv be put in the Base category in order to keep the installed commands consistent? David -- Probl

RE: [ITA] man-db

2021-04-28 Thread David Allsopp via Cygwin-apps
eyor.com/project/cygwin/scallywag/builds/37084308 (Apologies if this should go the main Cygwin list) This version of the package removes the dependency on libiconv, which means that the base Cygwin install no longer includes the iconv command. Was that an intentional consequence? David

RE: [PATCH setup] Add --allow-test-versions

2021-04-23 Thread David Allsopp via Cygwin-apps
Jon Turney wrote: > On 20/04/2021 15:37, David Allsopp via Cygwin-apps wrote: > > Attached adds -t/--allow-test-packages to Setup which controls the > > initial state of the "Test" checkbox. > > > > Motivation is to allow one CI cron job to be installing test

[PATCH setup] Add --allow-test-versions

2021-04-20 Thread David Allsopp via Cygwin-apps
Attached adds -t/--allow-test-packages to Setup which controls the initial state of the "Test" checkbox. Motivation is to allow one CI cron job to be installing test versions of packages, then we can help identify things like [1] before they're released. David [1] https://cygwin.com

RE: [PATCH setup] Handle '--packages package=version'

2021-04-20 Thread David Allsopp via Cygwin-apps
l but `--packages mingw64-x86_64-binutils<2.36` is even more so. David

RE: [PATCH 0/2] Fix race issues.

2021-04-20 Thread David Allsopp
.31.1 > > Pushed. Armed with this morning's Cygwin snapshot, OCaml builds again as well. Many thanks! David

[PATCH 1/1] cherry-pick fix for pkg-config

2021-04-19 Thread David McFarland via Cygwin
This PR removes a recently added -R/usr/lib from the linker flags, which is incompatible with gcc: $ cc $(pkg-config --libs libbrotlidec) cc: error: unrecognized command-line option ‘-R’ --- brotli.cygport | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 0/1] libbrotli has broken pkg-config

2021-04-19 Thread David McFarland via Cygwin
I'm a little lost on the exact process for sending patches for packages, so excuse me if I'm in the wrong place. I found this problem when trying to build something that depends on libbrotli. This patch pulls the fix from this PR: https://github.com/google/brotli/pull/838 David McFarland (1

RE: Regression in Cygwin 3.2.0

2021-04-18 Thread David Allsopp via Cygwin
Takashi Yano wrote: > On Fri, 16 Apr 2021 11:17:50 +0100 > David Allsopp wrote: > > I'm unable to build OCaml using the mingw-w64 compilers with Cygwin > 3.2.0. > > Windows 10.0.19042.928 (and tried on three different machines so far) > > > > Repro: > > >

RE: Regression in Cygwin 3.2.0

2021-04-16 Thread David Allsopp via Cygwin
Thomas Wolff wrote: > Am 16.04.2021 um 16:07 schrieb David Allsopp via Cygwin: > > Thomas Wolff wrote: > >> Am 16.04.2021 um 12:17 schrieb David Allsopp via Cygwin: > >>> I'm unable to build OCaml using the mingw-w64 compilers with Cygwin > >>> 3.2.0.

RE: Regression in Cygwin 3.2.0

2021-04-16 Thread David Allsopp via Cygwin
Thomas Wolff wrote: > Am 16.04.2021 um 12:17 schrieb David Allsopp via Cygwin: > > I'm unable to build OCaml using the mingw-w64 compilers with Cygwin > > 3.2.0. Windows 10.0.19042.928 (and tried on three different machines > > so far) > > > > Repro: > &

Regression in Cygwin 3.2.0

2021-04-16 Thread David Allsopp via Cygwin
2.0 to check before I do? Many thanks, David -- 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: rsync password prompt doesn't capture input and shows password in clear

2021-03-10 Thread David Dombrowsky
still exists. -- David Dombrowsky | Chief Software Engineer 6th Street Radio LLC | 6thstreetradio.org | 518-374-3204 https://www.linkedin.com/in/david-dombrowsky-94334415 VHVlIE1hciAgOSAwMjoxMzowMiBFU1QgMjAyMQo= signature.asc Description: OpenPGP digital signature -- Problem reports: https:

Re: Latest update seems to have broken Mercurial

2021-01-31 Thread David Monksfield
On Sat, 30 Jan 2021 14:09:20 +0100, Marco Atzeri via Cygwin wrote: > On 30.01.2021 10:41, David Monksfield wrote: > > Mercurial was working fine for me until my last Cywin update (yesterday). > > [...] > > Hi David, > yes I am aware, current mercurial package s

Latest update seems to have broken Mercurial

2021-01-30 Thread David Monksfield
sr/lib/python2.7/site-packages/mercurial/policy.py", line 67, in _importfrom pkg = __import__(pkgname, globals(), fakelocals, [modname], level=1) File "/usr/lib/python3.8/importlib/util.py", line 286, in create_module return self.loader.create_module(spec) ImportError: dyn

Re: misterious GIT failure (SOLVED)

2021-01-17 Thread David Dyck via Cygwin
On Sun, Jan 17, 2021 at 1:08 PM matthew patton via Cygwin wrote: > I haven't run into a scenario yet where 'readlink' doesn't work. > Here's a unrelated example where symbolic links don't work the same as on unix/linux ( not sure this is a readlink issue ) When I try to write through

Re: Fortran Installation

2021-01-03 Thread David Billinghurst via Cygwin
On 4/01/2021 08:03, Brian Inglis via Cygwin wrote: It looks like Dislin is a proprietary closed source plotting package which you will have to find, acquire, install, and configure separately, or migrate settings from your old system. DISLIN is a library graphics subroutines and functions

[ANNOUNCEMENT] Updated: flexdll 0.39-1 (TEST)

2020-12-01 Thread David Allsopp via Cygwin-announce
The following packages have been updated in the Cygwin distribution as test: * flexdll-0.39-1.tar.xz This is an update to the latest upstream release in advance of OCaml 4.12.0, which requires it in order to work correctly on x86_64 Cygwin. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

Updated: flexdll 0.39-1 (TEST)

2020-12-01 Thread David Allsopp via Cygwin-announce
The following packages have been updated in the Cygwin distribution as test: * flexdll-0.39-1.tar.xz This is an update to the latest upstream release in advance of OCaml 4.12.0, which requires it in order to work correctly on x86_64 Cygwin. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

RE: SSH key for David Allsopp

2020-12-01 Thread David Allsopp via Cygwin-apps
Jon Turney wrote: > Sent: 01 December 2020 15:21 > To: cygwin-apps@cygwin.com; David Allsopp > Subject: Re: SSH key for David Allsopp > > On 01/12/2020 09:27, David Allsopp via Cygwin-apps wrote: > > > > Thanks. I can connect via sftp (or run alive) but I'm getting a

RE: SSH key for David Allsopp

2020-12-01 Thread David Allsopp via Cygwin-apps
Jon Turney wrote: > On 30/11/2020 17:30, David Allsopp via Cygwin-apps wrote: > > Name: David Allsopp > > BEGIN SSH2 PUBLIC KEY > > Comment: "Cygwin Packaging Key" > > C3NzaC1lZDI1NTE5IAExhdEPx3iOcR+dSXb/dByk/3+2+SRSU1UYLqGI11u9 > >

SSH key for David Allsopp

2020-11-30 Thread David Allsopp via Cygwin-apps
Name: David Allsopp BEGIN SSH2 PUBLIC KEY Comment: "Cygwin Packaging Key" C3NzaC1lZDI1NTE5IAExhdEPx3iOcR+dSXb/dByk/3+2+SRSU1UYLqGI11u9 END SSH2 PUBLIC KEY

[ITA] flexdll

2020-11-30 Thread David Allsopp via Cygwin-apps
://github.com/dra27/cygport-flexdll/commit/eb544170af8f2a37b7ec8c7eac95 6a47ae9fef4d. Thanks, David

Re: Conflict if same username local and in domain

2020-10-31 Thread David Balažic via Cygwin
cygwin (64) installation with default settings. Regards, David On Thu, 29 Oct 2020 at 21:42, L A Walsh wrote: > > On 2020/10/29 05:39, David Balažic via Cygwin wrote: > > Hi! > > > > I started Cygwin Terminal to find out, I landed in the other users > > home f

Conflict if same username local and in domain

2020-10-29 Thread David Balažic via Cygwin
, but with no write access, as it belongs to other user according to Windows Is this a known issue? Should cygwin use a different username? Help. David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com

Re: Date of first Cygwin release / 25th Anniversary

2020-10-18 Thread David Eisner via Cygwin
On Tue, Oct 13, 2020 at 2:51 PM Corinna Vinschen wrote: > On Sep 23 19:53, Kevin Schnitzius via Cygwin wrote: > > On Wednesday, September 23, 2020, 02:33:13 PM EDT, David Eisner via > Cygwin wrote: > > > > > In any case, happy 25th anniversary, Cygwin! Tha

  1   2   3   4   5   6   7   8   9   10   >