Re: libgfortran3 respin : status and problem
On Sun, Mar 27, 2011 at 6:34 AM, Yaakov (Cygwin/X) wrote: > On Sat, 2011-03-26 at 11:33 +0100, marco atzeri wrote: >> the test case is a normal Fortran program that call numerical functions and >> print output with a really standard "write" command, nothing fancy. >> It used to work fine with previous libgfortran3-4.3.4-3 and cygwin-1.7.7 > > FWIW, qrupdate's test suite WJFFM with DLL from recent CVS (2011-03-20) > and Ports' gcc 4.5.2-2 (which was also rebuilt for 1.7.8). > > > Yaakov > > which lapack ? 3.2.2-1 of distro ? Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: libgfortran3 respin : status and problem
On Sun, 2011-03-27 at 07:43 +0200, marco atzeri wrote: > which lapack ? 3.2.2-1 of distro ? 3.2.2 rebuilt with cygwin 1.7.8 and Ports' gcc 4.5.2-2. Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: libgfortran3 respin : status and problem
On Sun, Mar 27, 2011 at 10:15 AM, Yaakov (Cygwin/X) wrote: > On Sun, 2011-03-27 at 07:43 +0200, marco atzeri wrote: >> which lapack ? 3.2.2-1 of distro ? > > 3.2.2 rebuilt with cygwin 1.7.8 and Ports' gcc 4.5.2-2. > > > Yaakov > Thanks, I start to think that there is a problem in lapack-3.2.2.-2 built with gcc-4.3.4-4. It looks that slartg never returns; I need to further dig. Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: Solution to using different usernames
I was able to achieve the desired result without modifiying /etc/passwd. What I did was expand /etc/profile.d/user.sh to: # use Windows's USERNAME variable USER=$USERNAME export USER HOME=/home/$USER export HOME Next I zeroed out /etc/passwd so it was a blank file. Combine these together and SSH now found the right user. I did some testing, it turns out that you don't really have to expand /etc/profile.d/user.sh. I think if Cygwin doesn't get what it wants from /etc/passwd it moves to check somewhere else. Also, I was told this might cause problems when changing user; I've never had to change users so I don't know how to test for it. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
1.5.25: bug in touch statement
Hi, I can't do on cygwin 1.5.25 : $ touch -t 201103270200 file touch: format de date invalide `201103270200' nor this equivalent : $touch -t 03270200 file It's very surprising , but ... If I change 27 for 28 it's OK - idem if i change 2011 by 2010... Globally, it's working on 99.99% of cases. More surprising, the same problem exists on ubuntu 10.10. !!! touch: invalid date format `201103270200' Some patterns are only concerned! I am disapointed to raise such problem after thousands and thousands uses of this statement. -- Andre -- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: 1.5.25: bug in touch statement
On Mon, Mar 28 2011, andre wrote: > Hi, > > I can't do on cygwin 1.5.25 : > $ touch -t 201103270200 file > touch: format de date invalide `201103270200' > > nor this equivalent : $touch -t 03270200 file > > It's very surprising , but ... > If I change 27 for 28 it's OK - idem if i change 2011 by 2010... I would guess this has something to do with the transition to daylight saving time, which happened at 0200 on 2011-03-27. This means that the time you are specifying didn't ever exist (in your local time zone) because 0200 became 0300. Perhaps you can get what you want by specifying the time in UTC? Regards, Toby. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
[ANNOUNCEMENT] Updated: mksh-39c-5
Version 39c-5 of "mksh" has been uploaded. MirBSD Korn Shell (mksh) is an actively developed free implementation of the Korn Shell programming language and a successor to the Public Domain Korn Shell (pdksh). New in this release: - Fix issue in the '-4' release where 'cd' would fold the '//' path to '/' *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read*all* of the information on unsubscribing that is available starting at this URL. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple