Re: Uninstalling Cygwin properly (.\setup.exe --uninstall ?)?

2025-05-23 Thread Adam Dinwoodie via Cygwin
On Fri, 23 May 2025 at 14:47, Mark Liam Brown via Cygwin wrote: > What is the official procedure to uninstall Cygwin properly? Just > deleting C:\cygwin64 from Explorer yields lots of "malformed ACL > warnings", and the registry still contains traces of Cygwin64 Uninstallation instructions are in

Re: crontab: no changes made to crontab

2024-07-07 Thread Adam Dinwoodie via Cygwin
On Sat, 6 Jul 2024 at 12:06, Andrey Repin via Cygwin wrote: > I'm trying to install a new cron job, and the thing fails claiming that it > didn't see the edits I made to the file. > > > > Is there a way around it that does not involve replacing crontab tool with my > own script that has no such i

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

2024-05-27 Thread Adam Dinwoodie via Cygwin
On Sun, 26 May 2024 at 23:45, David Dyck via Cygwin wrote: > > After updating I still get the same error. > > $ 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 4282 bytes) > remote: Enumerating objects:

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

2024-05-26 Thread Adam Dinwoodie via Cygwin
On Sun, 26 May 2024 at 05:10, David Dyck via Cygwin wrote: > > 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 g

Re: NetPbm

2024-04-18 Thread Adam Dinwoodie via Cygwin
On Tue, 16 Apr 2024 at 20:53, Ourson 35 via Cygwin wrote: > > Hi, > I need to use NetPbm 11.6 (2024) for Windows, or at least 10.99 (2022). > > But your last version is 10.80 (2017) ... :-( > Please, is it possible to update ? > Thanks Unfortunately this package is unmaintained, per https://cygwin

Re: Cygwin a bit slow

2024-04-08 Thread Adam Dinwoodie via Cygwin
On Fri, 5 Apr 2024 at 16:19, J M via Cygwin wrote: > > Hi, > > I'm seeing that Cygwin is a bit slow, directly and after comparing to > simple ubuntu virtual machines by example. > > Specifically: > > - Copy and paste texts in vim, I see clearly the slow in paste. > - Using sed and/or grep that coun

Re: bash builtin printf date format problem

2024-04-01 Thread Adam Dinwoodie via Cygwin
On Mon, 1 Apr 2024 at 16:29, Chris Elvidge via Cygwin wrote: > > Using bash builtin printf '%(fmt)T', when fmt contains %-d (or %_d), > there is no output - should print daynumber with no preceding 0 (or with > preceding space). Similarly %-e. date +"%B %-d" works OK. > > $ uname -a > CYGWIN_NT-10.

jq bug report: jq errors trigger assertion errors rather than being handled

2024-03-26 Thread Adam Dinwoodie via Cygwin
Hi, I'm seeing consistent behaviour when running `jq` on Cygwin, where commands that should trigger jq to produce an error message instead cause it to assert and die. Simple test case: run `jq -n 'error("oh no!")'`, which should raise a jq error with the text "oh no!". Output on Cygwin: $ j

Re: How to map a NAS drive in /etc/fstab that is of type

2024-01-08 Thread Adam Dinwoodie via Cygwin
On Mon, 8 Jan 2024 at 07:46, /dev /local/ca via Cygwin wrote: > > What would an entry in */etc/fstab* look like on Windows to map a nas > mapped drive N: > > When provisioning the drives, I selected file system type: btrfs > > --- > I am on Windows 10 Pro and want to access the drive with the path

Re: Cannot set up cron as a service on corporate PC

2023-12-12 Thread Adam Dinwoodie via Cygwin
On Mon, Dec 11, 2023 at 02:07:08PM +, Jon Turney wrote: > On 09/12/2023 21:55, Adam Dinwoodie via Cygwin wrote: > > Hi, > > > > I've been trying to set up Cygwin cron to work as a service on my work > > PC. I'm able to get it working just fine on a

Re: Cannot set up cron as a service on corporate PC

2023-12-11 Thread Adam Dinwoodie via Cygwin
On Sun, Dec 10, 2023 at 09:22:12AM -0700, Brian Inglis via Cygwin wrote: > On 2023-12-09 14:55, Adam Dinwoodie via Cygwin wrote: > > I've been trying to set up Cygwin cron to work as a service on my work > > PC. I'm able to get it working just fine on a Windows sys

Cannot set up cron as a service on corporate PC

2023-12-09 Thread Adam Dinwoodie via Cygwin
Hi, I've been trying to set up Cygwin cron to work as a service on my work PC. I'm able to get it working just fine on a Windows system where I'm using a personal Microsoft account, but when I attempt the same process using on a Windows system using my work account, I get the following error:

Re: Please support download setup-x86_64.exe on IPv6-only network

2023-11-16 Thread Adam Dinwoodie via Cygwin
On Thu, Nov 16, 2023 at 08:13:30AM +0100, Martin Wege via Cygwin wrote: > On Thu, Nov 16, 2023 at 2:40 AM Bin W via Cygwin wrote: > > > > https://www.cygwin.com/setup-x86_64.exe > > IPv6-only network can't download the installer. > > Details please. Does > https://www.cygwin.com/setup-x86_64.exe

Re: python-requests update request

2023-11-12 Thread Adam Dinwoodie via Cygwin
On Sun, Nov 12, 2023 at 02:35:38PM +, Jon Turney wrote: > On 06/11/2023 14:58, Adam Dinwoodie via Cygwin wrote: > > Hi Marco, > > > > python-requests is currently at v2.27.1, and the latest upstream release > > is v2.31.0. I'm chasing down a long requiremen

Re: Missing Python dependencies for venv standard library module

2023-11-10 Thread Adam Dinwoodie via Cygwin
On Fri, Nov 10, 2023 at 02:35:16PM +, Jon Turney wrote: > On 08/11/2023 16:17, Adam Dinwoodie via Cygwin wrote: > > Hullo, > > > > It looks like the python39 package is missing dependencies on > > python-setuptools-wheel and python-pip-wheel. I've not ch

Missing Python dependencies for venv standard library module

2023-11-08 Thread Adam Dinwoodie via Cygwin
Hullo, It looks like the python39 package is missing dependencies on python-setuptools-wheel and python-pip-wheel. I've not checked, but I suspect earlier Python versions are missing the same dependencies. Without these, the Python built-in venv module doesn't work: $ python3 -m venv v E

python-requests update request

2023-11-06 Thread Adam Dinwoodie via Cygwin
Hi Marco, python-requests is currently at v2.27.1, and the latest upstream release is v2.31.0. I'm chasing down a long requirement chain as part of trying to update Cygwin's OfflineIMAP package to run against Python 3, and one of those requirements wants python-requests to be at least v2.30.0. I

Re: Cant install Cygwin Virt-manager that asks for library that asks for python2

2023-11-01 Thread Adam Dinwoodie via Cygwin
On Wed, 1 Nov 2023 at 06:33, Bill Sharp via Cygwin wrote: > > On Tue, 31 Oct 2023 at 22:58, Jānis Ķengurs via Cygwin > wrote: > > > I wanted to use some KVM or Qemu or something on linux and windows that can > > fast open iso files for testing > > Downloaded on Windows 10 > > Here shows what dep

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-13 Thread Adam Dinwoodie via Cygwin
On Thu, 12 Oct 2023, 22:46 Eric Hendrickson wrote: > The comparison to Debian Stable - I hear you but I don’t think that is a > fair comparison. Debian Stable is not shipping EOL packages at the time it > was released. To pick a fairly high-profile example, Debian Bullseye was released as Debian S

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-12 Thread Adam Dinwoodie via Cygwin
Picking up a few threads that I think others might have missed, and which I think are worthy of acknowledgement… On Thu, 12 Oct 2023 at 05:16, Eric D Hendrickson via Cygwin wrote: > How does Cygwin being an all volunteer effort have any bearing on this > question, other than the time and interest

Re: Most git executables are hard links to git.exe?

2023-07-22 Thread Adam Dinwoodie via Cygwin
On Fri, 21 Jul 2023 at 22:54, Jim Garrison via Cygwin wrote: > > On 07/21/23 14:52, Brian Inglis wrote: > > On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: > >> Git comes with over 100 executables, mostly in /usr/libexec/git-core, > >> that all appear to be *hard* links to /bin/git, in both Cyg

Re: git submodule + gettext / envsubst

2023-06-23 Thread Adam Dinwoodie via Cygwin
On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: > > Hi, > > I recently faced some error messages when using git submodules. I found, that > Cygwin's git works nicely on its own. But when I have MSYS binary paths in my > environment, Cygwin's git finds the msys gettext and envsubst

Re: git 2.39.0 change from relative to absolute submodule paths

2023-05-20 Thread Adam Dinwoodie via Cygwin
On Wed, May 17, 2023 at 06:26:38AM +, Fuchs, Thorsten via Cygwin wrote: > Hello, > > After submodule update with git 2.39.0 some of our sub modules got > their worktree settings in the .git/modules//config fil set > as absolute paths. See the attached config files as example. It seems > that i

Re: ECCN for Cygwin 1.7.34 - FREE

2023-05-15 Thread Adam Dinwoodie via Cygwin
On Mon, 15 May 2023 at 21:46, Justin Reeves via Cygwin wrote: > > To Whom It May Concern; > > I am a project manager at Caterpillar and I am working on compliance for > programs/applications. I am looking to find the Electronic Classification > Control Number (ECCN) for "Cygwin 1.7.34 - FREE". If

Re: bash shell script: recently running, now failing

2023-04-06 Thread Adam Dinwoodie via Cygwin
On Thu, Apr 06, 2023 at 04:43:51AM +, Fergus Daly via Cygwin wrote: > I have a "hash bang" bash shell script i.e. first line > #! /bin/sh > or equivalently > #! /bin/bash > For various reasons I want this file to be identified as binary so its second > line > is the single character null \x00

Re: Python 3 versions

2023-02-10 Thread Adam Dinwoodie via Cygwin
On Fri, 10 Feb 2023 at 18:46, Jose Isaias Cabrera via Cygwin wrote: > Greetings. > > I am going to start a project using python, but I need to be able to run some > of the python3 libraries. When I use setup to install python, there are a > bunch of python* versions: > python2* > python3 > python

[ANNOUNCEMENT] Updated: AsciiDoc v10.2.0-1

2023-01-20 Thread Adam Dinwoodie via Cygwin
asciidoc v10.2.0-1 has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Quoting the upstream project description at https://asciidoc-py.github.io > AsciiDoc.py is a legacy processor for this syntax, handling an older > rendition of AsciiDoc. As suc

[ANNOUNCEMENT] New package: inih v56-1

2023-01-17 Thread Adam Dinwoodie via Cygwin
inih v56-1 has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. >From the upstream description[0]: > inih (INI Not Invented Here) is a simple .INI file parser written in > C. It's only a couple of pages of code, and it was designed to be > small a

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-15 Thread Adam Dinwoodie via Cygwin
On Sun, 15 Jan 2023 at 22:05, System Administrator via Cygwin wrote: > > Hello, > > I am trying to migrate my framework to Windows 11 running Cygwin. > When executing vmstat it returns the following error: > > "Unable to create system stat structure” > > Using the very same packages (install files)

Re: Question about slow access to file information

2023-01-14 Thread Adam Dinwoodie via Cygwin
On Sat, Jan 14, 2023 at 11:42:58AM +1100, Eliot Moss via Cygwin wrote: > Dear Cygwin'ers - > > I have a separate drive mounted this way: > > d:/ /cygdrive/d ntfs binary,posix=0,user,noacl,auto 0 0 > > One thing I use it for is to store backup files. These tend to be 2 Gb > chunks, and there can

Re: newlib-cygwin.git repository: Switching "master" to "main"

2023-01-13 Thread Adam Dinwoodie via Cygwin
On Fri, Jan 13, 2023 at 02:23:44PM -0500, Mike Frysinger via Cygwin wrote: > thanks for doing this! > -mike Seconded! This clearly isn't going to solve racism in a single step, but making our community that bit more welcoming -- particularly when the cost of the change is essentially zero -- has

Re: Maximizing windows during "git log" locks mintty both in "Git for Windows" and cygwin 3.4.3

2023-01-10 Thread Adam Dinwoodie via Cygwin
On Tue, Jan 10, 2023 at 04:50:26PM +0100, Francesco Pretto via Cygwin wrote: > Hello, > > I want to report a bug in mintty that is mostly suffered by "Git for > Windows" users, which in version 2.39.0.2 they are using mintty 3.6.1. > The bug has been reported in this "Git for Windows" issue[1]. >

Re: Package request libinih & libinih-devel

2023-01-05 Thread Adam Dinwoodie via Cygwin
On Thu, 5 Jan 2023 at 12:32, miloskomarcevic--- wrote: > > Please package https://github.com/benhoyt/inih as it will be a new dependency > for exiv2 > Thanks, and best regards, > Milos & the Exiv2 team Hi Milos, I've just attempted to package this for Cygwin. Are you able to test the packaging?

Re: Resizing window while showing git log locks up Command Line

2022-12-21 Thread Adam Dinwoodie via Cygwin
On Wed, 21 Dec 2022 at 16:08, Gregory Mason via Cygwin wrote: > > Hello Cygwin volunteers, > > I was asked to forward this bug report from the git-for-windows bug report: > https://github.com/git-for-windows/git/issues/4060 > Original bug report from garretwilson > > > Find a Git repository with a

Re: Long lines in posts to this mailing list

2022-12-14 Thread Adam Dinwoodie via Cygwin
On Wed, Dec 14, 2022 at 10:53:47AM +, Fergus Daly via Cygwin wrote: > What causes long lines without word wrap in posts to this list (such as the > immediately preceding > "gcc v.11.3.0 failing") and how can they be avoided? > (They are very inconvenient - sorry!) This is entirely down to you

[ANNOUNCEMENT] Updated: Git v2.39.0

2022-12-13 Thread Adam Dinwoodie via Cygwin
Version 2.39.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an upda

[ANNOUNCEMENT] Updated: Git v2.38.2

2022-12-12 Thread Adam Dinwoodie via Cygwin
Version 2.38.2-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an upda

Re: New to cygwin list. How to request or assist with a package update?

2022-11-27 Thread Adam Dinwoodie
On Sat, Nov 26, 2022 at 01:03:27PM -0500, Mark Murawski wrote: > Hi! > > > What would the best way to go about getting an updated build of a specific > package? > > Right now I'm particularly interested in getting the latest version of > terminator. > > > Terminator Terminal Package: > > Late

Re: Issues to install cygwin 3.3.6

2022-11-21 Thread Adam Dinwoodie
On Mon, 21 Nov 2022 at 18:20, Jim Garrison via Cygwin wrote: > > On 11/21/22 08:03, Adam Dinwoodie wrote: > > On Mon, 21 Nov 2022 at 14:19, Michel Robitaille wrote: > >> > >> Hello, > >> > >> Running setup-x86_64.exe (version 3.3.6) requires an app

Re: [ANNOUNCEMENT] Updated: setup (2.923)

2022-11-21 Thread Adam Dinwoodie
On Mon, 21 Nov 2022 at 12:46, Jon Turney wrote: > - Add view modes "Removable" and "Unneeded" (thanks to Christian Franke) > > -- "Removable" shows installed packages that were selected, but can now > be safely removed, as no installed package depends on them > -- "Unneeded" shows packages which we

Re: Issues to install cygwin 3.3.6

2022-11-21 Thread Adam Dinwoodie
On Mon, 21 Nov 2022 at 14:19, Michel Robitaille wrote: > > Hello, > > Running setup-x86_64.exe (version 3.3.6) requires an app on Windows 11 (fully > up to date). > It is looking for an app that does not exist with Microsoft Store. > > This was not required for any of the previous version. > > Is

Re: [ANNOUNCEMENT] Updated: gettext{,-devel,doc} emacs-gettext lib{gettextpo,asprintf}{0,-devel} libintl{8,-devel} mingw64-{x86_64,i686}-gettext 0.21.1

2022-11-10 Thread Adam Dinwoodie
On Sat, Oct 29, 2022 at 11:00:11PM -0600, Cygwin Gettext Maintainer wrote: > The following packages have been uploaded to the Cygwin distribution: > > * gettext 0.21.1 > * gettext-devel 0.21.1 > * gettext-doc 0.21.1 > * emacs-gettext

Re: Git not fetching https repository: cannot open shared object file (probably cyggsasl-18.dll ?)

2022-10-31 Thread Adam Dinwoodie
On Mon, Oct 31, 2022 at 12:25:29PM +0100, Arrigo Marchiori via Cygwin wrote: > Dear All, > > on my Cygwin installation, updated today, I cannot run `git fetch' > on a https repository. > > Transcript: > > 8<8<8<8<8<8<8<- > > $ git fetc

Re: How to search this Archive

2022-10-25 Thread Adam Dinwoodie
On Tue, Oct 25, 2022 at 07:12:21AM +, Fergus Daly wrote: > I know I have asked this before but because I cannot search the Archive I > cannot find the query > or any responses. > One used to be able to type > site:cygwin.com "keyword1 keyword2 .." > into Google and depending on the search stri

[ANNOUNCEMENT] git-filter-repo 2.38.0-1

2022-10-19 Thread Adam Dinwoodie
[Resending as I've spotted something went very wrong with my MUA when I previously tried to send this announcement, meaning some people may not have received it. This should have been sent on 11 October 2022.] The following packages have been uploaded to the Cygwin distribution: * git-filter-rep

[ANNOUNCEMENT] Security update: Git v2.38.1

2022-10-19 Thread Adam Dinwoodie
Version 2.38.1-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an upda

Re: Commands are hanging on Windows 2019

2022-10-15 Thread Adam Dinwoodie
On Wed, 12 Oct 2022 at 16:13, Derek Pagel via Cygwin wrote: > > We're seeing a bunch of commands (mv, which, rm) that are hanging or take a > long time to complete on Windows 2019. It does not happen consistently but > intermittently about once a week. The issue doesn't happen when running the >

Re: Feature request: File descriptor support by sockets.

2022-10-08 Thread Adam Dinwoodie
On Thu, 6 Oct 2022 at 18:37, Darren Whobrey wrote: > > Hi, I'm using the latest version of Cygwin (3.3.6) and the Cygwin OpenSSH > (OpenSSH_9.0p1, OpenSSL 1.1.1q 5 Jul 2022) version of ssh to talk to hosts > using ControlMaster connection sharing. This uses sockets behind the scenes. > When Con

Re: Frequent Warning messages using gv

2022-10-08 Thread Adam Dinwoodie
On Wed, 5 Oct 2022 at 06:46, Fergus Daly wrote: > Whenever I use gv on a PostScript file as in > $ gv filename.ps > then a (usually) successful display is (almost invariably) accompanied by > Warning messages about font conversions. > It is not obvious what limitations or errors are affecting the

[ANNOUNCEMENT] Updated: Git v2.38.0

2022-10-04 Thread Adam Dinwoodie
Version 2.38.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an upda

[ANNOUNCEMENT] Updated: Git v2.37.3

2022-09-02 Thread Adam Dinwoodie
Version 2.37.3-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an upda

Re: Does the Cygwin setup program do internal sanity checks on startup?

2022-08-25 Thread Adam Dinwoodie
On Wed, Aug 24, 2022 at 08:46:10PM +, Brian Cowan via Cygwin wrote: > Why would I ask that question? Because I have a host running a > hodgepodge of company-mandated security software, and -- only on that > host -- the Cygwin setup tool crashes... > > Oddities: > 1. The crash generates 3 dump

Re: single key stroke `git add -p` bug

2022-08-25 Thread Adam Dinwoodie
On Thu, Aug 25, 2022 at 01:17:28AM +0200, trashyankes wrote: > Hello I update recently all cygwin packages and after that `git add > -p` stop working correctly. (previous update I did around 2 month > ago) I use mintty on Windows 10 x64, and have set `git config > --global interactive.singlekey

[ANNOUNCEMENT] Updated: Git v2.37.2

2022-08-12 Thread Adam Dinwoodie
Version 2.37.2-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an upda

Re: Outdated git-review package

2022-07-23 Thread Adam Dinwoodie
On Wed, 20 Jul 2022 at 19:37, Marco Atzeri wrote: > On 20.07.2022 10:07, Adam Dinwoodie wrote: > > On Wed, Jul 13, 2022 at 08:44:22AM +, Oledzki, Maciej (Nokia - > > PL/Wroclaw) wrote: > >> Hi, > >> > >> Latest git-review package avail

Re: Outdated git-review package

2022-07-20 Thread Adam Dinwoodie
On Wed, Jul 13, 2022 at 08:44:22AM +, Oledzki, Maciej (Nokia - PL/Wroclaw) wrote: > Hi, > > Latest git-review package available in Cygwin repository (2.1.0-1) is not > compatible with latest git package (2.37.0-1). > Following error appears in during gerrit review: > > Errors running git re

Re: Fortinet AV reports virus in trust.exe

2022-07-19 Thread Adam Dinwoodie
On Tue, Jul 19, 2022 at 08:40:48AM +, Tuomo Takkula via Cygwin wrote: > Hi, > > Fortinet Antivirus reported W64/Encoder.834E!tr in my local cygwin > installation. When I tried to rectify be reinstalling, Fortinet barked on the > installation files as well. As this is a company box, I'm somew

[ANNOUNCEMENT] Security update: Git v2.37.1

2022-07-13 Thread Adam Dinwoodie
Version 2.37.1-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an upda

[ANNOUNCEMENT] Updated: Git v2.37.0

2022-07-09 Thread Adam Dinwoodie
Version 2.37.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an upda

Re: Unexpected zero return code from `throw std::runtime_error`

2022-07-03 Thread Adam Dinwoodie
On Sun, Jul 03, 2022 at 12:37:04AM +0200, Csaba Raduly wrote: > On Sat, 2 Jul 2022 at 23:34, Adam Dinwoodie wrote: > > > > That's definitely closer to the behaviour I'd expect! I don't think it > > should be dumping a core, though, at least based on the be

[ANNOUNCEMENT] New package: rdfind v1.5.0-1

2022-07-03 Thread Adam Dinwoodie
rdfind v1.5.0-1 has been uploaded, and should be coming soon to a mirror near you. >From the upstream project description: > Rdfind is a command line tool that finds duplicate files. It is useful > for compressing backup directories or just finding duplicate files. It > compares files based on th

Re: Unexpected zero return code from `throw std::runtime_error`

2022-07-02 Thread Adam Dinwoodie
On Sat, Jul 02, 2022 at 10:19:44PM +0200, Csaba Raduly wrote: > On Sat, 2 Jul 2022 at 15:22, Adam Dinwoodie wrote: > > > > I'm currently experimenting with compiling rdfind for Cygwin, and one of > > the testcases is failing because std::runtime_error is expected to

Re: Unexpected zero return code from `throw std::runtime_error`

2022-07-02 Thread Adam Dinwoodie
On Sat, Jul 02, 2022 at 04:14:51PM +0200, Joost Kraaijeveld wrote: > Hi, > > The exception is not handled by the program. In that case "[[noreturn]] > void std::terminate()" is called by the C++-runtime. std::terminate > calls the currently installed std::terminate_handler. The default > std::term

Unexpected zero return code from `throw std::runtime_error`

2022-07-02 Thread Adam Dinwoodie
I'm currently experimenting with compiling rdfind for Cygwin, and one of the testcases is failing because std::runtime_error is expected to result in the compiled program exiting with a non-zero return code, but on Cygwin, it just seems to cause the program to terminate with a zero return code. I'

[ANNOUNCEMENT] New package: git-filter-repo v2.34.0-1

2022-06-26 Thread Adam Dinwoodie
git-filter-repo v2.34.0-1 has been uploaded, and should be coming soon to a mirror near you. >From the upstream project description: > git filter-repo is a versatile tool for rewriting history, which > includes capabilities I have not found anywhere else. It roughly falls > into the same space of

Re: unzip failure with files that contain colons

2022-06-17 Thread Adam Dinwoodie
On Fri, Jun 17, 2022 at 12:29:39AM +0900, Takashi Yano wrote: > On Thu, 16 Jun 2022 06:22:38 +0200 > Thomas Wolff wrote: > > Am 15.06.2022 um 20:30 schrieb Adam Dinwoodie: > > > Cygwin generally handles filenames with colons just fine, by mapping the > > > ch

unzip failure with files that contain colons

2022-06-15 Thread Adam Dinwoodie
Cygwin generally handles filenames with colons just fine, by mapping the character to some higher Unicode character and remapping on the fly. However Cygwin's `unzip` appears to have a bug: when unzipping an archive that contains a filename with a colon, it replaces the colon with an underscore. c

Re: Wish list: Cygwin `mv` to move OneDrive files without downloading them

2022-06-14 Thread Adam Dinwoodie
On Tue, Jun 14, 2022 at 04:32:21PM +0100, Sam Edge wrote: > On 14/06/2022 12:25, Adam Dinwoodie wrote: > > Microsoft OneDrive has a "Files On-Demand" function, where it will > > synchronise file metadata to a local system, but won't actually download > > t

Wish list: Cygwin `mv` to move OneDrive files without downloading them

2022-06-14 Thread Adam Dinwoodie
Microsoft OneDrive has a "Files On-Demand" function, where it will synchronise file metadata to a local system, but won't actually download the file content until an application attempts to read the content. When moving a file within Cygwin using `mv`, the file always gets downloaded, which seems l

Re: weatherServerLog xplane11

2022-05-27 Thread Adam Dinwoodie
On Fri, 27 May 2022 at 17:27, Peter Rallis wrote: > > Good evening > > I Have the below message in xplane 11 in NOAA Weather > > 1 [main] WIN32wgrib2 8852 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. Please report this problem to > the public mailing list cygwin@cygwin.com > 950

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Adam Dinwoodie
On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > Hi, > > I'm using Git Bash as the default terminal in VS Code. Using Git for > Windows 2.36.1 with the latest runtime, based on cygwin 3.5.0. Hi Orgad, Git for Windows and Git Bash are based in part on Cygwin, but they're downstream

[ANNOUNCEMENT] Updated: Git v2.36.1

2022-05-07 Thread Adam Dinwoodie
Version 2.36.1-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an upda

[ANNOUNCEMENT] Updated: Git v2.36.0

2022-04-19 Thread Adam Dinwoodie
Version 2.36.0 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an update

[ANNOUNCEMENT] Security update: Git v2.35.3-1

2022-04-14 Thread Adam Dinwoodie
Version 2.35.3-1 of Git has been uploaded and should be coming soon to a mirror near you. This is an update to the latest upstream release; it contains two fixes, one improving the security of yesterday's security fix for CVE-2022-24765, and one improving the usability of that fix: > * The code t

[ANNOUNCEMENT] Security update: Git v2.35.2-1

2022-04-13 Thread Adam Dinwoodie
Version 2.35.2-1 of Git has been uploaded and should be coming soon to a mirror near you. This is an update to the latest upstream release, and fixes security vulnerability CVE-2022-24765: > On multi-user machines, Git users might find themselves unexpectedly > in a Git worktree, e.g. when anothe

Re: rsync gives me error 12

2022-03-26 Thread Adam Dinwoodie
On Fri, Mar 25, 2022 at 12:36:55PM -0500, Neil Aggarwal wrote: > Adam: > > I tried doing an upload using this command: > rsync test.xml r...@marketing.propfinancing.com:/tmp > > I still get an error: > rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] > rsync error: error

