[Bug fortran/58842] libgfortran configuration error in 32-bit mode for GCC 4.8 with MacPorts universal installation

2014-03-05 Thread egall at gwmail dot gwu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58842

--- Comment #4 from Eric Gallager egall at gwmail dot gwu.edu ---
(In reply to Eric Gallager from comment #3)
 I am running into this error as well. I attached my relevant logfiles in the
 downstream ticket that the OP linked to.
 
 (In reply to Dominique d'Humieres from comment #1)
  
  Check 
  (1) that you have the right versions of this libraries in /opt/local that
  pass 'make check' without error;
 
 Local-Admins-MacBook-Pro:~ ericgallager$ port installed gmp mpfr libmpc
 The following ports are currently installed:
   gmp @5.1.2_0+universal (active)
   libmpc @1.0.2_0+universal (active)
   mpfr @3.1.1-p2_0+universal (active)
 
 I lost my results for their testsuites, but I suppose that I can run them
 again...

So I am back after re-running the testsuites, and it turned out that mpfr was
the culprit, so I opened a separate issue downstream for that:
https://trac.macports.org/ticket/42732


[Bug fortran/58842] libgfortran configuration error in 32-bit mode for GCC 4.8 with MacPorts universal installation

2014-03-05 Thread egall at gwmail dot gwu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58842

--- Comment #5 from Eric Gallager egall at gwmail dot gwu.edu ---
(In reply to Eric Gallager from comment #4)
  I lost my results for their testsuites, but I suppose that I can run them
  again...
 
 So I am back after re-running the testsuites, and it turned out that mpfr
 was the culprit, so I opened a separate issue downstream for that:
 https://trac.macports.org/ticket/42732

Actually libmpc was to blame as well: https://trac.macports.org/ticket/42733


[Bug fortran/58842] libgfortran configuration error in 32-bit mode for GCC 4.8 with MacPorts universal installation

2014-03-02 Thread egall at gwmail dot gwu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58842

Eric Gallager egall at gwmail dot gwu.edu changed:

   What|Removed |Added

 CC||egall at gwmail dot gwu.edu

--- Comment #3 from Eric Gallager egall at gwmail dot gwu.edu ---
I am running into this error as well. I attached my relevant logfiles in the
downstream ticket that the OP linked to.

(In reply to Dominique d'Humieres from comment #1)
 
 Check 
 (1) that you have the right versions of this libraries in /opt/local that
 pass 'make check' without error;

Local-Admins-MacBook-Pro:~ ericgallager$ port installed gmp mpfr libmpc
The following ports are currently installed:
  gmp @5.1.2_0+universal (active)
  libmpc @1.0.2_0+universal (active)
  mpfr @3.1.1-p2_0+universal (active)

I lost my results for their testsuites, but I suppose that I can run them
again...

 (2) that you don't have other such libraries which may interfere with the
 one in /opt/local (look into /usr/local for instance).

MacPorts sanitizes its build environment to avoid finding things in places like
/usr/local. That is a moot point though, as I do not have any of gmp, mpfr, or
libmpc installed in /usr/local anyways.


[Bug fortran/58842] libgfortran configuration error in 32-bit mode for GCC 4.8 with MacPorts universal installation

2013-12-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58842

Dominique d'Humieres dominiq at lps dot ens.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr ---
No feedback. Closing as WORKSFORME.


[Bug fortran/58842] libgfortran configuration error in 32-bit mode for GCC 4.8 with MacPorts universal installation

2013-10-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58842

--- Comment #1 from Dominique d'Humieres dominiq at lps dot ens.fr ---
The error GNU Fortran is not working is often related to problems with one
(or several) of the gmp, mpfr, or mpc libraries. You may have a look at the
following PRs: pr30960, pr34207, pr34242, pr36586, pr36810, pr41601, pr43770,
pr45641, pr50062, pr50238, pr51103, or pr51607.

Check 
(1) that you have the right versions of this libraries in /opt/local that pass
'make check' without error;
(2) that you don't have other such libraries which may interfere with the one
in /opt/local (look into /usr/local for instance).