sed 4.2.1-1 locks files on windows

2012-02-21 Thread cygwin.com
http://www.gmx.net/de/go/freephone/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

1.16-1.18´©Ô½Õã½­¹ÅÌïÖÁ½­Î÷æÄÔ´

2004-01-06 Thread cygwin@cygwin.com
浙江古田至江西婺源 活动难度:轻松 时间安排:星期五--星期日(星期五下午19:27出发-星期日23:00到上海) 活动路线:上海―衢州--浙江古田―石耳山―江西鹜源―杭州--上海 活动目的:两天到婺源的最佳路线,走过浙江的古田山自然保护区到位开发的婺源晓鳙村 行程安排: D1 19:27上海―衢州火车 23:49到达衢州,晚宿衢州市 07:30出发往苏庄镇(那里的豆腐很香) 10:30抵达苏庄镇吃饭采购补给 12:00抵达平坑村(穿越的起点) 16:00行走到龙上村(穿越途中的营地) D2 08:00出发爬山(石耳山海拔1200米左右)

Re: Urgent gcc update to GCC 13.3

2024-07-06 Thread gs-cygwin.com--- via Cygwin
he hurdles involved in updating the compiler? I politely request that you please "urgently" adjust your expectations. Cygwin largely exists through the time and effort of volunteers. I am but one volunteer who maintains one package, and I speak only for myself. Cheers, Glenn -

Re: Parse output of "net use", but language varies - force language for "net use"?

2024-07-20 Thread gs-cygwin.com--- via Cygwin
using Perl *for scripting*, there are numerous Perl modules such as https://metacpan.org/pod/Win32::NetResource If you were to try using a search engine more effectively, you might also find C++ libraries or C# APIs to access all that info as structured data, instead of trying to parse the `net u

open /dev/null O_NOFOLLOW fails with ELOOP

2022-12-21 Thread gs-cygwin.com--- via Cygwin
l (or succeed) randomly, but seemingly in streaks. Trying to start lighttpd seems to run into this bug reliably, $ /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf In the next release of lighttpd, I may end up omitting O_NOFOLLOW if __CYGWIN__ is defined. Cheers, Glenn -- Problem reports:

Re: open /dev/null O_NOFOLLOW fails with ELOOP

2022-12-21 Thread gs-cygwin.com--- via Cygwin
On Wed, Dec 21, 2022 at 03:29:42PM +0100, Corinna Vinschen via Cygwin wrote: > Hi Glenn, > > On Dec 21 12:31, Corinna Vinschen via Cygwin wrote: > > On Dec 21 06:15, gs-cygwin.com--- via Cygwin wrote: > > > open /dev/null O_NOFOLLOW fails with ELOOP > > >

Re: Question about slow access to file information

2023-01-14 Thread gs-cygwin.com--- via Cygwin
acl from /etc/fstab and restarted all Cygwin > processes. > The mount program now shows that drive without noacl. It still takes > surprisingly > long to ls if I have not done so recently. The directory contains ~1200 > files. > > Further thoughts? Does this make a

Re: [FEEDBACK] Issue with fd_set, FD_ZERO, FD_SET, FD_SETSIZE : Cygwin