Re: rsync gives me error 12

2022-03-25 Thread Adam Dinwoodie
On Fri, Mar 25, 2022 at 08:25:16AM -0500, Neil Aggarwal wrote: > > I suspect the `-e ssh` part is the problem here. That's supposed to > > specify the remote shell, not the method for connecting. What are you > > attempting to achieve with that? > > I am trying to do the sync over an SSH connect

Re: rsync gives me error 12

2022-03-25 Thread Adam Dinwoodie
On Thu, Mar 24, 2022 at 12:22:12AM -0500, Neil Aggarwal wrote: > I am trying to use rsync to pull all backups from a linux server > to my local Windows machine. > > I tried this rsync command: > > $ rsync --debug=ALL -e ssh r...@marketing.propfinancing.com:/var/www/svnDumps > /cygdrive/c/Tmp > >

Re: checking cyg version (was Re: GNU make losing jobserver tokens)

2022-03-22 Thread Adam Dinwoodie
On Tue, Mar 22, 2022 at 12:38:34PM -0700, L A Walsh wrote: > On 2022/03/21 08:09, Ken Brown wrote: > > > > For starters, is your Cygwin installation up to date? Cygwin's internal > > implementation of pipes was overhauled starting with cygwin-3.3.0. > How does one check the version of cygwin? I'

