Re: Strange errors running gcc tests on Cygwin

2017-03-04 Thread Daniel Santos
Is this a documentation error then? (from https://cygwin.com/cygwin-ug-net/setup-env.html) The LD_LIBRARY_PATH environment variable is used by the Cygwin function dlopen () as a list of directories to search for .dll files to load. This environment variable is converted from Windows

Re: Strange errors running gcc tests on Cygwin

2017-03-04 Thread Daniel Santos
Seeing how this means that gcc testsuite results are useless for exposing regressions in gcc libraries, I've opened a gcc bug report. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79867 Daniel -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/fa

RE: Profile XXXXX failed to execute.

2017-03-04 Thread Nilesh Shedge
Thank You -Original Message- From: Andrey Repin [mailto:anrdae...@yandex.ru] Sent: Saturday, March 4, 2017 6:49 AM To: Nilesh Shedge ; cygwin@cygwin.com Subject: Re: Profile X failed to execute. Greetings, Nilesh Shedge! > Profile FileServer failed to execute. > Execution log > ---

Re: Strange errors running gcc tests on Cygwin

2017-03-04 Thread Daniel Santos
On 03/04/2017 09:46 PM, JonY wrote: Cygwin does NOT use LD_LIBRARY_PATH, Cygwin uses PATH like all Windows programs. It is one aspect that does not conform to *nix expectations. Wonderful, this simplifies it greatly! I was wondering why the dlls were under /usr/bin. :) Anyway, I'm waiting f

Re: Strange errors running gcc tests on Cygwin

2017-03-04 Thread JonY
On 03/05/2017 02:52 AM, Daniel Santos wrote: > Well, that's the silly thing; when I ran all of this on my patched code, > I did not get these errors. I'm planning on re-running them kind-of in > hopes that I *will* get these errors so that my compare will be clean, > but to me this is still not g

[ANNOUNCEMENT] [Updated] Perl distributions

2017-03-04 Thread Achim Gratz
noarch -- perl-Capture-Tiny-0.46-1 perl-Date-Manip-6.58-1 perl-DateTime-TimeZone-2.10-1 perl-JSON-MaybeXS-1.003009-1 perl-LWP-Protocol-https-6.07-1 perl-Log-Log4perl-1.49-1 perl-Mojolicious-7.27-1 perl-Net-DNS-1.08-1 perl-Net-HTTP-6.13-1 perl-Specio-0.36-1 perl-Test-Simple-1.302078-1 perl-Tex

Re: Strange errors running gcc tests on Cygwin

2017-03-04 Thread Daniel Santos
HAH! Well I hadn't actually subscribed to the mailing list and decided to check the archive to see if anybody replied only to the list. (I'm subscribed now) > In order to test gfortran 7.1 without installing, you will need to copy > cyggfortran-4.dll into a folder which is on LD_LIBRARY_PATH. m

Re: bind 9.11.0-2.P3 announcement

2017-03-04 Thread M2
I have a strange situation here: DiG 9.11.0-P3 does not work, but nslookup does. Target server XXX.220.6.135 is a Windows domain controller with the following versions: $ dig @160.220.6.135 version.bind txt chaos > ;; Warning: query response not set > ;; Warning: Message parser reports malforme

Re: Strange errors running gcc tests on Cygwin

2017-03-04 Thread Tim Prince via cygwin
On 3/4/2017 12:48 AM, Daniel Santos wrote: > Hello. I'm trying to validate a gcc patchset that affects msabi > functions, so I need good test results on Cygwin, but my unpatched > tests are getting hundreds of failures for which I cannot determine > the cause. I'm running Cygwin 64 bit on Windows