Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#27124 - [python-pymongo] doesn't build

Attached to Project: Community Packages
Opened by Andrea Scarpino (BaSh) - Saturday, 19 November 2011, 17:00 GMT
Last edited by Andrea Scarpino (BaSh) - Friday, 02 December 2011, 11:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Traceback (most recent call last):
File "setup.py", line 170, in <module>
"doc": doc})
File "/usr/lib/python3.2/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.2/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/lib/python3.2/site-packages/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/usr/lib/python3.2/distutils/command/install.py", line 581, in run
self.run_command(cmd_name)
File "/usr/lib/python3.2/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/lib/python3.2/site-packages/setuptools/command/install_egg_info.py", line 29, in run
self.run_command('egg_info')
File "/usr/lib/python3.2/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/lib/python3.2/site-packages/setuptools/command/egg_info.py", line 172, in run
writer(self, ep.name, os.path.join(self.egg_info,ep.name))
File "/usr/lib/python3.2/site-packages/setuptools/command/egg_info.py", line 384, in write_pkg_info
metadata.write_pkg_info(cmd.egg_info)
File "/usr/lib/python3.2/distutils/dist.py", line 1015, in write_pkg_info
self.write_pkg_file(pkg_info)
File "/usr/lib/python3.2/distutils/dist.py", line 1031, in write_pkg_file
file.write('Author: %s\n' % self.get_contact() )
UnicodeEncodeError: 'ascii' codec can't encode character '\xf6' in position 15: ordinal not in range(128)

Additional info:
* python-pymongo 1.9b1-1

Steps to reproduce:
Try to build it.
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Friday, 02 December 2011, 11:02 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-pymongo 1.9b1-2

Loading...