public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Fatal problem: Pyton-updater "kills" PC
@ 2010-06-05 18:54 meino.cramer
  2010-06-05 20:06 ` Manuel Klemenz
  0 siblings, 1 reply; 4+ messages in thread
From: meino.cramer @ 2010-06-05 18:54 UTC (permalink / raw
  To: Gentoo


hallo,

This morning I updated my newly installed Gentoo. 
Via "eselect read news" I was told, that a new
python version (3.1.*) was installed and I should
run python-updater, which I did.

while compiling boost, the PC was killed. It looks
like it was told to switch off itsself.

I rebooted the PC into runlevel 2 and repeated the
whole thing. Again compiling/merging boost kills
the PC the same way.

I rebooted the PC into runlevel "S". After starting
python-updater compiling/mergeing boost kills the 
PC.

Each time it looks like someone has switched off the 
power. 

From emerge log:
1275759027: Started emerge on: Jun 05, 2010 19:30:27
1275759027:  *** emerge --deep --oneshot --keep-going --verbose app-office/gnumeric:0 dev-libs/boost:1.41 dev-python/lxml:0 dev-python/setuptools:0
1275759031:  >>> emerge (1 of 4) dev-python/setuptools-0.6.10 to /
1275759033:  === (1 of 4) Cleaning (dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
1275759033:  === (1 of 4) Compiling/Merging (dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
1275759046:  >>> emerge (1 of 3) dev-libs/boost-1.41.0-r3 to /
1275759048:  === (1 of 3) Cleaning (dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
1275759048:  === (1 of 3) Compiling/Merging (dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
1275760538: Started emerge on: Jun 05, 2010 19:55:38
1275760538:  *** emerge --deep --oneshot --keep-going --verbose app-office/gnumeric:0 dev-libs/boost:1.41 dev-python/lxml:0 dev-python/setuptools:0
1275760552:  >>> emerge (1 of 4) dev-python/setuptools-0.6.10 to /
1275760553:  === (1 of 4) Cleaning (dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
1275760553:  === (1 of 4) Compiling/Merging (dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
1275760566:  >>> emerge (1 of 3) dev-libs/boost-1.41.0-r3 to /
1275760569:  === (1 of 3) Cleaning (dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
1275760569:  === (1 of 3) Compiling/Merging (dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)


From summary.log:
>>> Messages generated by process 12966 on 2010-06-05 19:30:43 CEST for package dev-python/setuptools-0.6.10:

ERROR: compile
ERROR: dev-python/setuptools-0.6.10 failed:
  Building failed with CPython 3.1 in distutils_building() function

Call stack:
    ebuild.sh, line   54:  Called src_compile
  environment, line 4635:  Called distutils_src_compile
  environment, line 1255:  Called python_execute_function 'distutils_building'
  environment, line 3413:  Called die
The specific snippet of code:
                      die "${failure_message}";

If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.10',
the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.10'.
The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'


>>> Messages generated by process 6885 on 2010-06-05 19:56:04 CEST for package dev-python/setuptools-0.6.10:

ERROR: compile
ERROR: dev-python/setuptools-0.6.10 failed:
  Building failed with CPython 3.1 in distutils_building() function

Call stack:
    ebuild.sh, line   54:  Called src_compile
  environment, line 4643:  Called distutils_src_compile
  environment, line 1263:  Called python_execute_function 'distutils_building'
  environment, line 3421:  Called die
The specific snippet of code:
                      die "${failure_message}";

If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.10',
the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.10'.
The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'

From the build.log:
copying tests/shlib_test/hello.c -> build/src/tests/shlib_test
copying tests/shlib_test/hellolib.c -> build/src/tests/shlib_test
copying tests/shlib_test/hello.pyx -> build/src/tests/shlib_test
copying tests/api_tests.txt -> build/src/tests
Traceback (most recent call last):
  File "setup.py", line 24, in <module>
    from lib2to3.main import main
  File "/usr/lib/python3.1/lib2to3/main.py", line 12, in <module>
    from . import refactor
  File "/usr/lib/python3.1/lib2to3/refactor.py", line 25, in <module>
    from . import pytree, pygram
  File "/usr/lib/python3.1/lib2to3/pygram.py", line 35, in <module>
    del python_grammar_no_print_statement.keywords["print"]
KeyError: 'print'
 * ERROR: dev-python/setuptools-0.6.10 failed:
 *   Building failed with CPython 3.1 in distutils_building() function
 *
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 4643:  Called distutils_src_compile
 *   environment, line 1263:  Called python_execute_function 'distutils_building'
 *   environment, line 3421:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
 *
 * If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.10',
 * the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.10'.
 * The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
 * S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'

solfire:/>emerge --info "=dev-python/setuptools-0.6.10"
Portage 2.1.8.3 (default/linux/x86/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r1, 2.6.34 i686)
=================================================================
                        System Settings
=================================================================
System uname: Linux-2.6.34-i686-with-gentoo-1.12.13
Timestamp of tree: Sat, 05 Jun 2010 16:15:01 +0000
app-shells/bash:     4.0_p37
dev-java/java-config: 2.1.10
dev-lang/python:     2.6.4-r1, 3.1.2-r3
dev-util/cmake:      2.6.4-r3
sys-apps/baselayout: 1.12.13
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.65
sys-devel/automake:  1.4_p6-r1, 1.9.6-r3, 1.10.2, 1.11.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc:       4.3.4, 4.4.3-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="*"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -mtune=i686 -pipe -fomit-frame-pointer -msse3"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
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"
CXXFLAGS="-O2 -march=athlon64 -mtune=i686 -pipe -fomit-frame-pointer -msse3"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS=""
FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerg                                                                                                     e-logs unmerge-orphans userfetch"
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 "
LANG="en"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j 3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete                                                                                                      --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
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"
Unset:  CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PO                                                                                                     RTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

=================================================================
                        Package Settings
=================================================================

dev-python/setuptools-0.6.10 was built with the following:
USE=""

solfire:/>emerge -pqv "=dev-python/setuptools-0.6.10"
[ebuild   R   ] dev-python/setuptools-0.6.10





How can I successfully run python-updater and proceed in 
complete the installation of my new Gentoo system?

PS:
I wrote this mail from my "old" Gentoo system (same hardware)
while in the background blender was rendering a scene. Both
cores were at 100% load for a longer period of time. Everything
remains stable so I do not think, that the hardware is guilty...

Thank you very much in advance for any help!
Best regards
mcc











-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-06 10:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-05 18:54 [gentoo-user] Fatal problem: Pyton-updater "kills" PC meino.cramer
2010-06-05 20:06 ` Manuel Klemenz
2010-06-06  6:52   ` meino.cramer
2010-06-06 10:45     ` Manuel Klemenz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox