To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67141
------- Additional comments from [EMAIL PROTECTED] Sat Jul 8 15:38:02 -0700
2006 -------
hmmm. it seems last patch causes the problem...
Index: solenv/bin/modules/installer/epmfile.pm
===================================================================
RCS file: /cvs/tools/solenv/bin/modules/installer/epmfile.pm,v
retrieving revision 1.50
diff -u -r1.50 epmfile.pm
--- solenv/bin/modules/installer/epmfile.pm 5 Jul 2006 21:12:31 -0000
1.50
+++ solenv/bin/modules/installer/epmfile.pm 8 Jul 2006 22:35:58 -0000
@@ -577,7 +577,7 @@
# (saved in $installer::globals::epm_in_path) or we get the specified
# one through the environment (i.e. when --with-epm=... is specified)
- if ($ENV{'EPM'})
+ if ($ENV{'BUILD_EPM'} ne "YES")
{
if (($ENV{'EPM'} ne "") && (-x "$ENV{'EPM'}"))
{
---------------------------------------------------------------------
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]