Gentoo Archives: gentoo-alt

From: Steven Trogdon <strogdon@×××××.edu>
To: gentoo-alt <gentoo-alt@l.g.o>
Subject: Fwd: [gentoo-alt] RAP bootstrap: call for test
Date: Sat, 18 Jun 2016 15:25:58
Message-Id: CAL52bMmdBiGBC-TP2gvSo9o1KOMjCejk-YP_JsDmGVHavXPkZg@mail.gmail.com
1 ---------- Forwarded message ----------
2 From: Steven Trogdon <strogdon@×××××.edu>
3 Date: Sat, Jun 18, 2016 at 9:50 AM
4 Subject: Re: [gentoo-alt] RAP bootstrap: call for test
5 To: Marko Vendelin <markov@××××××××××.ee>
6
7
8 Thanks Marco. Yes, that seemed to fix things. I should have thought of
9 trying that.
10
11 Steven
12
13 ---
14 On Sat, Jun 18, 2016 at 1:19 AM, Marko Vendelin <markov@××××××××××.ee> wrote:
15 > Hi Steven:
16 >
17 > try to run ldconfig [-v] in your prefix. Sometimes it seems to be needed. In
18 > my prefix, your test .f works as expected.
19 >
20 > Cheers,
21 >
22 > Marko
23 >
24 > On 18/06/16 06:07, Steven Trogdon wrote:
25 >>
26 >> Hi Benda,
27 >>
28 >> Yes, the bootstrap of RAP now completes. However, the resulting
29 >> installed gfortran (5.4.0) may be broken. The simple fortran program:
30 >>
31 >> program main
32 >> open(unit=9,file='conftest.out')
33 >> close(unit=9)
34 >>
35 >> end
36 >>
37 >> will not run.
38 >>
39 >> $ gfortran -o conftest conftest.f && ./conftest
40 >> ./conftest: error while loading shared libraries: libgfortran.so.3:
41 >> cannot open shared object file: No such file or directory
42 >>
43 >> libgfortran.so.3 is installed but there is a problem with runtime
44 >> linking. Additionally 'ldd -r' applied to libgfortran.so.3 reveals
45 >> that it is not properly linked with libquadmath.so.0.
46 >>
47 >> Steven
48 >>
49 >> On Wed, Jun 15, 2016 at 9:20 PM, Benda Xu <heroxbd@g.o> wrote:
50 >>>
51 >>> Hi Steven,
52 >>>
53 >>> Ruud has pointed out that the Debian Wheezy bug was due to incompatible
54 >>> sets of binutils of gcc between build and run time. I have applied a
55 >>> fix. Now Debian Wheezy amd64 is tamed.
56 >>>
57 >>> https://wiki.gentoo.org/wiki/Prefix/libc#Tested_Distributions
58 >>>
59 >>> At present all tested GNU/Linux distributions bootstraps RAP.
60 >>>
61 >>> Benda
62 >>>
63 >

Replies

Subject Author
Re: Fwd: [gentoo-alt] RAP bootstrap: call for test Benda Xu <heroxbd@g.o>