Re: [ITA] ncurses

2022-05-26 Thread Brian Inglis
On 2022-05-26 19:28, Brian Inglis wrote: On 2022-05-26 13:35, Jon Turney wrote: On 23/05/2022 06:13, Brian Inglis wrote: I'd like to adopt orphaned package ncurses: https://cygwin.com/packages/summary/ncurses-src.html The builds were tested in GitHub Actions CI using the scallywag ncurses repo

Re: Unable to execute Cygwin application within UDF format

2022-05-26 Thread Takashi Yano
On Fri, 27 May 2022 11:36:27 +0800 Sam Lin wrote: > I will see the problem on WIN10 or WIN SERVER, the duplicate steps are as > follows: > > 1. Write a simple code 'hello world' program and compiled the > executable file using GCC. > > // hello.c > #include > > int main() { >

Unable to execute Cygwin application within UDF format

2022-05-26 Thread Sam Lin
Hi , I will see the problem on WIN10 or WIN SERVER, the duplicate steps are as follows: 1. Write a simple code 'hello world' program and compiled the executable file using GCC. // hello.c #include int main() { printf("Hello World\n"); return 0; } $ gcc hello.c -o hello.exe 2.

Re: [ITA] ncurses

2022-05-26 Thread Brian Inglis
On 2022-05-26 13:35, Jon Turney wrote: On 23/05/2022 06:13, Brian Inglis wrote: I'd like to adopt orphaned package ncurses: https://cygwin.com/packages/summary/ncurses-src.html The builds were tested in GitHub Actions CI using the scallywag ncurses repo playground branch; see: Thanks.

Re: Issue with seteuid and openssh

2022-05-26 Thread Stephen Carrier
On Wed, May 25, 2022 at 07:51:14PM +0200, Achim Gratz wrote: > Check the dependencies on both the cygserver and sshd service > definitions. You must start them after the network is up (make them > both depend on tcp_ip and sshd depend on cygserver) or they won't work > correctly. On domain

Re: Issue with seteuid and openssh

2022-05-26 Thread Stephen Carrier
On Tue, May 24, 2022 at 10:15:05PM +, Dale Lobb via Cygwin wrote: > Greetings All, > > Has anyone seen an issue similar to this? > > I have a VMWare virtual machine loaded with Windows Server 2016 OS and a > Cygwin installation. Cygwin runs an installed SSHD service via >

Re: [ITA] ncurses

2022-05-26 Thread Jon Turney
On 23/05/2022 06:13, Brian Inglis wrote: I'd like to adopt orphaned package ncurses: https://cygwin.com/packages/summary/ncurses-src.html The builds were tested in GitHub Actions CI using the scallywag ncurses repo playground branch; see: Thanks. Unfortunately, this crossed with a NMU of

[ANNOUNCEMENT] ncurses-6.3-1.20220416, dialog-1.3-4.20220117, tack-1.09-1.20210619 (TEST)

2022-05-26 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * dialog-1.3-4.20220117 * ncurses-6.3-1.20220416 * tack-1.09-1.20210619 Note: I'm updating these orphaned packages only because they are long overdue an update. If anybody wants to take over maintainership, they are more

ncurses-6.3-1.20220416, dialog-1.3-4.20220117, tack-1.09-1.20210619 (TEST)

2022-05-26 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * dialog-1.3-4.20220117 * ncurses-6.3-1.20220416 * tack-1.09-1.20210619 Note: I'm updating these orphaned packages only because they are long overdue an update. If anybody wants to take over maintainership, they are more

[PATCH 7/7] Cygwin: remove miscellaneous 32-bit code

2022-05-26 Thread Ken Brown
Patch attached.From d78b3f13a5eca554d50a7c40532f84cafdd1435a Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Tue, 24 May 2022 14:26:33 -0400 Subject: [PATCH 7/7] Cygwin: remove miscellaneous 32-bit code --- winsup/cygwin/autoload.cc| 136 ---

[PATCH 6/7] Cygwin: remove 32-bit only clipboard code

2022-05-26 Thread Ken Brown
Patch attached.From cfa148370cb51c6874d51ee97f79d04f6e547ca9 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Tue, 24 May 2022 10:25:06 -0400 Subject: [PATCH 6/7] Cygwin: remove 32-bit only clipboard code --- winsup/cygwin/fhandler_clipboard.cc | 16

[PATCH 5/7] Cygwin: remove some 32-bit only environment code

2022-05-26 Thread Ken Brown

[PATCH 4/7] Cygwin: remove some 32-bit only path conversion functions

2022-05-26 Thread Ken Brown
Patch attached.From 1dd3291b22a72edc234b89e55b5bee9ebcc3f158 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Tue, 24 May 2022 10:20:23 -0400 Subject: [PATCH 4/7] Cygwin: remove some 32-bit only path conversion functions --- winsup/cygwin/include/sys/cygwin.h | 23 -

[PATCH 2/7] Cygwin: simplify some function names

2022-05-26 Thread Ken Brown
Patch attached.From 2e8b069182e3ba639beac43794201e409723b5d9 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Sun, 22 May 2022 15:18:48 -0400 Subject: [PATCH 2/7] Cygwin: simplify some function names Remove "32" or "64" from each of the following names: acl32, aclcheck32, aclfrommode32,

[PATCH 1/7] Cygwin: remove some 32-bit-only function definitions

2022-05-26 Thread Ken Brown
Patch attached.From 3458c48712e41cef108b7c9582fdc2f63ccac11c Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Sun, 22 May 2022 15:16:47 -0400 Subject: [PATCH 1/7] Cygwin: remove some 32-bit-only function definitions Remove the definitions of the following: acl, aclcheck, aclfrommode,

[PATCH 0/7] Remove 32-bit code

2022-05-26 Thread Ken Brown
The patches in this series other than the second remove code that was used only in the 32-bit build. The second patch does some code simpification that is possible as a result of the removal. For example, we rename stat64 to stat. This eliminates the need to export stat as an alias for

Thanks for the cool tips! Re: missing dll

2022-05-26 Thread Jim McNamara via Cygwin
Thanks Ken and Brian,Roboloki Sent from Yahoo Mail on Android -- 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: sorry I meant to say libphp7.dll is missing

2022-05-26 Thread Ken Brown
On 5/26/2022 12:23 PM, Jim McNamara via Cygwin wrote: there is only libphp7.dll.a That's what you need for linking. The corresponding DLL is /usr/bin/cygphp7-7-3.dll, which is in the php package. Ken -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: missing php library dll

2022-05-26 Thread Brian Inglis
On 2022-05-26 09:57, Jim McNamara via Cygwin wrote: I have tracked down the problem and wondering if you had a suggestion to help me fix it. Is there any reason why the package on the mirror doesn't have library -lphp7? Is there a way I can get one or do something to solve this problem? I tried

sorry I meant to say libphp7.dll is missing

2022-05-26 Thread Jim McNamara via Cygwin
there is only libphp7.dll.a thanks again, ken -- 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

hi Ken- it is missing from the php-dev package

2022-05-26 Thread Jim McNamara via Cygwin
Hi - I only find php7.dll.a 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

i will try to build a .dll from source for missing php library from php.net

2022-05-26 Thread Jim McNamara via Cygwin
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: missing php library dll

2022-05-26 Thread Ken Brown
On 5/26/2022 11:57 AM, Jim McNamara via Cygwin wrote: hi all- I have tracked down the problem and wondering if you had a suggestion to help me fix it. Is there any reason why the package on the mirror doesn't have library -lphp7? Is there a way I can get one or do something to solve this

missing php library dll

2022-05-26 Thread Jim McNamara via Cygwin
hi all- I have tracked down the problem and wondering if you had a suggestion to help me fix it. Is there any reason why the package on the mirror doesn't have library -lphp7? Is there a way I can get one or do something to solve this problem? I tried 2 different PhP package versions on the

Re: calm/mksetupini changes

2022-05-26 Thread Lemures Lemniscati
On Tue, 24 May 2022 13:57:20 +0100, Jon Turney > On 24/05/2022 11:05, Lemures Lemniscati wrote: > > On Mon, 23 May 2022 19:37:43 +0100, Jon Turney > >> On 23/05/2022 14:09, Lemures Lemniscati wrote: > >>> On Sat, 21 May 2022 21:31:46 +0100, Jon Turney > [1]