Gentoo Archives: gentoo-alt

From: "François Bissey" <francois.bissey@×××××××××××××.nz>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] rap experiments
Date: Fri, 20 Jan 2017 02:52:23
Message-Id: 59408cee-9116-ea8d-eb5f-86845828779a@canterbury.ac.nz
1 Hi,
2
3 I have been experimenting putting RAP on
4 a fresh SLES11SP1 install on ppc64...
5
6 Yes it is not supported by default I realised
7 pretty fast. After generating a profile that
8 looked OK I moved on the various stages.
9
10 My first real issue was building sed in stage 1.
11 I had to compile xz and link to /usr/bin for
12 the latest sed to unpack without error.
13 There should probably be some dependency there
14 since `xz` was merged a few minutes later.
15
16 Similarly bison initially failed because I didn't
17 have help2man installed on the host system.
18
19 I had to keyword baselayout-prefix ~ppc64.
20
21 But all those are quite minor overall,
22 so I am now in stage 3 and gcc-5.4.0-r2 fails
23 to build. It fails during its own "stage 2"
24 with:
25 build/genmatch --gimple
26 /shared/work_no_backup/ppc64-prefix/tmp/var/tmp/portage/sys-devel/gcc-5.4.0-r2/work/gcc-5.4.0/gcc/match.pd
27 \
28 > tmp-gimple-match.c
29 build/genmatch: /lib64/ld64.so.1: version `GLIBC_2.22' not found
30 (required by build/genmatch)
31 make[3]: *** [s-match] Error 1
32
33 so it didn't look for my RAP glibc are there
34 any RAP specific patches that are applied to
35 gcc?
36
37 Cheers,
38 Francois

Replies

Subject Author
Re: [gentoo-alt] rap experiments Benda Xu <heroxbd@g.o>
[gentoo-alt] RAP on ppc64 (SLES11.1) "François Bissey" <francois.bissey@×××××××××××××.nz>