Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Fatal problem: Pyton-updater "kills" PC
Date: Sat, 05 Jun 2010 18:55:26
Message-Id: 20100605185424.GA5068@solfire
1 hallo,
2
3 This morning I updated my newly installed Gentoo.
4 Via "eselect read news" I was told, that a new
5 python version (3.1.*) was installed and I should
6 run python-updater, which I did.
7
8 while compiling boost, the PC was killed. It looks
9 like it was told to switch off itsself.
10
11 I rebooted the PC into runlevel 2 and repeated the
12 whole thing. Again compiling/merging boost kills
13 the PC the same way.
14
15 I rebooted the PC into runlevel "S". After starting
16 python-updater compiling/mergeing boost kills the
17 PC.
18
19 Each time it looks like someone has switched off the
20 power.
21
22 From emerge log:
23 1275759027: Started emerge on: Jun 05, 2010 19:30:27
24 1275759027: *** emerge --deep --oneshot --keep-going --verbose app-office/gnumeric:0 dev-libs/boost:1.41 dev-python/lxml:0 dev-python/setuptools:0
25 1275759031: >>> emerge (1 of 4) dev-python/setuptools-0.6.10 to /
26 1275759033: === (1 of 4) Cleaning (dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
27 1275759033: === (1 of 4) Compiling/Merging (dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
28 1275759046: >>> emerge (1 of 3) dev-libs/boost-1.41.0-r3 to /
29 1275759048: === (1 of 3) Cleaning (dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
30 1275759048: === (1 of 3) Compiling/Merging (dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
31 1275760538: Started emerge on: Jun 05, 2010 19:55:38
32 1275760538: *** emerge --deep --oneshot --keep-going --verbose app-office/gnumeric:0 dev-libs/boost:1.41 dev-python/lxml:0 dev-python/setuptools:0
33 1275760552: >>> emerge (1 of 4) dev-python/setuptools-0.6.10 to /
34 1275760553: === (1 of 4) Cleaning (dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
35 1275760553: === (1 of 4) Compiling/Merging (dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
36 1275760566: >>> emerge (1 of 3) dev-libs/boost-1.41.0-r3 to /
37 1275760569: === (1 of 3) Cleaning (dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
38 1275760569: === (1 of 3) Compiling/Merging (dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
39
40
41 From summary.log:
42 >>> Messages generated by process 12966 on 2010-06-05 19:30:43 CEST for package dev-python/setuptools-0.6.10:
43
44 ERROR: compile
45 ERROR: dev-python/setuptools-0.6.10 failed:
46 Building failed with CPython 3.1 in distutils_building() function
47
48 Call stack:
49 ebuild.sh, line 54: Called src_compile
50 environment, line 4635: Called distutils_src_compile
51 environment, line 1255: Called python_execute_function 'distutils_building'
52 environment, line 3413: Called die
53 The specific snippet of code:
54 die "${failure_message}";
55
56 If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.10',
57 the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.10'.
58 The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
59 The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
60 S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'
61
62
63 >>> Messages generated by process 6885 on 2010-06-05 19:56:04 CEST for package dev-python/setuptools-0.6.10:
64
65 ERROR: compile
66 ERROR: dev-python/setuptools-0.6.10 failed:
67 Building failed with CPython 3.1 in distutils_building() function
68
69 Call stack:
70 ebuild.sh, line 54: Called src_compile
71 environment, line 4643: Called distutils_src_compile
72 environment, line 1263: Called python_execute_function 'distutils_building'
73 environment, line 3421: Called die
74 The specific snippet of code:
75 die "${failure_message}";
76
77 If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.10',
78 the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.10'.
79 The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
80 The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
81 S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'
82
83 From the build.log:
84 copying tests/shlib_test/hello.c -> build/src/tests/shlib_test
85 copying tests/shlib_test/hellolib.c -> build/src/tests/shlib_test
86 copying tests/shlib_test/hello.pyx -> build/src/tests/shlib_test
87 copying tests/api_tests.txt -> build/src/tests
88 Traceback (most recent call last):
89 File "setup.py", line 24, in <module>
90 from lib2to3.main import main
91 File "/usr/lib/python3.1/lib2to3/main.py", line 12, in <module>
92 from . import refactor
93 File "/usr/lib/python3.1/lib2to3/refactor.py", line 25, in <module>
94 from . import pytree, pygram
95 File "/usr/lib/python3.1/lib2to3/pygram.py", line 35, in <module>
96 del python_grammar_no_print_statement.keywords["print"]
97 KeyError: 'print'
98 * ERROR: dev-python/setuptools-0.6.10 failed:
99 * Building failed with CPython 3.1 in distutils_building() function
100 *
101 * Call stack:
102 * ebuild.sh, line 54: Called src_compile
103 * environment, line 4643: Called distutils_src_compile
104 * environment, line 1263: Called python_execute_function 'distutils_building'
105 * environment, line 3421: Called die
106 * The specific snippet of code:
107 * die "${failure_message}";
108 *
109 * If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.10',
110 * the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.10'.
111 * The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
112 * The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
113 * S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'
114
115 solfire:/>emerge --info "=dev-python/setuptools-0.6.10"
116 Portage 2.1.8.3 (default/linux/x86/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r1, 2.6.34 i686)
117 =================================================================
118 System Settings
119 =================================================================
120 System uname: Linux-2.6.34-i686-with-gentoo-1.12.13
121 Timestamp of tree: Sat, 05 Jun 2010 16:15:01 +0000
122 app-shells/bash: 4.0_p37
123 dev-java/java-config: 2.1.10
124 dev-lang/python: 2.6.4-r1, 3.1.2-r3
125 dev-util/cmake: 2.6.4-r3
126 sys-apps/baselayout: 1.12.13
127 sys-apps/sandbox: 1.6-r2
128 sys-devel/autoconf: 2.13, 2.65
129 sys-devel/automake: 1.4_p6-r1, 1.9.6-r3, 1.10.2, 1.11.1
130 sys-devel/binutils: 2.18-r3
131 sys-devel/gcc: 4.3.4, 4.4.3-r2
132 sys-devel/gcc-config: 1.4.1
133 sys-devel/libtool: 2.2.6b
134 virtual/os-headers: 2.6.30-r1
135 ACCEPT_KEYWORDS="x86"
136 ACCEPT_LICENSE="*"
137 CBUILD="i686-pc-linux-gnu"
138 CFLAGS="-O2 -march=athlon64 -mtune=i686 -pipe -fomit-frame-pointer -msse3"
139 CHOST="i686-pc-linux-gnu"
140 CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
141 CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /e tc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/ updmap.d /etc/texmf/web2c"
142 CXXFLAGS="-O2 -march=athlon64 -mtune=i686 -pipe -fomit-frame-pointer -msse3"
143 DISTDIR="/usr/portage/distfiles"
144 EMERGE_DEFAULT_OPTS=""
145 FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerg e-logs unmerge-orphans userfetch"
146 GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://mirror.netcologne.de/gentoo/ ftp://ft p.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo http://ge ntoo.mneisen.org/ http://de-mirror.org/distro/gentoo/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.t u-clausthal.de/pub/linux/gentoo/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ ftp://de-mirror.org/distro /gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp6.uni-erlangen.de/pub/mirrors/ge ntoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://mirror.netcologne.de/gentoo/ ftp://ftp6.uni-erlang en.de/pub/mirrors/gentoo ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo ftp://sunsite.informatik.rw th-aachen.de/pub/Linux/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp-stud.hs-esslingen.de/pu b/Mirrors/gentoo/ ftp://ftp.ipv6.uni-muenster.de/pub/linux/distributions/gentoo "
147 LANG="en"
148 LDFLAGS="-Wl,-O1"
149 MAKEOPTS="-j 3"
150 PKGDIR="/usr/portage/packages"
151 PORTAGE_CONFIGROOT="/"
152 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
153 PORTAGE_TMPDIR="/var/tmp"
154 PORTDIR="/usr/portage"
155 SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
156 USE="X a52 aac acl acpi alsa berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvb dvd dvdr dvdread emboss encode exif fam firefox flac fortran gdbm gif gpm gtk hal iconv ipv6 jpeg lcms ldap libnotify mad mikmod mng modules mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly nvidia ogg open gl openmp pam pango pcre pdf perl png ppds pppd python qt3support qt4 readline reflection sdl session spell sp l ssl startup-notification svg sysfs tcpd tiff truetype usb vorbis x264 x86 xcb xml xorg xulrunner xv xvid xvm c zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 e s1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_ PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat line ar meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_bas ic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_hos t authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter fil e_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif sp eling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_D EVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18" USERLAND= "GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
157 Unset: CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PO RTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
158
159 =================================================================
160 Package Settings
161 =================================================================
162
163 dev-python/setuptools-0.6.10 was built with the following:
164 USE=""
165
166 solfire:/>emerge -pqv "=dev-python/setuptools-0.6.10"
167 [ebuild R ] dev-python/setuptools-0.6.10
168
169
170
171
172
173 How can I successfully run python-updater and proceed in
174 complete the installation of my new Gentoo system?
175
176 PS:
177 I wrote this mail from my "old" Gentoo system (same hardware)
178 while in the background blender was rendering a scene. Both
179 cores were at 100% load for a longer period of time. Everything
180 remains stable so I do not think, that the hardware is guilty...
181
182 Thank you very much in advance for any help!
183 Best regards
184 mcc
185
186
187
188
189
190
191
192
193
194
195
196 --
197 Please don't send me any Word- or Powerpoint-Attachments
198 unless it's absolutely neccessary. - Send simply Text.
199 See http://www.gnu.org/philosophy/no-word-attachments.html
200 In a world without fences and walls nobody needs gates and windows.

Replies

Subject Author
Re: [gentoo-user] Fatal problem: Pyton-updater "kills" PC Manuel Klemenz <m.klemenz@×××.at>