Re: bash from local mounted drive with subst command

2022-02-20 Thread Takashi Yano
On Mon, 21 Feb 2022 01:05:32 +0100 Thomas Wolff wrote: > Am 21.02.2022 um 00:56 schrieb Takashi Yano: > > On Mon, 21 Feb 2022 08:41:52 +0900 > > Takashi Yano wrote: > >> On Sun, 20 Feb 2022 22:38:53 +0100 > >> Claude TETE wrote: > >>> A bash in a local mounted drive, use realpath instead of mounted

Re: bash from local mounted drive with subst command

2022-02-20 Thread Thomas Wolff
Am 21.02.2022 um 00:56 schrieb Takashi Yano: On Mon, 21 Feb 2022 08:41:52 +0900 Takashi Yano wrote: On Sun, 20 Feb 2022 22:38:53 +0100 Claude TETE wrote: A bash in a local mounted drive, use realpath instead of mounted one for all child processes. Example, mount a local folder on Z: drive,

Re: bash from local mounted drive with subst command

2022-02-20 Thread Takashi Yano
On Mon, 21 Feb 2022 08:41:52 +0900 Takashi Yano wrote: > On Sun, 20 Feb 2022 22:38:53 +0100 > Claude TETE wrote: > > A bash in a local mounted drive, use realpath instead of mounted one > > for all child processes. > > > > Example, mount a local folder on Z: drive, go in there and run any > > exte

Re: bash from local mounted drive with subst command

2022-02-20 Thread Takashi Yano
On Sun, 20 Feb 2022 22:38:53 +0100 Claude TETE wrote: > A bash in a local mounted drive, use realpath instead of mounted one > for all child processes. > > Example, mount a local folder on Z: drive, go in there and run any > external command: > $ subst Z: C:\\Users > $ cd /cygdrive/z/ > $ /bin/pwd

[ANNOUNCEMENT] Updated: libspectre-0.2.10-1

2022-02-20 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libspectre-devel-0.2.10-1 * libspectre1-0.2.10-1 * libspectre-0.2.10-1-src * libspectre-debuginfo-0.2.10-1 This is an update to the latest upstream (bugfix release). -- libspectre is a small library for rendering Postscript

[ANNOUNCEMENT] Updated: libdeflate-1.10-1

2022-02-20 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been updated to the latest upstream version: * libdeflate-devel-1.10-1 * libdeflate-tools-1.10-1 * libdeflate0-1.10-1 * libdeflate-1.10-1-src * libdeflate-debuginfo-1.10-1 -- libdeflate 1.10 A library for fast, whole-buffer DEFLATE-based compression and decompression

bash from local mounted drive with subst command

2022-02-20 Thread Claude TETE
Hi all, A bash in a local mounted drive, use realpath instead of mounted one for all child processes. Example, mount a local folder on Z: drive, go in there and run any external command: $ subst Z: C:\\Users $ cd /cygdrive/z/ $ /bin/pwd /cygdrive/c/Users Expected /cygdrive/w Issue since Cygwin

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

2022-02-20 Thread Achim Gratz
Adam Dinwoodie writes: >> Patches to cygport to make this work better welcome! > > I _think_ most -- if not all -- the cygport infrastructure is already in > place: cygport clearly already supports both virtual packages and > "provides" listings, which are the only bits of this that I think are > a

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 > > setup. But hopefully some of t

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've noticed an inconsistency about how python

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

Re: Console output hangs in the middle of a line

2022-02-20 Thread Orgad Shaneh
On Sun, Feb 20, 2022 at 4:34 PM Takashi Yano wrote: > > On Sun, 20 Feb 2022 23:22:07 +0900 > Takashi Yano wrote: > > If the script > > > > #!/bin/sh > > mkdir -p chunked > > cd chunked > > /cygdrive/c/Program\ Files/Git/mingw64/bin/git init > > mkdir -p abc/def/ghi/jkl def > > cd abc/def/ghi/jkl >

[ANNOUNCEMENT] cygport 0.34.2-1

