Gentoo Archives: gentoo-user

From: Bas Zoutendijk <slzoutendijk@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?
Date: Tue, 19 Dec 2017 18:14:03
Message-Id: 20171219181354.GA11809@blackeye.localdomain
In Reply to: Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails? by Helmut Jarausch
1 On Tue 19 Dec 2017 at 16:45:15 +0100, Helmut Jarausch wrote:
2 > In addition. I keep gcc-6.4.0 since it can generate PIE-enabled
3 > executables AND it it the last compiler with 'gcj'.
4 >
5 > I don't understand why 'pdftk' and packages depending on that have been
6 > masked.
7 >
8 > They build and run fine here (profile 17.0)
9
10 If I read the =app-text/pdftk-2.02 ebuild correctly, it actually uses
11 GCC 5.4.0, regardless of what your system compiler is (6.4.0 for
12 profile 17.0):
13
14 # We need gcc-5 because of Java
15 export PATH="$(gcc-config -B 5.4.0):${PATH}"
16
17 Sincerely,
18
19 Bas
20
21 --
22 Sebastiaan L. Zoutendijk | slzoutendijk@×××××.com

Replies

Subject Author
Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails? Helmut Jarausch <jarausch@××××××.be>