To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92557
Issue #|92557
Summary|OOo CWS build breaks
Component|tools
Version|680m228
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|vg
Reported by|gh
------- Additional comments from [EMAIL PROTECTED] Thu Aug 7 13:39:24 +0000
2008 -------
if I try to build a CWS (CWS_WORK_STAMP set) the following errormessage is
displayed:
ERROR: can't find CWS config file '$HOME/.cwsrc'.
at /buildbot/buildslave/temp/workdir_m29/solenv/bin/modules/Cws.pm line 51
Compilation failed in require at ../solenv/bin/build.pl line 55.
the following patch might help to cure the problem
Index: solenv/bin/build.pl
===================================================================
RCS file: /cvs/tools/solenv/bin/build.pl,v
retrieving revision 1.162
diff -c -r1.162 build.pl
*** solenv/bin/build.pl 26 Nov 2007 18:59:52 -0000 1.162
--- solenv/bin/build.pl 14 Dec 2007 12:01:55 -0000
***************
*** 54,62 ****
require CopyPrj; import CopyPrj;
};
if (defined $ENV{CWS_WORK_STAMP}) {
! require Cws; import Cws;
require CwsConfig; import CwsConfig;
! require CvsModule; import CvsModule;
require GenInfoParser; import GenInfoParser;
require IO::Handle; import IO::Handle;
};
--- 54,62 ----
require CopyPrj; import CopyPrj;
};
if (defined $ENV{CWS_WORK_STAMP}) {
! eval {require Cws; import Cws;
require CwsConfig; import CwsConfig;
! require CvsModule; import CvsModule; };
require GenInfoParser; import GenInfoParser;
require IO::Handle; import IO::Handle;
};
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]