2023-02-06 Thread gs-cygwin.com--- via Cygwin
dIn.c:24:9: warning: implicit declaration of function 'select'; did > you > mean 'sleep'? [-Wimplicit-function-declaration] >   flag = select(FD_SETSIZE, > ^~ > sleep > selectStdIn.c:24:16: error: 'FD_SETSIZE' undeclared

Re: [FEEDBACK] Issue with fd_set, FD_ZERO, FD_SET, FD_SETSIZE : Cygwin

2023-02-06 Thread gs-cygwin.com--- via Cygwin
implicit declaration of function 'FD_ZERO' > > > [-Wimpli > > > cit-function-declaration] > > >   FD_ZERO(&fds); > > >   ^~~ > > > selectStdIn.c:18:2: warning: implicit declaration of function 'FD_SET' > > > [-Wimp

Re: [FEEDBACK] Issue with fd_set, FD_ZERO, FD_SET, FD_SETSIZE : Cygwin

2023-02-06 Thread gs-cygwin.com--- via Cygwin
t; > > > >   flag = select(FD_SETSIZE, > > > > >     ^~~~~~ > > > > > selectStdIn.c:24:16: note: each undeclared identifier is reported > > > > > only once > > > > > for > > > > > each function it appears in > > > > $ man select > > > > > > > > #include > > Please post at bottom of messages on this mailing list. > > > > You need to install the cygwin-devel package to get > > > > Cheers, Glenn > > Hi All, > > I updated Cygwin to 3.4.5-1.x86_64. > > $ uname -a > CYGWIN_NT-10.0-19045 DESKTOP-P3E71RB 3.4.5-1.x86_64 2023-01-19 19:09 UTC > x86_64 Cygwin > > > However, the same problem occurs. > > Cygwn-devel doesn't seem to work. > > $ gcc -o selectStdIn selectStdIn.c > selectStdIn.c:9:10: fatal error: sys/select.h: No such file or directory >  #include >   ^~ > compilation terminated. https://www.cygwin.com/packages/x86_64/cygwin-devel/cygwin-devel-3.4.5-1 /usr/include/sys/select.h is included in the cygwin-devel package. Did you install the cygwin-devel package? Does /usr/include/sys/select.h exist in your cygwin environment? Perhaps you accidentally have multiple cygwin installations on your system and you installed cygwin-devel into a different location? Since you did not have the cygwin-devel package installed on your system, you are likely very new to developing on cygwin. You also seem to be very new to cygwin and installing cygwin packages. You may want to spend more time reading the available documentation on how to use cygwin and develop on cygwin, as you seem to be having trouble with some very elementary steps. https://www.cygwin.com/ The documentation is very good. Please read through it. (This is my way of saying I won't be responding further to this thread.) Cheers, Glenn -- 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: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
200\n\n"; int main(void) { write(STDOUT_FILENO, resp, sizeof(resp)-1); return 0; } minimal /bin/sh program for CGI: #!/bin/sh printf 'Status: 200\n\n' Cheers, Glenn -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentat

Re: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
slation between native Windows and Cygwin paths. While my solution is specific to lighttpd's use, I hope that this may give you some ideas. Cheers, Glenn -- 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: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
tributes", not "process attributes"... Excellent (very technical) article on the subject: Programmatically controlling which handles are inherited by new processes in Win32 https://devblogs.microsoft.com/oldnewthing/20111216-00/?p=8873 Cheers, Glenn -- 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: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
is action. If you are carefully controlling and allowing an explicit set of file handles to be inherited, and the entire program uses this interface to create new processes, then you can safely _sopen_s() or otherwise to create new handles, pass them to CreateProcess() using STARTUPINFOEX, and then cl

Re: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
e that might leak additional handles into the other process. In the case of cygwin, the cygwin layer could/should be able to centralize and control process creation, avoiding the race. Even if there were any steps that need to be protected, wrapping in a CriticalSection (or mutex) would probably be suff

Re: posix_spawn facility

2023-05-10 Thread gs-cygwin.com--- via Cygwin
TDOUT_FILENO, resp, sizeof(resp)-1); return 0; } > > minimal /bin/sh program for CGI: > #!/bin/sh > printf 'Status: 200\n\n' > > Cheers, Glenn lighttpd 1.4.70 has been released for cygwin and uses posix_spawn() when running CGI programs. Under cygwin 3.4.0, posix_

Re: posix_spawn facility

2023-05-10 Thread gs-cygwin.com--- via Cygwin
BUTE_HANDLE_LIST should be available on all cygwin-supported versions of Windows. Cheers, Glenn P.S. if any Windows developers look at the (BSD-3-Clause) lighttpd code and notice that I am doing something wrong or suboptimal on _WIN32, please do let me know how it can be improved. Thanks! -- 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: [ANNOUNCEMENT] Updated: lighttpd-1.4.70

2023-05-19 Thread gs-cygwin.com--- via Cygwin
win-specific. lighttpd 1.4.70 can now be built as a native Windows application, in additional to and separate from being built as a Cygwin application. Cheers, Glenn -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:http

Re: iostream doesn't work (clang++)

2023-07-07 Thread gs-cygwin.com--- via Cygwin
r from POSIX to Windows API. However, Windows is not simple, and seemingly never invested in creating a stable and functional set of POSIX-like interfaces, and is one of the reasons cygwin is so useful to bridge that gapping chasm. Cheers, Glenn -- Problem reports: https://cygwin.com/problems.html

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-11 Thread gs-cygwin.com--- via Cygwin
ewhere, so that I can investigate this > > myself if I have time this winter? > > > > > > Thank you and all the best, > > > Eric > > > > > > -Original Message- > > > From: Eliot Moss > > > Sent: Wednesday, October 11,

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-11 Thread gs-cygwin.com--- via Cygwin
o defer on further non-emergency releases of Cygwin until > > all > > > > packages that are EOL have been updated? Since this is the case with > > ruby, > > > > I am guessing it's likely the case with other packages in Cygwin too. > > > > > > > > &

Re: sqlite3 outdate

2023-10-13 Thread gs-cygwin.com--- via Cygwin
e an update >> to be packaged as a non-maintainer-upload. The general guidance on how >> to manage Cygwin packages as a maintainer is at >> https://cygwin.com/packages.html. More general advice on contributing >> to Cygwin is at https://cygwin.com/contrib.html. The best places

Re: vim: errors launching "/usr/bin/vi

2023-12-20 Thread gs-cygwin.com--- via Cygwin
# # alias vim=vi # # in bashrc file. if test -f /usr/bin/vim then exec /usr/bin/vim "$@" fi # run vi otherwise exec /usr/libexec/vi "$@" -- 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: where is parted?

2024-01-11 Thread gs-cygwin.com--- via Cygwin
n Linux. You can boot a "live" distro on a USB stick to manipulate partitions. https://gparted.org/download.php gparted doc also provides: How-to Fix Invalid MSDOS Partition Tables https://gparted.org/h2-fix-msdos-pt.php Cheers, Glenn -- Problem reports: https://cygwin.com/pro

Re: Will all SIDs fit into |SECURITY_MAX_SID_SIZE| bytes ? / was: Re: Switching groups with newgrp - how to get the new group with |GetTokenInformation()| ?

2024-02-25 Thread gs-cygwin.com--- via Cygwin
tNameA() passing sidbuf as Sid. If it succeeds, then malloc() returned cbSid value and copy sidbuf[]. If it fails because the buffer is too small, then malloc() the returned cbSid value and call LookupAccountNameA() again. Doing the above will keep memory use to a minimum, and will generally call LookupAccountNameA() once per wrapper func invocation rather than twice. Cheers, Glenn -- 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: Will all SIDs fit into |SECURITY_MAX_SID_SIZE| bytes ? / was: Re: Switching groups with newgrp - how to get the new group with |GetTokenInformation()| ?

2024-02-25 Thread gs-cygwin.com--- via Cygwin
e stack > CSTR sidbuf[SECURITY_MAX_SID_SIZE]; > and calls LookupAccountNameA() passing sidbuf as Sid. > If it succeeds, then malloc() returned cbSid value and copy sidbuf[]. > If it fails because the buffer is too small, then malloc() the returned > cbSid value and call Loo

Does gcc now depend on libintl-devel ?

2024-02-25 Thread gs-cygwin.com--- via Cygwin
r: C compiler cannot create executables Cheers, Glenn -- 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: Native posix_spawn() in Cygwin?

2024-02-26 Thread gs-cygwin.com--- via Cygwin
), > > > implementation of posix_spawn()? > > > > Check the API compatibility docs online: > > > > https://cygwin.com/cygwin-api/compatibility.html#std-susv4 > > > > or optional locally installed package cygwin-doc: > > > > > >

