Issue 109413 - build breakage in xmlhelp
Summary: build breakage in xmlhelp
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOO320m12
Hardware: Unknown Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 3.2.1
Assignee: ab
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-18 17:50 UTC by kladit
Modified: 2010-02-25 15:31 UTC (History)
1 user (show)

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


Attachments
avoid rule that's causing a recursive lookup; some cleanup (2.77 KB, text/plain)
2010-02-22 19:01 UTC, hjs
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description kladit 2010-02-18 17:50:47 UTC
I get this error while trying to compile open_office.
deliver -- version: 275594
Module 'sysui' delivered successfully. 0 files copied, 16 files unchanged
=============
Building module xmlhelp
/mnt/md1/sources/open_office_3.2/OOO320_m12/xmlhelp/inc
-------------
/mnt/md1/sources/open_office_3.2/OOO320_m12/xmlhelp/source/cxxhelp/provider
-------------
/mnt/md1/sources/open_office_3.2/OOO320_m12/xmlhelp/source/cxxhelp/qe
-------------
/mnt/md1/sources/open_office_3.2/OOO320_m12/xmlhelp/source/cxxhelp/util
-------------
/mnt/md1/sources/open_office_3.2/OOO320_m12/xmlhelp/source/com/sun/star/help

ERROR: Error 11 occurred while making
/mnt/md1/sources/open_office_3.2/OOO320_m12/xmlhelp/source/com/sun/star/help
rmdir /tmp/HuxB1YaY7e
dmake:  Error code 1, while making 'instsetoo_native/prj/build_instsetoo_native'


Can you please help me with this?
Are there any patches for OOO320_m12 available. If yes where?
Comment 1 Olaf Felka 2010-02-19 07:57:03 UTC
@ hr: something for you?
Comment 2 jens-heiner.rechtien 2010-02-22 17:54:55 UTC
Confirmed.
Comment 3 jens-heiner.rechtien 2010-02-22 17:56:02 UTC
@reassign to hjs (this problem has been seen before)
Comment 4 hjs 2010-02-22 19:01:26 UTC
Created attachment 67985 [details]
avoid rule that's causing a recursive lookup; some cleanup
Comment 5 hjs 2010-02-24 16:35:26 UTC
applied patch in cws ause116
Comment 6 hjs 2010-02-24 16:40:35 UTC
please verify
Comment 7 hjs 2010-02-24 16:46:32 UTC
.
Comment 8 kurt.zenker 2010-02-25 14:43:51 UTC
verified by codereview
Comment 9 ab 2010-02-25 15:04:57 UTC
I've installed the cws Office and triggered the functionality.
It still works. :-)
Comment 10 kladit 2010-02-25 15:31:17 UTC
After applying the patch I was able to compile and install oo-3.2.
Thank you very much.