Sie sind nicht angemeldet.

[gelöst] libxcb baut nicht

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

12.12.2014, 13:40

libxcb baut nicht

Irgenwie ist meine neue Installation verkorkst.
Ich muss ganz viele Pakete explizit pyhton 2.7 freischalten, obwohl das in der make.conf global gesetzt ist.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
sys-apps/portage python_targets_python2_7
sys-apps/dbus systemd
x11-proto/xcb-proto python_targets_python2_7
dev-lang/python xml
=x11-base/xorg-server-1.15.0 xorg udev
=gnome-base/gnome-shell-3.12.2 python-targets_python2_7
net-misc/networkmanager dhcpcd nss
#sys-apps/systemd gudev
virtual/udev systemd
dev-python/pyxml python_targets_python2_7
app-portage/gentoolkit python_targets_python2_7
dev-python/elementtree python_targets_python2_7
=dev-python/setuptools-7.0 python_targets_python2_7


Nur so erbarmt sich der tree, sich installieren zu lassen.

Jetzt baut aber libxcb nicht:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
sys-apps/portage python_targets_python2_7
sys-apps/dbus systemd
x11-proto/xcb-proto python_targets_python2_7
dev-lang/python xml
=x11-base/xorg-server-1.15.0 xorg udev
=gnome-base/gnome-shell-3.12.2 python-targets_python2_7
net-misc/networkmanager dhcpcd nss
#sys-apps/systemd gudev
virtual/udev systemd
dev-python/pyxml python_targets_python2_7
app-portage/gentoolkit python_targets_python2_7
dev-python/elementtree python_targets_python2_7
=dev-python/setuptools-7.0 python_targets_python2_7


Ich habe probiert, elementtree zu installieren, das ändert aber nichts. Auch habe ich es mal mit python3_3 probiert, desweiteren libXau, and libXdmcp reingeholt bzw. neugebaut.

Auch xcbproto mit verschiedenen Pythons gebaut, da ändert sich zwar die Fehlermeldung, aber es baut auch nicht.
Jetzt habe ich keine Idee mehr...

Bedankt,
Rüdiger

PS: Fehlermeldung:

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
/usr/bin/python2.7 /var/tmp/portage/x11-libs/libxcb-1.10/work/libxcb-1.10/src/c_client.py -p /dev/null /usr/share/xcb/damage.xml
Traceback (most recent call last):
  File "/var/tmp/portage/x11-libs/libxcb-1.10/work/libxcb-1.10/src/c_client.py", line 2, in <module>
Traceback (most recent call last):
  File "/var/tmp/portage/x11-libs/libxcb-1.10/work/libxcb-1.10/src/c_client.py", line 2, in <module>
    from xml.etree.cElementTree import *
  File "/usr/lib64/python2.7/xml/etree/cElementTree.py", line 3, in <module>
    from xml.etree.cElementTree import *
  File "/usr/lib64/python2.7/xml/etree/cElementTree.py", line 3, in <module>
    from _elementtree import *
ImportError: No module named _elementtree
    from _elementtree import *
ImportError: No module named _elementtree
Traceback (most recent call last):
  File "/var/tmp/portage/x11-libs/libxcb-1.10/work/libxcb-1.10/src/c_client.py", line 2, in <module>
    from xml.etree.cElementTree import *
  File "/usr/lib64/python2.7/xml/etree/cElementTree.py", line 3, in <module>
    from _elementtree import *
ImportError: No module named _elementtree
Makefile:1282: recipe for target 'bigreq.c' failed
make[1]: *** [bigreq.c] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:1282: recipe for target 'xc_misc.c' failed
make[1]: *** [xc_misc.c] Error 1
Makefile:1282: recipe for target 'damage.c' failed
make[1]: *** [damage.c] Error 1
Traceback (most recent call last):
  File "/var/tmp/portage/x11-libs/libxcb-1.10/work/libxcb-1.10/src/c_client.py", line 2, in <module>
    from xml.etree.cElementTree import *
  File "/usr/lib64/python2.7/xml/etree/cElementTree.py", line 3, in <module>
    from _elementtree import *
ImportError: No module named _elementtree
Makefile:1282: recipe for target 'xproto.c' failed
make[1]: *** [xproto.c] Error 1
Traceback (most recent call last):
  File "/var/tmp/portage/x11-libs/libxcb-1.10/work/libxcb-1.10/src/c_client.py", line 2, in <module>
    from xml.etree.cElementTree import *
  File "/usr/lib64/python2.7/xml/etree/cElementTree.py", line 3, in <module>
    from _elementtree import *
ImportError: No module named _elementtree
Makefile:1282: recipe for target 'composite.c' failed
make[1]: *** [composite.c] Error 1
make[1]: Leaving directory '/var/tmp/portage/x11-libs/libxcb-1.10/work/libxcb-1.10-abi_x86_64.amd64/src'
Makefile:574: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
 * ERROR: x11-libs/libxcb-1.10::gentoo failed (compile phase):
 *   emake failed


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
emerge --info '=x11-libs/libxcb-1.10::gentoo'
Portage 2.2.14 (python 2.7.7-final-0, default/linux/amd64/13.0/desktop/gnome/systemd, gcc-4.8.3, glibc-2.19-r1, 3.18.0-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.18.0-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_M_620_@_2.67GHz-with-gentoo-2.2
KiB Mem:     8034732 total,   5860312 free
KiB Swap:    8388604 total,   8388604 free
Timestamp of tree: Thu, 11 Dec 2014 00:45:01 +0000
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash:          4.2_p53
dev-lang/perl:            5.18.2-r2
dev-lang/python:          2.7.7, 3.3.5-r1, 3.4.1
dev-util/pkgconfig:       0.28-r1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.13.4
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.8.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.16 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -mtune=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.netcologne.de/gentoo/"
LANG="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync5.de.gentoo.org/gentoo-portage"
USE="alsa alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mmap_emul alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol amd64 atm build deprecated fbcon fbcondecor ipv6 livecd loop-aes lvm1 midi mng modules ncurses nls nptl nptlonly pam png portaudio readline socks5 ssl truetype unicode usb" ABI_X86="64" ELIBC="glibc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LINGUAS="de en" USERLAND="GNU" VIDEO_CARDS="nvidia"
USE_PYTHON="2.7"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Regidür« (12.12.2014, 19:47)


2

12.12.2014, 13:48

ich habe übrigens vorher das System mit depclean gesäubert und pyhton-updater angestossen, der aber nichts installieren wollte. Außerdem mit MAKEOPTS="-j1" probiert.

3

12.12.2014, 14:12

und nochmal das komplette build.log als Datei..
»Regidür« hat folgende Datei angehängt:

4

12.12.2014, 19:46

Merkwürdigerweise war für python das build-flag eingeschaltet. Ich muss es explizit in package.use ausschalten, dann baut das Paket.
Danke für's Zuhören ;-)

Rüdiger

5

12.12.2014, 19:50

Hallo Regidür

Keine Ahnung ob es dir hiflr, aber ich hatte letzte Woche beim Updaten ein ähnliches Problem mit Python. Obwohl bei PYTHON_TARGETS sowohl die 2.7 als auch die 3.3 stand wollte er die 2.7 nicht setzten. Habe dann PYTHON_TARGETS und PYTHON_SINGLE_TARGET aus der make.conf entfernt und erst dann lief alles.
Intel Core2 Quad CPU @ 2.40GHz mit Gentoo/Gnome3