Re: Request for Assistance: Non-Functioning Commands in Cygwin Environment

2025-04-29 Thread Brian Inglis via Cygwin
On 2025-04-28 01:03, Agnihotri, Alok Kumar via Cygwin wrote: Dear Cygwin Technical Support Team, There is no technical support team - Cygwin is an all volunteer project - so what you get are those who read the mainling list, with free time to respond, who may have any level of, or little

Bug in python312 package: WHEEL_PKG_DIR not set in _sysconfigdata__cygwin_x86_64-cygwin.py

2025-04-29 Thread trevor--- via Cygwin
The 'ensurepip' module '__init__.py' requires a pip wheel to be included either in the '_bundled' subdirectory or else in the directory referenced by the 'WHEEL_PKG_DIR' variable in '/usr/lib/python3.12/_sysconfigdata__cygwin_x86_64-cygwin.py'. In python packages prior to 3.12 it was the forme

Re: Request for Assistance: Non-Functioning Commands in Cygwin Environment

2025-04-29 Thread Andrey Repin via Cygwin
Greetings, Agnihotri, Alok Kumar! This list uses a bottom-posting for easier navigation of reply history. >>> Dear Cygwin Technical Support Team, >>> I hope this email finds you well. >>> My name is Alok Agnihotri, and I am part of the Philips organization. We >

Re: gnu-patch source, cygwin maintainer patches don't apply cleanly

2025-04-29 Thread Andrey Repin via Cygwin
Greetings, Soren! I can't help, but I'll ask a question I'm sure will be raised by other people. > I spent last night and some of today working on building the gnu-patch > utility from the source code downloaded using setup. I desired to do this > in order to learn more about the general procedur

Re: Request for Assistance: Non-Functioning Commands in Cygwin Environment

2025-04-28 Thread Agnihotri, Alok Kumar via Cygwin
HI Andrey Thanks for your quick response . Can you please suggest which Cygwin version should be use so that we dont face issue with these commands . Thanks Alok Agnihotri From: Andrey Repin Sent: Monday, April 28, 2025 1:52 PM To: Agnihotri, Alok Kumar

Re: cygwin_conv_path with size 0

2025-04-28 Thread Jeremy Drake via Cygwin
On Mon, 28 Apr 2025, Jeremy Drake via Cygwin wrote: > I was just describing cygwin_conv_path on a rust issue > (https://github.com/rust-lang/backtrace-rs/pull/704). I was saying that > the pointer `to` is not accessed when `size` is 0, but it turns out on > circa line 4022 in pa

cygwin_conv_path with size 0

2025-04-28 Thread Jeremy Drake via Cygwin
I was just describing cygwin_conv_path on a rust issue (https://github.com/rust-lang/backtrace-rs/pull/704). I was saying that the pointer `to` is not accessed when `size` is 0, but it turns out on circa line 4022 in path.cc to = (void *) wcpcpy ((wchar_t *) to, ro_u_globalroot.Buffer); This is

Re: Windows 10 Home and sshfs

2025-04-28 Thread Mark Geisert via Cygwin
Hi David, You did much more than what I asked you to, but we'll work with that. Comments inlined and appended below... On 4/28/2025 12:45 PM, David Christensen via Cygwin wrote: On 4/27/25 21:19, Mark Geisert via Cygwin wrote: That DLL is deficient. It is missing the cygfuse_report()

gnu-patch source, cygwin maintainer patches don't apply cleanly

2025-04-28 Thread Soren via Cygwin
Hello Cygwinstas, I spent last night and some of today working on building the gnu-patch utility from the source code downloaded using setup. I desired to do this in order to learn more about the general procedures involved (re-familiarizing myself with Autoconfiscated projects, primarily) , and I

Re: Windows 10 Home and sshfs

2025-04-28 Thread David Christensen via Cygwin
On 4/27/25 21:19, Mark Geisert via Cygwin wrote: That DLL is deficient. It is missing the cygfuse_report() entry despite cygcheck saying (in an earlier post) it is version 3.2.0-3. gendef in a working environment here starts with: ; ; Definition file of cygfuse-3.2.dll ; Automatic generated by

Re: Request for Assistance: Non-Functioning Commands in Cygwin Environment

2025-04-28 Thread Andrey Repin via Cygwin
Greetings, Agnihotri, Alok Kumar! > Dear Cygwin Technical Support Team, > I hope this email finds you well. > My name is Alok Agnihotri, and I am part of the Philips organization. We > are utilizing Cygwin in our environment to execute SSH commands remotely on > Windows-based machi

Request for Assistance: Non-Functioning Commands in Cygwin Environment

2025-04-28 Thread Agnihotri, Alok Kumar via Cygwin
Dear Cygwin Technical Support Team, I hope this email finds you well. My name is Alok Agnihotri, and I am part of the Philips organization. We are utilizing Cygwin in our environment to execute SSH commands remotely on Windows-based machines, supporting various activities critical to our

Re: Windows 10 Home and sshfs

2025-04-27 Thread Mark Geisert via Cygwin
I forgot to add: rm /var/run/fuse.mounts after you remove the existing /bin/sshfs.exe. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/m

Re: Windows 10 Home and sshfs

2025-04-27 Thread Mark Geisert via Cygwin
Hi folks, On 4/27/2025 8:09 PM, David Christensen via Cygwin wrote: On 4/27/25 16:05, Jeremy Drake wrote: On Sun, 27 Apr 2025, David Christensen wrote: On 4/27/25 14:59, Jeremy Drake wrote: Does sshfs.exe have any exports?  Should it? I do not know how to answer that question.  Please

Re: Windows 10 Home and sshfs

2025-04-27 Thread David Christensen via Cygwin
On 4/27/25 16:05, Jeremy Drake wrote: On Sun, 27 Apr 2025, David Christensen wrote: On 4/27/25 14:59, Jeremy Drake wrote: Does sshfs.exe have any exports? Should it? I do not know how to answer that question. Please provide a terminal command I can run to find the answer. That might have

Re: Windows 10 Home and sshfs

2025-04-27 Thread Jeremy Drake via Cygwin
On Sun, 27 Apr 2025, David Christensen wrote: > On 4/27/25 14:59, Jeremy Drake wrote: > > On Sun, 27 Apr 2025, Jeremy Drake via Cygwin wrote: > > > Does sshfs.exe have any exports? Should it? > > > Thank you for the reply. > > > I do not know how to ans

Re: Windows 10 Home and sshfs

2025-04-27 Thread David Christensen via Cygwin
On 4/27/25 14:59, Jeremy Drake wrote: On Sun, 27 Apr 2025, Jeremy Drake via Cygwin wrote: On Sun, 27 Apr 2025, David Christensen via Cygwin wrote: The procedure entry point cygfuse_report could not be located in the dynamic link library C:\cygwin64\sshfs.exe. -> OK Does sshfs.exe have

Re: Windows 10 Home and sshfs

2025-04-27 Thread Jeremy Drake via Cygwin
On Sun, 27 Apr 2025, Jeremy Drake via Cygwin wrote: > On Sun, 27 Apr 2025, David Christensen via Cygwin wrote: > > > The procedure entry point cygfuse_report could not be > > located in the dynamic link library C:\cygwin64\sshfs.exe. > > -> OK > > Does sshfs

enumerating loaded modules on Cygwin

2025-04-27 Thread Jeremy Drake via Cygwin
I was asked an interesting question on a github issue about rust backtraces: is there an API in Cygwin to get a list of loaded modules? I know the info is there in the dlls list, but I don't see an API to get at it. The question was in regards to whether rust should be using toolhelp32 on C

Re: Windows 10 Home and sshfs

2025-04-27 Thread Jeremy Drake via Cygwin
On Sun, 27 Apr 2025, David Christensen via Cygwin wrote: > The procedure entry point cygfuse_report could not be > located in the dynamic link library C:\cygwin64\sshfs.exe. > -> OK Does sshfs.exe have any exports? Should it? (It is legal for an exe to have exports, and for a DLL

Re: Windows 10 Home and sshfs

2025-04-27 Thread David Christensen via Cygwin
On 4/26/25 12:51, Brian Inglis via Cygwin wrote: $ gendef - /usr/bin/cygfuse-3.2.dll or $ gendef /usr/bin/cygfuse-3.2.dll I thought I had uinstalled WinFsp, but I noted that C:\Program Files (x86)\WinFSP was non-empty. So, I ran winfsp-2.0.23075.msi and told it to uninstall WinFsp

Re: Patch for recent Python versions

2025-04-27 Thread Keith Thompson via Cygwin
> Cygwin provides source packages python3{,6,7,8,9,12} and binary releases: > > 3.6.{13-{1,2},15-1} > 3.7.{10-{1,2},12-1} > 3.8.{10,12,16}-1 > 3.9.{10,16,18}-1 > 3.12.{8-2,9-1} > > as of a couple of hours ago. It does, but that's very easy to miss (I did). The &

Re: Patch for recent Python versions

2025-04-27 Thread Brian Inglis via Cygwin
On 2025-04-27 03:49, Lee via Cygwin wrote: On Sun, Apr 27, 2025 at 4:52 AM Kevin Schnitzius via Cygwin wrote: On Sunday, April 27, 2025 at 04:20:23 AM EDT, Lee via Cygwin wrote: On Sat, Apr 26, 2025 at 10:38 PM Keith Thompson wrote: I see that Cygwin only supports Python 3.9.16 (or

Re: Patch for recent Python versions

2025-04-27 Thread Lee via Cygwin
On Sun, Apr 27, 2025 at 4:52 AM Kevin Schnitzius via Cygwin wrote: > > On Sunday, April 27, 2025 at 04:20:23 AM EDT, Lee via Cygwin > wrote: > > > On Sat, Apr 26, 2025 at 10:38 PM Keith Thompson wrote: > >> > >> I see that Cygwin only supports Python 3.9.

Re: Patch for recent Python versions

2025-04-27 Thread Kevin Schnitzius via Cygwin
On Sunday, April 27, 2025 at 04:20:23 AM EDT, Lee via Cygwin wrote: > On Sat, Apr 26, 2025 at 10:38 PM Keith Thompson  wrote: >> >> I see that Cygwin only supports Python 3.9.16 (or 3.9.18 as a test >> version), which is a couple of years old. > >$ python3 --ver

Re: Patch for recent Python versions

2025-04-27 Thread Lee via Cygwin
On Sat, Apr 26, 2025 at 10:38 PM Keith Thompson wrote: > > I see that Cygwin only supports Python 3.9.16 (or 3.9.18 as a test > version), which is a couple of years old. $ python3 --version Python 3.12.9 $ uname -a CYGWIN_NT-10.0-19045 i3668 3.6.0-1.x86_64 2025-03-18 17:01 UTC x86_

Re: cygutils 1.4.17-2: lssparse -H does not print hole at offset 0 if more data exists

2025-04-27 Thread Mark Geisert via Cygwin
Hi Roland, On 4/25/2025 11:16 AM, Roland Mainz via Cygwin wrote: [...] FYI I updated http://svn.nrubsig.org/svn/people/gisburn/code/sparsefiles/lssparse.c to pass the Solaris/Illumos "cstyle" rules, e.g. the source now conforms UNIX C formatting rules (no functional changes, this w

Patch for recent Python versions

2025-04-26 Thread Keith Thompson via Cygwin
I see that Cygwin only supports Python 3.9.16 (or 3.9.18 as a test version), which is a couple of years old. I'm sure there's work to support newer versions, but I don't know the details. I've succesfully built 3.13.3 and 3.14.0a7 from source, with the patch at the bottom o

Re: Windows 10 Home and sshfs

2025-04-26 Thread Brian Inglis via Cygwin
On 2025-04-26 15:25, Mark Geisert via Cygwin wrote: Hi Brian, On 4/26/2025 12:51 PM, Brian Inglis via Cygwin wrote: On 2025-04-25 12:04, David Christensen via Cygwin wrote: On 4/24/25 22:01, Mark Geisert via Cygwin wrote: OK, that looks to be the real problem.  What does cygcheck -c

Re: Windows 10 Home and sshfs

2025-04-26 Thread Mark Geisert via Cygwin
Hi Brian, On 4/26/2025 12:51 PM, Brian Inglis via Cygwin wrote: On 2025-04-25 12:04, David Christensen via Cygwin wrote: On 4/24/25 22:01, Mark Geisert via Cygwin wrote: OK, that looks to be the real problem.  What does cygcheck -c cygfuse display? ..mark 2025-04-25 11:02:33 admin

Re: Windows 10 Home and sshfs

2025-04-26 Thread Brian Inglis via Cygwin
On 2025-04-25 12:04, David Christensen via Cygwin wrote: On 4/24/25 22:01, Mark Geisert via Cygwin wrote: OK, that looks to be the real problem.  What does cygcheck -c cygfuse display? ..mark 2025-04-25 11:02:33 admin@dq67sw ~ $ cygcheck -c cygfuse Cygwin Package Information Package

Re: tfind missing a const qualifier.

2025-04-25 Thread Mark Geisert via Cygwin
Hi Collin, On 4/23/2025 8:28 PM, Collin Funk via Cygwin wrote: Hi, While testing gnulib I noticed that tfind on cygwin is defined like: void *tfind (const void *, void **, int (*) (const void *, const void *)); But POSIX requires [1] (*): void *tfind (const void

Re: cygutils 1.4.17-2: lssparse -H does not print hole at offset 0 if more data exists

2025-04-25 Thread Roland Mainz via Cygwin
On Sun, Apr 6, 2025 at 9:53 AM Mark Geisert via Cygwin wrote: > > Hi Roland, > > On 4/5/2025 7:56 AM, Roland Mainz via Cygwin wrote: > > On Wed, Apr 2, 2025 at 4:01 PM Christian Franke via Cygwin > > wrote: > >> > >> Testcase for a minor issue: >

Re: Windows 10 Home and sshfs

2025-04-25 Thread David Christensen via Cygwin
On 4/24/25 22:01, Mark Geisert via Cygwin wrote: OK, that looks to be the real problem.  What does     cygcheck -c cygfuse display? ..mark 2025-04-25 11:02:33 admin@dq67sw ~ $ cygcheck -c cygfuse Cygwin Package Information Package VersionStatus cygfuse 3.2.0-3

Cygwin Installation app has Rendering Problems when multiple monitors have different scaling settings

2025-04-25 Thread Eric Johanson via Cygwin
I'm using Cygwin installer 2.933 (x86_64). My Windows 11 computer has multiple monitors: the "main display" has scaling set to 200% and the other monitor has scaling set to 150%. (The scaling is configured in the native Windows display settings). If I launch the setup-x8

Re: Overwriting /etc/fstab to simplify drivenames

2025-04-25 Thread Andrey Repin via Cygwin
yntax > making scripts > mutually transferable. > However using the syntax /?/ to address all drives as in (say) > $ rm -vrf /?/today/tmp > or all similar, fails. Is there a way to render /?/ intelligible to Cygwin > (maybe by rewriting /etc/fstab, again)? rm -rf /proc/cygdrive/

Re: Overwriting /etc/fstab to simplify drivenames

2025-04-24 Thread Fergus Daly via Cygwin
>> Inelegant but it seems to work Thank you! The qualifier some_fs is new to me and very useful/effective. I reduced the syntax to c: /c some_fs binary 0 0 d: /d some_fs binary 0 0 .. .. l: /l some_fs binary 0 0 with (so far) no glitches. -- Problem reports: https://cygwin.com/problems.html

Re: Windows 10 Home and sshfs

2025-04-24 Thread Mark Geisert via Cygwin
Hi David, On 4/24/2025 2:44 PM, David Christensen via Cygwin wrote: On 4/23/25 23:50, Mark Geisert via Cygwin wrote: If you haven't tried running sshfs from an elevated shell, try that. Other than this, no further ideas yet. ..mark Thank you for the follow-up. My previous posts appe

Re: Windows 10 Home and sshfs

2025-04-24 Thread David Christensen via Cygwin
On 4/23/25 23:50, Mark Geisert via Cygwin wrote: If you haven't tried running sshfs from an elevated shell, try that. Other than this, no further ideas yet. ..mark Thank you for the follow-up. My previous posts appear to be incomplete because I was logging in via SSH from Debian GNU/

Re: Windows 10 Home and sshfs

2025-04-23 Thread Mark Geisert via Cygwin
On 4/22/2025 10:09 PM, David Christensen via Cygwin wrote: On 4/22/25 22:05, Mark Geisert via Cygwin wrote: Welp, that's no help at all.  Let me try to reproduce the problem on my Win10 system using the same, recent, WinFSP you have.  This may take some time.  I appreciate your reportin

Re: posix_spawn

2025-04-23 Thread Mark Geisert via Cygwin
Hi Camm, On 4/23/2025 12:46 PM, Camm Maguire via Cygwin wrote: Greetings! Trying to isolate this as you suggest. On first attempt, copying the exact same strings and calls into a main() function succeeds. I am near stumped, and can only guess that the addresses returned by malloc on _init of

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-23 Thread Mark Geisert via Cygwin
On 4/23/2025 3:59 AM, Christian Franke via Cygwin wrote: Mark Geisert via Cygwin wrote: Drat, typo alert: It looks to me like that 'if' statement should read    if (mbstowcs (*wcs_path, *mbs_path, len) ...     if (mbstowcs (*wcspath, mbs_path, len) ... Use 'len + 1',

tfind missing a const qualifier.

2025-04-23 Thread Collin Funk via Cygwin
Hi, While testing gnulib I noticed that tfind on cygwin is defined like: void *tfind (const void *, void **, int (*) (const void *, const void *)); But POSIX requires [1] (*): void *tfind (const void *key, void *const *rootp, int (*compar) (const void

Re: Permission issues in multiple packages

2025-04-23 Thread Andrew Schulman via Cygwin
On Wed, 23 Apr 2025 21:25:07 +0100, Jon Turney via Cygwin wrote: >On 22/04/2025 22:06, Andrew Schulman via Cygwin wrote: >> On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin >> wrote: >> >>> Hi all, >>> >>> As Jon mentioned in the following

Re: Permission issues in multiple packages

2025-04-23 Thread Jon Turney via Cygwin
On 22/04/2025 22:06, Andrew Schulman via Cygwin wrote: On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin wrote: Hi all, As Jon mentioned in the following mail, something may go wrong in the VM for building packages. https://cygwin.com/pipermail/cygwin/2025-April/257948.html Many files

Re: Permission issues in multiple packages

2025-04-23 Thread Ken Brown via Cygwin
On 4/22/2025 5:06 PM, Andrew Schulman via Cygwin wrote: On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin wrote: Hi all, As Jon mentioned in the following mail, something may go wrong in the VM for building packages. https://cygwin.com/pipermail/cygwin/2025-April/257948.html Many files

Re: Overwriting /etc/fstab to simplify drivenames

2025-04-23 Thread Kevin Schnitzius via Cygwin
On Wednesday, April 23, 2025 at 10:08:52 AM EDT, Fergus Daly via Cygwin wrote: > For years I have overwritten the content of the default /etc/fstab with the > one-liner > none / cygdrive binary 0 0 > thus allowing drivenames of the style /d/ instead of /cygdrive/d/ > which

Re: posix_spawn

2025-04-23 Thread Camm Maguire via Cygwin
gt; spawn 2e FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer > spawn 2e PROCESSOR_ARCHITECTURE=AMD64 > spawn 2e PUBLIC=C:\Users\Public > spawn 2e SYSTEMDRIVE=C: > spawn 2e EXECIGNORE=*.dll > spawn 2e OLDPWD=/cygdrive/c/Users/cammm/32/gclm/gcl/gcl > spawn 2e ProgramData=C:\ProgramData > spawn 2e emac

Re: sqlite 3.49.1-1 package bug changing return types signedness

2025-04-23 Thread Matthias Andree via Cygwin
ing systems, as opposed to when they are compiled against sqlite3 on Cygwin. I ask that we get a new Cygwin package of sqlite3 that fixes the issue I mentioned below. (Yes, this isn't the most favorable tone for FrOSS communities, but then again it addresses something that was delibera

Overwriting /etc/fstab to simplify drivenames

2025-04-23 Thread Fergus Daly via Cygwin
. However using the syntax /?/ to address all drives as in (say) $ rm -vrf /?/today/tmp or all similar, fails. Is there a way to render /?/ intelligible to Cygwin (maybe by rewriting /etc/fstab, again)? Thank you! -- Problem reports: https://cygwin.com/problems.html FAQ: https

Re: Cannot install git-svn

2025-04-23 Thread Christian Franke via Cygwin
Wiktor S. via Cygwin wrote: Hi,recently it become impossible to install git-svn because of Perl dependency:Problem 1/1nothing provides perl5_036 needed by subversion-perl-1.14.2-1Solution 1/1 (default)  - do not ask to install git-svn-2.45.1-1-- Wiktor Sywula setup.ini: ... @ git-svn

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-23 Thread Christian Franke via Cygwin
Mark Geisert via Cygwin wrote: Drat, typo alert: It looks to me like that 'if' statement should read    if (mbstowcs (*wcs_path, *mbs_path, len) ...     if (mbstowcs (*wcspath, mbs_path, len) ... Use 'len + 1', otherwise the result would possibly be not null terminate

Cannot install git-svn

2025-04-23 Thread Wiktor S. via Cygwin
Hi,recently it become impossible to install git-svn because of Perl dependency:Problem 1/1nothing provides perl5_036 needed by subversion-perl-1.14.2-1Solution 1/1 (default)  - do not ask to install git-svn-2.45.1-1-- Wiktor Sywula -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-22 Thread Mark Geisert via Cygwin
Drat, typo alert: It looks to me like that 'if' statement should read   if (mbstowcs (*wcs_path, *mbs_path, len) ... if (mbstowcs (*wcspath, mbs_path, len) ... ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-22 Thread Mark Geisert via Cygwin
Hi Christian, On 4/12/2025 9:37 AM, Christian Franke via Cygwin wrote: ggl329 via Cygwin wrote: Hi all, I've encountered a possible bug in cygstart. It seems to abort when a URI is passed to it. $ cygcheck -dc | grep cygutils cygutils    1.4.17-3 $ cygstart

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
On 4/22/25 22:05, Mark Geisert via Cygwin wrote: Welp, that's no help at all.  Let me try to reproduce the problem on my Win10 system using the same, recent, WinFSP you have.  This may take some time.  I appreciate your reporting the problem and helping me debug. Thanks & Regards

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
Hi David, On 4/22/2025 9:55 PM, David Christensen via Cygwin wrote: That's completely normal.  Hmm.  Time for the big gun... strace. Run the following command, then *attach* its output file to your next reply; don't compress, just attach. strace -o sshfs.trace sshfs -h The outp

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
On 4/22/2025 9:32 PM, David Christensen via Cygwin wrote: On 4/22/25 21:30, Mark Geisert via Cygwin wrote: Then it's odd they don't appear in the ldd output.  How about trying cygcheck /usr/bin/sshfs.exe i.e., no options on cygcheck.  What does that output? ..mark 2025-04-2

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
That's completely normal.  Hmm.  Time for the big gun... strace. Run the following command, then *attach* its output file to your next reply; don't compress, just attach.     strace -o sshfs.trace sshfs -h The output file is sshfs.trace in the directory you run sshfs from. Thanks much, ..mark

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
On 4/22/25 21:30, Mark Geisert via Cygwin wrote: Then it's odd they don't appear in the ldd output.  How about trying     cygcheck /usr/bin/sshfs.exe i.e., no options on cygcheck.  What does that output? ..mark 2025-04-22 20:48:27 admin@dq67sw ~ $ cygcheck /usr/bin/sshfs.exe C:\cy

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
On 4/22/2025 9:08 PM, David Christensen via Cygwin wrote: On 4/22/25 21:01, Mark Geisert via Cygwin wrote: Now we're getting somewhere!  One or more of the following packages are missing from your Cygwin system.  Use the Cygwin Setup program to add them if not already inst

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
On 4/22/25 21:01, Mark Geisert via Cygwin wrote: Now we're getting somewhere!  One or more of the following packages are missing from your Cygwin system.  Use the Cygwin Setup program to add them if not already installed:     libiconv2     libintl8     libgcc1 (you likely already have

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
On 4/22/2025 8:50 PM, David Christensen via Cygwin wrote: On 4/22/25 20:35, Mark Geisert via Cygwin wrote: On 4/22/2025 8:18 PM, David Christensen via Cygwin wrote: 2025-04-22 20:07:20 admin@dq67sw ~ $ sshfs dpchrist@samba:/var/local/samba/dpchrist /samba/dpchrist 2025-04-22 20:07:38 admin

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
On 4/22/25 20:35, Mark Geisert via Cygwin wrote: On 4/22/2025 8:18 PM, David Christensen via Cygwin wrote: 2025-04-22 20:07:20 admin@dq67sw ~ $ sshfs dpchrist@samba:/var/local/samba/dpchrist /samba/dpchrist 2025-04-22 20:07:38 admin@dq67sw ~ $ echo $? 127 The 127 exit code indicates sshfs

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
On 4/22/2025 8:18 PM, David Christensen via Cygwin wrote: On 4/22/25 19:31, Mark Geisert via Cygwin wrote: A peculiarity of Cygwin sshfs on Windows is that the directory being mounted on ('/samba' in your case) must not exist before starting sshfs. If that doesn't help, plea

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
On 4/22/25 19:31, Mark Geisert via Cygwin wrote: Hi David, I have run the WinFsp installer, leaving component selections at default: WinFsp Core -> Will be installed on local hard drive Looks good. When I use Cygwin sshfs(1) to mount the file ser

Re: posix_spawn

2025-04-22 Thread Mark Geisert via Cygwin
Hi Camm, On 4/22/2025 12:31 PM, Camm Maguire via Cygwin-apps wrote: Greetings! posix_spawnp is returning 10, or ECHILD, on the following call. At least on my first reading (:-)), ECHILD is not one of the documented errors for fork, vfork, or clone referenced by the Linux manpage for

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
Hi David, On 4/22/2025 6:58 PM, David Christensen via Cygwin wrote: cygwin: I have SOHO network with a FreeBSD file server: 2025-04-22 18:55:28 toor@f5 ~ # freebsd-version ; uname -a 13.4-RELEASE-p4 FreeBSD f5.tracy.holgerdanske.com 13.4-RELEASE-p3 FreeBSD 13.4-RELEASE- p3 GENERIC amd64 I

Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
cygwin: I have SOHO network with a FreeBSD file server: 2025-04-22 18:55:28 toor@f5 ~ # freebsd-version ; uname -a 13.4-RELEASE-p4 FreeBSD f5.tracy.holgerdanske.com 13.4-RELEASE-p3 FreeBSD 13.4-RELEASE-p3 GENERIC amd64 I have a Windows 10 Home client with Cygwin: 2025-04-22 18:03:21 admin

Re: Permission issues in multiple packages

2025-04-22 Thread Andrew Schulman via Cygwin
On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin wrote: >Hi all, > >As Jon mentioned in the following mail, something may go wrong in the VM for >building packages. >https://cygwin.com/pipermail/cygwin/2025-April/257948.html > >Many files/directories don'

Sourceware infrastructure updates for Q1 2025

2025-04-22 Thread Mark Wielaard via Cygwin
77% 2 committers 2 signers 100% cygwin-calm12 commits 12 signed 100% 1 committers 1 signers 100% cygwin-setup4 commits 4 signed 100% 1 committers 1 signers 100% debugedit 5 commits 0 signed 0% 1 committers 0 signers 0% elfutils 53 commits 3 signed 5

Re: Permission issues in multiple packages

2025-04-22 Thread Andrew Schulman via Cygwin
On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin wrote: >Hi all, > >As Jon mentioned in the following mail, something may go wrong in the VM for >building packages. >https://cygwin.com/pipermail/cygwin/2025-April/257948.html > >Many files/directories don'

Re: posix_spawn

2025-04-22 Thread Camm Maguire via Cygwin
, = massert(!posix_spawn_file_actions_init(&file_actions)); massert(!posix_spawnattr_init(&attr)); printf("spawn 2 %s\n",*p1); for (pp=p1;pp writes: > On 4/19/2025 1:42 PM, Camm Maguire via Cygwin-apps wrote: >> Greetings! >

Permission issues in multiple packages

2025-04-22 Thread ggl329 via Cygwin
Hi all, As Jon mentioned in the following mail, something may go wrong in the VM for building packages. https://cygwin.com/pipermail/cygwin/2025-April/257948.html Many files/directories don't have permissions for non-privileged users. These packages are examples I found. Other package

Re: posix_spawn

2025-04-22 Thread Camm Maguire via Cygwin
Greetings, and thanks so much! Mark Geisert via Cygwin-apps writes: > On 4/19/2025 1:42 PM, Camm Maguire via Cygwin-apps wrote: >> Greetings! >> posix_spawn is returning non-zero without setting errno: >>massert(!posix_spawnp(&pid, *p1, &file_actions, &attr,

Re: Cygwin SSHD session unable to access cloud/OneDrive files

2025-04-22 Thread Shaddy Baddah via Cygwin
Hi, On 8/04/2025 9:14 pm, Corinna Vinschen via Cygwin wrote: On Apr 4 16:23, Shaddy Baddah via Cygwin wrote: On 4/04/2025 10:02 am, Shaddy Baddah via Cygwin wrote: Hi, On 4/04/2025 4:49 am, ASSI via Cygwin wrote: Shaddy Baddah via Cygwin writes: If I connect an SSH session via the "n

Re: git testsuite "t1004-read-tree-m-u-wf.sh" test hang with Cygwin 3.7.0 ...

2025-04-21 Thread Takashi Yano via Cygwin
On Mon, 21 Apr 2025 21:54:03 +0200 Roland Mainz via Cygwin wrote: > Hi! > > > > Running the git testsuite I got a hang of the > "t1004-read-tree-m-u-wf.sh" test in Cygwin 3.7 - the same test worked > AFAIK OK with Cygwin 3.5.x. > > My guess: |wa

Re: child_info_fork::abort: cygpng16-16.dll

2025-04-21 Thread Jim Reisert AD1C via Cygwin
On Thu Apr 10 18:50:59 GMT 2025, ASSI wrote: > It seems that you are using the test version of Emacs that uses native > compilation. If so, then please actually read the announcement: > https://inbox.sourceware.org/cygwin-announce/2e4a21c3-3e94-4771-acf2-7e56e5fce...@cornell.edu/ >

Re: Missing .pod file for 'diagnostics' pragma in CygwinPerl package?

2025-04-21 Thread Soren via Cygwin
On Fri, Apr 18, 2025 at 11:15 AM David Dyck wrote: > glad you found the solution > I very much want perl working well on cygwin > ... > > ( I guess I had perl_pods package installed already ) > > Yes. Soren (somia...@gmail.com) wrote earlier: > ... >> &

git testsuite "t1004-read-tree-m-u-wf.sh" test hang with Cygwin 3.7.0 ...

2025-04-21 Thread Roland Mainz via Cygwin
Hi! Running the git testsuite I got a hang of the "t1004-read-tree-m-u-wf.sh" test in Cygwin 3.7 - the same test worked AFAIK OK with Cygwin 3.5.x. My guess: |wait_sig()| and |_sigfe()| are involved, maybe this is a signal issue.. 1. Versions: Cygwin 3.7.0-0.68.g37c49decc

Re: Rust for cygwin (was Re: Deadlock when calling pthread_key_create in the destructor of a pthread_key)

2025-04-21 Thread Jeremy Drake via Cygwin
On Sun, 20 Apr 2025, Takashi Yano via Cygwin wrote: > Is there any other blocker to build Rust for cygwin? https://github.com/rust-lang/rust/issues/137819 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:ht

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-21 Thread Mark Geisert via Cygwin
Hi Christian, On 4/12/2025 9:37 AM, Christian Franke via Cygwin wrote: ggl329 via Cygwin wrote: Hi all, I've encountered a possible bug in cygstart. It seems to abort when a URI is passed to it. $ cygcheck -dc | grep cygutils cygutils    1.4.17-3 $ cygstart

Re: posix_spawn

2025-04-21 Thread Mark Geisert via Cygwin
On 4/19/2025 1:42 PM, Camm Maguire via Cygwin-apps wrote: Greetings! posix_spawn is returning non-zero without setting errno: massert(!posix_spawnp(&pid, *p1, &file_actions, &attr, (void *)p1, environ)); Is this intended to be supported? Is it known to be working or

Re: /dev/null regression in Cygwin 3.6.1

2025-04-20 Thread Takashi Yano via Cygwin
On Sun, 20 Apr 2025 19:15:42 +0200 Bruno Haible wrote: > Hi, > > Takashi Yano wrote: > > > > Thanks for the new testcase. I think the issue has been fixed in: > > > > cygwin-3.7.0-0.68.g37c49decc835 (Test) > > > > > > Thanks. > > >

Re: /dev/null regression in Cygwin 3.6.1

2025-04-20 Thread Bruno Haible via Cygwin
Hi, Takashi Yano wrote: > > > Thanks for the new testcase. I think the issue has been fixed in: > > > cygwin-3.7.0-0.68.g37c49decc835 (Test) > > > > Thanks. > > > > > Please test. > > > > Sorry, I don't know how to build Cygwin

Re: Rust for cygwin

2025-04-19 Thread Yuyi Wang via Cygwin
Takashi Yano wrote: > Is there any other blocker to build Rust for cygwin? Thank you all for your admirable work on porting LLVM. Recently I have tried to build cargo targeting cygwin, and found that it needs libgit2. It seems that the libgit2 of cygwin is unmaintained. I will send requests

Re: Rust for cygwin (was Re: Deadlock when calling pthread_key_create in the destructor of a pthread_key)

2025-04-19 Thread Jeremy Drake via Cygwin
On Sun, 20 Apr 2025, Takashi Yano via Cygwin wrote: > On Mon, 24 Mar 2025 14:41:19 +0800 > Yuyi Wang wrote: > > > I mean it is some kind of cross compiler. > > > > Yes. Rustc is a cross compiler powered by LLVM. > > > > > ...is it possible to build

Rust for cygwin (was Re: Deadlock when calling pthread_key_create in the destructor of a pthread_key)

2025-04-19 Thread Takashi Yano via Cygwin
ce a GitHub user @Ookiineko succeeded before, > but > now the account has been deleted. I think the largest blocker is LLVM itself. > The latest version of LLVM provided by cygwin is 8.0, and 11.0 by MSYS2, while > rustc needs LLVM 17.0 at least. @Ookiineko added some patches to LLVM

Re: /dev/null regression in Cygwin 3.6.1

2025-04-19 Thread Takashi Yano via Cygwin
On Tue, 15 Apr 2025 11:33:55 +0200 Bruno Haible wrote: > Takashi Yano wrote: > > Thanks for the new testcase. I think the issue has been fixed in: > > cygwin-3.7.0-0.68.g37c49decc835 (Test) > > Thanks. > > > Please test. > > Sorry, I don't know how

Mail delivery failed: returning message to sender

2025-04-18 Thread Mail Delivery System via Cygwin
.2(Windows; Windows NT 8.0; Win64; x64; Microsoft Outlook 15.0.4937; Pro) X-MSMail-Priority: 3 Message-ID: X-Powered-By: HTTP4S X-Sieve: fileinto 'INBOX.important'; X-Mailer-LID: 7865310-245482133 Return-Path: cygwin@cygwin.com Date: Fri, 18 Apr 2025 14:09:10 -0400 X-ClientProx

Re: Missing .pod file for 'diagnostics' pragma in CygwinPerl package?

2025-04-18 Thread Brian Inglis via Cygwin
On 2025-04-17 19:34, Soren via Cygwin wrote: Hello Again, Cygwinistas; On Thu, Apr 17, 2025 at 1:07 PM I wrote: Hello Cygwinstas, I've got a question about the cygwin perl package installed with cygwin setup. I'm having a failure in some perl code not written by me but rather

Is charliep1...@yahoo.com not possible to use for my Cygwin email subscription?

2025-04-18 Thread Charles Perkins via Cygwin
Hello folks, I had been using for my subscription but now I want to use . But as best I can tell, it simply won't work. Can you tell me why?? Thanks in advance, Charlie P. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: Packages needed to create a virtual environment in Python 3.9

2025-04-18 Thread Mercurio, Steven W-CTR (FAA) via Cygwin
Question: Is anyone working on Python3.12-* packages? The Cygwin Python 3.12 works but is missing a package needed by a newer version of Ansible and I can not pip install that needed python package (some crypto related issue I think) hence I can not also pip install a newer version of Ansible

Re: Packages needed to create a virtual environment in Python 3.9

2025-04-18 Thread David Dyck via Cygwin
thank you P.B. Lecavalier! I greatly appreciate your response! Perhaps this can guide the cygwin packaging in te future I was missing ` python-setuptools-wheel` but I had installed the ` python-setuptools-wheel` Now I have success $ python3 -m ensurepip Looking in links: /tmp/tmpy457n2k6

Re: Packages needed to create a virtual environment in Python 3.9

2025-04-18 Thread Philippe Baril Lecavalier via Cygwin
Try these, seemingly not pulled from installing python39: python-setuptools-wheel python-pip-wheel I confirm the issue with a fresh install with python3{8,9}. pip is provided, but `ensurepip` gives that error. I think it should be the opposite on a basic python install: No pip package sho

Perl stopped working

2025-04-18 Thread Michael via Cygwin
$ cygcheck /usr/bin/perl and $ ldd /usr/bin/perl' did not show any error but I "reinstalled" all packages listed in  $ cygcheck -i --deps perl => cygwin, libcrypt2, libdb18.1, libgcc1, libgdbm6, libgdbm_compat4, perl5_040, perl_base, zlib0 after the reinstall, perl works agai

Re: Missing .pod file for 'diagnostics' pragma in CygwinPerl package?

2025-04-17 Thread Soren via Cygwin
Hello Again, Cygwinistas; On Thu, Apr 17, 2025 at 1:07 PM I wrote: > > Hello Cygwinstas, > > I've got a question about the cygwin perl package installed with cygwin > setup. I'm having a failure in some perl code not written by me but rather in > a CPAN module I

Re: Packages needed to create a virtual environment in Python 3.9

2025-04-17 Thread David Dyck via Cygwin
") File "/usr/lib/python3.9/ensurepip/__init__.py", line 27, in _get_most_recent_wheel_version return str(max(_wheels[pkg], key=distutils.version.LooseVersion)) ValueError: max() arg is an empty sequence chatgpt did suggest that cygwin had issues with ensurepip On Wed, Mar 5, 2

Re: Perl stopped working

2025-04-17 Thread Kevin Schnitzius via Cygwin
On Thursday, April 17, 2025 at 11:54:44 AM EDT, Michael via Cygwin wrote: > perl > perl -v > perl -e 'print "Hello Perl\n"' > same result for all 3 of them (equal to 'echo ""'). Are you sure? echo $? Kevin -- Problem reports: https://

Re: Perl stopped working

2025-04-17 Thread Brian Inglis via Cygwin
WJFFM! $ perl --version This is perl 5, version 40, subversion 1 (v5.40.1) built for x86_64-cygwin-threads-multi (with 3 registered patches, see perl -V for more detail) Copyright 1987-2025, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General

  1   2   3   4   5   6   7   8   9   10   >