PPA build with recipe: bzr: ERROR: exceptions.UnicodeEncodeError: 'ascii' codec can't encode character

Asked by Attila Hammer

Hi,

build with recipe fails with following error:
bzr: ERROR: exceptions.UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 157: ordinal not in range(128)
See full buildlog here: https://launchpadlibrarian.net/128198301/buildlog.txt.gz
Recipe link: https://code.launchpad.net/~hammera/+recipe/belinbelin-settings-daily
What possible doing this problem related, need reporting a bug with bzr project?

Attila

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Packman
Solved:
Last query:
Last reply:
Revision history for this message
Laura Czajkowski (czajkowski) said :
#1

bug logged to track issue.

Revision history for this message
Best Martin Packman (gz) said :
#2

So, looking at the log, the problem is that the builder is using bzr 2.4.0 which is too old to include the fix for this issue. Likely it's being tickled because you have a file with a non-ascii filename in your package or created as part of your build script, avoiding that would be one workaround.

Revision history for this message
Attila Hammer (hammera) said :
#3

So, Launchpad using too old bzr version when want building the package
the PPA?
My local system the recipe works correct.
How can I possible prewenting this error? If not have solution, I will
be manual uploading the new version this package my testing PPA (oldest
time I used this method) until Launchpad not using the 2.5 or 2.5.1 bzr
release.

Attila

Revision history for this message
Laura Czajkowski (czajkowski) said :
#4

Hi yes, your last comment with the solution is the best way forward at present till the builders get upgraded.

Revision history for this message
Attila Hammer (hammera) said :
#5

Hy,

Many thanks your answer. How can possible future I notify when the builders get upgraded the required 2.5.x version? If have possibility to ensure when happened the upgrade, I will be listen this before I request an automatic build this package.
Until the upgrade is not happening, I manual upload the package version of this package my testing PPA.
After your last answer I will be marking solved this question, thank you every help.

Attila

Revision history for this message
Laura Czajkowski (czajkowski) said :
#6

This is no plan in place to do this in the coming months as the department which works on that are full with other areas to cover.

Revision history for this message
Attila Hammer (hammera) said :
#7

Thanks the answer.

Attila

Revision history for this message
Attila Hammer (hammera) said :
#8

Thanks Martin Packman, that solved my question.