cygport - get package dependencies

2024-07-07 Thread Federico Kircheis via Cygwin
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

Interaction with non-cygwin programs

2020-10-24 Thread Federico Kircheis via Cygwin
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

Re: Interaction with non-cygwin programs

2020-10-24 Thread Federico Kircheis via Cygwin
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

Re: Interaction with non-cygwin programs

2020-10-24 Thread Federico Kircheis via Cygwin
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

Re: Interaction with non-cygwin programs

2020-10-25 Thread Federico Kircheis via Cygwin
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

[ANNOUNCEMENT] Updated: jpegoptim-1.5.1-1

2023-01-14 Thread Federico Kircheis via Cygwin
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

[ANNOUNCEMENT] Updated: jpegoptim-1.5.2-1

2023-03-24 Thread Federico Kircheis via Cygwin
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

[ANNOUNCEMENT] Updated: nnn-4.7-1

2023-03-24 Thread Federico Kircheis via Cygwin
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://

[ANNOUNCEMENT] Updated: nnn-4.8-1

2023-04-15 Thread Federico Kircheis via Cygwin
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

[ANNOUNCEMENT] Updated: neomutt-20230512-1

2023-05-15 Thread Federico Kircheis via Cygwin
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

[ANNOUNCEMENT] Updated: jpegoptim-1.5.4-1

2023-05-15 Thread Federico Kircheis via Cygwin
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

Analyze dependencies of a cygwin package

2024-06-20 Thread Federico Kircheis via Cygwin
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

Re: Analyze dependencies of a cygwin package

2024-06-21 Thread Federico Kircheis via Cygwin
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

Re: Analyze dependencies of a cygwin package

2024-06-21 Thread Federico Kircheis via Cygwin
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

Re: Analyze dependencies of a cygwin package

2024-06-21 Thread Federico Kircheis via Cygwin
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)

Re: Analyze dependencies of a cygwin package

2024-06-22 Thread Federico Kircheis via Cygwin
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/ffmpeg/bl

cygport - avoid stripping binaries

2021-11-06 Thread Federico Kircheis via Cygwin
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

Re: cygport - avoid stripping binaries

2021-11-06 Thread Federico Kircheis via Cygwin
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

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Federico Kircheis via Cygwin
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

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Federico Kircheis via Cygwin
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

cygport upload seems to ignore SSH_KEY

2024-11-04 Thread Federico Kircheis via Cygwin
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

Conflict between tmux and cygwin

2024-12-05 Thread Federico Kircheis via Cygwin
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

cygpath and unc paths

2024-12-06 Thread Federico Kircheis via Cygwin
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

Re: cygpath and unc paths

2024-12-09 Thread Federico Kircheis via Cygwin
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

Re: cygpath and unc paths

2024-12-09 Thread Federico Kircheis via Cygwin
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

Re: env and PATH

2025-01-07 Thread Federico Kircheis via Cygwin
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

Re: cygpath and unc paths

2024-12-16 Thread Federico Kircheis via Cygwin
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

Re: cygport upload seems to ignore SSH_KEY

2024-12-18 Thread Federico Kircheis via Cygwin
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

Re: cygport upload seems to ignore SSH_KEY

2024-12-18 Thread Federico Kircheis via Cygwin
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

env and PATH

2024-12-20 Thread Federico Kircheis via Cygwin
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:\

Re: Conflict between tmux and cygwin

2024-12-06 Thread Federico Kircheis via Cygwin
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

Re: env and PATH

2025-01-11 Thread Federico Kircheis via Cygwin
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

Re: env and PATH

2025-01-13 Thread Federico Kircheis via Cygwin
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 need to sati

Re: env and PATH

2025-01-04 Thread Federico Kircheis via Cygwin
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; >> env -i PATH='C:\

Re: env and PATH

2025-01-04 Thread Federico Kircheis via Cygwin
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;' /c/Windows/System32/WindowsPowerShell

Re: env and PATH

2025-01-02 Thread Federico Kircheis via Cygwin
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 :(

Re: env and PATH

2025-01-02 Thread Federico Kircheis via Cygwin
when creating a new process. From powershell > $env:PATH="/d/windows" > C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe > echo $env:PATH /d/windows which seems to imply that powershell (and cmd) gets the environment variable PATH as-is On 2024-12-20 09

Latest version of mc requires python3

2025-02-17 Thread Federico Kircheis via Cygwin
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

Re: Latest version of mc requires python3

2025-02-17 Thread Federico Kircheis via Cygwin
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

[ANNOUNCEMENT] Updated: neomutt-20200320-1

2020-03-21 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20200417-1

2020-04-18 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20200424-1

2020-04-24 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20200501-1

2020-05-01 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20200619-1

2020-06-21 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20200424-1

2020-06-26 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20200807-1

2020-08-07 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20200814-1

2020-08-14 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20200821-1

2020-08-22 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20200925-1

2020-09-27 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20201120-1

2020-11-20 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20201127-1

2020-11-28 Thread Federico Kircheis via Cygwin-announce
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:

[ANNOUNCEMENT] Updated: neomutt-20220408-1

2022-04-15 Thread Federico Kircheis via Cygwin-announce
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

[ANNOUNCEMENT] Updated: neomutt-20220415-1

2022-04-16 Thread Federico Kircheis via Cygwin-announce
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

[ANNOUNCEMENT] Updated: neomutt-20220429-1

2022-04-29 Thread Federico Kircheis via Cygwin-announce
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

[ANNOUNCEMENT] Updated: dumpasn1-20210212-1

2022-05-17 Thread Federico Kircheis via Cygwin-announce
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.

[ANNOUNCEMENT] Updated: neomutt-20210205-1

2021-02-06 Thread Federico Kircheis via Cygwin-announce via Cygwin
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:

[ANNOUNCEMENT] Updated: neomutt-20211015-1

2021-10-17 Thread Federico Kircheis via Cygwin-announce via Cygwin
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

[ANNOUNCEMENT] Updated: neomutt-20211022-1

2021-10-22 Thread Federico Kircheis via Cygwin-announce via Cygwin
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

[ANNOUNCEMENT] Updated: neomutt-20211029-1

2021-10-29 Thread Federico Kircheis via Cygwin-announce via Cygwin
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

[ANNOUNCEMENT] Updated: cmus-2.9.1-1

2021-11-14 Thread Federico Kircheis via Cygwin-announce via Cygwin
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