Bug 41380 - Translations module and Python3
Summary: Translations module and Python3
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
Master old -3.6
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Miklos Vajna
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-01 07:26 UTC by Thomas Collerton
Modified: 2011-10-03 14:28 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
transaltions module build failure log (2.05 KB, text/plain)
2011-10-01 07:27 UTC, Thomas Collerton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Collerton 2011-10-01 07:26:36 UTC
The translations module in master does not build against Python 3, however in many systems /usr/bin/python now is linked to the python 3 binary. The build was successful after relinking /usr/bin/python to the python 2 binary, so it's just a matter of updating the code.
Attached is the building failure log.
Comment 1 Thomas Collerton 2011-10-01 07:27:47 UTC
Created attachment 51845 [details]
transaltions module build failure log
Comment 2 Miklos Vajna 2011-10-03 13:58:05 UTC
Reproduced. I'll try to came up with a patch that works with both python2 and python3.