Re: pagefile.sys is reported as being a directory

2024-05-02 Thread Thomas Wolff via Cygwin
Am 03.05.2024 um 01:40 schrieb Bruno Haible via Cygwin: Hi, Ken Brown noticed this: pagefile.sys and swapfile.sys are being reported by Cygwin 3.5.3 as being directories. Cygwin 3.5.3 on Windows 10: $ ls -ld /proc/cygdrive/c/pagefile.* drwxr-x--- 17664 Unknown+User Unknown+Group 0 Jan 1

Re: Change for the initial installation of Cygwin to set the default terminal terminal 256 color

2024-04-12 Thread Thomas Wolff via Cygwin
term-256color Note that mintty always supports all modes, including 256 colours and true-color (TERM=xterm-direct), regardless of the TERM setting or the $TERM environment value. That value is only used by some applications (like tput and apparently vim) as an indication which features to use. Th

Cannot downgrade gcc 13 or 12 to 11.4.0-1

2024-03-14 Thread Thomas Hedden via Cygwin
I installed a test version of gcc and cannot revert to an earlier, non-test version. Here are the latest versions listed in the setup routine: 11.4.0-1 12.3.1+20240202-0.1 (Test) 13.2.1+20240203-0.1 (Test) (there are some even older ones, but I want 11.4.0-1.) $ gcc --version gcc (GCC) 13.2.1

Re: ls/stat on OneDrive causes download of files

2024-03-08 Thread Thomas Wolff via Cygwin
Am 08.03.2024 um 11:37 schrieb Corinna Vinschen via Cygwin: Hi Jeffrey, On Mar 6 13:55, Jeffrey Altman via Cygwin wrote: On 3/6/2024 12:19 PM, Corinna Vinschen via Cygwin wrote: We can add an explicit call to RtlSetProcessPlaceholderCompatibilityMode (PHCM_EXPOSE_PLACEHOLDERS); [...]

Updated: mintty 3.7.1

2024-02-24 Thread Thomas Wolff
for option KeyFunctions (#1245).   * New user-definable function intr (~#1245). The homepage is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** The easiest way to unsubscribe is to visit <https://cygwin.

Re: Desktop partially inert with mintty running

2024-02-15 Thread Thomas Wolff via Cygwin
Am 15.02.2024 um 09:23 schrieb Bruce Jerrick via Cygwin: Has anyone had this happen: Sometimes when I have a mintty running, the upper-left quandrant of the desktop becomes inert to the mouse -- icons do not respond to hovers or clicks, and the desktop background does not respond to a

Updated: xterm 389

2024-01-26 Thread Thomas Wolff
I've updated the cygwin xterm package to upstream release 389. The xterm program is a terminal emulator for the X Window System. It provides DEC terminal features (VT102, VT220, VT340, VT420 and beyond) for command-line interaction, ISO/ANSI and true colour support, Tektronix 4014 terminal

Re: mintty ^H weirdness with ssh to one specific Debian 11 system

2024-01-18 Thread Thomas Wolff via Cygwin
Am 18.01.2024 um 14:08 schrieb Andrey Repin via Cygwin: Greetings, Jim Garrison via Cygwin! Details I have mintty set to term type "mintty" Don't do that. $TERM is not a random made-up string. It should be supported by appropriate terminfo(5) entry on the system. If an entry is not found,

Re: mintty ^H weirdness with ssh to one specific Debian 11 system

2024-01-17 Thread Thomas Wolff via Cygwin
then I switched to stty erase ^?, then back to ^H, and behaviour was different: ^H did not erase a character anymore but echoed "^H". Anyway, this is handling of the shell (or realine library) and not under control of mintty. Thomas -- Problem reports: https://cygwin.com/problems.html

Re: Automatic announcement generation by calm

2024-01-08 Thread Thomas Wolff via Cygwin-apps
EMENT] " tag as for the mails forwarded from cygwin-announcement to cygwin before that was stopped, to enhance the overview in users' mailboxes. Thomas

Re: Automatic Cygwin installation for CI ?

2023-12-15 Thread Thomas Wolff via Cygwin
Am 15.12.2023 um 18:07 schrieb Mainz, Roland via Cygwin: Hi! Is there any documentation how Cygwin 3.5.0 can be automatically (without GUI and user intervention, e.g. via *.bat script) be installed as part of a CI (Continuous integration) build environment ? Bye, Roland

Re: Cygwin api to punch a hole into a file?

