Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××.be>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?
Date: Wed, 20 Dec 2017 08:09:14
Message-Id: H25PGKTO.AMS6KUDP.CLYCPRZZ@WFNFK22G.DTGJ5E5R.6ODPCEM3
In Reply to: Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails? by Bas Zoutendijk
1 On 12/19/2017 07:13:55 PM, Bas Zoutendijk wrote:
2 > On Tue 19 Dec 2017 at 16:45:15 +0100, Helmut Jarausch wrote:
3 > > In addition. I keep gcc-6.4.0 since it can generate PIE-enabled
4 > > executables AND it it the last compiler with 'gcj'.
5 > >
6 > > I don't understand why 'pdftk' and packages depending on that have
7 > been
8 > > masked.
9 > >
10 > > They build and run fine here (profile 17.0)
11 >
12 > If I read the =app-text/pdftk-2.02 ebuild correctly, it actually
13 > uses
14 > GCC 5.4.0, regardless of what your system compiler is (6.4.0
15 > for
16 > profile 17.0):
17 >
18 > # We need gcc-5 because of Java
19 > export PATH="$(gcc-config -B 5.4.0):${PATH}"
20 >
21
22 Yes, but you can change this to
23
24 RDEPEND="sys-devel/gcc:6.4.0[gcj]"
25
26
27 which works just fine.

Replies

Subject Author
Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails? David Haller <gentoo@×××××××.de>