On 27/07/2023 07:46, 小さい猫 via Cygwin-apps wrote:
Hello.
Recently, for my personal needs, I have been trying to tweak and upgrade the
following packages: llvm, compiler-rt, libunwind, libcxxabi, libcxx, clang
(upgrading version by version from the original 9.0.1, and currently upgraded
to vers
yak_ex via Cygwin-apps writes:
> `unpack()` invokes `unzstd` for a *.zst file as
> `unzstd -qo file.zst`
> Then, an error occurs as 'stdin is a console, aborting',
> because the `-o` option is to specify an output file name.
Indeed, sorry for that.
> There are some choices to fix it. This patch a
On 29/07/2023 21:55, yak_ex via Cygwin-apps wrote:
Hi maintainers,
This is my first post here.
The attached tiny patch fixes incorrect options passed to unzstd in unpack()
in lib/src_prep.cygpart.
`unpack()` invokes `unzstd` for a *.zst file as
`unzstd -qo file.zst`
Then, an error occurs as 'st