2023-12-05 Thread Thomas Wolff via Cygwin
Am 05/12/2023 um 15:40 schrieb Thomas Wolff via Cygwin: Am 05/12/2023 um 14:53 schrieb Corinna Vinschen via Cygwin: On Dec  5 07:36, Thomas Wolff via Cygwin wrote: Am 01.12.2023 um 12:02 schrieb Corinna Vinschen via Cygwin: On Dec  1 11:22, Cedric Blancher via Cygwin wrote: Not all

Re: Cygwin api to punch a hole into a file?

2023-12-05 Thread Thomas Wolff via Cygwin
Am 05/12/2023 um 14:53 schrieb Corinna Vinschen via Cygwin: On Dec 5 07:36, Thomas Wolff via Cygwin wrote: Am 01.12.2023 um 12:02 schrieb Corinna Vinschen via Cygwin: On Dec 1 11:22, Cedric Blancher via Cygwin wrote: Not all filesystems have a 128k block/stripe size, and certainly most

Re: Cygwin api to punch a hole into a file?

2023-12-04 Thread Thomas Wolff via Cygwin
Am 01.12.2023 um 12:02 schrieb Corinna Vinschen via Cygwin: On Dec 1 11:22, Cedric Blancher via Cygwin wrote: Not all filesystems have a 128k block/stripe size, and certainly most filesystems have smaller minimum hole sizes than 128k (e.g. 512bytes is common, ref pathconf

Re: Cygwin tool to differ junctions from soft links?

2023-11-16 Thread Thomas Wolff via Cygwin
Am 16.11.2023 um 21:30 schrieb Brian Inglis via Cygwin: On 2023-11-16 11:55, matthew patton via Cygwin wrote: On Thursday, November 16, 2023 at 03:50:24 AM EST, Andrey Repin wrote: Does Cygwin have a command line tool (Scriptable!) which can be used to differ between soft links and Windows

Updated: mintty 3.7.0

2023-11-14 Thread Thomas Wolff
  * Alternative font specification supports initial + for size increase (mintty/wsltty#341).   * New option GuardNetworkPaths.   * Added STTY to FilterPasteControls settings (xterm 388), as default. The homepage is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas

Re: sqlite3 outdate

2023-10-12 Thread Thomas Wolff via Cygwin
Am 13.10.2023 um 02:41 schrieb xvac--- via Cygwin: zig lang nim lang rust lang also should add to cygwin official repo. The Rust project does not support build on cygwin (see https://github.com/rust-lang/rust/issues/79854). Never heard of zig or nim. Oct 13, 2023, 08:39 by x...@tuta.io:

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-12 Thread Thomas Schweikle via Cygwin
/downloads/branches/ I'm concerned about proliferation of EOL versions of Ruby in case some security risk / 0Day is identified. Did you set version 2.6* to install? It is still there and may be installed. Version 3.2.2 is available too. -- Thomas OpenPGP_0x27AE2304B4974851.asc Description

Re: half- and full-width CJK characters

2023-10-08 Thread Thomas Wolff via Cygwin
Am 08/10/2023 um 14:55 schrieb Dr Bean via Cygwin: On Sat, 07 Oct 2023, Thomas Wolff via Cygwin wrote: Am 07/10/2023 um 14:47 schrieb Dr Bean via Cygwin: On Sat, 07 Oct 2023, Thomas Wolff via Cygwin wrote: Am 07/10/2023 um 10:23 schrieb Dr Bean via Cygwin: I am memorializing this for my

Re: half- and full-width CJK characters

2023-10-07 Thread Thomas Wolff via Cygwin
Am 07/10/2023 um 14:47 schrieb Dr Bean via Cygwin: On Sat, 07 Oct 2023, Thomas Wolff via Cygwin wrote: Am 07/10/2023 um 10:23 schrieb Dr Bean via Cygwin: I am memorializing this for my own benefit here. Benefitting fromhttps://eng-blog.iij.ad.jp/archives/12576 I see that I don't need

Re: half- and full-width CJK characters

2023-10-07 Thread Thomas Wolff via Cygwin
language pack. Please describe the context of your observations (preferably a test case); do you have an issue inside the Cygwin Terminal? Thomas -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com

Re: Bonfire of the Packages

2023-09-24 Thread Thomas Wolff via Cygwin-apps
er period of time passes, delete the package. Cheers, Glenn I have two packages that were not updated for 7 years for a while, for different reasons, but are still maintained. What criteria would you have in mind? I don't think this is a reasonable approach. Thomas

Re: Drop djgpp-{binutils,gcc-*,runtime} 32-bit packages

2023-09-24 Thread Thomas Wolff via Cygwin-apps
wouldn't think it's harmful to keep them around. Thomas

Re: [hatari-devel] compilation failing for cygwin on cirrus CI

2023-09-22 Thread Thomas Huth via Cygwin
https://cirrus-ci.com/task/4529574676004864 Thomas -- 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

[ANNOUNCEMENT] Updated: mintty 3.6.5

2023-09-03 Thread Thomas Wolff via Cygwin
KeyAlphaMode (#1223).   * New option -Rw to report the Windows window id.   * New option StatusDebug to include debug information in the status line. The homepage is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas -- Problem reports: https://cygwin.com/p

Updated: mintty 3.6.5

2023-09-03 Thread Thomas Wolff
KeyAlphaMode (#1223).   * New option -Rw to report the Windows window id.   * New option StatusDebug to include debug information in the status line. The homepage is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas

Re: mintty window border?

2023-08-24 Thread Thomas Wolff via Cygwin
adow isn't visible). Just FYI -- Jim Garrison j...@acm.org This is also true for Windows 10, although I may have had to explicitly enable it (I don't remember). It's in the same place on Windows 10. I just enabled it. Thank you both! But it adds the thin border only to the foreground window

Re: Virus Total scan

2023-08-22 Thread Thomas Schweikle via Cygwin
hments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses. -- Mit freundlichen Grüssen *i. A. Thomas Schweikle* Endgeräte und Servicedesk | Devices and Servicedesk — Bundesamt für Strahlenschutz | Federal Office for Radi

Re: [ANNOUNCEMENT] cygwin 3.4.8-1

2023-08-20 Thread Thomas Wolff via Cygwin
/cygwin-developers/2023-August/012657.html) Thomas -- 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: Cygwin console: Different default background color when terminal runs as Admin?

2023-08-18 Thread Thomas Wolff via Cygwin
. You could also use     if id -G | grep -qE '\<(544|0)\>' at the cost of an additional process creation. In earlier Windows versions, you could also check for group 547 which was some kind of half-admin user. Thomas Or use a check of actual access rights: if [ -r /proc/registry/HKEY

Re: Persistent and same Cygwin session for Windows login and ssh login?

2023-08-18 Thread Thomas Wolff via Cygwin
sessions from each other. Not quite sure what you mean by session. Maybe you want to multiplex a session among terminals (and thus initial logins) with 'tmux' or 'screen'. Thomas Also, where does Cygwin store session information? Nowhere, really. Sessions are a Windows thing. We only keep

Re: Entering Cygwin command line (bash login) from Windows cmd.exe ?

2023-08-08 Thread Thomas Wolff via Cygwin
Am 07.08.2023 um 06:02 schrieb Roland Mainz via Cygwin: On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz wrote: Is there an official way to enter the Cygwin command line (e.g. bash login) from Windows cmd.exe, e.g. if someone ssh's into a Windows machine he/she ends/up in a cmd.exe and not

Rare character glitch in pty?

2023-07-20 Thread Thomas Wolff via Cygwin
passed to mintty. Anyhow, I was about to prepare testing with older mintty versions, in case I overlooked something, when the OP reported that the issue does not happen with cygwin 3.2.0. Is there any recent change that could possibly cause such weird behaviour? Thomas -- Problem reports

Re: [ITP] italic-man

2023-06-25 Thread Thomas Wolff via Cygwin-apps
Am 25.06.2023 um 15:36 schrieb Jon Turney: On 21/06/2023 22:45, Thomas Wolff via Cygwin-apps wrote: Am 16.02.2023 um 20:17 schrieb Thomas Wolff via Cygwin-apps: Am 16.02.2023 um 19:59 schrieb Jon Turney: On 21/01/2023 17:04, Thomas Wolff via Cygwin-apps wrote: italic-man installs two

Re: [ITP] italic-man

2023-06-21 Thread Thomas Wolff via Cygwin-apps
Am 16.02.2023 um 20:17 schrieb Thomas Wolff via Cygwin-apps: Am 16.02.2023 um 19:59 schrieb Jon Turney: On 21/01/2023 17:04, Thomas Wolff via Cygwin-apps wrote: italic-man installs two scripts and hooks them into the workflow of the 'man' command so that the italic attribute of manual pages

Re: mintty 3.6.4 status line problem

2023-06-18 Thread Thomas Wolff via Cygwin
window will fail and generate a stackdump. This issue occurs if the monitor DPI is 96 (or 100% display scaling). It was fixed in the repository already. Still working on some other issues before a release though. Thomas -- Problem reports: https://cygwin.com/problems.html FAQ

Re: [ANNOUNCEMENT] cygwin 3.4.7-1

2023-06-17 Thread Thomas Wolff via Cygwin
Am 16/06/2023 um 16:25 schrieb Corinna Vinschen via Cygwin-announce via Cygwin: The following packages have been uploaded to the Cygwin distribution: * cygwin-3.4.7-1 * cygwin-devel-3.4.7-1 * cygwin-doc-3.4.7-1 Bug Fixes - - Fix CPU_SET(3) macro type mismatch by making the macros

Re: mouse behavior with vim

2023-05-19 Thread Thomas Wolff via Cygwin
[just removing mintty from the mail topic as it's quite obviously not related to it] Am 19.05.2023 um 00:11 schrieb Jose Isaias Cabrera via Cygwin: On May 18, 2023 5:12 PM, Brian Inglis expressed: That will depend on the client installed on the remote host! Get them to upgrade to gvim 9 as

[ANNOUNCEMENT] Updated: xterm 380

2023-05-15 Thread Thomas Wolff via Cygwin
I have uploaded xterm 380. Major changes: * DEC VT320 status line support * improved calculation of dim attribute colour Thomas -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

Updated: xterm 380

2023-05-15 Thread Thomas Wolff
I have uploaded xterm 380. Major changes: * DEC VT320 status line support * improved calculation of dim attribute colour Thomas

cygport injects unexpected parameter

2023-05-10 Thread Thomas Wolff via Cygwin-apps
line in xterm.cygport seems to help: AUTOCONF_VERSION=$( autoconf --version | sed -e "s,.* ,," -e 1q ) 2. configure: error: unrecognized option: --docdir=/usr/share/doc/xterm This seems to be injected by the cygconf function, and the package configure script does not know it. Thomas

installing/updating silently

2023-04-20 Thread Thomas Schweikle via Cygwin
$True RedirectStandardOutput = "$isl" RedirectStandardError = "$ise" } $proc = Start-Process @SetupOpts Setup starts, but then does nothing. It does create the logs, but they do not contain anything. They stay empty. Anything missing from the options? Calling the power sh

Re: Changing user home to overlap Windows user home possible? Or a bad idea?

2023-04-11 Thread Thomas Schweikle via Cygwin
Hi! Am Sa., 08.Apr..2023 um 10:30:47 schrieb Andrey Repin: Greetings, Thomas Schweikle! Is it possible to have the same home for Windows and cygwin? See /etc/nsswitch.conf and https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch Using "C:\Users\" for Cygwin ho

Changing user home to overlap Windows user home possible? Or a bad idea?

2023-04-07 Thread Thomas Schweikle via Cygwin
of various data needed within "C:\cygwin\home\" and "C:\Users\". Would be nice if I could overlay both. -- Thomas OpenPGP_0x27AE2304B4974851.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature -- Problem reports: https:

Howto fix C:\cygwin acl after backup/restore?

2023-04-07 Thread Thomas Schweikle via Cygwin
POSIX rights used on most *nix machines, but at no point where concrete ACL shown as they are supposed to be applied to the installed C:\cygwin tree. Any idea? Any script? Any existing command to recreate recommended ACLs? -- Thomas OpenPGP_0x27AE2304B4974851.asc Description: OpenPGP public

Re: Mintty terminal crashes after changing the default home via nsswitch.conf and launch in a new profile in Windows 11

2023-04-05 Thread Thomas Wolff via Cygwin
responsive (even if with delay)? I cannot reproduce such an issue. Please also cross-test with another terminal, e.g. rxvt, or xterm (after running an X server). Thomas -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: Cygwin starts take long since march. Three minutes to prompt.

2023-04-03 Thread Thomas Schweikle via Cygwin
Am Mo., 03.Apr..2023 um 17:48:03 schrieb Brian Inglis via Cygwin: On 2023-04-03 08:59, Thomas Schweikle via Cygwin wrote: Am Mo., 03.Apr..2023 um 16:47:42 schrieb Eliot Moss: On 4/3/2023 10:38 AM, Thomas Schweikle via Cygwin wrote: Cygwin shell takes about three minutes until the prompt

Re: Cygwin starts take long since march. Three minutes to prompt.

2023-04-03 Thread Thomas Schweikle via Cygwin
Hi! Am Mo., 03.Apr..2023 um 16:47:42 schrieb Eliot Moss: On 4/3/2023 10:38 AM, Thomas Schweikle via Cygwin wrote: Hi! Cygwin shell takes about three minutes until the prompt is shown. Any idea how to find out the cause? I think the most common thing in the past had to do with probing

Cygwin starts take long since march. Three minutes to prompt.

2023-04-03 Thread Thomas Schweikle via Cygwin
Hi! Cygwin shell takes about three minutes until the prompt is shown. Any idea how to find out the cause? -- Thomas OpenPGP_0x27AE2304B4974851.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature -- Problem reports: https://cygwin.com

Re: cygwin does not run quietly if --quiet-mode given on commandline

2023-03-30 Thread Thomas Schweikle via Cygwin
Am Do., 30.März.2023 um 18:24:20 schrieb Brian Inglis via Cygwin: On 2023-03-30 08:23, Thomas Schweikle via Cygwin wrote: starting cygwin setup-x86_64.exe with parameters: setup-x86_64.exe ^    --verbose ^    --delete-orphans ^    --local-package-dir "C:\WINDOWS\ccmcache\4r\instal

cygwin does not run quietly if --quiet-mode given on commandline

2023-03-30 Thread Thomas Schweikle via Cygwin
tup had done. And is it a bug? As far as I could find "--quiet-mode" means no window, no messages at all - am I wrong and all those interpreting it the same way? -- Thomas OpenPGP_0x27AE2304B4974851.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP

[ANNOUNCEMENT] Updated: mintty 3.6.4

2023-03-24 Thread Thomas Wolff via Cygwin
mouse modes.   * Dynamic support for flags emojis, deployment script (~mintty/wsltty#321).   * `MINTTY_DEBUG=C mintty ...` will list loaded config files (#1181).   * New option ProgressScan. The homepage is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas -- Problem

Updated: mintty 3.6.4

2023-03-24 Thread Thomas Wolff
mouse modes.   * Dynamic support for flags emojis, deployment script (~mintty/wsltty#321).   * `MINTTY_DEBUG=C mintty ...` will list loaded config files (#1181).   * New option ProgressScan. The homepage is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas

Re: newlocale: Linux incompatibility

2023-03-23 Thread Thomas Wolff via Cygwin
Am 23.03.2023 um 20:48 schrieb Ken Brown via Cygwin: I'm reporting this here rather than the newlib list because the behavior is compatible with Posix but not Linux, so I think it's a Cygwin issue. Consider the following test case: $ cat locale_test.c #include #include int main () {  

Re: 'bat' for cygwin

2023-03-10 Thread Thomas Wolff via Cygwin
Am 10.03.2023 um 19:18 schrieb marco atzeri via Cygwin: On Fri, Mar 10, 2023 at 6:58 PM Scott Smith via Cygwin wrote: Has anyone compiled bat for cygwin64? If not, could it be added for consideration to be added to the repository, please? Meanwhile, although I know 0% about Rust, if someone

Re: ACL

2023-02-21 Thread Thomas Wolff via Cygwin-apps
Am 21.02.2023 um 14:10 schrieb Jonathan Chapman-Moore via Cygwin-apps: Hi, I was wondering when ACL was going to be added to Cygwin? It's long been available, see /bin/[gs]etfacl

Re: [ITP] italic-man

2023-02-16 Thread Thomas Wolff via Cygwin-apps
Am 16.02.2023 um 19:59 schrieb Jon Turney: On 21/01/2023 17:04, Thomas Wolff via Cygwin-apps wrote: italic-man installs two scripts and hooks them into the workflow of the 'man' command so that the italic attribute of manual pages is actually displayed as italics in terminals that support

Re: OpenSSH_9.2p1 sftp prompt now "s " instead of "sftp> "

2023-02-07 Thread Thomas Wolff via Cygwin
Am 08.02.2023 um 03:17 schrieb Brian Inglis via Cygwin: On 2023-02-07 15:22, Voris, Ben via Cygwin wrote: For example: : sftp user@127.0.0.1 Connected to 127.0.0.1. s bye : type sftp sftp is hashed (/usr/bin/sftp) : ssh -V OpenSSH_9.2p1, OpenSSL 1.1.1s  1 Nov 2022 On Linux with a much

[ITP] italic-man

2023-01-21 Thread Thomas Wolff via Cygwin-apps
italic-man installs two scripts and hooks them into the workflow of the 'man' command so that the italic attribute of manual pages is actually displayed as italics in terminals that support it. cygport file attachedNAME=italic-man VERSION=1.0 RELEASE=1 ARCH=noarch SUMMARY="Enabling italic

Re: compiling issue

2023-01-21 Thread Thomas Wolff via Cygwin
Am 21.01.2023 um 06:19 schrieb Nathan via Cygwin: The file here for a game I wanted to use is http://www.ifarchive.org/if-archive/games/source/Adventure2.5.tar.gz and it all compiled but one file getting the error is init.c as follows: Leaving out result types isn't legal C nowadays. You

Re: [ITP] ffmpeg (5.1.2)

2023-01-20 Thread Thomas Wolff via Cygwin-apps
Am 20.01.2023 um 16:58 schrieb Takashi Yano via Cygwin-apps: On Fri, 20 Jan 2023 16:47:01 +0100 Thomas Wolff wrote: Am 20.01.2023 um 16:28 schrieb Takashi Yano via Cygwin-apps: On Fri, 20 Jan 2023 16:04:46 +0100 Thomas Wolff wrote: Am 20.01.2023 um 11:35 schrieb Takashi Yano via Cygwin

Re: [ITP] ffmpeg (5.1.2)

2023-01-20 Thread Thomas Wolff via Cygwin-apps
Am 20.01.2023 um 16:28 schrieb Takashi Yano via Cygwin-apps: On Fri, 20 Jan 2023 16:04:46 +0100 Thomas Wolff wrote: Am 20.01.2023 um 11:35 schrieb Takashi Yano via Cygwin-apps: I would like to propose new package ffmpeg which is well known audio/video tool. ffmpeg is ported to many linux

Re: [ITP] ffmpeg (5.1.2)

2023-01-20 Thread Thomas Wolff via Cygwin-apps
Am 20.01.2023 um 11:35 schrieb Takashi Yano via Cygwin-apps: I would like to propose new package ffmpeg which is well known audio/video tool. ffmpeg is ported to many linux distributions and other unix like systems as well as widows. Since there is windows build, the demand of cygwin port

Re: [ITA] libsndfile (1.2.0)

2023-01-20 Thread Thomas Wolff via Cygwin-apps
Am 20.01.2023 um 11:34 schrieb Takashi Yano via Cygwin-apps: I would like to take over the maintenance of libsndfile package which is currently orphanded. I have already prepared the updated package at: https://tyan0.yr32.net/cygwin/x86_64/release/libsndfile/ The archive appears to be

Re: Feature request: sudo

2023-01-19 Thread Thomas Wolff via Cygwin
Am 19.01.2023 um 20:17 schrieb Jochen Wiedmann via Cygwin: Hi, as someone who is quite used to typing sudo do something I would really like to do the same in my CygWin bash.In my opinion, this could be implemented relatively simply, and straightforward as follows: - Accept an array

Re: GCC doesn't find relative includes when passed paths using backward-slashes

2023-01-15 Thread Thomas Wolff via Cygwin
Am 15.01.2023 um 14:51 schrieb Hans-Bernhard Bröker via Cygwin: Am 15.01.2023 um 13:38 schrieb Alexander Grund via Cygwin: The build system, finding it is running on Windows, will pass paths with backward slashes to the compiler. And that's wrong.  Cygwin is not, for practical intents and

calm hint files

2022-12-23 Thread Thomas Wolff via Cygwin-apps
Upload seems to want two hint files, which even have to be different; one needs a homepage entry, the other must not have one, or an error will be reported. Can this please be smoothed out? Thomas

[ANNOUNCEMENT] Updated: mintty 3.6.3

2022-12-17 Thread Thomas Wolff via Cygwin
). The homepage is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml

Updated: mintty 3.6.3

2022-12-17 Thread Thomas Wolff
). The homepage is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas

cygwin | Business clients

2022-12-16 Thread Neil Thomas via Cygwin
Hi cygwin, Would you like to connect with Key Decision Makers from companies currently using Esri Software? The contacts were verified & updated last month for all marketing initiatives. Do let us know your current focus as requested below and I shall revert back with the volume of contacts,

Re: coredumps and/or CPU eating zombies after dlopen/fork

2022-11-25 Thread Thomas Wolff
Am 25/11/2022 um 14:22 schrieb Dmitry Karasik: URL: http://karasik.eu.org/misc/cygwin/ Dear all, Here's some exception that is caused if gtk_settings_get_default() is called from a dll and then later fork() call is made. The bug is not observed if the call is made in the main program, and

Re: Adding an embedded signature on setup-x86_64.exe

2022-11-20 Thread Thomas Wolff
Am 20.11.2022 um 08:26 schrieb Brian Inglis: On Fri Nov 18 21:15:04 GMT 2022, Dale McCoy wrote: I use Cygwin in the course of work, and while I can use the external gpg signature to verify the validity of setup-x86_64.exe, my IT department can't see that step. They get somewhat concerned when

Re: Is it possible to make `man´ work? [Actually, 2 bugs on top of each other]

2022-11-16 Thread Thomas Wolff
Am 16/11/2022 um 13:52 schrieb Ilya Zakharevich: If I do man man in a Windows’ console, I get garbage on screen before I press -r Windows console is what you start with Win+R cmd, right? Works fine for me. Why don't you run cygwin programs in a proper cygwin environment to avoid such

Re: --text option of grep v3.7-2 not working

2022-11-16 Thread Thomas Wolff
Am 16/11/2022 um 13:50 schrieb Ilya Zakharevich: grep with -a (or --text) option does not strip CR from line ends Broken in: CYGWIN_NT-6.1 Bu 3.3.4(0.341/5/3) 2022-01-31 19:35 x86_64 Cygwin grep (GNU grep) 2.21 Works in: CYGWIN_NT-6.1-WOW Bu

Re: How does a package become orphaned? (was Re: Attn maintainer: python-paramiko)

2022-11-16 Thread Thomas Wolff
Am 15/11/2022 um 19:47 schrieb Libor Ukropec: Dne 04.11.2022 v 14:05 Chad Dougherty napsal(a): On 2022-11-04 08:34, Jon Turney wrote: The second is not so clear: A package is orphaned if it's maintainer is not responsive to queries as to if they still want to be the maintainer of the

[ANNOUNCEMENT] Updated: Algol68 Genie compiler/interpreter

2022-11-15 Thread Thomas Wolff
I have uploaded upstream update package:# algol68g-3.1.0 -- 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

Updated: Algol68 Genie compiler/interpreter

2022-11-15 Thread Thomas Wolff
I have uploaded upstream update package:# algol68g-3.1.0

[ANNOUNCEMENT] Updated: Unicode data packages

2022-11-15 Thread Thomas Wolff
I have uploaded updates: unicode-ucd 15.0 unicode-cldr 42 -- 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

Updated: Unicode data packages

2022-11-15 Thread Thomas Wolff
I have uploaded updates: unicode-ucd 15.0 unicode-cldr 42

[ANNOUNCEMENT] Updated: mintty 3.6.2

2022-11-14 Thread Thomas Wolff
is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas -- 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

Updated: mintty 3.6.2

2022-11-14 Thread Thomas Wolff
is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas

Re: Updated: mintty 3.6.2

2022-11-14 Thread Thomas Wolff
Am 14/11/2022 um 17:24 schrieb Achim Gratz: Thomas Wolff writes: I have uploaded mintty 3.6.2 with the following changes: Shouldn't this mail have been sent to the announce list instead? Oops. And thanks. Regards, Achim.

Updated: mintty 3.6.2

2022-11-14 Thread Thomas Wolff
is at http://mintty.github.io/ It also links to the issue tracker. -- Thomas

Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1

2022-11-14 Thread Thomas Wolff
Am 14.11.2022 um 14:28 schrieb Erwin Waterlander: Op 13-11-2022 22:17 CET schreef Thomas Wolff : By the way, on cygwin 32-bit the dependency does not resolve as libunistring5 is not available... I can make it available on 32-bit, if it is still possible. I read that x86 is end-of-life

Re: [ANNOUNCEMENT] Test: grep 3.8 - promotion to current stable

2022-11-13 Thread Thomas Wolff
Am 13.11.2022 um 23:13 schrieb Brian Inglis: On Sun, 13 Nov 2022 18:09:19 +0100, Thomas Wolff wrote: Am 04.11.2022 um 20:27 schrieb Corinna Vinschen: On Nov  4 13:07, Brian Inglis wrote: On Thu, 03 Nov 2022 19:31:27 +0100, Achim Gratz wrote: Brian Inglis writes: Suggest that I could come

Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1

2022-11-13 Thread Thomas Wolff
Am 13.11.2022 um 21:43 schrieb Brian Inglis: On Sat, 12 Nov 2022 13:50:58 +0100, Achim Gratz wrote: Erwin Waterlander via Cygwin-announce writes: libunistring (source package) libunistring5 (runtime library) libunistring-devel (development library and include files) libunistring-doc

Re: [ANNOUNCEMENT] Test: grep 3.8 - promotion to current stable

2022-11-13 Thread Thomas Wolff
Am 04.11.2022 um 20:27 schrieb Corinna Vinschen: On Nov 4 13:07, Brian Inglis wrote: On Thu, 03 Nov 2022 19:31:27 +0100, Achim Gratz wrote: Brian Inglis writes: Suggest that I could come up with a package grep-nowarn which can only suppress the [ef]grep warnings, where the package would

Re: Cygwin x86 end-of-life

2022-11-13 Thread Thomas Wolff
Am 13.11.2022 um 17:43 schrieb Achim Gratz: Thomas Wolff writes: ... Also I'd like to see the hopefully upcoming fix for the grep package in the final 32 bit version. sed -i -E 's/^(cmd|echo)/#\1/' /bin/[fe]grep I know it's a trivial change but as Corinna suggested, it should

Re: Cygwin x86 end-of-life

2022-11-13 Thread Thomas Wolff
Am 12.11.2022 um 17:58 schrieb Thomas Wolff: Am 12.11.2022 um 17:08 schrieb Jon Turney: On 11/11/2022 20:02, Thomas Wolff wrote: Hi Achim, Am 11.11.2022 um 20:50 schrieb Achim Gratz: Thomas Wolff writes: I plan to pause package uploads this coming Monday (2022-11-14), before starting

Re: Cygwin x86 end-of-life

2022-11-12 Thread Thomas Wolff
Am 12.11.2022 um 17:08 schrieb Jon Turney: On 11/11/2022 20:02, Thomas Wolff wrote: Hi Achim, Am 11.11.2022 um 20:50 schrieb Achim Gratz: Thomas Wolff writes: I plan to pause package uploads this coming Monday (2022-11-14), before starting the re-organization of the package repository

Re: Cygwin x86 end-of-life

2022-11-11 Thread Thomas Wolff
Hi Achim, Am 11.11.2022 um 20:50 schrieb Achim Gratz: Thomas Wolff writes: I plan to pause package uploads this coming Monday (2022-11-14), before starting the re-organization of the package repository to make this archive. Although expected for a while, the exact date is now a very short

Re: Cygwin x86 end-of-life

2022-11-11 Thread Thomas Wolff
Am 11.11.2022 um 17:16 schrieb Jon Turney: On 11/11/2022 15:50, Jon Turney wrote: As has previously been announced, Cygwin is dropping support for x86 Windows. Cygwin 3.3.6 is the final version supporting x86 (32-bit) Windows, and the forthcoming Cygwin 3.4 will be released for x86_64

Re: [ANNOUNCEMENT] Test: grep 3.8 - promotion to current stable

2022-10-28 Thread Thomas Wolff
Am 28/10/2022 um 10:20 schrieb Corinna Vinschen: On Oct 28 10:13, Corinna Vinschen wrote: On Oct 28 00:49, Brian Inglis wrote: On Thu, 27 Oct 2022 18:25:45 +0200, Corinna Vinschen wrote On Sep 29 12:55, Brian Inglis wrote: /usr/share/doc/grep/ChangeLog

Re: Make: Issue with $(MAKE) in make includes, when make is not on the default path

2022-10-24 Thread Thomas Wolff
Am 24/10/2022 um 11:36 schrieb marco atzeri: On Sun, Oct 23, 2022 at 7:27 PM Ferenc Valenta wrote: Hi, Just found a possible issue with Cygwin: If cygwin is not on the default path, and make is started by specyfing the path to it (e.g., c:\cygwin64\bin\make), $(MAKE) works in the

Re: substitute for xclip?

2022-10-19 Thread Thomas Wolff
Am 19.10.2022 um 11:01 schrieb Backwoods BC: On Tue, Oct 18, 2022 at 11:59 PM Ulli Horlacher wrote: With Linux I am using xclip to read the X11 clipboard. Is there a cygwin equivalent to read the Windows clipboard? There are 2 ways to access the clipboard: 1. The commands 'getclip' and

libxxhash-devel 0.8.0 has a broken .pc pkg-config file

2022-10-15 Thread Thomas Waldmann
org build process due to that. Cheers, Thomas -- 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: LICENSE values for non-standard OSS licenses

2022-10-12 Thread Thomas Wolff
Am 11/10/2022 um 22:13 schrieb Brian Inglis: On Tue, 11 Oct 2022 09:37:23 +0100, Adam Dinwoodie wrote: I'm trying to upload a new version of git-filter-repo, and took the opportunity to set the LICENSE value in the cygport file.  The new value looks valid according to my reading of the SPDX

Re: [ANNOUNCEMENT] Re: jdupes-1.21.0-1

2022-10-03 Thread Thomas Wolff
Am 03.10.2022 um 21:25 schrieb Federico Kircheis: On 10/3/22 20:25, Thomas Wolff wrote: Am 02.10.2022 um 23:27 schrieb Federico Kircheis: Version 1.21.0-1 of jdupes has been uploaded. jdupes is a program for finding and acting on duplicate files On GitHub it is possible to find

[ANNOUNCEMENT] Re: jdupes-1.21.0-1

2022-10-03 Thread Thomas Wolff
Am 02.10.2022 um 23:27 schrieb Federico Kircheis: Version 1.21.0-1 of jdupes has been uploaded. jdupes is a program for finding and acting on duplicate files On GitHub it is possible to find the changelog for the new release: https://github.com/jbruchon/jdupes/releases Federico The help

Re: jdupes-1.21.0-1

2022-10-03 Thread Thomas Wolff
Am 02.10.2022 um 23:27 schrieb Federico Kircheis: Version 1.21.0-1 of jdupes has been uploaded. jdupes is a program for finding and acting on duplicate files On GitHub it is possible to find the changelog for the new release: https://github.com/jbruchon/jdupes/releases Federico The help

  1   2   3   4   5   6   7   8   9   10   >