2022-02-20 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * cygport-0.34.2-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. Achim Gratz (1): cygclass/git.cygclass: use shallow clones for branches and tags also Jon Turney (5):

Re: Console output hangs in the middle of a line

2022-02-20 Thread Takashi Yano
On Sun, 20 Feb 2022 23:22:07 +0900 Takashi Yano wrote: > If the script > > #!/bin/sh > mkdir -p chunked > cd chunked > /cygdrive/c/Program\ Files/Git/mingw64/bin/git init > mkdir -p abc/def/ghi/jkl def > cd abc/def/ghi/jkl > touch foo > /cygdrive/c/Program\ Files/Git/mingw64/bin/git add foo > seq

[ANNOUNCEMENT] Updated: setup (2.918)

2022-02-20 Thread Jon Turney
A new version of Setup (2.918) has been uploaded to: https://cygwin.com/setup-x86_64.exe (64 bit version) https://cygwin.com/setup-x86.exe (32 bit version) Changes compared to 2.917: - Fix a crash which could occur in '--local-install' mode when the package cache contains setup.ini from

Re: Console output hangs in the middle of a line

2022-02-20 Thread Takashi Yano
On Sun, 20 Feb 2022 15:51:11 +0200 Orgad Shaneh wrote: > Turns out I was using Git for Windows and not the cygwin release. I have tested using Git-for-windows (git version 2.34.1.vfs.0.0). With seq 1 1000 | xargs touch real0m1.812s user0m0.015s sys 0m0.031s With seq 1 1 | xargs

Re: Console output hangs in the middle of a line

2022-02-20 Thread Orgad Shaneh
Hi, On Sun, Feb 20, 2022 at 3:38 PM Takashi Yano wrote: > > On Sun, 20 Feb 2022 13:43:33 +0200 > Orgad Shaneh wrote: > > mkdir -p chunked > > cd chunked > > git init > > mkdir -p abc/def/ghi/jkl def > > cd abc/def/ghi/jkl > > touch foo > > git add foo > > seq 1 1000 | xargs touch > > cd ../../..

Re: Console output hangs in the middle of a line

2022-02-20 Thread Takashi Yano
On Sun, 20 Feb 2022 22:37:51 +0900 Takashi Yano wrote: > real0m3.307s > user0m0.296s > sys 0m2.983s Changing the line: seq 1 1000 | xargs touch to seq 1 1 | xargs touch results in: real0m7.844s user0m0.921s sys 0m6.500s No hang occurs as well. -- Takashi Yano --

Re: Console output hangs in the middle of a line

2022-02-20 Thread Takashi Yano
On Sun, 20 Feb 2022 22:37:51 +0900 Takashi Yano wrote: > $ uname -a > CYGWIN_NT-10.0 Express5800-S70 3.3.4(0.341/5/3) 2022-01-31 19:35 x86_64 Cygwin > $ git --version > git version 2.35.1 Windoes Terminal version is: 1.11.3471.0 -- Takashi Yano -- Problem reports: https://cygwin.com/prob

Re: Console output hangs in the middle of a line

2022-02-20 Thread Takashi Yano
On Sun, 20 Feb 2022 13:43:33 +0200 Orgad Shaneh wrote: > mkdir -p chunked > cd chunked > git init > mkdir -p abc/def/ghi/jkl def > cd abc/def/ghi/jkl > touch foo > git add foo > seq 1 1000 | xargs touch > cd ../../../../def > seq 1 1 | xargs touch > cd .. > git clean -dfx Thanks for the test

Re: Console output hangs in the middle of a line

2022-02-20 Thread Orgad Shaneh
Hi and thanks for replying. On Wed, 16 Feb 2022 12:01:07 +0200 Takashi Yano wrote: > On Wed, 16 Feb 2022 18:59:05 +0900 > Takashi Yano wrote: > > On Wed, 16 Feb 2022 11:49:36 +0200 > > Orgad Shaneh wrote: > > > I'm using cygwin runtime 3.3.4-2. CYGWIN env variable is empty. > > > Running in Window