Re: Unable to install source packages when running setup from command line

2022-03-22 Thread Adam Dinwoodie
On Tue, Mar 22, 2022 at 01:54:48PM +, Jon Turney wrote: > On 20/03/2022 18:20, Adam Dinwoodie wrote: > > Hi, > > > > I *suspect* this is a bug, but it might just be this isn't supposed to > > work: there doesn't seem to be a way to download a source packag

Re: cygwin-64 + multiarch package (32bit gcc)

2022-03-22 Thread Adam Dinwoodie
On Tue, Mar 22, 2022 at 01:25:19PM +, Pach Roman (PS-EC/ESG4) via Cygwin wrote: > Hello, > > are there any plans to get the multiarch package ported to Cygwin? > What would be interesting for me, is to have an 32-bit gcc running in 64-bit > Cygwin. I'm not familiar with the specifics -- thi

Unable to install source packages when running setup from command line

2022-03-20 Thread Adam Dinwoodie
Hi, I *suspect* this is a bug, but it might just be this isn't supposed to work: there doesn't seem to be a way to download a source package for an already-installed Cygwin package when using setup from the command line. If I run, for example: /bin/setup-x86_64.exe -d -l 'C:\Users\Adam\Downl

Re: Using terminator with cygwin

2022-03-17 Thread Adam Dinwoodie
On Thu, Mar 17, 2022 at 11:54:02AM +0100, zweiund40 wrote: > Hi all, > > I've got a question and I hope u can help there. I guess the question may be > a bit silly for some of u, but, u know, I'm not an expert. I want to use > terminator with cygwin and was excited when I found it as package liste

