#3838 closed defect (fixed)
libre0ffice-4.0.1.2 fails without en-US
Reported by: | Wayne Blaszczyk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Hi,
I had an issue with building libre0ffice-4.0.1.2, more specifically, 'make distro-pack-install' was failing with the following:
: Setting Root Module: gid_Module_Root : Using spellchecker file: /sources/libreoffice-4.0.1.2/solver/unxlngx6.pro/bin/spellchecker_selection.txt : Collected spellchecker languages for spellchecker: en,es,fr : : ***************************************************************** : ERROR: ERROR: Missing files at /sources/libreoffice-4.0.1.2/solenv/bin/modules/installer/scriptitems.pm line 1311. : ***************************************************************** Sat Mar 30 20:18:33 2013 (00:01 min.) Failed to install: at /sources/libreoffice-4.0.1.2/solenv/bin/ooinstall line 120. make[1]: *** [install] Error 255 make[1]: Leaving directory `/sources/libreoffice-4.0.1.2' make: *** [distro-pack-install] Error 2
I had set --with-lang="en-GB". I turns out you need to include en-US as part of your list according to this post: http://lists.freedesktop.org/archives/libreoffice/2013-January/045017.html
Setting --with-lang="en-GB en-US" fixed my issue.
I might be worth updating the book with this info?
Note:
See TracTickets
for help on using tickets.
Should be fixed in r11133.