Issue 112678 - DEV300_m84 MinGW mythes build failure
Summary: DEV300_m84 MinGW mythes build failure
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.3
Assignee: vg
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-25 09:11 UTC by Stephan Bergmann
Modified: 2010-11-15 21:30 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2010-06-25 09:11:54 UTC
FYI, <http://termite.services.openoffice.org/buildbot/builders/MinGW/builds/602>
on CWS sb127, effectively being latest re/DEV300_next towards DEV300_m84, fails
in mythes with the below log, probably due to issue 111612.

---8<---
Entering /cygdrive/e/termite/slavedir_mingw/Win_MinGW/workdir/mythes
[...]
checking for pkg-config... no
checking for HUNSPELL... configure: error: in
`/cygdrive/e/termite/slavedir_mingw/Win_MinGW/workdir/mythes/wntgcci.pro/misc/build/mythes-1.2.0':
configure: error: The pkg-config script could not be found or is too old.  Make
sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables HUNSPELL_CFLAGS
and HUNSPELL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details.
dmake:  Error code 1, while making './wntgcci.pro/misc/build/so_configured_mythes'
---8<---
Comment 1 tono 2010-06-27 14:58:40 UTC
.
Comment 2 tono 2010-06-27 21:26:03 UTC
Adding the following parameter to CONFIGURE_FLAGS seems to resolve this issue.
HUNSPELL_CFLAGS=-I$(SOLARINCDIR)$/hunspell HUNSPELL_LIBS="-L$(SOLARLIBDIR)
-lhunspell-1.2"
Comment 3 tono 2010-07-02 16:26:40 UTC
Started in cws mingwport31.
Comment 4 tono 2010-07-05 13:20:25 UTC
Fixed in cws mingwport31.
Comment 5 tono 2010-07-05 13:28:17 UTC
@vg: Please verify.
Comment 6 vg 2010-07-07 15:26:47 UTC
verified in CWS mingwport 31
Comment 7 tono 2010-11-15 21:30:04 UTC
.