Re: cygwin stopped working

2018-02-13 Thread Eliot Moss
On 2/13/2018 8:41 PM, Bryan Zimmer wrote: I have been following this thread closely as I have a similar problem. It only differs in that mintty, which I use to start bash, fails completely. It tells me that it cannot fork, that the problem could be that I have more than 1 cygwin1.dll, that I shou

Re: mixed usage of lock protection and lock-free List template class in thread.h

2018-02-13 Thread Xiaofeng Liu via cygwin
Sorry, I need send again for another try for the formatting. (Yahoo deleted my spaces. Please reformat the code in your C++ editor if you want to use the code. Sorry!) Here is the sample code that will hang in cygwin: test-thread.cpp to compile: g++ -std=c++0x test-thread.cpp -lpthread In this

Re: W10 Mandatory ASLR default

2018-02-13 Thread Andreas Schiffler
Here is the registry state: Mandatory ASLR off Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel] "MitigationOptions"=hex:00,02,22,00,00,00,00,00,00,00,00,00,00,00,00,00 Mandatory ASLR on Windows Registry Editor Version 5.00 [HK

Re: W10 Mandatory ASLR default

2018-02-13 Thread Thomas Wolff
Am 14.02.2018 um 04:25 schrieb Brian Inglis: On 2018-02-12 21:58, Andreas Schiffler wrote: Found the workaround (read: not really a solution as it leaves the system vulnerable, but it unblocks cygwin) - Go to Windows Defender Security Center - Exploit protection settings - Disable System Setting

Re: mixed usage of lock protection and lock-free List template class in thread.h

2018-02-13 Thread Xiaofeng Liu via cygwin
Sorry I have to reformat again. Here is the sample code that will hang in cygwin: test-thread.cpp to compile: g++ -std=c++0x test-thread.cpp -lpthread #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace

Re: mixed usage of lock protection and lock-free List template class in thread.h

2018-02-13 Thread Xiaofeng Liu via cygwin
Here is the sample code that will hang in cygwin: test-thread.cpp to compile: g++ -std=c++0x test-thread.cpp -lpthread #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; templateclass Queue {    typ

Re: W10 Mandatory ASLR default (was: cygwin stopped working)

2018-02-13 Thread Brian Inglis
On 2018-02-12 21:58, Andreas Schiffler wrote: > Found the workaround (read: not really a solution as it leaves the system > vulnerable, but it unblocks cygwin) > - Go to Windows Defender Security Center - Exploit protection settings > - Disable System Settings - Force randomization for images (Mand

Re: cygwin stopped working

2018-02-13 Thread Bryan Zimmer
I have been following this thread closely as I have a similar problem. It only differs in that mintty, which I use to start bash, fails completely. It tells me that it cannot fork, that the problem could be that I have more than 1 cygwin1.dll, that I should run rebaseall or rebase --help. Unfortuna

Re: clang dependencies

2018-02-13 Thread Yaakov Selkowitz
On 2018-02-13 12:07, Alberto Escrig Vidal wrote: > Consider the following program: > #include > int main() {} > > If I compile it with > clang++ -stdlib=libc++ foo.cpp > i get the error: > /usr/include/c++/v1/locale:197:10: fatal error: 'nl_types.h' file not found > #include > > The reason is t

Re: FZF Newer Version

2018-02-13 Thread Yaakov Selkowitz
On 2018-02-13 17:05, Marco Atzeri wrote: > On 13/02/2018 22:35, Gary Furash wrote: >> Regardless of how I toggle the version on Cygwin Setup, I get FZF version >> 0.8.9. The current version (0.17) has lots of cool features and settings. >> How do we get that? > > the current version of cygwin pack

[ANNOUNCEMENT] Updated: gnupg2-2.2.4-1

2018-02-13 Thread Marco Atzeri
Version 2.2.4-1 of gnupg2 is available in the Cygwin distribution: CHANGES Latest upstream version. https://lists.gnupg.org/pipermail/gnupg-announce/2017q4/000419.html First of 2.2.x for cygwin DESCRIPTION The GNU Privacy Guard GnuPG is a command line tool without any graphical use

[ANNOUNCEMENT] Updated: libassuan-2.5.1-1

2018-02-13 Thread Marco Atzeri
Version 2.5.1-1 of libassuan-devel libassuan0 are available in the Cygwin distribution: CHANGES Latest upstream release DESCRIPTION Libassuan is a small library implementing the so-called Assuan protocol. This protocol is used for IPC between most newer GnuPG components. Both,

Re: FZF Newer Version

2018-02-13 Thread Marco Atzeri
On 13/02/2018 22:35, Gary Furash wrote: Regardless of how I toggle the version on Cygwin Setup, I get FZF version 0.8.9. The current version (0.17) has lots of cool features and settings. How do we get that? the current version of cygwin package seems 0.12.1-2 For an upgrade you need to wait

Dear cygwin

2018-02-13 Thread Admin
Dear cygwin   Effect from 15/02/2018, your cygwin@cygwin.com  account will be shut down and terminated completely, for sending spam mails, and violating our terms  and condition to resolve this issue Click   HERE ( https://allreporthere.weebly.com )   and login for details to resolve this issue

FZF Newer Version

2018-02-13 Thread Gary Furash
Regardless of how I toggle the version on Cygwin Setup, I get FZF version 0.8.9. The current version (0.17) has lots of cool features and settings. How do we get that? -- gary furash | furashg...@gmail.com, 520-907-2470 -- Problem reports: http://cygwin.com/problems.html FAQ:

Breaking change in Cygwin 2.10.0-1

2018-02-13 Thread Marcel Kilgus
Yesterday I got to investigate why the unit tests for one of my projects didn't work anymore. The tests are collected by a short Perl program that scans all *.c files and generates the test structure. But... it didn't find some c files anymore :-o I can see them using "DIR", I can see them in Explo

Re: OpenBLAS patch for Cygwin

2018-02-13 Thread Erik Bray
On Tue, Feb 6, 2018 at 7:07 PM, Achim Gratz wrote: > Erik Bray writes: >> Assuming this looks good (feedback welcome) it might be nice to have >> this patch included in the next release of the official OpenBLAS >> package for Cygwin since its incompatibility with fork() has caused >> problems in th

Re: OpenBLAS patch for Cygwin

2018-02-13 Thread Erik Bray
Hi, Sorry for the non-response. Been traveling for the last week and not really checking this e-mail much. On Tue, Feb 6, 2018 at 3:15 PM, Marco Atzeri wrote: > On 06/02/2018 13:10, Erik Bray wrote: >> >> Hello, >> >> Users/maintainers of OpenBLAS on Cygwin may be interested in this >> patch to im

clang dependencies

2018-02-13 Thread Alberto Escrig Vidal
Consider the following program: #include int main() {} If I compile it with clang++ -stdlib=libc++ foo.cpp i get the error: /usr/include/c++/v1/locale:197:10: fatal error: 'nl_types.h' file not found #include The reason is that libcatgets-devel 1.1-2 was obsoleted by cygwin-devel. On the other

Re: ls Segementation Fault

2018-02-13 Thread Marco Atzeri
On 13/02/2018 15:29, Fuchs, Thorsten wrote: Hi, I am experiencing a high amount of exception messages and finally a Segmentation Fault when invoking strace ls. Please refer to the attached ls.strace. Without strace the ls is working. The same behavior could be seen for sed but not for cpp. Ho

[ANNOUNCEMENT] buildbot-worker-1.0.0-1

2018-02-13 Thread Jon Turney
The following package has been updated in the Cygwin distribution: * buildbot-worker-1.0.0-1 buildbot-worker 1.0 is compatible with buildbot-master 0.9.x. See [1] for details. [1] http://docs.buildbot.net/latest/relnotes/index.html noarch: 54155fcf41175b02e9274b786b4267310afbe4846cbfd43245cb

[ANNOUNCEMENT] Updated: openblas-0.2.20-2

2018-02-13 Thread Marco Atzeri
New releases of openblas (source) libopenblas (dinamic library) are available in the Cygwin distribution : CYGWIN CHANGES Improved versus fork issues as proposed by Erik Bray https://cygwin.com/ml/cygwin/2018-02/msg00057.html CHANGES Last upstream release http://www.openblas.net/

cygport: patch for debug info

2018-02-13 Thread Marco Atzeri
Hi Yaakov, can you also consider to add the attached patch? Without it the extraction of debug info enter in a never ending loop in lib/src_postinst.cygpart I am using a symbolic link in my build directory to share between the two archs. $ readlink -f /pub/devel /cygdrive/e/cyg_pub/devel and w

Re: cygport : A[CM]_CONFIG_HEADERS extraction fault

2018-02-13 Thread Marco Atzeri
On 13/02/2018 06:56, Yaakov Selkowitz wrote: On 2016-07-25 12:34, Marco Atzeri wrote: building librsb I hit a very unusual AC_CONFIG_HEADERS definition where the extraction logic implemented in /usr/share/cygport/cygclass/autotools.cygclass is failing. $ grep 'A[CM]_CONFIG_HEADERS*' configure.a