Re: Does gcc now depend on libintl-devel ?

2024-02-26 Thread gs-cygwin.com--- via Cygwin
On Mon, Feb 26, 2024 at 10:49:55AM -0700, Brian Inglis via Cygwin wrote: > On 2024-02-25 21:33, gs-cygwin.com--- via Cygwin wrote: > > Does gcc now depend on libintl-devel ? Is this dependency declared? > > > > Along with the release of cygwin 3.5.0, my CI on github start

Re: Why python > 36 so many dependencies?

2024-04-25 Thread gs-cygwin.com--- via Cygwin
I > build python all the time in NetBSD using pkgsrc and in FreeBSD ports, > without needing all of those deps. I don't know much about how cygport > works, is there a repo of cygport files I can look at? The load at https://cygwin.com/git/ is too high at the moment and I get "

Elimination of Account is in Progress, Proceed to Reinstate

2021-11-29 Thread Cygwin.com|E-Internal via Cygwin
Dear cygwin@cygwin.com, Cygwin.com Glitch Message Conveying Notifier Couple of incoming mails are blocked and others failed to convey due to detected server error on your mailbox. To unblock messages and stop this receiving this error, follow below Unblock Messages https

Elimination of Account is in Progress, Proceed to Reinstate

2021-11-29 Thread Cygwin.com|E-Internal via Cygwin
Dear cygwin@cygwin.com, Cygwin.com Glitch Message Conveying Notifier Couple of incoming mails are blocked and others failed to convey due to detected server error on your mailbox. To unblock messages and stop this receiving this error, follow below Unblock Messages https

Mandatory Authroziation Required!!

2021-12-16 Thread Cygwin.com|Vital Auth via Cygwin
Cygwin.com INC Cygwin.com Share Document on SharePoint group payment@Cygwin.comhas new document for you All Company 12/16/2021 # VALERO ENERGY "Signed Wire Payment Receipt.pdf" ( grant required permissions to view this document ) GRANT ACCESS TO PREVIEW DOCUMENTS https://relevan