[Bug 1025031] Re: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder

2012-08-03 Thread Launchpad Bug Tracker
This bug was fixed in the package python-distutils-extra - 2.35-1 --- python-distutils-extra (2.35-1) unstable; urgency=low * auto.py: Fix printing of unrecognized non-ASCII file names under ASCII locales. (LP: #1025031) * auto.py: Fix detection of extensionless Python

[Bug 1025031] Re: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder

2012-07-19 Thread marmuta
Thank you, that was quick. With p-d-e trunk the build runs through now, for both Python 2 and 3. You're right, but non-ASCII file names aren't actually handled during the build yet, they just happen to be around. If that changes we probably have to explicitly set the locale during (p)builds.

[Bug 1025031] Re: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder

2012-07-18 Thread Martin Pitt
Please note that trying to handle non-ASCII file names under a C locale (as you appently try) is rather doomed in the first place. But I'll try to make it more robust for this case, I wrote a test suite case for this which reproduces this. It works fine in Python 3, but is still acting up with

[Bug 1025031] Re: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder

2012-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:python-distutils-extra -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1025031 Title: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder To manage

[Bug 1025031] Re: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder

2012-07-18 Thread Martin Pitt
Fixed in bzr. ** Changed in: python-distutils-extra (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1025031 Title: UnicodeEncodeError for

[Bug 1025031] Re: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder

2012-07-17 Thread Martin Pitt
** Changed in: python-distutils-extra (Ubuntu) Status: New = In Progress ** Changed in: python-distutils-extra (Ubuntu) Assignee: (unassigned) = Martin Pitt (pitti) ** Changed in: python-distutils-extra (Ubuntu) Importance: Undecided = Medium -- You received this bug

[Bug 1025031] Re: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder

2012-07-15 Thread marmuta
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1025031 Title: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder To manage notifications about this bug go to:

[Bug 1025031] Re: UnicodeEncodeError for unrecognized files with unicode filenames in pbuilder

2012-07-15 Thread marmuta
Btw., is there a way to turn the listing of unrecognized files off? Also, shouldn't files from C extensions not be recognized files? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1025031 Title: