Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409163 - =dev-python/numpy-1.6.0 with dev-lang/python-3.2 - UnicodeEncodeError: 'charmap' codec can't encode characters in position 101-110: character maps to <undefined>
Summary: =dev-python/numpy-1.6.0 with dev-lang/python-3.2 - UnicodeEncodeError: 'charm...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 12:08 UTC by guileone
Modified: 2012-04-07 13:50 UTC (History)
2 users (show)

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


Attachments
numpy-build.log (dev-python:numpy-1.6.0:20120321-113755.log,202.54 KB, text/plain)
2012-03-21 12:08 UTC, guileone
Details
emerge --info (file_409163.txt,14.24 KB, text/plain)
2012-03-21 12:09 UTC, guileone
Details
PyQt4-4.9.1-build.log (file_409163.txt,2.67 KB, text/plain)
2012-03-21 12:13 UTC, guileone
Details
pykde4-4.8.1.build.log (file_409163.txt,70.92 KB, text/plain)
2012-03-21 12:15 UTC, guileone
Details
numpy-1.6.1:20120321-143405.log (dev-python:numpy-1.6.1:20120321-143405.log,202.80 KB, text/plain)
2012-03-21 14:44 UTC, guileone
Details

Note You need to log in before you can comment on or make changes to this bug.
Description guileone 2012-03-21 12:08:54 UTC
Created attachment 306167 [details]
numpy-build.log

steps:
1.eselect python list
 Available Python interpreters:
   [1]   python2.7
   [2]   python3.2 *
2. python-updater it's create list for recompile: 
 *   Adding to list: dev-python/numpy:0
 *   Adding to list: dev-python/PyQt4:0
 *   Adding to list: kde-base/pykde4:4
 *   Adding to list: sys-devel/gdb:0
3. and not compile all object of list
Comment 1 guileone 2012-03-21 12:09:44 UTC
Created attachment 306169 [details]
emerge --info
Comment 2 guileone 2012-03-21 12:13:39 UTC
Created attachment 306171 [details]
PyQt4-4.9.1-build.log
Comment 3 guileone 2012-03-21 12:15:52 UTC
Created attachment 306173 [details]
pykde4-4.8.1.build.log
Comment 4 Tolga Dalman 2012-03-21 14:15:01 UTC
I'm curious: are there any known regressions in numpy 1.6.1 ? Otherwise I'd prefer to see 1.6.0 being removed entirely ...
Comment 5 guileone 2012-03-21 14:44:14 UTC
Created attachment 306185 [details]
numpy-1.6.1:20120321-143405.log
Comment 6 guileone 2012-03-21 14:47:11 UTC
echo "=dev-python/numby-1.6.1 ~amd64" >>/etc/portage/package.keywords
emerge -a1 numby

ps: numby-build.log -eq numby-1.6***.log
Comment 7 Ian Delaney (RETIRED) gentoo-dev 2012-04-04 12:39:26 UTC
ooooooooooh what pristine timing.  from the Changelog of Python.

*python-3.1.4-r4 (21 Mar 2012)
*python-3.2.2-r1 (21 Mar 2012)

  21 Mar 2012; Mike Gilbert <floppym@gentoo.org>
  +files/python-3-distutils-egg-utf8.patch, +python-3.1.4-r4.ebuild,
  +python-3.2.2-r1.ebuild:
  Resolve distutils issue with unicode characters in egg-info files. Patch

Reported: 	2012-03-21 12:08 UTC

numpy-1.6.0 is fine, I just finished giving it a run.

from the build log. and summary.
UnicodeEncodeError: 

I can't 100% guarantee it, but am pretty sure you filed a few d ays too early.
Re-sync, re-emerge pythons 3.1 and 3.2 with this patch that specifically addresses unicode in python3.  Try again
Comment 8 guileone 2012-04-07 13:50:04 UTC
echo "=python-3.1.4-r4 ~amd64">>/etc/portage/package.keywords
eselect python update
solve problem