Issue 121117 - using the system libwpd doesn't attempt to build writerperfect
Summary: using the system libwpd doesn't attempt to build writerperfect
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: open-import (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 22:30 UTC by Pedro Giffuni
Modified: 2012-10-01 15:42 UTC (History)
1 user (show)

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


Attachments
Initial patch (wip) (3.29 KB, patch)
2012-09-27 22:10 UTC, Pedro Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Pedro Giffuni 2012-09-26 22:30:18 UTC
The internal libwpd was removed as part of the IP clearance process. The idea was not to lose completely the functionality and since writerperfect is under the ALv2 still permit builders to use a pre-packaged libwpd.

Unfortunately using the "system" libwpd doesn't work as the build process will never gets to writerfilter:
=============
Building module postprocess
=============

Entering /usr/ports/editors/openoffice-3-devel/work/ooo/main/postprocess/checkxml


Entering /usr/ports/editors/openoffice-3-devel/work/ooo/main/postprocess/packcomponents

/usr/bin/perl checkxml.pl
Checking:/usr/ports/editors/openoffice-3-devel/work/ooo/main/solver/350/unxfbsdx.pro/xml/
ok.

Entering /usr/ports/editors/openoffice-3-devel/work/ooo/main/postprocess/checkdeliver

/usr/bin/perl checkdeliver.pl  -l ../unxfbsdx.pro/misc/checkdeliver_log.txt && touch ../unxfbsdx.pro/misc/checkdeliver.done
dmake:  Error: -- `/usr/ports/editors/openoffice-3-devel/work/ooo/main/solver/350/unxfbsdx.pro/xml/wpft.component' not found, and can't be made
checkdeliver.pl - checking delivered binaries
OK

1 module(s): 
postprocess
need(s) to be rebuilt
Comment 1 Pedro Giffuni 2012-09-26 22:34:32 UTC
Looking at r1201697 it's clear that libwpd was removed as a requirement from writerfilter and sw.
Comment 2 Pedro Giffuni 2012-09-27 22:10:55 UTC
Created attachment 79665 [details]
Initial patch (wip)
Comment 3 Andre 2012-10-01 15:42:12 UTC
I will look into this as soon as time permits.