Re: Bash runs my vim slower than Cygwin's vim

2022-03-11 Thread Adam Dinwoodie
On Thu, Mar 10, 2022 at 04:55:40PM -0800, Gary Johnson wrote: > I build my own copy of Vim for the Cygwin terminal from the source > at https://github.com/vim/vim.git. Lately, I've noticed the startup > time getting slower, so I investigated. One of the things > I discovered was this difference b

Re: alternatives-1.3.30c-10 has download errors - tried many Mirror sites

2022-03-10 Thread Adam Dinwoodie
On Wed, Mar 09, 2022 at 06:49:02PM +, Knappe III, Edmond via Cygwin wrote: > I am still having Download Errors on alternatives-1.3.30c-10 package. > > From cygwin.com, the Setup script downloaded is "Cygwin setup 2.918 (64-bit)" > Using https://mirrors.kernel.org I am still receiving download

Re: msi installer file?

2022-03-09 Thread Adam Dinwoodie
On Wed, Mar 09, 2022 at 02:27:01PM -0500, Monica Parker wrote: > Hi, > I just want to know if there is an MSI installer file? If not, can one be > created? Im trying to create a package for SCCM and it wont accept exe > files. There isn't, and I don't think it's likely that anyone here will create

Re: Would it be possible to update the bash package?

2022-03-07 Thread Adam Dinwoodie
On Sun, Mar 06, 2022 at 10:59:57AM -0500, Zartaj Majeed wrote: > On 3/5/2021 2:23 PM, Christoph Reiter wrote: > > On Fri, Mar 5, 2021 at 5:50 PM L A Walsh wrote: > > > Really I don't see a compelling reason there should be > > > any hurry to update. In my own testing, I've been unable to

Re: minor error in skel/.bashrc

2022-03-05 Thread Adam Dinwoodie
c5c2f05ed321f49 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Sat, 5 Mar 2022 13:14:42 + Subject: [PATCH] Correct HISTCONTROL in .bashrc Per bash.1, HISTCONTROL values should be colon-separated, not comma-separated, so correct the sample line for adding "ignoredups" to HISTCON

Re: cygwin SFTP

2022-02-27 Thread Adam Dinwoodie
On Sun, Feb 27, 2022 at 04:07:25AM +0800, Sam Yang Zilong wrote: > My question is whether Cygwin SFTP can be used on High Availability > Servers? I am currently setting up 2 Servers, the project requirement is to > have SFTP for HA. So if one of the servers goes down, sshd service will run > on oth

Re: python37-requests package does depends on charset_normalizer or chardet

2022-02-25 Thread Adam Dinwoodie
On Fri, Feb 25, 2022 at 04:40:01PM +0800, Sharuzzaman Ahmat Raslan wrote: > On Wed, Feb 23, 2022 at 10:58 PM Adam Dinwoodie wrote: > > > > On Wed, Feb 23, 2022 at 06:56:46PM +0800, Sharuzzaman Ahmat Raslan wrote: > > > On Wed, Feb 23, 2022 at 6:37 PM Sharuzzaman A

