Issue 91319 - --without-myspell-dicts breaks installer
Summary: --without-myspell-dicts breaks installer
Status: CLOSED FIXED
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: current
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: ingo.schmidt-rosbiegal
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 00:05 UTC by rene
Modified: 2008-07-07 11:20 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch (1.15 KB, patch)
2008-07-03 00:39 UTC, rene
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description rene 2008-07-03 00:05:37 UTC
[ assigning to mba as iirc he did most of the stuff for
dictionaries-as-extensions. ]

Hi,

my BEB300_m2 build failed at installation stage:

------------------------------------
... languages en-US ... 

**************************************************
ERROR: ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
**************************************************

**************************************************
ERROR: Saved logfile:
/home/rene/Debian/Pakete/OpenOffice.org/openoffice.org-3.0.0/ooo-build/build/current/instsetoo_native/util/OpenOffice//logging/en-US/log_BEB300_en-US.log
**************************************************
... analyzing files ...
ERROR: The following files could not be found: 
ERROR: File not found: dict-af.oxt
ERROR: File not found: dict-cs.oxt
ERROR: File not found: dict-da.oxt
ERROR: File not found: dict-de.oxt
ERROR: File not found: dict-en.oxt
ERROR: File not found: dict-es.oxt
ERROR: File not found: dict-et.oxt
ERROR: File not found: dict-fr.oxt
ERROR: File not found: dict-hu.oxt
ERROR: File not found: dict-it.oxt
ERROR: File not found: dict-lt.oxt
ERROR: File not found: dict-ne.oxt
ERROR: File not found: dict-nl.oxt
ERROR: File not found: dict-pl.oxt
ERROR: File not found: dict-pt.oxt
ERROR: File not found: dict-ru.oxt
ERROR: File not found: dict-sk.oxt
ERROR: File not found: dict-sl.oxt
ERROR: File not found: dict-sv.oxt
ERROR: File not found: dict-sw.oxt
ERROR: File not found: dict-th.oxt
ERROR: File not found: dict-zu.oxt
... cleaning the output tree ...
Thu Jul  3 00:58:52 2008 (00:11 min.)

Of course the files are not there because I use --without-myspell-dicts and use
the varius dictionaries from the system directly (since 3.0 with the
--with-system-dict-dir, previous with the ooo symlink pointing to the right path).

mba: did you forget ifdef'ing the scp2 pieces?
Comment 1 rene 2008-07-03 00:39:47 UTC
Created attachment 54906 [details]
patch
Comment 2 rene 2008-07-03 00:40:29 UTC
This trivial patch fixes it.
Comment 3 Mathias_Bauer 2008-07-03 08:37:40 UTC
Thanks, rene.
As Ingo did the scp2 pieces, I pass it to him.
Comment 4 ingo.schmidt-rosbiegal 2008-07-03 11:42:39 UTC
is: will be fixed in cws native168 for OOo 3.0
Comment 5 ingo.schmidt-rosbiegal 2008-07-03 12:31:46 UTC
Fixed as masterfix in dev300 m23.
Comment 6 ingo.schmidt-rosbiegal 2008-07-07 11:20:01 UTC
Integrated in master -> closing issue.