On 17/02/2025 16.31, Marco Atzeri via Cygwin wrote:
On 17/02/2025 12:55, Marco Atzeri wrote:
On 17/02/2025 12:29, Federico Kircheis via Cygwin wrote:
Hello to everyone
I just noted that the last version of mc (4.8.33-1) depends on python3.
only optional at best.
I will look on the matter
Hello to everyone
I just noted that the last version of mc (4.8.33-1) depends on python3.
Up to version 4.8.32-1 there was no such dependency (I guess it was
optional.
I made a first search, and did not find that the new version requires
python3.
On Debian (same version), for example, pytho
On 13/01/2025 09.59, Andrey Repin wrote:
Greetings, Federico Kircheis!
On 09/01/2025 08.31, Andrey Repin wrote:
The apparent issue you are missing is that you are calling native app from
Cygwin environment.
Each have its own rules, and to have it working with minimal issues, you'd
ne
On 09/01/2025 08.31, Andrey Repin wrote:
The apparent issue you are missing is that you are calling native app from
Cygwin environment.
Each have its own rules, and to have it working with minimal issues, you'd
need to satisfy both sides.
In specific case, PATH is a special environment variable f
Iterating and invoking an external program (cygpath) for every path
takes some time.
Depends on actual use case, it may be just a single invocation for entire
list.
I'm currently not on Windows, you mean it is possible to convert
C:\Windows;C:\Windows\system32;
to
/cygdrive/c/windows:/cygdr
On 04/01/2025 21.13, Andrey Repin wrote:
Greetings, Federico Kircheis!
On 04/01/2025 02.41, Andrey Repin wrote:
Greetings, Federico Kircheis!
Hello to everyone,
I've noticed that env seems to handle the environment variable PATH in a
particular way
-
>> cd /d;
>&g
On 04/01/2025 02.41, Andrey Repin wrote:
Greetings, Federico Kircheis!
Hello to everyone,
I've noticed that env seems to handle the environment variable PATH in a
particular way
-
>> cd /d;
>> env -i PATH='C:\Windows;C:\Windows\system32;
On 02/01/2025 10.34, Federico Kircheis wrote:
On 20/12/2024 23.15, Brian Inglis via Cygwin wrote:
Hi Federico,
Looks like non-Cygwin program launch is messing up PATH not on the
current drive:
$ cd /proc/cygdrive/d
$ cat -A /proc/cygdrive/d/tmp/t.cmd
echo %PATH%^M$
$ env -i PATH='C:\Wi
e
> echo $env:PATH
D:\windows
(similar result for cmd)
I also tried
PATH='D:\windows' /usr/bin/cygstart
/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe
hoping it would do the trick, but PATH is still "broken", and powershell
starts in a separate window :(
Hello to everyone,
I've noticed that env seems to handle the environment variable PATH in a
particular way
-
> cd /d;
> env -i PATH='C:\Windows;C:\Windows\system32;'
/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe
# in the powershell instance
echo $env:PATH
C;D:\Windows;C;D:\
On 18/12/2024 20.38, Eliot Moss wrote:
On 12/18/2024 2:30 PM, Federico Kircheis via Cygwin wrote:
On 05/11/2024 18.31, Federico Kircheis wrote:
On 05/11/2024 18.29, ASSI via Cygwin wrote:
Federico Kircheis via Cygwin writes:
I also did a chmod/chown on the file to ensure that the permission
On 05/11/2024 18.31, Federico Kircheis wrote:
On 05/11/2024 18.29, ASSI via Cygwin wrote:
Federico Kircheis via Cygwin writes:
I also did a chmod/chown on the file to ensure that the permission
where correct.
The file with the permission unchanged worked without issues when
moved in ~/.ssh
This way, you're testing command interpreter, not WinApi.
The command interpreter has its own ideas about what you can and can not use
with it.
Yes, after I saw it works with "-literal" I convinced my self it is a
bug in PowerShell (I guess they strip the trailing \, but who knows).
But then
On 09/12/2024 14.17, Corinna Vinschen via Cygwin wrote:
On Dec 9 13:47, Federico Kircheis via Cygwin wrote:
On 09/12/2024 12.46, Corinna Vinschen via Cygwin wrote:
On Dec 6 13:23, Federico Kircheis via Cygwin wrote:
Hello,
was it considered to add a flag to cygpath to output a path in unc
On 09/12/2024 12.46, Corinna Vinschen via Cygwin wrote:
On Dec 6 13:23, Federico Kircheis via Cygwin wrote:
Hello,
was it considered to add a flag to cygpath to output a path in unc format?
No. But it wouldn't be much work.
It would be very nice if it ever happens.
For example
On 7 December 2024 02:48:50 UTC, Keith Thompson
wrote:
>It's not really a tmux issue. You can demonstrate it just by invoking
>a shell.
>
>For example, if you "cd /tmp" and then invoke a new shell with
>"bash -l", the code in /etc/profile will cd to your home directory.
>(This doesn't happen on U
Hello,
was it considered to add a flag to cygpath to output a path in unc format?
For example, the folder
C:\test.
cannot be accessed from many Windows applications (powershell and cmd
included) because of the trailing dot, while cygwin has no issue
creating, accessing and deleting such fil
It seems there is a conflict betwene some tmux functionalities and cygwin.
In tmux it is possible to open a new windows with "tmux new-window -c
$NEW_WD", the new shell should be located at "$NEW_WD", but it seems not
to work with cygwin; th new shell is always openeed at ~
I thought I had
On 05/11/2024 18.29, ASSI via Cygwin wrote:
Federico Kircheis via Cygwin writes:
I also did a chmod/chown on the file to ensure that the permission
where correct.
The file with the permission unchanged worked without issues when
moved in ~/.ssh.
Whatever directory that file resides in must be
On 05/11/2024 17.01, Brian Inglis via Cygwin wrote:
On 2024-11-05 04:19, Andrew Schulman via Cygwin wrote:
On 2024-11-04 12:20, Federico Kircheis via Cygwin wrote:
up until recently I've uploaded packages the following way
export SSH_KEY=/path/to/id_rsa;
cygport /path/to/file.cygport u
Hello,
up until recently I've uploaded packages the following way
export SSH_KEY=/path/to/id_rsa;
cygport /path/to/file.cygport upload
but today I got the following error
cd: Fatal error: max-retries exceeded
I've fixed it by copying my key in the .ssh folder
cp $SSH_KEY ~/.ssh/id_rsa
cygp
Takashi Yano wrote:
Furthermore, you do not need to add ffmpeg to "REQUIRES" because
the cmus package itself does not really depend on ffmpeg package
even though it depends libavcodec, libavformat, libavutil and
libswresample.
I was already told once that I probably can leave REQUIRES out.
Cu
On 22/06/2024 10.17, Takashi Yano via Cygwin wrote:
On Sat, 22 Jun 2024 07:36:19 +0200
Federico Kircheis wrote:
ffmpeg, as far as I've could see, on Debian does not seem to depend
transitively on clang.
ffmpeg on fedora is built with opencl-enabled.
https://src.fedoraproject.org/rpms/f
On 22/06/2024 02.29, Takashi Yano via Cygwin wrote:
On Sat, 22 Jun 2024 07:22:42 +0900
Takashi Yano wrote:
Hi Federico,
On Fri, 21 Jun 2024 19:35:32 +0200
Federico Kircheis wrote:
After some investigation, it seems that ffmeg hash clang (which has gcc
On 21/06/2024 09.52, Mark Geisert via Cygwin wrote:
On 6/20/2024 11:21 PM, Federico Kircheis via Cygwin wrote:
Hello to everyone,
yesterday I've uploaded a new cmus package, with some optional
features enabled.
Today, through setup.exe, I noticed that now cmus brings clang as
depen
On 21/06/2024 09.52, Mark Geisert via Cygwin wrote:
On 6/20/2024 11:21 PM, Federico Kircheis via Cygwin wrote:
Hello to everyone,
yesterday I've uploaded a new cmus package, with some optional
features enabled.
Today, through setup.exe, I noticed that now cmus brings clang as
depen
Hello to everyone,
yesterday I've uploaded a new cmus package, with some optional features
enabled.
Today, through setup.exe, I noticed that now cmus brings clang as
dependency.
Is there something I can use for analyzing transitive dependencies of a
package?
It does not make sense for an a
Version 1.5.4-1 of jpegoptim has been uploaded.
jpegoptim is an utility for optimizing jpeg files.
It provides lossless optimization (based on optimizing the Huffman
tables) and "lossy" optimization based on setting maximum quality factor.
On GitHub it is possible to find the changelog for the
Version 20230512-1 of neomutt has been uploaded.
neomutt is a command line mail reader.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ: http
Version 4.8-1 of nnn has been uploaded.
nnn is a full-featured terminal file manager
On GitHub it is possible to find the changelog for the new release:
https://github.com/jarun/nnn/releases/
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygw
Version nnn-4.7-1 of nnn has been uploaded.
nnn is a full-featured terminal file manager
On GitHub it is possible to find the changelog for the new release:
https://github.com/jarun/nnn/releases/
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://
Version jpegoptim-1.5.2-1 of jpegoptim has been uploaded.
jpegoptim is an utility for optimizing jpeg files.
It provides lossless optimization (based on optimizing the Huffman
tables) and "lossy" optimization based on setting maximum quality factor.
On GitHub it is possible to find the changel
Version 1.5.1-1 of jpegoptim has been uploaded.
jpegoptim is an utility for optimizing jpeg files.
It provides lossless optimization (based on optimizing the Huffman
tables) and "lossy" optimization based on setting maximum quality factor.
On GitHub it is possible to find the changelog for the
Version 4.6-1 of nnn has been uploaded.
nnn is a full-featured terminal file manager
On GitHub it is possible to find the changelog for the new release:
https://github.com/jarun/nnn/releases/
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygw
Version 1.21.0-2 of neomutt has been uploaded.
jdupes is a program for finding and acting on duplicate files
This version should fix a packaging error of version 1.21.0-1.
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documenta
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 the changelog for the new release:
https://github.com
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
--
Problem reports: https://cygwin.com/problems.html
FAQ:
On Tue, Sep 06, 2022 at 01:41:35PM -0400, Norton Allen wrote:
On 9/6/2022 1:21 PM, Federico Kircheis wrote:
Hi,
in the email I received when I registered myself to the cygwin
mailing list, it was possible to "send" some administrative
commands, for example:
You c
Hi,
in the email I received when I registered myself to the cygwin mailing
list, it was possible to "send" some administrative commands, for example:
You can start a subscription for an alternate address,
for example "john@host.domain", just add a hyphen and your
address (with '=' instead
Version 20210212-1 of dumpasn1 has been uploaded.
dumpasn1 is an ASN.1 object dump program which will dump data encoded
using any of the ASN.1 encoding rules in a variety of user-specified
formats.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.
Version 20220429-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20220429.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ
Version 20220415-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20220415.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ
Version 20220408-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20220408.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ
Version 2.9.1-1 of cmus has been uploaded.
The music player cmus reached version 2.9.1.
On GitHub it is possible to find the changelog for the new release:
https://github.com/cmus/cmus/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cyg
On 06/11/2021 18.30, Corinna Vinschen via Cygwin wrote:
On Nov 6 15:31, Federico Kircheis via Cygwin wrote:
it seems that cygport always strip binaries, but I have one program that
when stripped does not work correctly.
Out of curiosity, what program is that? And why does it require the
Hello,
it seems that cygport always strip binaries, but I have one program that
when stripped does not work correctly.
As far as I've understood
https://cygwin.github.io/cygport/compilers_cygpart.html#robo759
I should be able to set something like
STRIP=/usr/bin/true
and then stripping
Version 20211029-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20211029.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ
Version 20211022-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20211022.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ
Version 20211015-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20211015.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ
Version 20210205-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20210205.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20201127-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20201127.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version X-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20201120.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
On 25/10/2020 11.12, Takashi Yano wrote:
On Sat, 24 Oct 2020 17:04:59 +0200
Federico Kircheis via Cygwin wrote:
I've lately updated Windows to the latest version, and cygwin too (I had
something previous to 3.0).
I've read that interaction with non-cygwin programs should be better
On 10/24/20 9:35 PM, Brian Inglis wrote:
On 2020-10-24 13:11, Federico Kircheis via Cygwin wrote:
On 10/24/20 8:10 PM, Brian Inglis wrote:
On 2020-10-24 09:04, Federico Kircheis via Cygwin wrote:
I've lately updated Windows to the latest version, and cygwin too (I had
something previo
On 10/24/20 8:10 PM, Brian Inglis wrote:
On 2020-10-24 09:04, Federico Kircheis via Cygwin wrote:
I've lately updated Windows to the latest version, and cygwin too (I had
something previous to 3.0).
I've read that interaction with non-cygwin programs should be better because of
t
I've lately updated Windows to the latest version, and cygwin too (I had
something previous to 3.0).
I've read that interaction with non-cygwin programs should be better
because of the console-helper.
But in my daily usage the integration is worse, programs like tmux or
even less seems to h
Version 20200925-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200925.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20200821-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200821.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20200814-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200814.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20200807-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200807.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version X-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200424.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20200619-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200619.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20200501-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200501.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20200424-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200424.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20200417-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200417.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20200320-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20200320.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Version 20191207-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 2019-12-07, this
corresponds to cygwin version 20191207.
This update mainly consists of bug fixes.
On GitHub it is possible to find the complete changelog for the new
release: https://githu
Version 20191119-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 2019-11-02, this
corresponds to cygwin version 20191102.
This update mainly consists of bug fixes.
On GitHub it is possible to find the complete changelog for the new
release: https://githu
On November 13, 2019 4:36:42 PM UTC, Jon Turney
wrote:
>On 11/11/2019 18:23, Achim Gratz wrote:
>> Federico Kircheis writes:
>>> Now version 2019 is out, and calm notifies through and error
>that
>>> this version is older than the current.
>
>This seem
On 02.11.19 17:06, Federico Kircheis wrote:
Version 20191102-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 2019-11-02, this
corresponds to cygwin version 20191102.
The previous release had some stability issues, so upgrading is strongly
recommended
Version 20191102-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 2019-11-02, this
corresponds to cygwin version 20191102.
The previous release had some stability issues, so upgrading is strongly
recommended.
On GitHub it is possible to find the complete
Version 20191025-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 2019-10-25, this
corresponds to cygwin version 20191025.
This release contains a lot of changes, both internal as external.
Also the cygwin port is now compiled with more externals/optional
My problem is that cyport tries to invoke tar with an absolute file, and
of course C:\Windows\system32\tar.exe does not understand a path that
begins with `/cygdrive/c`.
No. Your problem is that you're trying to use cygport from the wrong
place, causing the PATH seen by it to be completely wron
Hello,
I'm working on Windows 10 freshly installed, installed cygwin too, and
noticed that tar did not work on absolute files.
Apparently there is a tar.exe from Microsoft in system32.
https://devblogs.microsoft.com/commandline/tar-and-curl-come-to-windows/
My problem is that cyport tries to
Version 20180716-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20180716.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
It fixes some important security holes, so upgrading is strongly
recom
Version 20180622-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20180622.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
--
Problem reports: http://cygwin.com/problems.html
FAQ:
Version 20180512-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20180512.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
--
Problem reports: http://cygwin.com/problems.html
FAQ:
Version 20180323-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20180323.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
Of particular interest could be that now neomutt uses POSIX-compliant
Version 20180223-1 of neomutt has been uploaded.
The command line mail reader neomutt reached version 20180223.
On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to
79 matches
Mail list logo