Re: Severe issue with gfortran (from gcc) with binary builds

2012-05-18 Thread Thomas Robitaille
The Lion buildbot was initially set up with Xcode 4.1 so the Lion packages were initially built with that. The buildbot has since then been updated to Xcode 4.3.2 but no new version/revision of gmp has been committed since then so the package has not been rebuilt on that. The gmp port

Severe issue with gfortran (from gcc) with binary builds

2012-05-17 Thread Thomas Robitaille
Hi all, I've identified a major issue which occurs with gfortran in MacPorts, but since I can't identify which dependency is responsible (all I know is that it's due to the binary builds), I thought I'd post here to ask for help. To give some background, Fortran has the option to declare floats

Re: Severe issue with gfortran (from gcc) with binary builds

2012-05-17 Thread Markus W. Weißmann
Hi all, as we discussed off-list: I cannot reproduce this problem with the binary packages on 10.7. If you want to help us track this error down, please create a file test.f90 and put Thomas example program text in it: program test implicit none print *, selected_int_kind(13) print *,

Re: Severe issue with gfortran (from gcc) with binary builds

2012-05-17 Thread Joshua Root
On 2012-5-17 18:57 , Thomas Robitaille wrote: I've identified a major issue which occurs with gfortran in MacPorts, but since I can't identify which dependency is responsible (all I know is that it's due to the binary builds), I thought I'd post here to ask for help. [...] If I install

Re: Severe issue with gfortran (from gcc) with binary builds

2012-05-17 Thread Ryan Schmidt
On May 17, 2012, at 03:57, Thomas Robitaille wrote: If I install MacPorts (on 10.7) then gcc45 from scratch with binary packages, the issue is there. If I install all packages from scratch with the -s flag, the issue disappears. This suggests to me that there is an issue with one of the