Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266703 - emerging dev-lang/python-2.6.2-r1 on arm OABI fails
Summary: emerging dev-lang/python-2.6.2-r1 on arm OABI fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: ARM Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL: http://bugs.python.org/issue1762561
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-18 21:39 UTC by Michael Heyse
Modified: 2009-09-01 02:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,338.01 KB, text/plain)
2009-04-18 21:41 UTC, Michael Heyse
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Heyse 2009-04-18 21:39:16 UTC
Emerging dev-lang/python-2.6.1-r1 fails on a native FA526 based ARM system.


Reproducible: Always

Steps to Reproduce:
emerge python
Actual Results:  
Compiling /var/tmp/portage/dev-lang/python-2.6.1-r1/image//usr/lib/python2.6/test/test_float.py ...
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.1-r1/image//usr/lib/python2.6/compileall.py", line 156, in <module>
    exit_status = int(not main())
  File "/var/tmp/portage/dev-lang/python-2.6.1-r1/image//usr/lib/python2.6/compileall.py", line 146, in main
    force, rx, quiet):
  File "/var/tmp/portage/dev-lang/python-2.6.1-r1/image//usr/lib/python2.6/compileall.py", line 83, in compile_dir
    if not compile_dir(fullname, maxlevels - 1, dfile, force, rx, quiet):
  File "/var/tmp/portage/dev-lang/python-2.6.1-r1/image//usr/lib/python2.6/compileall.py", line 65, in compile_dir
    ok = py_compile.compile(fullname, None, dfile, True)
  File "/var/tmp/portage/dev-lang/python-2.6.1-r1/image/usr/lib/python2.6/py_compile.py", line 138, in compile
    marshal.dump(codeobject, fc)
ValueError: unmarshallable object
make: *** [libinstall] Error 1



Portage 2.1.6.11 (default/linux/arm/2008.0, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.15 armv4l)
=================================================================
System uname: Linux-2.6.15-armv4l-FA526id-wb-_rev_1_-v4l-with-glibc2.0
Timestamp of tree: Thu, 16 Apr 2009 20:20:01 +0000
app-shells/bash:     4.0_p17-r1
dev-lang/python:     2.4.4-r6, 2.5.4-r2
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.3-r1
sys-apps/sandbox:    1.9
sys-devel/autoconf:  2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.16
ACCEPT_KEYWORDS="arm ~arm"
CBUILD="armv4l-unknown-linux-gnu"
CFLAGS="-O2 -pipe -march=armv4"
CHOST="armv4l-unknown-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 /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=armv4"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ "
LANG="de_DE.utf8@euro"
LDFLAGS="-Wl,-O1"
LINGUAS="de en"
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"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="acl arm avahi berkdb bzip2 cli cracklib crypt cups fortran gdbm gpm iconv ipv6 isdnlog jpeg mdnsresponder-compat midi mudflap ncurses nls nptl nptlonly openmp pam pcre perl png ppds pppd python readline reflection session spl ssl sysfs tcpd tiff unicode vorbis xorg zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en" USERLAND="GNU" VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage sis tdfx trident 	vga voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Michael Heyse 2009-04-18 21:41:40 UTC
Created attachment 188833 [details]
build.log
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2009-08-30 18:10:09 UTC
http://bugs.python.org/issue1762561

@python: please add http://bugs.python.org/file13076/arm-float2.diff to 2.6.2-r1

Thanks
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2009-08-31 17:35:54 UTC
3.1.1 works fine though.
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-09-01 02:46:17 UTC
Fixed.