Re: GetProcessGroupAffinity error with cygwin 3.1.0-1

2019-12-18 Thread Mark Geisert
Corinna Vinschen wrote: [...] We just failed to notice that the GetProcessGroupAffinity and GetThreadGroupAffinity functions are missing on Vista/2008. I'll upload a fixed Cygwin 3.1.1 release pretty soon. Thank you Corinna for diagnosing and fixing this glitch. I must have glossed over the

Re: MC no longer working with cygwin 3.1.x

2019-12-18 Thread Ken Brown
On 12/18/2019 5:55 PM, Thomas Wolff wrote: > > > Am 18.12.2019 um 22:14 schrieb Ken Brown: >> On 12/18/2019 2:32 PM, Corinna Vinschen wrote: >>> On Dec 18 17:23, Marco Atzeri wrote: Am 18.12.2019 um 15:42 schrieb Laurent R: > Dear all, > > After the update to cygwin-3.1.1, mc (ak

Re: MC no longer working with cygwin 3.1.x

2019-12-18 Thread Thomas Wolff
Am 18.12.2019 um 22:14 schrieb Ken Brown: On 12/18/2019 2:32 PM, Corinna Vinschen wrote: On Dec 18 17:23, Marco Atzeri wrote: Am 18.12.2019 um 15:42 schrieb Laurent R: Dear all, After the update to cygwin-3.1.1, mc (aka Midnight Commander) no longer starts. It goes into an infinite loop,

Re: Persistent issues around rebasing

2019-12-18 Thread Eliot Moss
Ok, I've bitten the bullet and moved over to use the 64 bit world as my primary, with 32 bit as backup. We'll see what little bumps I run into (things not installed yet, etc), and I can move things over piecemeal from the old home directory to the new one. Historically, I have used xemacs, which

Re: MC no longer working with cygwin 3.1.x

2019-12-18 Thread Ken Brown
On 12/18/2019 2:32 PM, Corinna Vinschen wrote: > On Dec 18 17:23, Marco Atzeri wrote: >> Am 18.12.2019 um 15:42 schrieb Laurent R: >>> Dear all, >>> >>> After the update to cygwin-3.1.1, mc (aka Midnight Commander) no longer >>> starts. It goes into an infinite loop, if I go back to cygwin-3.0.7,

Re: mkpasswd -d

2019-12-18 Thread Jack Marks
Yes; however, we will need continue with the old method. Time run against our domain on 3.1 is: real2m19.693s user0m7.578s sys 0m0.859s Time run on 1.7.31 for the same user against the same domain is: real0m0.741s user0m0.015s sys 0m0.030s Sent from my iPhone On Dec 1

Re: mkpasswd -d

2019-12-18 Thread Corinna Vinschen
On Dec 18 18:54, Jack Marks wrote: > In 1.7.31, I can run mkpasswd -d domainname -p /home -u userid >> > /etc/passwd and it takes less than a second to complete. In 3.1, it > takes 150 - 180 seconds to complete for the same user. Is this a bug, > have I misconfigured something or is it something

Re: MC no longer working with cygwin 3.1.x

2019-12-18 Thread Corinna Vinschen
On Dec 18 17:23, Marco Atzeri wrote: > Am 18.12.2019 um 15:42 schrieb Laurent R: > > Dear all, > > > > After the update to cygwin-3.1.1, mc (aka Midnight Commander) no longer > > starts. It goes into an infinite loop, if I go back to cygwin-3.0.7, mc > > works perfectly. > > > > I tested with c

mkpasswd -d

2019-12-18 Thread Jack Marks
In 1.7.31, I can run mkpasswd -d domainname -p /home -u userid >> /etc/passwd and it takes less than a second to complete. In 3.1, it takes 150 - 180 seconds to complete for the same user. Is this a bug, have I misconfigured something or is it something else? Sent from my iPhone

Re: [BUG] try..catch does not work if compiled with clang 8.0

2019-12-18 Thread Brian Inglis
On 2019-12-18 08:10, Pavel Fedin wrote: > Well, it turned out more complicated than i thought. Here is the reduced > reproducer: > --- cut catch_test.cpp --- > #include > #include > #include > #include > #include > > void from_file(const std::string &filepath, std::vector &data); > > int mai

Re: [BUG] try..catch does not work if compiled with clang 8.0

2019-12-18 Thread Dominik Strasser
Hi, I am experiencing similar problems with my software. I am using Cygwin's mingw g++. The issue is very dependent on the files which are compiled, and how they are compiled. (-Ox, -g, ...) My suspicion is that the problem is with ld and the merging of the exception region tables, but was neve

RE: [BUG] try..catch does not work if compiled with clang 8.0

2019-12-18 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
The problem maybe in ABI incompatibility with older C++ (not C++11-compliant) run-time libraries: In C++11 class inheritance for many standard exceptions has changed greatly, so all the run-time libraries must be recompiled to match the inheritance seen by the compiler in the header files (when

Re: cygwin-3.1.0 and mintty from desktop shortcut

2019-12-18 Thread Achim Gratz
Takashi Yano writes: > Does anything change if the registry value ForceV2 is set to 0 under > HKEY_CURRENT_USER\Console? This disables the pseudo console feature. No, nothing that I can determine changes, but thanks for the suggestion. > Note: Do not forget to revert the registry value. Yup,. re

Re: cygwin-3.1.0 and mintty from desktop shortcut

2019-12-18 Thread Achim Gratz
Corinna Vinschen writes: >> There is some undesirable interaction when I try to start mintty from my >> desktop shortcut. Mintty itself starts OK, but any Cygwin program that >> mintty starts (whether a shell or something else) just goes into a >> spinloop (Windows says it's mostly kernel time). >

Alerte ... huile d'olive frelatée !

2019-12-18 Thread Consonews
mercredi 18 décembre 2019 Aletre à l’huile d’olive frelatée ! ( http://consonews.net/index.php?subid=33983&option=com_acymailing&ctrl=url&urlid=5433&mailid=1079 ) Produit indispensable dans la cuisine marocaine, l’huile d’olive est très prisée par les consommateurs marocains. En cette période

Re: Persistent issues around rebasing

2019-12-18 Thread Corinna Vinschen
On Dec 18 08:40, Eliot Moss wrote: > Dear Corinna, et al. -- > > I have had a persistent problem with DLL collision after fork. When I start > cygwin I use XLaunch, which starts two bash instances and an xemacs. These > come up fine. However, it is often the case that the xemacs can't fork ls t

Re: MC no longer working with cygwin 3.1.x

2019-12-18 Thread Marco Atzeri
Am 18.12.2019 um 15:42 schrieb Laurent R: Dear all, After the update to cygwin-3.1.1, mc (aka Midnight Commander) no longer starts. It goes into an infinite loop, if I go back to cygwin-3.0.7, mc works perfectly. I tested with cygwin-3.1.0, same problem. The MC version is 4.8.23 and the opera

Re: MC no longer working with cygwin 3.1.x

2019-12-18 Thread Takashi Yano
On Wed, 18 Dec 2019 14:42:53 + Laurent R wrote: > After the update to cygwin-3.1.1, mc (aka Midnight Commander) no longer > starts. It goes into an infinite loop, if I go back to cygwin-3.0.7, mc works > perfectly. > > I tested with cygwin-3.1.0, same problem. > > The MC version is 4.8.23 a

RE: [BUG] try..catch does not work if compiled with clang 8.0

2019-12-18 Thread Pavel Fedin
Well, it turned out more complicated than i thought. Here is the reduced reproducer: --- cut catch_test.cpp --- #include #include #include #include #include void from_file(const std::string &filepath, std::vector &data); int main() { try { std::vector data; from_file("

MC no longer working with cygwin 3.1.x

2019-12-18 Thread Laurent R
Dear all, After the update to cygwin-3.1.1, mc (aka Midnight Commander) no longer starts. It goes into an infinite loop, if I go back to cygwin-3.0.7, mc works perfectly. I tested with cygwin-3.1.0, same problem. The MC version is 4.8.23 and the operating system is Windows 10 Pro x64 1903. Reg

Re: mintty window flashes open and immediately closes

2019-12-18 Thread Brent Epp
Thanks, but I'm still on Windows 7, so this has no effect.  - Brent On 2019-12-18 05:24, Takashi Yano wrote: On Tue, 17 Dec 2019 14:58:56 -0600 Brent Epp wrote: Hello, I've been using cygwin for years with no problems.  I just updated cygwin again and I suddenly can't get into the terminal. W

Re: Bold typeface bug since cygwin-3.1.0

2019-12-18 Thread Bruce Jerrick
On 12/17/19 10:07 AM, Bruce Jerrick wrote: > Problem: > Since cygwin-3.1.0-0.7 (test) and now with cygwin-3.1.0-1, in mintty > (mintty-3.1.0-1), text in bold typeface disappears after certain > commands are executed. > > I have seen the problem under Windows 10 1903 and Windows 10 1903 > Insider

Re: mintty window flashes open and immediately closes

2019-12-18 Thread Takashi Yano
On Tue, 17 Dec 2019 14:58:56 -0600 Brent Epp wrote: > Hello, > > I've been using cygwin for years with no problems.  I just updated > cygwin again and I suddenly can't get into the terminal. When I click > the cygwin icon, the window just flashes and immediately closes. > > What's interesting i

Re: cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1)

2019-12-18 Thread Takashi Yano
On Tue, 17 Dec 2019 19:00:04 +0100 Achim Gratz wrote: > Corinna Vinschen writes: > > The following packages have been uploaded to the Cygwin distribution: > > > > * cygwin-3.1.0-1 > > * cygwin-devel-3.1.0-1 > > * cygwin-doc-3.1.0-1 > > > > There is some undesirable interaction when I try to start

Re: [ANNOUNCEMENT] cygwin 3.1.0-1

2019-12-18 Thread Corinna Vinschen
On Dec 18 10:23, Henning wrote: > On 16/12/2019 20:11, Corinna Vinschen wrote: > > The following packages have been uploaded to the Cygwin distribution: > > > > * cygwin-3.1.0-1 > > * cygwin-devel-3.1.0-1 > > * cygwin-doc-3.1.0-1 > > After cygwin-3.0.7 all attempts to update (to test or normal ve

[ANNOUNCEMENT] cygwin 3.1.1-1

2019-12-18 Thread Corinna Vinschen
The following packages have been uploaded to the Cygwin distribution: * cygwin-3.1.1-1 * cygwin-devel-3.1.1-1 * cygwin-doc-3.1.1-1 This is a bugfix release. Due to an oversight, Cygwin 3.1.0 does not run on Windows Vista and Windows Server 2008. Cygwin 3.1.1 fixes that. Have fun, Corinna --

Re: [ANNOUNCEMENT] cygwin 3.1.0-1

2019-12-18 Thread Henning
On 16/12/2019 20:11, Corinna Vinschen wrote: The following packages have been uploaded to the Cygwin distribution: * cygwin-3.1.0-1 * cygwin-devel-3.1.0-1 * cygwin-doc-3.1.0-1 After cygwin-3.0.7 all attempts to update (to test or normal versions) terminated with errors: Package: 0/Perpetual

Re: Request to update the coreutils package

2019-12-18 Thread Corinna Vinschen
On Dec 17 21:36, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: > Hi all, > > I don't know how current this file is: > > https://cygwin.com/cygwin-pkg-maint > > but was the coreutils package orphaned? It's like 4 years old now. It's a bout 2 years old, in fact, but yeah, it would be ni

Re: Bold typeface bug since cygwin-3.1.0

2019-12-18 Thread Corinna Vinschen
On Dec 17 10:07, Bruce Jerrick wrote: > Problem: > Since cygwin-3.1.0-0.7 (test) and now with cygwin-3.1.0-1, in mintty > (mintty-3.1.0-1), text in bold typeface disappears after certain > commands are executed. > > I have seen the problem under Windows 10 1903 and Windows 10 1903 > Insider Previe

Re: cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1)

2019-12-18 Thread Corinna Vinschen
On Dec 17 19:00, Achim Gratz wrote: > Corinna Vinschen writes: > > The following packages have been uploaded to the Cygwin distribution: > > > > * cygwin-3.1.0-1 > > * cygwin-devel-3.1.0-1 > > * cygwin-doc-3.1.0-1 > > > > There is some undesirable interaction when I try to start mintty from my > d

Re: GetProcessGroupAffinity error with cygwin 3.1.0-1

2019-12-18 Thread Corinna Vinschen
On Dec 17 17:38, cyg...@cygwin.roche.com wrote: > Hi Corinna, > > the developer snapshot works fine on Windows Server 2008! :-) Great, thanks for testing. Expect a Cygwin 3.1.1 package soon. Corinna -- Corinna Vinschen Cygwin Maintainer signature.asc Description: PGP signature