Re: [PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-07 Thread Brian Inglis
On 2021-12-07 23:30, Mark Geisert wrote: Brian Inglis wrote: On 2021-12-07 13:18, Thomas Wolff wrote: Am 07.12.2021 um 15:23 schrieb Corinna Vinschen: On Dec  7 23:00, Takashi Yano wrote: - Fix a bug in fhandler_dev_clipboard::read() that the second read    fails with 'Bad address'.

Re: [PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-07 Thread Mark Geisert
Brian Inglis wrote: On 2021-12-07 13:18, Thomas Wolff wrote: Am 07.12.2021 um 15:23 schrieb Corinna Vinschen: On Dec  7 23:00, Takashi Yano wrote: - Fix a bug in fhandler_dev_clipboard::read() that the second read    fails with 'Bad address'. Addresses:   

Re: [ANNOUNCEMENT] Updated: autoconf-15-1, autoconf2.7-2.71-1

2021-12-07 Thread Brian Inglis
On 2021-12-07 13:16, Ken Brown wrote: [Redirected from the cygwin list, https://cygwin.com/pipermail/cygwin/2021-December/250149.html] On 12/7/2021 3:08 PM, Ken Brown wrote: On 12/5/2021 3:50 AM, Achim Gratz wrote: Autoconf upstream has stated that the 2.7x releases are not fully backwards

Re: [PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-07 Thread Brian Inglis
On 2021-12-07 13:18, Thomas Wolff wrote: Am 07.12.2021 um 15:23 schrieb Corinna Vinschen: On Dec  7 23:00, Takashi Yano wrote: - Fix a bug in fhandler_dev_clipboard::read() that the second read    fails with 'Bad address'. Addresses:   

Native ARM support for Cygwin

2021-12-07 Thread Aaron Franke via Cygwin
Hello Cygwin, I am wondering what are the plans for adding support for native ARM64 Windows to Cygwin. Currently there are only downloads for x86 (both 32-bit and 64-bit), but not for ARM. I do see in the FAQ that there is a mention of how ARM systems can run the x86 version of Cygwin, however

Possible fit?

2021-12-07 Thread Jonathan Thiessen
Hello Kerri, Hope I am catching you at a good time. A little background on me, my name is JT Thiessen, and I am the Chief Development Officer for a home service franchise that specializes in providing customized window coverings – Budget Blinds. I am reaching out today because I came across

[ANNOUNCEMENT] Updated: autoconf2.5-2.69-4, autoconf2.7-2.71-2

2021-12-07 Thread Achim Gratz
The autoconf2.5 and autoconf2.7 packages are re-released to fix a packaging bug that caused identical files being installed by the two packages and thus interfering with the intended parallel installation of both. GNU Autoconf is an extensible package of m4 macros that produce shell scripts to

Updated: autoconf2.5-2.69-4, autoconf2.7-2.71-2

2021-12-07 Thread Achim Gratz
The autoconf2.5 and autoconf2.7 packages are re-released to fix a packaging bug that caused identical files being installed by the two packages and thus interfering with the intended parallel installation of both. GNU Autoconf is an extensible package of m4 macros that produce shell scripts to

Re: [PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-07 Thread Thomas Wolff
Am 07.12.2021 um 15:23 schrieb Corinna Vinschen: On Dec 7 23:00, Takashi Yano wrote: - Fix a bug in fhandler_dev_clipboard::read() that the second read fails with 'Bad address'. Addresses: https://cygwin.com/pipermail/cygwin/2021-December/250141.html ---

Re: [ANNOUNCEMENT] Updated: autoconf-15-1, autoconf2.7-2.71-1

2021-12-07 Thread Ken Brown
[Redirected from the cygwin list, https://cygwin.com/pipermail/cygwin/2021-December/250149.html] On 12/7/2021 3:08 PM, Ken Brown wrote: On 12/5/2021 3:50 AM, Achim Gratz wrote: Autoconf upstream has stated that the 2.7x releases are not fully backwards compatible.  Cygwin therefore chose to

Re: [ANNOUNCEMENT] Updated: autoconf-15-1, autoconf2.7-2.71-1

2021-12-07 Thread Ken Brown
On 12/5/2021 3:50 AM, Achim Gratz wrote: Autoconf upstream has stated that the 2.7x releases are not fully backwards compatible. Cygwin therefore chose to provide a new autoconf2.7 package (keeping autoconf2.5 available) and modifying the wrapper script to allow packaging systems to set

Re: vboxsharedfs - Too many levels of symbolic links

2021-12-07 Thread Corinna Vinschen
On Dec 8 00:32, Takashi Yano wrote: > On Tue, 7 Dec 2021 15:57:56 +0100 > Corinna Vinschen wrote: > > On Dec 7 09:46, Takashi Yano wrote: > > > I think '/cygdrive/z/..' should be '/cygdrive', however, > > > in current cygwin, it is interpreted into '//VBoxSrv'. > > > > > > Is this as you

Re: vboxsharedfs - Too many levels of symbolic links

2021-12-07 Thread Takashi Yano
On Wed, 8 Dec 2021 00:32:49 +0900 Takashi Yano wrote: > With my patch, above case behaves like: > > $ mount > C:/cygwin/bin on /usr/bin type ntfs (binary,auto) > C:/cygwin/lib on /usr/lib type ntfs (binary,auto) > C:/cygwin on / type ntfs (binary,auto) > C: on /cygdrive/c type ntfs

Re: Orphaned Packages in Packages List

2021-12-07 Thread Marco Atzeri
On 07.12.2021 16:19, Fenlason, Allen [US] (ES) wrote: I am trying to understand the process for managing packages that are listed on the CygWin Packages list page. This specifically refers to https://cygwin.com/packages/package_list.html. In reading the CygWin Package Contributor's Guide, it

Re: vboxsharedfs - Too many levels of symbolic links

2021-12-07 Thread Takashi Yano
On Tue, 7 Dec 2021 15:57:56 +0100 Corinna Vinschen wrote: > On Dec 7 09:46, Takashi Yano wrote: > > I think '/cygdrive/z/..' should be '/cygdrive', however, > > in current cygwin, it is interpreted into '//VBoxSrv'. > > > > Is this as you intended? > > > > With my patch which stops to treat UNC

Orphaned Packages in Packages List

2021-12-07 Thread Fenlason, Allen [US] (ES)
I am trying to understand the process for managing packages that are listed on the CygWin Packages list page. This specifically refers to https://cygwin.com/packages/package_list.html. In reading the CygWin Package Contributor's Guide, it indicates that packages without active maintainers are

Re: vboxsharedfs - Too many levels of symbolic links

2021-12-07 Thread Corinna Vinschen
On Dec 7 09:46, Takashi Yano wrote: > On Mon, 6 Dec 2021 19:55:27 +0900 > Takashi Yano wrote: > > First, I think the same. However, with this patch, it sometimes causes > > hang for a few seconds around the code: > [...] > > with path_copy of "//VBoxSrv". I am not sure why. That's expected and

[PATCH v3] Cygwin: clipboard: Fix a bug in read().

2021-12-07 Thread Takashi Yano
- Fix a bug in fhandler_dev_clipboard::read() that the second read fails with 'Bad address'. Addresses: https://cygwin.com/pipermail/cygwin/2021-December/250141.html --- winsup/cygwin/fhandler_clipboard.cc | 2 +- winsup/cygwin/release/3.3.4 | 6 ++ 2 files changed, 7

Re: [PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-07 Thread Corinna Vinschen
On Dec 7 23:00, Takashi Yano wrote: > - Fix a bug in fhandler_dev_clipboard::read() that the second read > fails with 'Bad address'. > > Addresses: > https://cygwin.com/pipermail/cygwin/2021-December/250141.html > --- > winsup/cygwin/fhandler_clipboard.cc | 2 +- >

Re: [PATCH] Cygwin: Update configure.ac to use AC_CONFIG_HEADERS

2021-12-07 Thread Corinna Vinschen
On Dec 7 13:29, Jon Turney wrote: > This avoids warning with autoconf >= 2.70: > > configure.ac:47: warning: The macro `AC_CONFIG_HEADER' is obsolete. > > AC_CONFIG_HEADERS has been supported since before autconf 2.59, the > minimum version we can be using, controlled by AC_PREREQ. > --- >

[PATCH v2] Cygwin: clipboard: Fix a bug in read().

2021-12-07 Thread Takashi Yano
- Fix a bug in fhandler_dev_clipboard::read() that the second read fails with 'Bad address'. Addresses: https://cygwin.com/pipermail/cygwin/2021-December/250141.html --- winsup/cygwin/fhandler_clipboard.cc | 2 +- winsup/cygwin/release/3.3.4 | 6 ++ 2 files changed, 7

[PATCH] Cygwin: clipboard: Fix a bug in read().

2021-12-07 Thread Takashi Yano
- Fix a bug in fhandler_clipboard::read() that the second read fails with 'Bad address'. Addresses: https://cygwin.com/pipermail/cygwin/2021-December/250141.html --- winsup/cygwin/fhandler_clipboard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: clipboard broken

2021-12-07 Thread Takashi Yano
On Tue, 7 Dec 2021 12:51:54 +0100 Thomas Wolff wrote: > I cannot copy more than precisely 128KB into /dev/clipboard. Copying it > back will report Bad address. > Worked in 3.3.0, broken in 3.3.2 (did not test 3.3.1). Thanks for the report. I found the cause. I will submit a patch for this issue

[PATCH] Cygwin: Update configure.ac to use AC_CONFIG_HEADERS

2021-12-07 Thread Jon Turney
This avoids warning with autoconf >= 2.70: configure.ac:47: warning: The macro `AC_CONFIG_HEADER' is obsolete. AC_CONFIG_HEADERS has been supported since before autconf 2.59, the minimum version we can be using, controlled by AC_PREREQ. --- winsup/configure.ac | 2 +- 1 file changed, 1

clipboard broken

2021-12-07 Thread Thomas Wolff
I cannot copy more than precisely 128KB into /dev/clipboard. Copying it back will report Bad address. Worked in 3.3.0, broken in 3.3.2 (did not test 3.3.1). Thomas -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: