Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

24.08.2014, 22:08

distcc während der Installation läßt sich nicht emergen

Hi,
wenn ich während der Installation (mit der Install-ISO) wie im howto beschrieben distcc installieren will

Quellcode

1
USE='-*' emerge --nodeps sys-devel/distcc


bricht die Installation ab mit

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
 * No Python implementation selected for the build. Please set
 * the PYTHON_SINGLE_TARGET variable in your make.conf to one
 * of the following values:
 * 
 * python2_6 python2_7

 * ERROR: sys-devel/distcc-3.1-r9 failed (setup phase):
 *   No supported Python implementation in PYTHON_SINGLE_TARGET.
 * 
 * Call stack:
 *                 ebuild.sh, line  93:  Called pkg_setup
 *      distcc-3.1-r9.ebuild, line  40:  Called python-single-r1_pkg_setup
 *   python-single-r1.eclass, line 261:  Called python_setup
 *   python-single-r1.eclass, line 251:  Called die
 * The specific snippet of code:
 *   		die "No supported Python implementation in PYTHON_SINGLE_TARGET."
 * 
 * If you need support, post the output of `emerge --info '=sys-devel/distcc-3.1-r9'`,
 * the complete build log and the output of `emerge -pqv '=sys-devel/distcc-3.1-r9'`.
 * The complete build log is located at '/var/log/portage/sys-devel:distcc-3.1-r9:20140824-220347.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/distcc-3.1-r9/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/distcc-3.1-r9/temp/die.env'.
 * Working directory: '/var/tmp/portage/sys-devel/distcc-3.1-r9'
 * S: '/var/tmp/portage/sys-devel/distcc-3.1-r9/work/distcc-3.1'

>>> Failed to emerge sys-devel/distcc-3.1-r9, Log file:

>>>  '/var/log/portage/sys-devel:distcc-3.1-r9:20140824-220347.log'

 * Messages for package sys-devel/distcc-3.1-r9:

 * No Python implementation selected for the build. Please set
 * the PYTHON_SINGLE_TARGET variable in your make.conf to one
 * of the following values:
 * 
 * python2_6 python2_7
 * ERROR: sys-devel/distcc-3.1-r9 failed (setup phase):
 *   No supported Python implementation in PYTHON_SINGLE_TARGET.
 * 
 * Call stack:
 *                 ebuild.sh, line  93:  Called pkg_setup
 *      distcc-3.1-r9.ebuild, line  40:  Called python-single-r1_pkg_setup
 *   python-single-r1.eclass, line 261:  Called python_setup
 *   python-single-r1.eclass, line 251:  Called die
 * The specific snippet of code:
 *   		die "No supported Python implementation in PYTHON_SINGLE_TARGET."
 * 
 * If you need support, post the output of `emerge --info '=sys-devel/distcc-3.1-r9'`,
 * the complete build log and the output of `emerge -pqv '=sys-devel/distcc-3.1-r9'`.
 * The complete build log is located at '/var/log/portage/sys-devel:distcc-3.1-r9:20140824-220347.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/distcc-3.1-r9/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/distcc-3.1-r9/temp/die.env'.
 * Working directory: '/var/tmp/portage/sys-devel/distcc-3.1-r9'
 * S: '/var/tmp/portage/sys-devel/distcc-3.1-r9/work/distcc-3.1'


In der make.conf habe ich daraufhin

Quellcode

1
PYTHON_SINGLE_TARGET="python2_6"
eingefügt, aber das scheint's auf der iso nicht zu geben:

Quellcode

1
2
3
eselect python list
Available Python interpreters:
  [1]   python3.2 *


Wie bring ich distcc zum laufen?

Rüdiger

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Regidür« (26.08.2014, 09:45)


2

24.08.2014, 22:24

Warum fällt mir immer erst die Lösung ein, wenn ich gepostet habe? :whistling: :whistling: :whistling: :whistling:

Quellcode

1
emerge -av python:2.7


Rüdiger

3

24.08.2014, 22:40

Zu früh gefreut... trotz installiertem python 2_7 scheitert der build mit der gleichen Fehlermeldung. WTF?

Rüdiger

4

26.08.2014, 09:44

Problem gelöst: ich habe eine zu alte stage3 beim Installieren benutzt, die sich alsbald verschluckt hat. Mit aktueller geht alles.

Rüdiger