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 05:13:58 -0700 
2006 -------
I think following patch is enough to solve this problem.

1. as default epm is set to internal (see config_office/configure.in)
2. this code apparently fails for such environment.
3. of course $installer::globals::epm_in_path knows the path to epm.

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 12:05:35 -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{'EPM'} ne "internal")
        {
                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]

Reply via email to