Gentoo Archives: gentoo-alt

From: Steven Trogdon <strogdon@×××××.edu>
To: gentoo-alt <gentoo-alt@l.g.o>
Subject: Re: [gentoo-alt] RAP bootstrap: call for test
Date: Sat, 18 Jun 2016 03:07:23
Message-Id: CAL52bMnM8bXAB7QsCOXg6JuUrLXuGx+r616a1Eqfu93s8UkucA@mail.gmail.com
In Reply to: Re: [gentoo-alt] RAP bootstrap: call for test by Benda Xu
1 Hi Benda,
2
3 Yes, the bootstrap of RAP now completes. However, the resulting
4 installed gfortran (5.4.0) may be broken. The simple fortran program:
5
6 program main
7 open(unit=9,file='conftest.out')
8 close(unit=9)
9
10 end
11
12 will not run.
13
14 $ gfortran -o conftest conftest.f && ./conftest
15 ./conftest: error while loading shared libraries: libgfortran.so.3:
16 cannot open shared object file: No such file or directory
17
18 libgfortran.so.3 is installed but there is a problem with runtime
19 linking. Additionally 'ldd -r' applied to libgfortran.so.3 reveals
20 that it is not properly linked with libquadmath.so.0.
21
22 Steven
23
24 On Wed, Jun 15, 2016 at 9:20 PM, Benda Xu <heroxbd@g.o> wrote:
25 > Hi Steven,
26 >
27 > Ruud has pointed out that the Debian Wheezy bug was due to incompatible
28 > sets of binutils of gcc between build and run time. I have applied a
29 > fix. Now Debian Wheezy amd64 is tamed.
30 >
31 > https://wiki.gentoo.org/wiki/Prefix/libc#Tested_Distributions
32 >
33 > At present all tested GNU/Linux distributions bootstraps RAP.
34 >
35 > Benda
36 >