Bug 73823 - Cannot build localization build
Summary: Cannot build localization build
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Localization (show other bugs)
Version:
(earliest affected)
4.2.0.2 rc
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 11:10 UTC by Yakov
Modified: 2014-01-26 16:40 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yakov 2014-01-20 11:10:10 UTC
I Cannot compile localization build. English build is OK.
After add --with-lang='ru' for ./configure and run make
script download localization tarball. But Access denided error ocurred.
The reason for this is that the script /bin/unpack_source has not execution attribute.
After correct this error and after run make new error is occured: "this directory is not Libreoffice directory".
Comment 1 Jean-Baptiste Faure 2014-01-26 16:40:47 UTC
To build the Russian localization package you must add the following option to your autogen.input :
--with-lang=en-US ru

Indeed you must always to have en-US first.

NB: This bug tracker is not an helpdesk; for this kind of problem you should ask for help on the developer mailing-list or on the dev irc channel (#libreoffice-dev)

Best regards. JBF