Re: pcre regexps in git?

2022-02-25 Thread Adam Dinwoodie
On Thu, Feb 24, 2022 at 09:32:29PM +, Adam Dinwoodie wrote: > On Thu, Feb 24, 2022 at 04:19:13PM -0500, Anthony Heading wrote: > > Hi, > > I appreciate this is just a birthday wish-list item, but... > > > > % git grep -P hopeful... > > fatal: cannot use

Re: pcre regexps in git?

2022-02-24 Thread Adam Dinwoodie
On Thu, Feb 24, 2022 at 04:19:13PM -0500, Anthony Heading wrote: > Hi, > I appreciate this is just a birthday wish-list item, but... > > % git grep -P hopeful... > fatal: cannot use Perl-compatible regexes when not compiled with USE_LIBPCRE > > It would be lovely (well, at least for me) if this c

Re: Does Cygnal allow access to devices under /dev?

2022-02-24 Thread Adam Dinwoodie
On Thu, Feb 24, 2022 at 12:51:08PM +, Hamish McIntyre-Bhatty wrote: > Hi there, > > Asking as IIRC the Cygnal author (or at least some users) are on this list. > > Does anyone know if Cygnal supports access to devices under /dev? If it > does, I may start using it for my program - the Linuxy

Re: python37-requests package does depends on charset_normalizer or chardet

2022-02-23 Thread Adam Dinwoodie
On Wed, Feb 23, 2022 at 06:56:46PM +0800, Sharuzzaman Ahmat Raslan wrote: > On Wed, Feb 23, 2022 at 6:37 PM Sharuzzaman Ahmat Raslan > wrote: > > > > Hi Cygwin package manager. > > > > I'm on my new laptop, and installing packages as necessary. > > > > After installing python37-requests, my progra

Re: Trouble trying to compile apache2

2022-02-20 Thread Adam Dinwoodie
On Thu, Feb 17, 2022 at 03:37:00PM +, Jon Turney wrote: > On 16/02/2022 10:40, Adam Dinwoodie wrote: > > > > Inevitably a bunch of other maintainers will have their own way of doing > > things; I think Scallywag is the closest thing we have to a common CI/CD > > se

Re: Inconsistent handling of python3-module vs python3x-module packages

2022-02-20 Thread Adam Dinwoodie
On Thu, Feb 17, 2022 at 03:42:56PM +, Jon Turney wrote: > On 16/02/2022 11:45, marco atzeri wrote: > > On Wed, Feb 16, 2022 at 12:11 PM Adam Dinwoodie wrote: > > > > > > While wrangling a bunch of Python packages for my Cygwin installation, > > > I&#

[ANNOUNCEMENT] Updated: asciidoc v10.1.2-1

2022-02-20 Thread Adam Dinwoodie
Version 10.1.2-1 of asciidoc has been uploaded, and should be coming soon to a mirror near you. This is an update to the latest upstream release. For the full changelog, please see https://asciidoc.org/CHANGELOG.html. For convenience, I've noted the key user-visible changes below: - Bug fixes:

[ANNOUNCEMENT] Re: [ANNOUNCEMENT] Updated: moreutils v0.67-1

2022-02-18 Thread Adam Dinwoodie
On Fri, 18 Feb 2022 at 12:34, Adam Dinwoodie wrote: > > Version 0.67-1 of moreutils has been uploaded, and should be coming > soon to a mirror to a mirror near you. > > This is an update to the latest upstream release; it includes the > following changes: > > - README:

[ANNOUNCEMENT] Updated: moreutils v0.67-1

2022-02-18 Thread Adam Dinwoodie
Version 0.67-1 of moreutils has been uploaded, and should be coming soon to a mirror to a mirror near you. This is an update to the latest upstream release; it includes the following changes: - README: Formalize that I am not adding new tools to moreutils, and have not for a long while. This pack

Re: Package request: python-pytest-mock

2022-02-17 Thread Adam Dinwoodie
On Thu, Feb 17, 2022 at 08:11:31AM +0100, Marco Atzeri wrote: > On 16.02.2022 12:55, Adam Dinwoodie wrote: > > On Wed, Feb 16, 2022 at 12:49:05PM +0100, marco atzeri wrote: > > > On Wed, Feb 16, 2022 at 12:16 PM Adam Dinwoodie wrote: > > > > > > > >

  1   2   3   4   5   >